Releases: Doist/reactist
Releases · Doist/reactist
v26.2.2
What's Changed
- fix: Better icon alignment for the
Notice
component by @rfgamaral in #848 - chore: Review markup and selectors for the
Notice
component by @rfgamaral in #849
Full Changelog: v26.2.1...v26.2.2
v26.2.1
What's Changed
- fix: Export TooltipProvider as a component by @frankieyan in #847
Full Changelog: v26.2.0...v26.2.1
v26.2.0
What's Changed
- feat: Add TooltipContext to set global timeout values by @frankieyan in #846
Full Changelog: v26.1.0...v26.2.0
v26.1.0
What's Changed
- feat: Expose
showTimeout
andhideTimeout
props forTooltip
by @frankieyan in #845 - fix: Better alignment for Alert icons by @frankieyan in #807
- fix: Render submenus at the bottom when there isn't enough space by @frankieyan in #844
Full Changelog: v26.0.0...v26.1.0
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
onPointerEnterCapture
andonPointerLeaveCapture
props fromheading
-,input
-, andtextarea
-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 theas
prop (in the menu, modal, tabs, toasts and tooltip components). - [BREAKING]
TabPanel
's proprender
is renamed torenderMode
. - [Feat] Introduce a new
IconButton
component. - [Feat] The
Button
andIconButton
component 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
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