Releases: Doist/reactist
Releases · Doist/reactist
v26.0.0
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
v25.1.1
What's Changed
- [Fix] Restrict focus locking in the Modal component to its containing document/iframe
v25.1.0
v25.0.0
What's Changed
- [BREAKING] Upgrade Ariakit from legacy package to the newer @ariakit/react
- [BREAKING] Remove unsupported
onPointerEnterCaptureandonPointerLeaveCaptureprops fromheading-,input-, andtextarea-based components. - [BREAKING] Remove the
ButtonLinkcomponent. - [BREAKING]
Buttonno longer accepts props that render it as an icon-only button. - [BREAKING] Use an explicit
renderprop for composition, instead of theasprop (in the menu, modal, tabs, toasts and tooltip components). - [BREAKING]
TabPanel's proprenderis renamed torenderMode. - [Feat] Introduce a new
IconButtoncomponent. - [Feat] The
ButtonandIconButtoncomponent can be rendered as a link using the `render={} prop.
Full Changelog: v23.3.0...V25.0.0
v25.0.0-beta.3
What's Changed
- [Feat] Improve DX when developing against another repo by @pawelgrimm in #831
- [Fix] Allow more props to be forwarded to the
Tabcomponent by @gnapse in #836 - [Chore] Upgrade to
@ariakit/react@0.4.5by @gnapse in #836
Full Changelog: v25.0.0-beta.2...v25.0.0-beta.3
v25.0.0-beta.2
What's Changed
Full Changelog: v25.0.0-beta.1...v25.0.0-beta.2
v25.0.0-beta.1
What's Changed
- BREAKING: render-based composition by @gnapse in #829
- Use an explicit
renderprop for composition, instead of theasprop (in the menu, modal, tabs, toasts and tooltip components). TabPanel's proprenderis renamed torenderMode.
- Use an explicit
Full Changelog: v25.0.0-beta...v25.0.0-beta.1
v25.0.0-beta
- [BREAKING] Removed the
ButtonLinkcomponent. - [BREAKING]
Buttonno longer accepts props that render it as an icon-only button. - [Feat] Introduce a new
IconButtoncomponent. - [Feat] The
ButtonandIconButtoncomponent can be rendered as a link using the `render={} prop.
v24.2.0-beta
- [Fix] Include changes from v23.3.0 in the beta release