Skip to content

Commit

Permalink
New stable release v25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapse committed Aug 13, 2024
1 parent 2d71aeb commit 4d36388
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.

# v25.0.0

- [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] Removed 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={<Link to="" />} prop.

# v25.0.0-beta.3

- [Fix] Allow more props to be forwarded to the `Tab` component.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "http://doist.com"
},
"version": "25.0.0-beta.3",
"version": "25.0.0",
"license": "MIT",
"homepage": "https://github.com/Doist/reactist#readme",
"repository": {
Expand Down

0 comments on commit 4d36388

Please sign in to comment.