Skip to content

Releases: Doist/reactist

v22.0.0

26 Sep 14:59
3321ae7
Compare
Choose a tag to compare
  • [BREAKING] Remove DeprecatedModal.

v21.3.0

15 Sep 18:32
1d03cd8
Compare
Choose a tag to compare
  • [Feat] ToastProvider accepts an optional containerClassName property, which let's you to add your own class for the container of all toasts.

Update ariakit dependencies

12 Sep 09:24
Compare
Choose a tag to compare
Pre-release

Updates the ariakit dependencies

Menu components overhaul in prior beta not included in this release.

v21.2.2

31 Jul 14:59
46f7b1c
Compare
Choose a tag to compare
  • [Docs] Fix links to Reactist components in storybook stories.

v21.2.1

31 Jul 14:04
0bff273
Compare
Choose a tag to compare
  • [Docs] Fix links to Reactist components in storybook stories.

v22.0.0-beta: Menu Components Overhaul

12 Jul 17:00
Compare
Choose a tag to compare
Pre-release
  • [Feat] Add the ability to open menus programmatically
  • [BREAKING] The MenuItem component now supports generating its content by using new props (label, description, icon, and shortcut) to achieve a more uniform and structured look.
    • The traditional way of using the MenuItem's children prop remains available if needed, to achieve custom menu item layouts.
    • Although, the layout inside a MenuItem is broken for those that were using it with an icon and text, so it is required migrating those MenuItem elements to use the new props instead.
  • [BREAKING] Introduces new SubMenuItem and SubMenuList, which now must be used in place of MenuButton and MenuList when creating sub-menus.
  • [Feat] Updated menu styles

v21.2.0

10 Jul 17:00
1feff1c
Compare
Choose a tag to compare

[Feat] Textfield, PasswordField, SelectField, and TextArea will now use two new CSS variables to define their border colors: --reactist-inputs-focus, --reactist-inputs-idle. If they were previously set using --reactist-divider-primary and --reactist-divider-secondary, they will continue to work as well.

v21.1.1

06 Jul 21:02
00bff7c
Compare
Choose a tag to compare
  • [Fix] Using a menu both triggered by a button and by right-click

v21.1.0

20 Jun 04:50
f08662b
Compare
Choose a tag to compare
  • [Feat] The Prose component now supports links applied to inline code

v21.0.2

05 Jun 23:31
2d1868e
Compare
Choose a tag to compare
  • [Fix] Remove Tabslist's default space space='xsmall', to get rid of unnecessary default gap between tabs