@fluentui/react-aria 9.0.0-rc.3 → 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 CHANGED
@@ -2,7 +2,78 @@
2
2
  "name": "@fluentui/react-aria",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 18 Feb 2022 13:33:53 GMT",
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",
35
+ "tag": "@fluentui/react-aria_v9.0.0-rc.5",
36
+ "version": "9.0.0-rc.5",
37
+ "comments": {
38
+ "prerelease": [
39
+ {
40
+ "author": "dzearing@microsoft.com",
41
+ "package": "@fluentui/react-aria",
42
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
43
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-aria",
48
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
49
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-aria",
54
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
55
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
56
+ }
57
+ ]
58
+ }
59
+ },
60
+ {
61
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
62
+ "tag": "@fluentui/react-aria_v9.0.0-rc.4",
63
+ "version": "9.0.0-rc.4",
64
+ "comments": {
65
+ "prerelease": [
66
+ {
67
+ "author": "beachball",
68
+ "package": "@fluentui/react-aria",
69
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
70
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
71
+ }
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "date": "Fri, 18 Feb 2022 13:35:38 GMT",
6
77
  "tag": "@fluentui/react-aria_v9.0.0-rc.3",
7
78
  "version": "9.0.0-rc.3",
8
79
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,41 @@
1
1
  # Change Log - @fluentui/react-aria
2
2
 
3
- This log was last generated on Fri, 18 Feb 2022 13:33:53 GMT and should not be manually modified.
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
+
16
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.5)
17
+
18
+ Fri, 04 Mar 2022 05:17:33 GMT
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)
20
+
21
+ ### Changes
22
+
23
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
24
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
26
+
27
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.4)
28
+
29
+ Tue, 01 Mar 2022 02:17:40 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.3..@fluentui/react-aria_v9.0.0-rc.4)
31
+
32
+ ### Changes
33
+
34
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
35
+
7
36
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.3)
8
37
 
9
- Fri, 18 Feb 2022 13:33:53 GMT
38
+ Fri, 18 Feb 2022 13:35:38 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.1..@fluentui/react-aria_v9.0.0-rc.3)
11
40
 
12
41
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-aria",
3
- "version": "9.0.0-rc.3",
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
- "@fluentui/keyboard-keys": "9.0.0-rc.3",
44
- "@fluentui/react-utilities": "9.0.0-rc.3",
33
+ "@fluentui/keyboard-keys": "9.0.0-rc.4",
34
+ "@fluentui/react-utilities": "9.0.0-rc.6",
45
35
  "tslib": "^2.1.0"
46
36
  },
47
37
  "peerDependencies": {
@@ -56,5 +46,12 @@
56
46
  "minor",
57
47
  "patch"
58
48
  ]
49
+ },
50
+ "exports": {
51
+ ".": {
52
+ "types": "./lib/index.d.ts",
53
+ "import": "./lib/index.js",
54
+ "require": "./lib-commonjs/index.js"
55
+ }
59
56
  }
60
57
  }