@ariakit/react 0.4.27 → 0.4.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @ariakit/react
|
|
2
2
|
|
|
3
|
+
## 0.4.28
|
|
4
|
+
|
|
5
|
+
- Release artifacts now include npm trusted publishing provenance.
|
|
6
|
+
- Updated dependencies: `@ariakit/react-components@0.1.1`
|
|
7
|
+
|
|
3
8
|
## 0.4.27
|
|
4
9
|
|
|
5
10
|
- Fixed [`Menu`](https://ariakit.com/reference/menu) to respect the [`autoFocusOnShow`](https://ariakit.com/reference/menu#autofocusonshow) prop when set to `false` or when a callback returns `false`, while still allowing arrow keys to move focus into an already-open menu.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariakit/react",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.28",
|
|
4
4
|
"description": "Toolkit for building accessible web apps with React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"a11y",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"module": "esm/index.js",
|
|
33
33
|
"types": "cjs/index.d.ts",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@ariakit/react-components": "0.1.
|
|
35
|
+
"@ariakit/react-components": "0.1.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"react": "18.3.1",
|