Skip to content

Releases: Doist/reactist

v17.8.0

05 Jan 18:52
Compare
Choose a tag to compare
  • [Feat] New Modal prop portalElement, to enable consumers of the Modal component to have some control on where the modal portal is rendered.
  • [Feat] The Badge component now renders as an inline element, which makes it more versatile in common situations when it's needed. For instance, to render it inside other elements such as buttons, links, etc.

v17.7.0

02 Jan 23:18
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add startIcon support to TextField

Full Changelog: v17.6.0...v17.7.0

v17.6.0

19 Dec 08:51
a23551e
Compare
Choose a tag to compare
  • [Tweak] Upgrade Ariakit version to 2.0.0-next.30

v17.5.0

12 Dec 11:25
a6751d0
Compare
Choose a tag to compare
  • [Feat] Add variant support to SelectField

v17.4.0

08 Dec 11:57
cc6f5a2
Compare
Choose a tag to compare
  • [Feat] Add support for controlling whether a Modal can be dismissed by pressing Escape or with a click event on the modal overlay.

v17.3.0

07 Dec 15:16
0fa2c99
Compare
Choose a tag to compare
  • [Fix] Enforce standard padding in the CheckboxField component and accept an icon attribute

v17.2.0

05 Dec 02:59
f33334a
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add support for providing a class to a Modal overlay

Full Changelog: v17.1.0...v17.2.0

v17.1.0

17 Nov 19:12
Compare
Choose a tag to compare

What's Changed

  • [Feat] Add support for Menu as a context menu
  • [Fix] Allow SubMenus to be rendered and support keyboard navigation

Full Changelog: v17.0.1...v17.1.0

v17.0.1

16 Nov 15:46
3166d01
Compare
Choose a tag to compare
  • [Fix] Enforce minimum width for the checkbox icon in the CheckboxField element

v17.0.0

11 Nov 13:01
0d24fb4
Compare
Choose a tag to compare
  • [Breaking] Allow to customize the TextLink styles (color and text-decoration) via CSS variables