@fluentui/react-aria 0.0.0-nightly-20220302-0405.1

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.
Files changed (38) hide show
  1. package/CHANGELOG.json +1307 -0
  2. package/CHANGELOG.md +530 -0
  3. package/LICENSE +15 -0
  4. package/README.md +5 -0
  5. package/Spec.md +63 -0
  6. package/dist/react-aria.d.ts +25 -0
  7. package/lib/hooks/index.d.ts +1 -0
  8. package/lib/hooks/index.js +2 -0
  9. package/lib/hooks/index.js.map +1 -0
  10. package/lib/hooks/useARIAButton.d.ts +11 -0
  11. package/lib/hooks/useARIAButton.js +103 -0
  12. package/lib/hooks/useARIAButton.js.map +1 -0
  13. package/lib/index.d.ts +2 -0
  14. package/lib/index.js +3 -0
  15. package/lib/index.js.map +1 -0
  16. package/lib/tsdoc-metadata.json +11 -0
  17. package/lib/utils/index.d.ts +1 -0
  18. package/lib/utils/index.js +2 -0
  19. package/lib/utils/index.js.map +1 -0
  20. package/lib/utils/mergeARIADisabled.d.ts +7 -0
  21. package/lib/utils/mergeARIADisabled.js +15 -0
  22. package/lib/utils/mergeARIADisabled.js.map +1 -0
  23. package/lib-commonjs/hooks/index.d.ts +1 -0
  24. package/lib-commonjs/hooks/index.js +10 -0
  25. package/lib-commonjs/hooks/index.js.map +1 -0
  26. package/lib-commonjs/hooks/useARIAButton.d.ts +11 -0
  27. package/lib-commonjs/hooks/useARIAButton.js +114 -0
  28. package/lib-commonjs/hooks/useARIAButton.js.map +1 -0
  29. package/lib-commonjs/index.d.ts +2 -0
  30. package/lib-commonjs/index.js +12 -0
  31. package/lib-commonjs/index.js.map +1 -0
  32. package/lib-commonjs/utils/index.d.ts +1 -0
  33. package/lib-commonjs/utils/index.js +10 -0
  34. package/lib-commonjs/utils/index.js.map +1 -0
  35. package/lib-commonjs/utils/mergeARIADisabled.d.ts +7 -0
  36. package/lib-commonjs/utils/mergeARIADisabled.js +24 -0
  37. package/lib-commonjs/utils/mergeARIADisabled.js.map +1 -0
  38. package/package.json +60 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,1307 @@
1
+ {
2
+ "name": "@fluentui/react-aria",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 02 Mar 2022 04:14:51 GMT",
6
+ "tag": "@fluentui/react-aria_v0.0.0-nightly-20220302-0405.1",
7
+ "version": "0.0.0-nightly-20220302-0405.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-aria",
13
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-aria",
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220302-0405.1",
20
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-aria",
25
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220302-0405.1",
26
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
33
+ "tag": "@fluentui/react-aria_v9.0.0-rc.4",
34
+ "version": "9.0.0-rc.4",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-aria",
40
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
41
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Fri, 18 Feb 2022 13:35:38 GMT",
48
+ "tag": "@fluentui/react-aria_v9.0.0-rc.3",
49
+ "version": "9.0.0-rc.3",
50
+ "comments": {
51
+ "prerelease": [
52
+ {
53
+ "author": "lingfangao@hotmail.com",
54
+ "package": "@fluentui/react-aria",
55
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
56
+ "comment": "fix: Source maps contain original source code"
57
+ },
58
+ {
59
+ "author": "Humberto.Morimoto@microsoft.com",
60
+ "package": "@fluentui/react-aria",
61
+ "commit": "ca590a438b12b85d32fdf8b592ada3b0e7b2314c",
62
+ "comment": "Fixing issue in useAriaButton where passing disabledFocusable=false caused aria-disabled to be set to false and appear in DOM instead of just be undefined for that element."
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-aria",
67
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.3",
68
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-aria",
73
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
74
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Thu, 10 Feb 2022 08:52:17 GMT",
81
+ "tag": "@fluentui/react-aria_v9.0.0-rc.1",
82
+ "version": "9.0.0-rc.1",
83
+ "comments": {
84
+ "none": [
85
+ {
86
+ "author": "olfedias@microsoft.com",
87
+ "package": "@fluentui/react-aria",
88
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
89
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
90
+ },
91
+ {
92
+ "author": "martinhochel@microsoft.com",
93
+ "package": "@fluentui/react-aria",
94
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
95
+ "comment": "chore: use storybook runner for all vNext packages"
96
+ }
97
+ ],
98
+ "prerelease": [
99
+ {
100
+ "author": "olfedias@microsoft.com",
101
+ "package": "@fluentui/react-aria",
102
+ "commit": "f4eafee2c3b8d85b3a267d6b155f0f5585a435fd",
103
+ "comment": "remove Griffel packages"
104
+ },
105
+ {
106
+ "author": "lingfangao@hotmail.com",
107
+ "package": "@fluentui/react-aria",
108
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
109
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
110
+ },
111
+ {
112
+ "author": "Humberto.Morimoto@microsoft.com",
113
+ "package": "@fluentui/react-aria",
114
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
115
+ "comment": "Updating based on changes to composition types."
116
+ },
117
+ {
118
+ "author": "behowell@microsoft.com",
119
+ "package": "@fluentui/react-aria",
120
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
121
+ "comment": "Refactor component Slot typings"
122
+ },
123
+ {
124
+ "author": "behowell@microsoft.com",
125
+ "package": "@fluentui/react-aria",
126
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
127
+ "comment": "Remove component's shorthandProps array"
128
+ },
129
+ {
130
+ "author": "beachball",
131
+ "package": "@fluentui/react-aria",
132
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
133
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
134
+ },
135
+ {
136
+ "author": "beachball",
137
+ "package": "@fluentui/react-aria",
138
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
139
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
140
+ }
141
+ ]
142
+ }
143
+ },
144
+ {
145
+ "date": "Thu, 25 Nov 2021 08:34:10 GMT",
146
+ "tag": "@fluentui/react-aria_v9.0.0-beta.4",
147
+ "version": "9.0.0-beta.4",
148
+ "comments": {
149
+ "none": [
150
+ {
151
+ "author": "olfedias@microsoft.com",
152
+ "package": "@fluentui/react-aria",
153
+ "commit": "8a820339f7f4084d8c46e97f06eebbeb18111397",
154
+ "comment": "update tooling config"
155
+ }
156
+ ],
157
+ "prerelease": [
158
+ {
159
+ "author": "beachball",
160
+ "package": "@fluentui/react-aria",
161
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
162
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
163
+ },
164
+ {
165
+ "author": "beachball",
166
+ "package": "@fluentui/react-aria",
167
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
168
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
169
+ },
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-aria",
173
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
174
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
175
+ },
176
+ {
177
+ "author": "beachball",
178
+ "package": "@fluentui/react-aria",
179
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
180
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
181
+ }
182
+ ]
183
+ }
184
+ },
185
+ {
186
+ "date": "Fri, 12 Nov 2021 13:25:13 GMT",
187
+ "tag": "@fluentui/react-aria_v9.0.0-beta.3",
188
+ "version": "9.0.0-beta.3",
189
+ "comments": {
190
+ "prerelease": [
191
+ {
192
+ "author": "Humberto.Morimoto@microsoft.com",
193
+ "package": "@fluentui/react-aria",
194
+ "commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
195
+ "comment": "Fixing events being fired when button is disabledFocusable"
196
+ },
197
+ {
198
+ "author": "gcox@microsoft.com",
199
+ "package": "@fluentui/react-aria",
200
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
201
+ "comment": "Updated beta and RC components to ES2019"
202
+ },
203
+ {
204
+ "author": "beachball",
205
+ "package": "@fluentui/react-aria",
206
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
207
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
208
+ },
209
+ {
210
+ "author": "beachball",
211
+ "package": "@fluentui/react-aria",
212
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
213
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
214
+ },
215
+ {
216
+ "author": "beachball",
217
+ "package": "@fluentui/react-aria",
218
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
219
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
220
+ }
221
+ ],
222
+ "none": [
223
+ {
224
+ "author": "lingfangao@hotmail.com",
225
+ "package": "@fluentui/react-aria",
226
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
227
+ "comment": "Remove beta release tag"
228
+ }
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "date": "Wed, 27 Oct 2021 12:14:13 GMT",
234
+ "tag": "@fluentui/react-aria_v9.0.0-beta.2",
235
+ "version": "9.0.0-beta.2",
236
+ "comments": {
237
+ "prerelease": [
238
+ {
239
+ "author": "peter@draxler.ml",
240
+ "package": "@fluentui/react-aria",
241
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
242
+ "comment": "added styling of documentation"
243
+ },
244
+ {
245
+ "author": "beachball",
246
+ "package": "@fluentui/react-aria",
247
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
248
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
249
+ },
250
+ {
251
+ "author": "beachball",
252
+ "package": "@fluentui/react-aria",
253
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
254
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
255
+ },
256
+ {
257
+ "author": "beachball",
258
+ "package": "@fluentui/react-aria",
259
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
260
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
261
+ }
262
+ ]
263
+ }
264
+ },
265
+ {
266
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
267
+ "tag": "@fluentui/react-aria_v9.0.0-beta.1",
268
+ "version": "9.0.0-beta.1",
269
+ "comments": {
270
+ "prerelease": [
271
+ {
272
+ "author": "lingfangao@hotmail.com",
273
+ "package": "@fluentui/react-aria",
274
+ "comment": "Bump all v9 components to beta prerelease tag",
275
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-aria",
280
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-beta.1",
281
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-aria",
286
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
287
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-aria",
292
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
293
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-aria",
298
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
299
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
300
+ }
301
+ ]
302
+ }
303
+ },
304
+ {
305
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
306
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.45",
307
+ "version": "9.0.0-alpha.45",
308
+ "comments": {
309
+ "prerelease": [
310
+ {
311
+ "author": "beachball",
312
+ "package": "@fluentui/react-aria",
313
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
314
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
315
+ },
316
+ {
317
+ "author": "beachball",
318
+ "package": "@fluentui/react-aria",
319
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
320
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
321
+ }
322
+ ]
323
+ }
324
+ },
325
+ {
326
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
327
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.44",
328
+ "version": "9.0.0-alpha.44",
329
+ "comments": {
330
+ "prerelease": [
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-aria",
334
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
335
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-aria",
340
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
341
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-aria",
346
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
347
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
348
+ }
349
+ ]
350
+ }
351
+ },
352
+ {
353
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
354
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.43",
355
+ "version": "9.0.0-alpha.43",
356
+ "comments": {
357
+ "prerelease": [
358
+ {
359
+ "author": "lingfangao@hotmail.com",
360
+ "package": "@fluentui/react-aria",
361
+ "comment": "Bump v9 prerelease versions to rerelease",
362
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
363
+ },
364
+ {
365
+ "author": "beachball",
366
+ "package": "@fluentui/react-aria",
367
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-alpha.5",
368
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-aria",
373
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
374
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
375
+ },
376
+ {
377
+ "author": "beachball",
378
+ "package": "@fluentui/react-aria",
379
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
380
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
381
+ },
382
+ {
383
+ "author": "beachball",
384
+ "package": "@fluentui/react-aria",
385
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
386
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
387
+ }
388
+ ]
389
+ }
390
+ },
391
+ {
392
+ "date": "Fri, 01 Oct 2021 12:30:46 GMT",
393
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.41",
394
+ "version": "9.0.0-alpha.41",
395
+ "comments": {
396
+ "prerelease": [
397
+ {
398
+ "author": "bsunderhus@microsoft.com",
399
+ "package": "@fluentui/react-aria",
400
+ "comment": "Removes disabled attribute when not required",
401
+ "commit": "c5f91bfccb65073eb01e4b4aa0b720bb6bf06b5d"
402
+ }
403
+ ]
404
+ }
405
+ },
406
+ {
407
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
408
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.40",
409
+ "version": "9.0.0-alpha.40",
410
+ "comments": {
411
+ "prerelease": [
412
+ {
413
+ "author": "beachball",
414
+ "package": "@fluentui/react-aria",
415
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
416
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
417
+ },
418
+ {
419
+ "author": "beachball",
420
+ "package": "@fluentui/react-aria",
421
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
422
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
423
+ }
424
+ ]
425
+ }
426
+ },
427
+ {
428
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
429
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.39",
430
+ "version": "9.0.0-alpha.39",
431
+ "comments": {
432
+ "prerelease": [
433
+ {
434
+ "author": "beachball",
435
+ "package": "@fluentui/react-aria",
436
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
437
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
438
+ },
439
+ {
440
+ "author": "beachball",
441
+ "package": "@fluentui/react-aria",
442
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
443
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
444
+ },
445
+ {
446
+ "author": "beachball",
447
+ "package": "@fluentui/react-aria",
448
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
449
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
450
+ }
451
+ ]
452
+ }
453
+ },
454
+ {
455
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
456
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.38",
457
+ "version": "9.0.0-alpha.38",
458
+ "comments": {
459
+ "prerelease": [
460
+ {
461
+ "author": "beachball",
462
+ "package": "@fluentui/react-aria",
463
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
464
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
465
+ },
466
+ {
467
+ "author": "beachball",
468
+ "package": "@fluentui/react-aria",
469
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
470
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
471
+ },
472
+ {
473
+ "author": "beachball",
474
+ "package": "@fluentui/react-aria",
475
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
476
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
477
+ }
478
+ ]
479
+ }
480
+ },
481
+ {
482
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
483
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.37",
484
+ "version": "9.0.0-alpha.37",
485
+ "comments": {
486
+ "prerelease": [
487
+ {
488
+ "author": "beachball",
489
+ "package": "@fluentui/react-aria",
490
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
491
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
492
+ },
493
+ {
494
+ "author": "beachball",
495
+ "package": "@fluentui/react-aria",
496
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
497
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
498
+ },
499
+ {
500
+ "author": "beachball",
501
+ "package": "@fluentui/react-aria",
502
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
503
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
504
+ }
505
+ ]
506
+ }
507
+ },
508
+ {
509
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
510
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.36",
511
+ "version": "9.0.0-alpha.36",
512
+ "comments": {
513
+ "prerelease": [
514
+ {
515
+ "author": "beachball",
516
+ "package": "@fluentui/react-aria",
517
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
518
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
519
+ },
520
+ {
521
+ "author": "beachball",
522
+ "package": "@fluentui/react-aria",
523
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
524
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
525
+ },
526
+ {
527
+ "author": "beachball",
528
+ "package": "@fluentui/react-aria",
529
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
530
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
531
+ }
532
+ ]
533
+ }
534
+ },
535
+ {
536
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
537
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.35",
538
+ "version": "9.0.0-alpha.35",
539
+ "comments": {
540
+ "prerelease": [
541
+ {
542
+ "author": "beachball",
543
+ "package": "@fluentui/react-aria",
544
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
545
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
546
+ },
547
+ {
548
+ "author": "beachball",
549
+ "package": "@fluentui/react-aria",
550
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
551
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
552
+ }
553
+ ]
554
+ }
555
+ },
556
+ {
557
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
558
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.34",
559
+ "version": "9.0.0-alpha.34",
560
+ "comments": {
561
+ "none": [
562
+ {
563
+ "author": "lingfangao@hotmail.com",
564
+ "package": "@fluentui/react-aria",
565
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
566
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
567
+ }
568
+ ],
569
+ "prerelease": [
570
+ {
571
+ "author": "lingfangao@hotmail.com",
572
+ "package": "@fluentui/react-aria",
573
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
574
+ "comment": "Bump @fluentui/react-aria to v9.0.0-alpha.34"
575
+ }
576
+ ]
577
+ }
578
+ },
579
+ {
580
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
581
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.33",
582
+ "version": "9.0.0-alpha.33",
583
+ "comments": {
584
+ "prerelease": [
585
+ {
586
+ "author": "Humberto.Morimoto@microsoft.com",
587
+ "package": "@fluentui/react-aria",
588
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
589
+ "comment": "Bump @fluentui/react-aria to v9.0.0-alpha.33"
590
+ }
591
+ ]
592
+ }
593
+ },
594
+ {
595
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
596
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.32",
597
+ "version": "9.0.0-alpha.32",
598
+ "comments": {
599
+ "prerelease": [
600
+ {
601
+ "author": "behowell@microsoft.com",
602
+ "package": "@fluentui/react-aria",
603
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
604
+ "comment": "Bump @fluentui/react-aria to v9.0.0-alpha.32"
605
+ }
606
+ ]
607
+ }
608
+ },
609
+ {
610
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
611
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.31",
612
+ "version": "9.0.0-alpha.31",
613
+ "comments": {
614
+ "prerelease": [
615
+ {
616
+ "author": "bsunderhus@microsoft.com",
617
+ "package": "@fluentui/react-aria",
618
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
619
+ "comment": "Bump @fluentui/react-aria to v9.0.0-alpha.31"
620
+ }
621
+ ]
622
+ }
623
+ },
624
+ {
625
+ "date": "Tue, 14 Sep 2021 07:38:18 GMT",
626
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.30",
627
+ "version": "9.0.0-alpha.30",
628
+ "comments": {
629
+ "prerelease": [
630
+ {
631
+ "author": "bsunderhus@microsoft.com",
632
+ "package": "@fluentui/react-aria",
633
+ "comment": "Generalize mergeARIADisabled",
634
+ "commit": "fe05da92ddc2742135a689b7b990f8152bd752c3"
635
+ }
636
+ ]
637
+ }
638
+ },
639
+ {
640
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
641
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.29",
642
+ "version": "9.0.0-alpha.29",
643
+ "comments": {
644
+ "prerelease": [
645
+ {
646
+ "author": "lingfangao@hotmail.com",
647
+ "package": "@fluentui/react-aria",
648
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
649
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
650
+ },
651
+ {
652
+ "author": "lingfangao@hotmail.com",
653
+ "package": "@fluentui/react-aria",
654
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
655
+ "comment": "Bump @fluentui/react-aria to v9.0.0-alpha.29"
656
+ }
657
+ ]
658
+ }
659
+ },
660
+ {
661
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
662
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.28",
663
+ "version": "9.0.0-alpha.28",
664
+ "comments": {
665
+ "prerelease": [
666
+ {
667
+ "comment": "Refactor ObjectShorthandProps into IntrinsicShorthandProps",
668
+ "author": "behowell@microsoft.com",
669
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
670
+ "package": "@fluentui/react-aria"
671
+ }
672
+ ]
673
+ }
674
+ },
675
+ {
676
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
677
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.27",
678
+ "version": "9.0.0-alpha.27",
679
+ "comments": {
680
+ "none": [
681
+ {
682
+ "comment": "Bump @fluentui/react-conformance to v0.5.0",
683
+ "author": "olfedias@microsoft.com",
684
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
685
+ "package": "@fluentui/react-aria"
686
+ }
687
+ ]
688
+ }
689
+ },
690
+ {
691
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
692
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.27",
693
+ "version": "9.0.0-alpha.27",
694
+ "comments": {
695
+ "prerelease": [
696
+ {
697
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
698
+ "author": "lingfangao@hotmail.com",
699
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
700
+ "package": "@fluentui/react-aria"
701
+ }
702
+ ]
703
+ }
704
+ },
705
+ {
706
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
707
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.26",
708
+ "version": "9.0.0-alpha.26",
709
+ "comments": {
710
+ "patch": [
711
+ {
712
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
713
+ "author": "olfedias@microsoft.com",
714
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
715
+ "package": "@fluentui/react-aria"
716
+ }
717
+ ]
718
+ }
719
+ },
720
+ {
721
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
722
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.25",
723
+ "version": "9.0.0-alpha.25",
724
+ "comments": {
725
+ "prerelease": [
726
+ {
727
+ "comment": "Updates react-aria to use root as slot",
728
+ "author": "bsunderhus@microsoft.com",
729
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
730
+ "package": "@fluentui/react-aria"
731
+ }
732
+ ]
733
+ }
734
+ },
735
+ {
736
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
737
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.24",
738
+ "version": "9.0.0-alpha.24",
739
+ "comments": {
740
+ "prerelease": [
741
+ {
742
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
743
+ "author": "lingfan.gao@microsoft.com",
744
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
745
+ "package": "@fluentui/react-aria"
746
+ }
747
+ ]
748
+ }
749
+ },
750
+ {
751
+ "date": "Mon, 30 Aug 2021 07:35:05 GMT",
752
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.23",
753
+ "version": "9.0.0-alpha.23",
754
+ "comments": {
755
+ "prerelease": [
756
+ {
757
+ "comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
758
+ "author": "dzearing@hotmail.com",
759
+ "commit": "e2ee214821eeb15080fa66ea0905dee4838fb291",
760
+ "package": "@fluentui/react-aria"
761
+ }
762
+ ]
763
+ }
764
+ },
765
+ {
766
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
767
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.22",
768
+ "version": "9.0.0-alpha.22",
769
+ "comments": {
770
+ "none": [
771
+ {
772
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
773
+ "author": "martinhochel@microsoft.com",
774
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
775
+ "package": "@fluentui/react-aria"
776
+ }
777
+ ]
778
+ }
779
+ },
780
+ {
781
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
782
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.22",
783
+ "version": "9.0.0-alpha.22",
784
+ "comments": {
785
+ "none": [
786
+ {
787
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
788
+ "author": "dzearing@hotmail.com",
789
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
790
+ "package": "@fluentui/react-aria"
791
+ }
792
+ ]
793
+ }
794
+ },
795
+ {
796
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
797
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.22",
798
+ "version": "9.0.0-alpha.22",
799
+ "comments": {
800
+ "prerelease": [
801
+ {
802
+ "comment": "Update .npmignore",
803
+ "author": "elcraig@microsoft.com",
804
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
805
+ "package": "@fluentui/react-aria"
806
+ }
807
+ ],
808
+ "none": [
809
+ {
810
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
811
+ "author": "behowell@microsoft.com",
812
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
813
+ "package": "@fluentui/react-aria"
814
+ },
815
+ {
816
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
817
+ "author": "elcraig@microsoft.com",
818
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
819
+ "package": "@fluentui/react-aria"
820
+ },
821
+ {
822
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
823
+ "author": "elcraig@microsoft.com",
824
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
825
+ "package": "@fluentui/react-aria"
826
+ },
827
+ {
828
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
829
+ "author": "elcraig@microsoft.com",
830
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
831
+ "package": "@fluentui/react-aria"
832
+ },
833
+ {
834
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-alpha.3",
835
+ "author": "elcraig@microsoft.com",
836
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
837
+ "package": "@fluentui/react-aria"
838
+ },
839
+ {
840
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
841
+ "author": "behowell@microsoft.com",
842
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
843
+ "package": "@fluentui/react-aria"
844
+ },
845
+ {
846
+ "comment": "Bump @fluentui/scripts to v1.0.0",
847
+ "author": "behowell@microsoft.com",
848
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
849
+ "package": "@fluentui/react-aria"
850
+ }
851
+ ]
852
+ }
853
+ },
854
+ {
855
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
856
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.21",
857
+ "version": "9.0.0-alpha.21",
858
+ "comments": {
859
+ "prerelease": [
860
+ {
861
+ "comment": "Updates react-aria on slot null rendering",
862
+ "author": "bsunderhus@microsoft.com",
863
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
864
+ "package": "@fluentui/react-aria"
865
+ }
866
+ ]
867
+ }
868
+ },
869
+ {
870
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
871
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.20",
872
+ "version": "9.0.0-alpha.20",
873
+ "comments": {
874
+ "prerelease": [
875
+ {
876
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
877
+ "author": "olfedias@microsoft.com",
878
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
879
+ "package": "@fluentui/react-aria"
880
+ }
881
+ ]
882
+ }
883
+ },
884
+ {
885
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
886
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.19",
887
+ "version": "9.0.0-alpha.19",
888
+ "comments": {
889
+ "prerelease": [
890
+ {
891
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.31",
892
+ "author": "jspurlin@microsoft.com",
893
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
894
+ "package": "@fluentui/react-aria"
895
+ }
896
+ ]
897
+ }
898
+ },
899
+ {
900
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
901
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.18",
902
+ "version": "9.0.0-alpha.18",
903
+ "comments": {
904
+ "none": [
905
+ {
906
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
907
+ "author": "czearing@outlook.com",
908
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
909
+ "package": "@fluentui/react-aria"
910
+ }
911
+ ]
912
+ }
913
+ },
914
+ {
915
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
916
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.18",
917
+ "version": "9.0.0-alpha.18",
918
+ "comments": {
919
+ "patch": [
920
+ {
921
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
922
+ "author": "behowell@microsoft.com",
923
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
924
+ "package": "@fluentui/react-aria"
925
+ },
926
+ {
927
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
928
+ "author": "behowell@microsoft.com",
929
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
930
+ "package": "@fluentui/react-aria"
931
+ },
932
+ {
933
+ "comment": "Bump @fluentui/scripts to v1.0.0",
934
+ "author": "behowell@microsoft.com",
935
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
936
+ "package": "@fluentui/react-aria"
937
+ }
938
+ ],
939
+ "prerelease": [
940
+ {
941
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.30",
942
+ "author": "behowell@microsoft.com",
943
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
944
+ "package": "@fluentui/react-aria"
945
+ }
946
+ ]
947
+ }
948
+ },
949
+ {
950
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
951
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.17",
952
+ "version": "9.0.0-alpha.17",
953
+ "comments": {
954
+ "prerelease": [
955
+ {
956
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
957
+ "author": "lingfan.gao@microsoft.com",
958
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
959
+ "package": "@fluentui/react-aria"
960
+ }
961
+ ]
962
+ }
963
+ },
964
+ {
965
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
966
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.16",
967
+ "version": "9.0.0-alpha.16",
968
+ "comments": {
969
+ "prerelease": [
970
+ {
971
+ "comment": "add Babel plugins to build pipeline",
972
+ "author": "olfedias@microsoft.com",
973
+ "commit": "19db6cb57a237073b0bb50d07eb921b1ce2e0c61",
974
+ "package": "@fluentui/react-aria"
975
+ }
976
+ ]
977
+ }
978
+ },
979
+ {
980
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
981
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.15",
982
+ "version": "9.0.0-alpha.15",
983
+ "comments": {
984
+ "prerelease": [
985
+ {
986
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
987
+ "author": "miroslav.stastny@microsoft.com",
988
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
989
+ "package": "@fluentui/react-aria"
990
+ }
991
+ ]
992
+ }
993
+ },
994
+ {
995
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
996
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.14",
997
+ "version": "9.0.0-alpha.14",
998
+ "comments": {
999
+ "prerelease": [
1000
+ {
1001
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
1002
+ "author": "behowell@microsoft.com",
1003
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
1004
+ "package": "@fluentui/react-aria"
1005
+ }
1006
+ ]
1007
+ }
1008
+ },
1009
+ {
1010
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
1011
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.13",
1012
+ "version": "9.0.0-alpha.13",
1013
+ "comments": {
1014
+ "prerelease": [
1015
+ {
1016
+ "comment": "chore(react-aria): Replace keyboard-key with keyboard-keys",
1017
+ "author": "lingfan.gao@microsoft.com",
1018
+ "commit": "87ab56f142ad5f10d772ba339ea26d84600ac965",
1019
+ "package": "@fluentui/react-aria"
1020
+ }
1021
+ ],
1022
+ "none": [
1023
+ {
1024
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
1025
+ "author": "olfedias@microsoft.com",
1026
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1027
+ "package": "@fluentui/react-aria"
1028
+ },
1029
+ {
1030
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.49",
1031
+ "author": "olfedias@microsoft.com",
1032
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1033
+ "package": "@fluentui/react-aria"
1034
+ },
1035
+ {
1036
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1037
+ "author": "olfedias@microsoft.com",
1038
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1039
+ "package": "@fluentui/react-aria"
1040
+ }
1041
+ ]
1042
+ }
1043
+ },
1044
+ {
1045
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1046
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.12",
1047
+ "version": "9.0.0-alpha.12",
1048
+ "comments": {
1049
+ "prerelease": [
1050
+ {
1051
+ "comment": "Fix react-aria due to changes on slots typings",
1052
+ "author": "bsunderhus@microsoft.com",
1053
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1054
+ "package": "@fluentui/react-aria"
1055
+ }
1056
+ ]
1057
+ }
1058
+ },
1059
+ {
1060
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1061
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.11",
1062
+ "version": "9.0.0-alpha.11",
1063
+ "comments": {
1064
+ "patch": [
1065
+ {
1066
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1067
+ "author": "elcraig@microsoft.com",
1068
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1069
+ "package": "@fluentui/react-aria"
1070
+ }
1071
+ ]
1072
+ }
1073
+ },
1074
+ {
1075
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1076
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.10",
1077
+ "version": "9.0.0-alpha.10",
1078
+ "comments": {
1079
+ "prerelease": [
1080
+ {
1081
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
1082
+ "author": "behowell@microsoft.com",
1083
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
1084
+ "package": "@fluentui/react-aria"
1085
+ }
1086
+ ]
1087
+ }
1088
+ },
1089
+ {
1090
+ "date": "Mon, 12 Jul 2021 07:33:23 GMT",
1091
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.9",
1092
+ "version": "9.0.0-alpha.9",
1093
+ "comments": {
1094
+ "prerelease": [
1095
+ {
1096
+ "comment": "Update prop merging mechanism",
1097
+ "author": "bsunderhus@microsoft.com",
1098
+ "commit": "5d52e386874b7c44f7c1ba39091c7b5638eb9d65",
1099
+ "package": "@fluentui/react-aria"
1100
+ },
1101
+ {
1102
+ "comment": "Removes forcing children on useARIAButton",
1103
+ "author": "bsunderhus@microsoft.com",
1104
+ "commit": "b77307bb8ec2b07db583fda8367b73911598b4f6",
1105
+ "package": "@fluentui/react-aria"
1106
+ }
1107
+ ]
1108
+ }
1109
+ },
1110
+ {
1111
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
1112
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.8",
1113
+ "version": "9.0.0-alpha.8",
1114
+ "comments": {
1115
+ "patch": [
1116
+ {
1117
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
1118
+ "author": "martinhochel@microsoft.com",
1119
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1120
+ "package": "@fluentui/react-aria"
1121
+ },
1122
+ {
1123
+ "comment": "Bump @fluentui/keyboard-key to v0.3.3",
1124
+ "author": "martinhochel@microsoft.com",
1125
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1126
+ "package": "@fluentui/react-aria"
1127
+ },
1128
+ {
1129
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
1130
+ "author": "martinhochel@microsoft.com",
1131
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1132
+ "package": "@fluentui/react-aria"
1133
+ },
1134
+ {
1135
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1136
+ "author": "martinhochel@microsoft.com",
1137
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1138
+ "package": "@fluentui/react-aria"
1139
+ }
1140
+ ],
1141
+ "prerelease": [
1142
+ {
1143
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23",
1144
+ "author": "martinhochel@microsoft.com",
1145
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1146
+ "package": "@fluentui/react-aria"
1147
+ }
1148
+ ]
1149
+ }
1150
+ },
1151
+ {
1152
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
1153
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.7",
1154
+ "version": "9.0.0-alpha.7",
1155
+ "comments": {
1156
+ "prerelease": [
1157
+ {
1158
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.31",
1159
+ "author": "bsunderhus@microsoft.com",
1160
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
1161
+ "package": "@fluentui/react-aria"
1162
+ }
1163
+ ]
1164
+ }
1165
+ },
1166
+ {
1167
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
1168
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.6",
1169
+ "version": "9.0.0-alpha.6",
1170
+ "comments": {
1171
+ "prerelease": [
1172
+ {
1173
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
1174
+ "author": "bsunderhus@microsoft.com",
1175
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
1176
+ "package": "@fluentui/react-aria"
1177
+ }
1178
+ ]
1179
+ }
1180
+ },
1181
+ {
1182
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
1183
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.5",
1184
+ "version": "9.0.0-alpha.5",
1185
+ "comments": {
1186
+ "prerelease": [
1187
+ {
1188
+ "comment": "Fixing bug in start script of converged packages.",
1189
+ "author": "Humberto.Morimoto@microsoft.com",
1190
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
1191
+ "package": "@fluentui/react-aria"
1192
+ }
1193
+ ]
1194
+ }
1195
+ },
1196
+ {
1197
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
1198
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.4",
1199
+ "version": "9.0.0-alpha.4",
1200
+ "comments": {
1201
+ "prerelease": [
1202
+ {
1203
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.20",
1204
+ "author": "tristan.watanabe@gmail.com",
1205
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
1206
+ "package": "@fluentui/react-aria"
1207
+ }
1208
+ ]
1209
+ }
1210
+ },
1211
+ {
1212
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
1213
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.3",
1214
+ "version": "9.0.0-alpha.3",
1215
+ "comments": {
1216
+ "prerelease": [
1217
+ {
1218
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19",
1219
+ "author": "olfedias@microsoft.com",
1220
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
1221
+ "package": "@fluentui/react-aria"
1222
+ }
1223
+ ]
1224
+ }
1225
+ },
1226
+ {
1227
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1228
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.2",
1229
+ "version": "9.0.0-alpha.2",
1230
+ "comments": {
1231
+ "none": [
1232
+ {
1233
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
1234
+ "author": "olfedias@microsoft.com",
1235
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
1236
+ "package": "@fluentui/react-aria"
1237
+ }
1238
+ ]
1239
+ }
1240
+ },
1241
+ {
1242
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
1243
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.2",
1244
+ "version": "9.0.0-alpha.2",
1245
+ "comments": {
1246
+ "none": [
1247
+ {
1248
+ "comment": "Update build:local output path",
1249
+ "author": "miroslav.stastny@microsoft.com",
1250
+ "commit": "e4b6b9a9cbc90d5de498a85aeb793678b48f649b",
1251
+ "package": "@fluentui/react-aria"
1252
+ }
1253
+ ]
1254
+ }
1255
+ },
1256
+ {
1257
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1258
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.2",
1259
+ "version": "9.0.0-alpha.2",
1260
+ "comments": {
1261
+ "prerelease": [
1262
+ {
1263
+ "comment": "Fix useARIAButton children problem",
1264
+ "author": "bsunderhus@microsoft.com",
1265
+ "commit": "ca7bfda38b206027532062d9d360272a583f1b86",
1266
+ "package": "@fluentui/react-aria"
1267
+ }
1268
+ ],
1269
+ "none": [
1270
+ {
1271
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.42",
1272
+ "author": "miroslav.stastny@microsoft.com",
1273
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
1274
+ "package": "@fluentui/react-aria"
1275
+ },
1276
+ {
1277
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
1278
+ "author": "miroslav.stastny@microsoft.com",
1279
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
1280
+ "package": "@fluentui/react-aria"
1281
+ }
1282
+ ]
1283
+ }
1284
+ },
1285
+ {
1286
+ "date": "Thu, 17 Jun 2021 07:34:11 GMT",
1287
+ "tag": "@fluentui/react-aria_v9.0.0-alpha.1",
1288
+ "version": "9.0.0-alpha.1",
1289
+ "comments": {
1290
+ "prerelease": [
1291
+ {
1292
+ "comment": "Adds @fluentui/keyboard-key due to legacy",
1293
+ "author": "bsunderhus@microsoft.com",
1294
+ "commit": "3118517319fb8d66a3ca44c43285d0cbd2d7c48d",
1295
+ "package": "@fluentui/react-aria"
1296
+ },
1297
+ {
1298
+ "comment": "Creates react-aria package",
1299
+ "author": "bsunderhus@microsoft.com",
1300
+ "commit": "4cba25179eeb86d5a6cc38b13054e2627660d27f",
1301
+ "package": "@fluentui/react-aria"
1302
+ }
1303
+ ]
1304
+ }
1305
+ }
1306
+ ]
1307
+ }