Skip to content

Releases: Doist/reactist

v17.9.1

11 Jan 20:58
eada31f
Compare
Choose a tag to compare
  • [Fix] Tabs layout got broken after the Inline element switched to use gap for spacing.

v17.9.0

10 Jan 14:18
25145a2
Compare
Choose a tag to compare
  • [Feat] New gap prop in the Box component, implementing support for the CSS gap property.
  • [Tweak] Use CSS gap for implementing spacing in the Columns, Inline, and Stack components.

v17.8.1

06 Jan 08:49
8875cbd
Compare
Choose a tag to compare

[Fix] When clicking inside a modal, holding and releasing the click outside the modal no longer closes the modal

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