Skip to content

Releases: Doist/reactist

v25.2.0

04 Sep 18:00
c010b85
Compare
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
Compare
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
Compare
Choose a tag to compare
  • [Feat] Add xsmall size to the Modal component

v25.0.0

13 Aug 13:23
6cb179a
Compare
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
Compare
Choose a tag to compare
v25.0.0-beta.3 Pre-release
Pre-release

What's Changed

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

v25.0.0-beta.2

23 Jul 15:20
ca0c3ec
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v24.2.0-beta Pre-release
Pre-release
  • [Fix] Include changes from v23.3.0 in the beta release

v23.3.0

31 May 12:07
bdf867b
Compare
Choose a tag to compare
  • [Feat] Add warning as a tone option for Badge.