@fluentui/react-aria 9.0.0-rc.5 → 9.0.0-rc.6
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.json +30 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -13
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,36 @@
|
|
|
2
2
|
"name": "@fluentui/react-aria",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 19 Apr 2022 19:14:17 GMT",
|
|
6
|
+
"tag": "@fluentui/react-aria_v9.0.0-rc.6",
|
|
7
|
+
"version": "9.0.0-rc.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "elcraig@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-aria",
|
|
13
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
|
14
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "mgodbolt@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-aria",
|
|
19
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
|
20
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"prerelease": [
|
|
24
|
+
{
|
|
25
|
+
"author": "beachball",
|
|
26
|
+
"package": "@fluentui/react-aria",
|
|
27
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
|
28
|
+
"commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Fri, 04 Mar 2022 05:17:33 GMT",
|
|
6
35
|
"tag": "@fluentui/react-aria_v9.0.0-rc.5",
|
|
7
36
|
"version": "9.0.0-rc.5",
|
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-aria
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 19 Apr 2022 19:14:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.6)
|
|
8
|
+
|
|
9
|
+
Tue, 19 Apr 2022 19:14:17 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.5..@fluentui/react-aria_v9.0.0-rc.6)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
|
|
15
|
+
|
|
7
16
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.5)
|
|
8
17
|
|
|
9
|
-
Fri, 04 Mar 2022 05:
|
|
18
|
+
Fri, 04 Mar 2022 05:17:33 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.4..@fluentui/react-aria_v9.0.0-rc.5)
|
|
11
20
|
|
|
12
21
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-aria",
|
|
3
|
-
"version": "9.0.0-rc.
|
|
3
|
+
"version": "9.0.0-rc.6",
|
|
4
4
|
"description": "React helper to ensure ARIA",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -27,21 +27,11 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
|
29
29
|
"@fluentui/react-conformance": "*",
|
|
30
|
-
"@fluentui/scripts": "^1.0.0"
|
|
31
|
-
"@types/enzyme": "3.10.3",
|
|
32
|
-
"@types/enzyme-adapter-react-16": "1.0.3",
|
|
33
|
-
"@types/react": "16.9.42",
|
|
34
|
-
"@types/react-dom": "16.9.10",
|
|
35
|
-
"@types/react-test-renderer": "^16.0.0",
|
|
36
|
-
"enzyme": "~3.10.0",
|
|
37
|
-
"enzyme-adapter-react-16": "^1.15.0",
|
|
38
|
-
"react": "16.8.6",
|
|
39
|
-
"react-dom": "16.8.6",
|
|
40
|
-
"react-test-renderer": "^16.3.0"
|
|
30
|
+
"@fluentui/scripts": "^1.0.0"
|
|
41
31
|
},
|
|
42
32
|
"dependencies": {
|
|
43
33
|
"@fluentui/keyboard-keys": "9.0.0-rc.4",
|
|
44
|
-
"@fluentui/react-utilities": "9.0.0-rc.
|
|
34
|
+
"@fluentui/react-utilities": "9.0.0-rc.6",
|
|
45
35
|
"tslib": "^2.1.0"
|
|
46
36
|
},
|
|
47
37
|
"peerDependencies": {
|