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