Releases: Doist/reactist
Releases · Doist/reactist
v25.0.0-beta
- [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
andIconButton
component 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
v23.3.0
v24.1.5-beta
- [Fix] Include changes from v23.2.2 in the beta release
v23.2.2
v24.1.4-beta
- [Fix] Include changes from v23.2.1 in the beta release
v23.2.1
- [Fix] Adjust modal alignment to the middle of the viewport at
800px
breakpoint for improved UX.
v24.1.3-beta
What's Changed
- [Fix] Remove unsupported
onPointerEnterCapture
andonPointerLeaveCapture
props fromheading
-,input
-, andtextarea
-based components.- Normally, this would be considered a breaking change, but the v24 version is still pre-release and already contains breaking changes.
Full Changelog: v24.1.2-beta...v24.1.3-beta
v24.1.2-beta
What's Changed
- fix: More fixes related to the Ariakit upgrade by @gnapse in #818
- [Fix] Reset anchor rect after context menu is closed.
- [Fix] Revert earlier attempt to auto-close menus when they lose focus.
Full Changelog: v24.1.1-beta...v24.1.2-beta
v24.1.1-beta
- [Fix] It was possible to leave a tooltip in a state in which it remained visible all the time. This release fixes the issue.
- [Fix] Auto-close menus when they lose focus to elements other than their own content or their sub-menus.