Skip to content

v25.0.0

Compare
Choose a tag to compare
@gnapse gnapse released this 13 Aug 13:23
· 21 commits to main since this release
6cb179a

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