Skip to content

Releases: Doist/reactist

v26.0.0

07 Oct 14:22
0eea18f

Choose a tag to compare

What's Changed

  • refactor: Update form field components to align with the new design spec by @rfgamaral in #842

Full Changelog: v25.2.0...v26.0.0

v25.2.0

04 Sep 18:00
c010b85

Choose a tag to compare

What's Changed

  • [Feat] Add ref support to ModalBody component

Full Changelog: v25.1.1...v25.2.0

v25.1.1

30 Aug 17:03
e2e97b4

Choose a tag to compare

What's Changed

  • [Fix] Restrict focus locking in the Modal component to its containing document/iframe

v25.1.0

29 Aug 09:33
e194265

Choose a tag to compare

  • [Feat] Add xsmall size to the Modal component

v25.0.0

13 Aug 13:23
6cb179a

Choose a tag to compare

What's Changed

  • [BREAKING] Upgrade Ariakit from legacy package to the newer @ariakit/react
  • [BREAKING] Remove unsupported onPointerEnterCapture and onPointerLeaveCapture props from heading-, input-, and textarea-based components.
  • [BREAKING] Remove the ButtonLink component.
  • [BREAKING] Button no longer accepts props that render it as an icon-only button.
  • [BREAKING] Use an explicit render prop for composition, instead of the as prop (in the menu, modal, tabs, toasts and tooltip components).
  • [BREAKING] TabPanel's prop render is renamed to renderMode.
  • [Feat] Introduce a new IconButton component.
  • [Feat] The Button and IconButton component can be rendered as a link using the `render={} prop.

Full Changelog: v23.3.0...V25.0.0

v25.0.0-beta.3

09 Aug 18:59
2d71aeb

Choose a tag to compare

v25.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • [Feat] Improve DX when developing against another repo by @pawelgrimm in #831
  • [Fix] Allow more props to be forwarded to the Tab component by @gnapse in #836
  • [Chore] Upgrade to @ariakit/react@0.4.5 by @gnapse in #836

Full Changelog: v25.0.0-beta.2...v25.0.0-beta.3

v25.0.0-beta.2

23 Jul 15:20
ca0c3ec

Choose a tag to compare

v25.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v25.0.0-beta.1...v25.0.0-beta.2

v25.0.0-beta.1

08 Jul 20:16
45c6a65

Choose a tag to compare

v25.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • BREAKING: render-based composition by @gnapse in #829
    • Use an explicit render prop for composition, instead of the as prop (in the menu, modal, tabs, toasts and tooltip components).
    • TabPanel's prop render is renamed to renderMode.

Full Changelog: v25.0.0-beta...v25.0.0-beta.1

v25.0.0-beta

04 Jul 22:42
79b9440

Choose a tag to compare

v25.0.0-beta Pre-release
Pre-release
  • [BREAKING] Removed the ButtonLink component.
  • [BREAKING] Button no longer accepts props that render it as an icon-only button.
  • [Feat] Introduce a new IconButton component.
  • [Feat] The Button and IconButton component can be rendered as a link using the `render={} prop.

v24.2.0-beta

31 May 15:03
24dba33

Choose a tag to compare

v24.2.0-beta Pre-release
Pre-release
  • [Fix] Include changes from v23.3.0 in the beta release