@fluentui/react-aria 9.0.0-rc.4 → 9.0.0-rc.7

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,92 @@
2
2
  "name": "@fluentui/react-aria",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 01 Mar 2022 02:16:14 GMT",
5
+ "date": "Wed, 04 May 2022 13:24:05 GMT",
6
+ "tag": "@fluentui/react-aria_v9.0.0-rc.7",
7
+ "version": "9.0.0-rc.7",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui/react-aria",
13
+ "commit": "35dc16cc0ebb2ce181bd802b4b9002b12ea2d86f",
14
+ "comment": "react-aria: Move to new common folder."
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-aria",
21
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
22
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-aria",
27
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
28
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Tue, 19 Apr 2022 19:17:07 GMT",
35
+ "tag": "@fluentui/react-aria_v9.0.0-rc.6",
36
+ "version": "9.0.0-rc.6",
37
+ "comments": {
38
+ "none": [
39
+ {
40
+ "author": "elcraig@microsoft.com",
41
+ "package": "@fluentui/react-aria",
42
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
43
+ "comment": "Update React dev deps and hoist them to the repo root"
44
+ },
45
+ {
46
+ "author": "mgodbolt@microsoft.com",
47
+ "package": "@fluentui/react-aria",
48
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
49
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
50
+ }
51
+ ],
52
+ "prerelease": [
53
+ {
54
+ "author": "beachball",
55
+ "package": "@fluentui/react-aria",
56
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
57
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
58
+ }
59
+ ]
60
+ }
61
+ },
62
+ {
63
+ "date": "Fri, 04 Mar 2022 05:17:33 GMT",
64
+ "tag": "@fluentui/react-aria_v9.0.0-rc.5",
65
+ "version": "9.0.0-rc.5",
66
+ "comments": {
67
+ "prerelease": [
68
+ {
69
+ "author": "dzearing@microsoft.com",
70
+ "package": "@fluentui/react-aria",
71
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
72
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
73
+ },
74
+ {
75
+ "author": "beachball",
76
+ "package": "@fluentui/react-aria",
77
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
78
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
79
+ },
80
+ {
81
+ "author": "beachball",
82
+ "package": "@fluentui/react-aria",
83
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
84
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
85
+ }
86
+ ]
87
+ }
88
+ },
89
+ {
90
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
6
91
  "tag": "@fluentui/react-aria_v9.0.0-rc.4",
7
92
  "version": "9.0.0-rc.4",
8
93
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,42 @@
1
1
  # Change Log - @fluentui/react-aria
2
2
 
3
- This log was last generated on Tue, 01 Mar 2022 02:16:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 13:24:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.7)
8
+
9
+ Wed, 04 May 2022 13:24:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.6..@fluentui/react-aria_v9.0.0-rc.7)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
15
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
16
+
17
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.6)
18
+
19
+ Tue, 19 Apr 2022 19:17:07 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.5..@fluentui/react-aria_v9.0.0-rc.6)
21
+
22
+ ### Changes
23
+
24
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
25
+
26
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.5)
27
+
28
+ Fri, 04 Mar 2022 05:17:33 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.4..@fluentui/react-aria_v9.0.0-rc.5)
30
+
31
+ ### Changes
32
+
33
+ - 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)
34
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
35
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
36
+
7
37
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.4)
8
38
 
9
- Tue, 01 Mar 2022 02:16:14 GMT
39
+ Tue, 01 Mar 2022 02:17:40 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.3..@fluentui/react-aria_v9.0.0-rc.4)
11
41
 
12
42
  ### Changes
@@ -15,7 +45,7 @@ Tue, 01 Mar 2022 02:16:14 GMT
15
45
 
16
46
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.3)
17
47
 
18
- Fri, 18 Feb 2022 13:35:38 GMT
48
+ Fri, 18 Feb 2022 13:35:38 GMT
19
49
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-rc.1..@fluentui/react-aria_v9.0.0-rc.3)
20
50
 
21
51
  ### Changes
@@ -27,7 +57,7 @@ Fri, 18 Feb 2022 13:35:38 GMT
27
57
 
28
58
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-rc.1)
29
59
 
30
- Thu, 10 Feb 2022 08:52:17 GMT
60
+ Thu, 10 Feb 2022 08:52:17 GMT
31
61
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-beta.4..@fluentui/react-aria_v9.0.0-rc.1)
32
62
 
33
63
  ### Changes
@@ -42,7 +72,7 @@ Thu, 10 Feb 2022 08:52:17 GMT
42
72
 
43
73
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-beta.4)
44
74
 
45
- Thu, 25 Nov 2021 08:34:10 GMT
75
+ Thu, 25 Nov 2021 08:34:10 GMT
46
76
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-beta.3..@fluentui/react-aria_v9.0.0-beta.4)
47
77
 
48
78
  ### Changes
@@ -54,7 +84,7 @@ Thu, 25 Nov 2021 08:34:10 GMT
54
84
 
55
85
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-beta.3)
56
86
 
57
- Fri, 12 Nov 2021 13:25:13 GMT
87
+ Fri, 12 Nov 2021 13:25:13 GMT
58
88
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-beta.2..@fluentui/react-aria_v9.0.0-beta.3)
59
89
 
60
90
  ### Changes
@@ -67,7 +97,7 @@ Fri, 12 Nov 2021 13:25:13 GMT
67
97
 
68
98
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-beta.2)
69
99
 
70
- Wed, 27 Oct 2021 12:14:13 GMT
100
+ Wed, 27 Oct 2021 12:14:13 GMT
71
101
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-beta.1..@fluentui/react-aria_v9.0.0-beta.2)
72
102
 
73
103
  ### Changes
@@ -79,7 +109,7 @@ Wed, 27 Oct 2021 12:14:13 GMT
79
109
 
80
110
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-beta.1)
81
111
 
82
- Wed, 06 Oct 2021 10:37:22 GMT
112
+ Wed, 06 Oct 2021 10:37:22 GMT
83
113
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.45..@fluentui/react-aria_v9.0.0-beta.1)
84
114
 
85
115
  ### Changes
@@ -92,7 +122,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
92
122
 
93
123
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.45)
94
124
 
95
- Tue, 05 Oct 2021 12:47:58 GMT
125
+ Tue, 05 Oct 2021 12:47:58 GMT
96
126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.44..@fluentui/react-aria_v9.0.0-alpha.45)
97
127
 
98
128
  ### Changes
@@ -102,7 +132,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
102
132
 
103
133
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.44)
104
134
 
105
- Tue, 05 Oct 2021 09:28:07 GMT
135
+ Tue, 05 Oct 2021 09:28:07 GMT
106
136
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.43..@fluentui/react-aria_v9.0.0-alpha.44)
107
137
 
108
138
  ### Changes
@@ -113,7 +143,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
113
143
 
114
144
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.43)
115
145
 
116
- Fri, 01 Oct 2021 14:13:08 GMT
146
+ Fri, 01 Oct 2021 14:13:08 GMT
117
147
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.41..@fluentui/react-aria_v9.0.0-alpha.43)
118
148
 
119
149
  ### Changes
@@ -126,7 +156,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
126
156
 
127
157
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.41)
128
158
 
129
- Fri, 01 Oct 2021 12:30:46 GMT
159
+ Fri, 01 Oct 2021 12:30:46 GMT
130
160
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.40..@fluentui/react-aria_v9.0.0-alpha.41)
131
161
 
132
162
  ### Changes
@@ -135,7 +165,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
135
165
 
136
166
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.40)
137
167
 
138
- Wed, 29 Sep 2021 08:06:11 GMT
168
+ Wed, 29 Sep 2021 08:06:11 GMT
139
169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.39..@fluentui/react-aria_v9.0.0-alpha.40)
140
170
 
141
171
  ### Changes
@@ -145,7 +175,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
145
175
 
146
176
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.39)
147
177
 
148
- Mon, 27 Sep 2021 08:06:00 GMT
178
+ Mon, 27 Sep 2021 08:06:00 GMT
149
179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.38..@fluentui/react-aria_v9.0.0-alpha.39)
150
180
 
151
181
  ### Changes
@@ -156,7 +186,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
156
186
 
157
187
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.38)
158
188
 
159
- Fri, 24 Sep 2021 09:17:17 GMT
189
+ Fri, 24 Sep 2021 09:17:17 GMT
160
190
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.37..@fluentui/react-aria_v9.0.0-alpha.38)
161
191
 
162
192
  ### Changes
@@ -167,7 +197,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
167
197
 
168
198
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.37)
169
199
 
170
- Thu, 23 Sep 2021 08:21:34 GMT
200
+ Thu, 23 Sep 2021 08:21:34 GMT
171
201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.36..@fluentui/react-aria_v9.0.0-alpha.37)
172
202
 
173
203
  ### Changes
@@ -178,7 +208,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
178
208
 
179
209
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.36)
180
210
 
181
- Wed, 22 Sep 2021 10:10:07 GMT
211
+ Wed, 22 Sep 2021 10:10:07 GMT
182
212
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.35..@fluentui/react-aria_v9.0.0-alpha.36)
183
213
 
184
214
  ### Changes
@@ -189,7 +219,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
189
219
 
190
220
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.35)
191
221
 
192
- Tue, 21 Sep 2021 07:42:34 GMT
222
+ Tue, 21 Sep 2021 07:42:34 GMT
193
223
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.34..@fluentui/react-aria_v9.0.0-alpha.35)
194
224
 
195
225
  ### Changes
@@ -199,7 +229,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
199
229
 
200
230
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.34)
201
231
 
202
- Mon, 20 Sep 2021 07:36:26 GMT
232
+ Mon, 20 Sep 2021 07:36:26 GMT
203
233
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.33..@fluentui/react-aria_v9.0.0-alpha.34)
204
234
 
205
235
  ### Changes
@@ -208,7 +238,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
208
238
 
209
239
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.33)
210
240
 
211
- Fri, 17 Sep 2021 07:35:26 GMT
241
+ Fri, 17 Sep 2021 07:35:26 GMT
212
242
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.32..@fluentui/react-aria_v9.0.0-alpha.33)
213
243
 
214
244
  ### Changes
@@ -217,7 +247,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
217
247
 
218
248
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.32)
219
249
 
220
- Thu, 16 Sep 2021 07:38:39 GMT
250
+ Thu, 16 Sep 2021 07:38:39 GMT
221
251
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.31..@fluentui/react-aria_v9.0.0-alpha.32)
222
252
 
223
253
  ### Changes
@@ -226,7 +256,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
226
256
 
227
257
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.31)
228
258
 
229
- Tue, 14 Sep 2021 20:09:02 GMT
259
+ Tue, 14 Sep 2021 20:09:02 GMT
230
260
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.30..@fluentui/react-aria_v9.0.0-alpha.31)
231
261
 
232
262
  ### Changes
@@ -235,7 +265,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
235
265
 
236
266
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.30)
237
267
 
238
- Tue, 14 Sep 2021 07:38:18 GMT
268
+ Tue, 14 Sep 2021 07:38:18 GMT
239
269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.29..@fluentui/react-aria_v9.0.0-alpha.30)
240
270
 
241
271
  ### Changes
@@ -244,7 +274,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
244
274
 
245
275
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.29)
246
276
 
247
- Fri, 10 Sep 2021 16:31:53 GMT
277
+ Fri, 10 Sep 2021 16:31:53 GMT
248
278
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.28..@fluentui/react-aria_v9.0.0-alpha.29)
249
279
 
250
280
  ### Changes
@@ -254,7 +284,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
254
284
 
255
285
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.28)
256
286
 
257
- Fri, 10 Sep 2021 07:39:51 GMT
287
+ Fri, 10 Sep 2021 07:39:51 GMT
258
288
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.27..@fluentui/react-aria_v9.0.0-alpha.28)
259
289
 
260
290
  ### Changes
@@ -263,7 +293,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
263
293
 
264
294
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.27)
265
295
 
266
- Mon, 06 Sep 2021 07:34:53 GMT
296
+ Mon, 06 Sep 2021 07:34:53 GMT
267
297
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.26..@fluentui/react-aria_v9.0.0-alpha.27)
268
298
 
269
299
  ### Changes
@@ -272,7 +302,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
272
302
 
273
303
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.26)
274
304
 
275
- Thu, 02 Sep 2021 07:36:46 GMT
305
+ Thu, 02 Sep 2021 07:36:46 GMT
276
306
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.25..@fluentui/react-aria_v9.0.0-alpha.26)
277
307
 
278
308
  ### Patches
@@ -281,7 +311,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
281
311
 
282
312
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.25)
283
313
 
284
- Wed, 01 Sep 2021 07:39:56 GMT
314
+ Wed, 01 Sep 2021 07:39:56 GMT
285
315
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.24..@fluentui/react-aria_v9.0.0-alpha.25)
286
316
 
287
317
  ### Changes
@@ -290,7 +320,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
290
320
 
291
321
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.24)
292
322
 
293
- Tue, 31 Aug 2021 07:37:47 GMT
323
+ Tue, 31 Aug 2021 07:37:47 GMT
294
324
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.23..@fluentui/react-aria_v9.0.0-alpha.24)
295
325
 
296
326
  ### Changes
@@ -299,7 +329,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
299
329
 
300
330
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.23)
301
331
 
302
- Mon, 30 Aug 2021 07:35:05 GMT
332
+ Mon, 30 Aug 2021 07:35:05 GMT
303
333
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.22..@fluentui/react-aria_v9.0.0-alpha.23)
304
334
 
305
335
  ### Changes
@@ -308,7 +338,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
308
338
 
309
339
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.22)
310
340
 
311
- Fri, 20 Aug 2021 07:37:28 GMT
341
+ Fri, 20 Aug 2021 07:37:28 GMT
312
342
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.21..@fluentui/react-aria_v9.0.0-alpha.22)
313
343
 
314
344
  ### Changes
@@ -317,7 +347,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
317
347
 
318
348
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.21)
319
349
 
320
- Thu, 19 Aug 2021 07:41:35 GMT
350
+ Thu, 19 Aug 2021 07:41:35 GMT
321
351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.20..@fluentui/react-aria_v9.0.0-alpha.21)
322
352
 
323
353
  ### Changes
@@ -326,7 +356,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
326
356
 
327
357
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.20)
328
358
 
329
- Fri, 13 Aug 2021 07:36:34 GMT
359
+ Fri, 13 Aug 2021 07:36:34 GMT
330
360
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.19..@fluentui/react-aria_v9.0.0-alpha.20)
331
361
 
332
362
  ### Changes
@@ -335,7 +365,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
335
365
 
336
366
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.19)
337
367
 
338
- Fri, 06 Aug 2021 07:35:14 GMT
368
+ Fri, 06 Aug 2021 07:35:14 GMT
339
369
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.18..@fluentui/react-aria_v9.0.0-alpha.19)
340
370
 
341
371
  ### Changes
@@ -344,7 +374,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
344
374
 
345
375
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.18)
346
376
 
347
- Tue, 03 Aug 2021 07:39:30 GMT
377
+ Tue, 03 Aug 2021 07:39:30 GMT
348
378
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.17..@fluentui/react-aria_v9.0.0-alpha.18)
349
379
 
350
380
  ### Patches
@@ -359,7 +389,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
359
389
 
360
390
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.17)
361
391
 
362
- Mon, 02 Aug 2021 07:36:20 GMT
392
+ Mon, 02 Aug 2021 07:36:20 GMT
363
393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.16..@fluentui/react-aria_v9.0.0-alpha.17)
364
394
 
365
395
  ### Changes
@@ -368,7 +398,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
368
398
 
369
399
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.16)
370
400
 
371
- Mon, 26 Jul 2021 07:37:30 GMT
401
+ Mon, 26 Jul 2021 07:37:30 GMT
372
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.15..@fluentui/react-aria_v9.0.0-alpha.16)
373
403
 
374
404
  ### Changes
@@ -377,7 +407,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
377
407
 
378
408
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.15)
379
409
 
380
- Fri, 23 Jul 2021 07:38:19 GMT
410
+ Fri, 23 Jul 2021 07:38:19 GMT
381
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.14..@fluentui/react-aria_v9.0.0-alpha.15)
382
412
 
383
413
  ### Changes
@@ -386,7 +416,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
386
416
 
387
417
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.14)
388
418
 
389
- Thu, 22 Jul 2021 07:36:55 GMT
419
+ Thu, 22 Jul 2021 07:36:55 GMT
390
420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.13..@fluentui/react-aria_v9.0.0-alpha.14)
391
421
 
392
422
  ### Changes
@@ -395,7 +425,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
395
425
 
396
426
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.13)
397
427
 
398
- Tue, 20 Jul 2021 22:23:17 GMT
428
+ Tue, 20 Jul 2021 22:23:17 GMT
399
429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.12..@fluentui/react-aria_v9.0.0-alpha.13)
400
430
 
401
431
  ### Changes
@@ -404,7 +434,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
404
434
 
405
435
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.12)
406
436
 
407
- Thu, 15 Jul 2021 07:36:18 GMT
437
+ Thu, 15 Jul 2021 07:36:18 GMT
408
438
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.11..@fluentui/react-aria_v9.0.0-alpha.12)
409
439
 
410
440
  ### Changes
@@ -413,7 +443,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
413
443
 
414
444
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.11)
415
445
 
416
- Tue, 13 Jul 2021 22:32:58 GMT
446
+ Tue, 13 Jul 2021 22:32:58 GMT
417
447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.10..@fluentui/react-aria_v9.0.0-alpha.11)
418
448
 
419
449
  ### Patches
@@ -422,7 +452,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
422
452
 
423
453
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.10)
424
454
 
425
- Tue, 13 Jul 2021 07:35:36 GMT
455
+ Tue, 13 Jul 2021 07:35:36 GMT
426
456
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.9..@fluentui/react-aria_v9.0.0-alpha.10)
427
457
 
428
458
  ### Changes
@@ -431,7 +461,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
431
461
 
432
462
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.9)
433
463
 
434
- Mon, 12 Jul 2021 07:33:23 GMT
464
+ Mon, 12 Jul 2021 07:33:23 GMT
435
465
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.8..@fluentui/react-aria_v9.0.0-alpha.9)
436
466
 
437
467
  ### Changes
@@ -441,7 +471,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
441
471
 
442
472
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.8)
443
473
 
444
- Fri, 09 Jul 2021 07:39:31 GMT
474
+ Fri, 09 Jul 2021 07:39:31 GMT
445
475
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.7..@fluentui/react-aria_v9.0.0-alpha.8)
446
476
 
447
477
  ### Patches
@@ -457,7 +487,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
457
487
 
458
488
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.7)
459
489
 
460
- Fri, 02 Jul 2021 23:15:55 GMT
490
+ Fri, 02 Jul 2021 23:15:55 GMT
461
491
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.6..@fluentui/react-aria_v9.0.0-alpha.7)
462
492
 
463
493
  ### Changes
@@ -466,7 +496,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
466
496
 
467
497
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.6)
468
498
 
469
- Fri, 02 Jul 2021 07:37:06 GMT
499
+ Fri, 02 Jul 2021 07:37:06 GMT
470
500
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.5..@fluentui/react-aria_v9.0.0-alpha.6)
471
501
 
472
502
  ### Changes
@@ -475,7 +505,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
475
505
 
476
506
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.5)
477
507
 
478
- Thu, 01 Jul 2021 07:35:05 GMT
508
+ Thu, 01 Jul 2021 07:35:05 GMT
479
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.4..@fluentui/react-aria_v9.0.0-alpha.5)
480
510
 
481
511
  ### Changes
@@ -484,7 +514,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
484
514
 
485
515
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.4)
486
516
 
487
- Wed, 30 Jun 2021 07:38:35 GMT
517
+ Wed, 30 Jun 2021 07:38:35 GMT
488
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.3..@fluentui/react-aria_v9.0.0-alpha.4)
489
519
 
490
520
  ### Changes
@@ -493,7 +523,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
493
523
 
494
524
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.3)
495
525
 
496
- Tue, 29 Jun 2021 07:33:32 GMT
526
+ Tue, 29 Jun 2021 07:33:32 GMT
497
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.2..@fluentui/react-aria_v9.0.0-alpha.3)
498
528
 
499
529
  ### Changes
@@ -502,7 +532,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
502
532
 
503
533
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.0.0-alpha.2)
504
534
 
505
- Mon, 21 Jun 2021 07:34:33 GMT
535
+ Mon, 21 Jun 2021 07:34:33 GMT
506
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.0.0-alpha.1..@fluentui/react-aria_v9.0.0-alpha.2)
507
537
 
508
538
  ### Changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-aria",
3
- "version": "9.0.0-rc.4",
3
+ "version": "9.0.0-rc.7",
4
4
  "description": "React helper to ensure ARIA",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,28 +20,18 @@
20
20
  "start": "yarn storybook",
21
21
  "test": "jest --passWithNoTests",
22
22
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
23
- "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-aria/src && yarn docs",
24
- "storybook": "node ../../scripts/storybook/runner",
23
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-aria/src && yarn docs",
24
+ "storybook": "node ../../../scripts/storybook/runner",
25
25
  "type-check": "tsc -b tsconfig.json"
26
26
  },
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.4",
33
+ "@fluentui/keyboard-keys": "9.0.0-rc.5",
34
+ "@fluentui/react-utilities": "9.0.0-rc.7",
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
  }