Skip to content

Releases: Doist/reactist

v9.2.0-beta.1: Add `xxlarge` `spacing` and `padding` option

22 Mar 08:15
a279708

Choose a tag to compare

[Feature] Add xxlarge option to various padding and space props for Box, Columns, Inline, and Stack components

v9.1.1: No more wacky spinning for `Loading`

22 Mar 07:49
55c42b0

Choose a tag to compare

[Fix] Prevent Loading component from spinning off-centre

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

18 Mar 11:40
f25a1dc

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

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

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

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

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

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

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

Choose a tag to compare

[Feature] A new Notification component has been added.