Skip to content

Releases: Doist/reactist

v9.2.0-beta: Add missing colours and text truncation to design system components

18 Mar 11:40
f25a1dc
Compare
Choose a tag to compare
  • [Feature] Add largest size increase support for Heading component
  • [Feature] Add lineClamp for text truncation to Heading and Text components
  • [Fix] Export the Column component in the main entry point
  • [Fix] Add missing colour variables
  • [Docs] Add Storybook demos for Heading, Text, and colour swatches

v9.1.0: Accessibility attributes for `Loading`

18 Mar 11:01
61f91ca
Compare
Choose a tag to compare
  • [Feature] Adds support for aria-label to the Loading component
  • [Docs] This also fixes our gh-pages-hosted Storybook to load the proper stylesheets again

v9.1.0-beta.2: Fix postinstall script and avoid typedef pollution from emotion

11 Mar 16:07
4bad70e
Compare
Choose a tag to compare
  • [Fix] Move patch-package to dependencies to allow it to run (on nothing since we're patching a dev-dependency) after being installed as a package.
  • [Fix] Prevent emotion's css prop from polluting the exported type definitions

v9.1.0-beta.1: Fix CSS classname output

10 Mar 08:49
be119ac
Compare
Choose a tag to compare
Pre-release

[Fix] The previous beta release had an issue where all components' stylesheets were being treated as CSS modules. This will now build with the correct class name selectors again.

v9.1.0-beta: Introduce Design System components

08 Mar 07:24
1724661
Compare
Choose a tag to compare

[Feature] A set of base design system components have been added: Box, Columns, Divider, Heading, Inline, Stack, and Text. Since we're still experimenting with their API, they will be packaged under beta releases until they become more stable.

v9.0.0: Fix node to v14.x and npm to v6.x

22 Feb 07:22
3c008ba
Compare
Choose a tag to compare

[Build] The project now requires node v14.5.5+ and npm v6.14.11+ (but < 15 and < 7 respectively) to install and run.

We're skipping right over v8.0.0 as its tag has already been created previously.

v7.2.1

05 Feb 13:13
f82aeae
Compare
Choose a tag to compare

[Tweak] Adds defaultValue and ensures additional props are carried forward on the Select component.

v7.2.0: New Notification component

23 Dec 09:31
1619fb6
Compare
Choose a tag to compare

[Feature] A new Notification component has been added.

v7.1.9

02 Dec 07:19
edbf30b
Compare
Choose a tag to compare
Only add menu list to DOM if menu is visible (#402)

Co-authored-by: Henning Muszynski <[email protected]>

v7.1.8

17 Nov 12:53
182951a
Compare
Choose a tag to compare
  • [Tweak] Upgraded Reakit dependency