Releases: Doist/reactist
v9.2.0-beta: Add missing colours and text truncation to design system components
- [Feature] Add
largest
size increase support forHeading
component - [Feature] Add
lineClamp
for text truncation toHeading
andText
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`
- [Feature] Adds support for
aria-label
to theLoading
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
- [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
[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
[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
[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
[Tweak] Adds defaultValue
and ensures additional props are carried forward on the Select
component.
v7.2.0: New Notification component
[Feature] A new Notification
component has been added.
v7.1.9
Only add menu list to DOM if menu is visible (#402) Co-authored-by: Henning Muszynski <[email protected]>
v7.1.8
- [Tweak] Upgraded Reakit dependency