Releases: Doist/reactist
Releases · Doist/reactist
Fix emojis in `<Text>` and render as different element with `<Column>`
- [Fix] Add default padding to
Text
component when used withlineClamp
prop, in order to prevent emojis from being cutoff - [Fix] Allow the
Column
component to leverage thecomponent
prop to render as another element other than the defaultdiv
Support baseline alignment
- [Fix] Add support for
baseline
alignment
Fix nested `Columns` components
- [Fix] Allow nested
Columns
components to retain their own inner spacing
Beta: fix menu items with `aria-disabled=false` within `Menu`
- New tag to include the fix from
v9.1.5
Fix menu items with `aria-disabled=false` within `Menu`
- [Fix] Prevent menu items with
aria-disabled
set tofalse
from being disabled
SelectField and Button styles fixes
- [Fix] Incorrect styles in
Button
which affected dark mode themes - [Fix] Incorrect styles in
SelectField
which affected dark mode themes
Update Text size to align with Design Library
- [Breaking]
Text
component now has itssize
attribute changed to acceptcaption
,copy
,body
, andsubtitle
. - [Fix]
Columns
component will now stretch within a flex container
Make disabled Button readable by screen readers
By swapping out disabled
for aria-disabled
and manually handling the onClick
event, users making use of screen readers are now able to tab through the button when in a disabled state and have its status read out to them.
Upgrade beta stories to Storybook 6
- [Docs] Upgraded all beta storybook docs to work with Storybook 6
Fix Columns/Column components styles
- Fix
Columns
styles, broken by the changes toStack
styling. This release now removes the interdependency ofColumn
's styles relying onStack
styles.