-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade ariakit to v0.4.5 (#836)
* chore: upgrade ariakit to v0.4.5 * fix: Accept more props in the `Tab` component * fix: Fix CSS build issue * chore: Prepare new release 25.0.0-beta.3
- Loading branch information
Showing
6 changed files
with
71 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
|
||
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-beta.3 | ||
|
||
- [Fix] Allow more props to be forwarded to the `Tab` component. | ||
- [Fix] Properly fix CSS build in tsdx config. | ||
- [Chore] Upgrade to `@ariakit/[email protected]`. | ||
|
||
# v25.0.0-beta.2 | ||
|
||
- [Fix] Pass `onClick` to the `Tab` component. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"email": "[email protected]", | ||
"url": "http://doist.com" | ||
}, | ||
"version": "25.0.0-beta.2", | ||
"version": "25.0.0-beta.3", | ||
"license": "MIT", | ||
"homepage": "https://github.com/Doist/reactist#readme", | ||
"repository": { | ||
|
@@ -149,7 +149,7 @@ | |
"webpack": "^4.43.0" | ||
}, | ||
"dependencies": { | ||
"@ariakit/react": "^0.3.14", | ||
"@ariakit/react": "0.4.5", | ||
"aria-hidden": "^1.2.1", | ||
"dayjs": "^1.8.10", | ||
"patch-package": "^6.4.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters