Skip to content

Releases: Doist/reactist

Fix emojis in `<Text>` and render as different element with `<Column>`

11 Jun 13:29
b4c7039
Compare
Choose a tag to compare
  • [Fix] Add default padding to Text component when used with lineClamp prop, in order to prevent emojis from being cutoff
  • [Fix] Allow the Column component to leverage the component prop to render as another element other than the default div

Support baseline alignment

07 Jun 14:11
70238d4
Compare
Choose a tag to compare
Pre-release
  • [Fix] Add support for baseline alignment

Fix nested `Columns` components

12 May 11:22
d76b454
Compare
Choose a tag to compare
Pre-release
  • [Fix] Allow nested Columns components to retain their own inner spacing

Beta: fix menu items with `aria-disabled=false` within `Menu`

11 May 08:56
Compare
Choose a tag to compare
  • New tag to include the fix from v9.1.5

Fix menu items with `aria-disabled=false` within `Menu`

11 May 08:42
ff476ca
Compare
Choose a tag to compare
  • [Fix] Prevent menu items with aria-disabled set to false from being disabled

SelectField and Button styles fixes

10 May 22:48
3fff3b3
Compare
Choose a tag to compare
Pre-release
  • [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

07 May 08:18
b1f8125
Compare
Choose a tag to compare
  • [Breaking] Text component now has its size attribute changed to accept caption, copy, body, and subtitle.
  • [Fix] Columns component will now stretch within a flex container

Make disabled Button readable by screen readers

07 May 09:43
a2870c1
Compare
Choose a tag to compare

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

06 May 08:24
578d050
Compare
Choose a tag to compare
Pre-release
  • [Docs] Upgraded all beta storybook docs to work with Storybook 6

Fix Columns/Column components styles

28 Apr 18:59
aabbaf2
Compare
Choose a tag to compare
Pre-release
  • Fix Columns styles, broken by the changes to Stack styling. This release now removes the interdependency of Column's styles relying on Stack styles.