@fluentui/react-components 9.1.1 → 9.3.0

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,2319 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 14 Jul 2022 21:18:35 GMT",
5
+ "date": "Thu, 15 Sep 2022 09:44:14 GMT",
6
+ "tag": "@fluentui/react-components_v9.3.0",
7
+ "version": "9.3.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
14
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
15
+ },
16
+ {
17
+ "author": "miroslav.stastny@microsoft.com",
18
+ "package": "@fluentui/react-tooltip",
19
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
20
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
21
+ },
22
+ {
23
+ "author": "seanmonahan@microsoft.com",
24
+ "package": "@fluentui/react-tooltip",
25
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
26
+ "comment": "fix: update color tokens"
27
+ },
28
+ {
29
+ "author": "olfedias@microsoft.com",
30
+ "package": "@fluentui/react-tooltip",
31
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
32
+ "comment": "chore: Update Griffel to latest version"
33
+ },
34
+ {
35
+ "author": "lingfangao@hotmail.com",
36
+ "package": "@fluentui/react-utilities",
37
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
38
+ "comment": "chore: fix no-context-default-value lint violations"
39
+ },
40
+ {
41
+ "author": "yuanboxue@microsoft.com",
42
+ "package": "@fluentui/react-utilities",
43
+ "commit": "8cd907f0c88ecd6d21d0f5b4ea1e60f57f9bd04f",
44
+ "comment": "fix: add microdata properties to allowed html properties"
45
+ },
46
+ {
47
+ "author": "behowell@microsoft.com",
48
+ "package": "@fluentui/react-utilities",
49
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
50
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
51
+ },
52
+ {
53
+ "author": "olfedias@microsoft.com",
54
+ "package": "@fluentui/react-divider",
55
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
56
+ "comment": "chore: Update Griffel to latest version"
57
+ },
58
+ {
59
+ "author": "olfedias@microsoft.com",
60
+ "package": "@fluentui/react-image",
61
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
62
+ "comment": "chore: Update Griffel to latest version"
63
+ },
64
+ {
65
+ "author": "esteban.230@hotmail.com",
66
+ "package": "@fluentui/react-input",
67
+ "commit": "c868d64e3c84449d5e3d1235a5ef49f9eb0ec487",
68
+ "comment": "fix: Remove box-shadow from filled appearances."
69
+ },
70
+ {
71
+ "author": "olfedias@microsoft.com",
72
+ "package": "@fluentui/react-input",
73
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
74
+ "comment": "chore: Update Griffel to latest version"
75
+ },
76
+ {
77
+ "author": "olfedias@microsoft.com",
78
+ "package": "@fluentui/react-label",
79
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
80
+ "comment": "chore: Update Griffel to latest version"
81
+ },
82
+ {
83
+ "author": "sarah.higley@microsoft.com",
84
+ "package": "@fluentui/react-link",
85
+ "commit": "f17b8604209a099d354c212077832516dcfbbae2",
86
+ "comment": "fix: add type=button when rendered as a button"
87
+ },
88
+ {
89
+ "author": "humberto_makoto@hotmail.com",
90
+ "package": "@fluentui/react-link",
91
+ "commit": "f97dc9f0f713bdf845cdd250d3b2d2993a0a5a0d",
92
+ "comment": "fix: Replacing bottom border styles with text decoration underline."
93
+ },
94
+ {
95
+ "author": "olfedias@microsoft.com",
96
+ "package": "@fluentui/react-link",
97
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
98
+ "comment": "chore: Update Griffel to latest version"
99
+ },
100
+ {
101
+ "author": "behowell@microsoft.com",
102
+ "package": "@fluentui/react-menu",
103
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
104
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
105
+ },
106
+ {
107
+ "author": "olfedias@microsoft.com",
108
+ "package": "@fluentui/react-menu",
109
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
110
+ "comment": "chore: Update Griffel to latest version"
111
+ },
112
+ {
113
+ "author": "bernardo.sunderhus@gmail.com",
114
+ "package": "@fluentui/react-menu",
115
+ "commit": "6c6fe4c8246abec30d9cd3ba2079d379c4d7acb8",
116
+ "comment": "bugfix: stops propagation on Escape keydown"
117
+ },
118
+ {
119
+ "author": "lingfangao@hotmail.com",
120
+ "package": "@fluentui/react-menu",
121
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
122
+ "comment": "chore: fix no-context-default-value lint violations"
123
+ },
124
+ {
125
+ "author": "esteban.230@hotmail.com",
126
+ "package": "@fluentui/react-popover",
127
+ "commit": "3b1fea37fa1f5c4abbf76919e37833f3f1010647",
128
+ "comment": "fix: Allow PopoverSurface to trap focus when it's focusable."
129
+ },
130
+ {
131
+ "author": "bernardo.sunderhus@gmail.com",
132
+ "package": "@fluentui/react-popover",
133
+ "commit": "6c6fe4c8246abec30d9cd3ba2079d379c4d7acb8",
134
+ "comment": "bugfix: stops propagation on Escape keydown"
135
+ },
136
+ {
137
+ "author": "miroslav.stastny@microsoft.com",
138
+ "package": "@fluentui/react-popover",
139
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
140
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
141
+ },
142
+ {
143
+ "author": "olfedias@microsoft.com",
144
+ "package": "@fluentui/react-popover",
145
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
146
+ "comment": "chore: Update Griffel to latest version"
147
+ },
148
+ {
149
+ "author": "behowell@microsoft.com",
150
+ "package": "@fluentui/react-popover",
151
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
152
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
153
+ },
154
+ {
155
+ "author": "seanmonahan@microsoft.com",
156
+ "package": "@fluentui/react-popover",
157
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
158
+ "comment": "fix: update color tokens"
159
+ },
160
+ {
161
+ "author": "lingfangao@hotmail.com",
162
+ "package": "@fluentui/react-popover",
163
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
164
+ "comment": "chore: fix no-context-default-value lint violations"
165
+ },
166
+ {
167
+ "author": "olfedias@microsoft.com",
168
+ "package": "@fluentui/react-portal",
169
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
170
+ "comment": "chore: Update Griffel to latest version"
171
+ },
172
+ {
173
+ "author": "lingfangao@hotmail.com",
174
+ "package": "@fluentui/react-portal-compat",
175
+ "commit": "f1f4ab4ac21226c8f6729ca263ca09c1ec9b76f2",
176
+ "comment": "fix: Portal compat should apply `focus-visible` ponyfill"
177
+ },
178
+ {
179
+ "author": "lingfangao@hotmail.com",
180
+ "package": "@fluentui/react-portal-compat-context",
181
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
182
+ "comment": "chore: fix no-context-default-value lint violations"
183
+ },
184
+ {
185
+ "author": "olfedias@microsoft.com",
186
+ "package": "@fluentui/react-positioning",
187
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
188
+ "comment": "chore: Update Griffel to latest version"
189
+ },
190
+ {
191
+ "author": "olfedias@microsoft.com",
192
+ "package": "@fluentui/react-provider",
193
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
194
+ "comment": "chore: Update Griffel to latest version"
195
+ },
196
+ {
197
+ "author": "behowell@microsoft.com",
198
+ "package": "@fluentui/react-radio",
199
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
200
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
201
+ },
202
+ {
203
+ "author": "lingfangao@hotmail.com",
204
+ "package": "@fluentui/react-radio",
205
+ "commit": "a606fbedcf7d618d1a48706a5e15c26c4cd85ba6",
206
+ "comment": "chore: fix no-context-default-value lint violations for cxe"
207
+ },
208
+ {
209
+ "author": "olfedias@microsoft.com",
210
+ "package": "@fluentui/react-radio",
211
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
212
+ "comment": "chore: Update Griffel to latest version"
213
+ },
214
+ {
215
+ "author": "lingfangao@hotmail.com",
216
+ "package": "@fluentui/react-shared-contexts",
217
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
218
+ "comment": "chore: fix no-context-default-value lint violations"
219
+ },
220
+ {
221
+ "author": "olfedias@microsoft.com",
222
+ "package": "@fluentui/react-slider",
223
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
224
+ "comment": "chore: Update Griffel to latest version"
225
+ },
226
+ {
227
+ "author": "olfedias@microsoft.com",
228
+ "package": "@fluentui/react-spinbutton",
229
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
230
+ "comment": "chore: Update Griffel to latest version"
231
+ },
232
+ {
233
+ "author": "behowell@microsoft.com",
234
+ "package": "@fluentui/react-spinbutton",
235
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
236
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
237
+ },
238
+ {
239
+ "author": "miroslav.stastny@microsoft.com",
240
+ "package": "@fluentui/react-spinner",
241
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
242
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
243
+ },
244
+ {
245
+ "author": "olfedias@microsoft.com",
246
+ "package": "@fluentui/react-spinner",
247
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
248
+ "comment": "chore: Update Griffel to latest version"
249
+ },
250
+ {
251
+ "author": "ololubek@microsoft.com",
252
+ "package": "@fluentui/react-spinner",
253
+ "commit": "7c2ccadde562224609e08d5bdd2c42b078f5bef2",
254
+ "comment": "(patch): Add line-height styling to Spinner"
255
+ },
256
+ {
257
+ "author": "seanmonahan@microsoft.com",
258
+ "package": "@fluentui/react-spinner",
259
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
260
+ "comment": "fix: update color tokens"
261
+ },
262
+ {
263
+ "author": "ololubek@microsoft.com",
264
+ "package": "@fluentui/react-spinner",
265
+ "commit": "a210c2524d1961b6b9b7cb8774bec951dbbd9db0",
266
+ "comment": "(chore): Remove appearance conditional from Spinner slot styling"
267
+ },
268
+ {
269
+ "author": "seanmonahan@microsoft.com",
270
+ "package": "@fluentui/react-switch",
271
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
272
+ "comment": "fix: update color tokens"
273
+ },
274
+ {
275
+ "author": "olfedias@microsoft.com",
276
+ "package": "@fluentui/react-switch",
277
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
278
+ "comment": "chore: Update Griffel to latest version"
279
+ },
280
+ {
281
+ "author": "behowell@microsoft.com",
282
+ "package": "@fluentui/react-switch",
283
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
284
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
285
+ },
286
+ {
287
+ "author": "sarah.higley@microsoft.com",
288
+ "package": "@fluentui/react-tabs",
289
+ "commit": "f17b8604209a099d354c212077832516dcfbbae2",
290
+ "comment": "fix: add type=button to root slot "
291
+ },
292
+ {
293
+ "author": "olfedias@microsoft.com",
294
+ "package": "@fluentui/react-tabs",
295
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
296
+ "comment": "chore: Update Griffel to latest version"
297
+ },
298
+ {
299
+ "author": "lingfangao@hotmail.com",
300
+ "package": "@fluentui/react-tabster",
301
+ "commit": "e4d50f2c501c4a8be23b24373242f650a601fdaf",
302
+ "comment": "fix: Remove provider classname from focus styles"
303
+ },
304
+ {
305
+ "author": "lingfangao@hotmail.com",
306
+ "package": "@fluentui/react-tabster",
307
+ "commit": "e2b71230d03f2cf03eff3cda02484dfcb72e9c51",
308
+ "comment": "fix: Bumps tabster to 2.1.2 and removes deep import for KeyborgCallback"
309
+ },
310
+ {
311
+ "author": "lingfangao@hotmail.com",
312
+ "package": "@fluentui/react-tabster",
313
+ "commit": "f1f4ab4ac21226c8f6729ca263ca09c1ec9b76f2",
314
+ "comment": "chore: Exports `applyFocusVisible` as internal"
315
+ },
316
+ {
317
+ "author": "olfedias@microsoft.com",
318
+ "package": "@fluentui/react-tabster",
319
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
320
+ "comment": "chore: Update Griffel to latest version"
321
+ },
322
+ {
323
+ "author": "olfedias@microsoft.com",
324
+ "package": "@fluentui/react-text",
325
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
326
+ "comment": "chore: Update Griffel to latest version"
327
+ },
328
+ {
329
+ "author": "olfedias@microsoft.com",
330
+ "package": "@fluentui/react-textarea",
331
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
332
+ "comment": "chore: Update Griffel to latest version"
333
+ },
334
+ {
335
+ "author": "esteban.230@hotmail.com",
336
+ "package": "@fluentui/react-textarea",
337
+ "commit": "38bd1c146cb2e635bc181cda1b2f11b17a07c4c4",
338
+ "comment": "fix: Change filled appearances' normal state's token."
339
+ },
340
+ {
341
+ "author": "sarah.higley@microsoft.com",
342
+ "package": "@fluentui/react-textarea",
343
+ "commit": "15d5c09a2ba67362ea67cc5d4d5341f66e7ec65a",
344
+ "comment": "fix: disabled textarea uses semantic contrast theme border color"
345
+ },
346
+ {
347
+ "author": "seanmonahan@microsoft.com",
348
+ "package": "@fluentui/react-theme",
349
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
350
+ "comment": "fix: update token values to fix failing color contrast"
351
+ },
352
+ {
353
+ "author": "seanmonahan@microsoft.com",
354
+ "package": "@fluentui/react-theme",
355
+ "commit": "5c78472d96502d05a10016d9502eceada4edfd8a",
356
+ "comment": "fix: update color neutral background inverted color in teams dark"
357
+ },
358
+ {
359
+ "author": "miroslav.stastny@microsoft.com",
360
+ "package": "@fluentui/react-theme",
361
+ "commit": "21af8da1d98c070a682b26b7d56775d43a749b3d",
362
+ "comment": "fix: Update color tokens mapping"
363
+ },
364
+ {
365
+ "author": "miroslav.stastny@microsoft.com",
366
+ "package": "@fluentui/react-theme",
367
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
368
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
369
+ },
370
+ {
371
+ "author": "miroslav.stastny@microsoft.com",
372
+ "package": "@fluentui/react-theme",
373
+ "commit": "817814abbc2b4acbf63eb5e6dfb75863aa033184",
374
+ "comment": "fix: Change colorBrandForeground2 mapping in teamsDark theme"
375
+ },
376
+ {
377
+ "author": "miroslav.stastny@microsoft.com",
378
+ "package": "@fluentui/react-theme",
379
+ "commit": "018509c3926449f70b357b80952f40ff2aa9071f",
380
+ "comment": "fix: Swap Background1 and Foreground1 in HC color palette"
381
+ },
382
+ {
383
+ "author": "lingfangao@hotmail.com",
384
+ "package": "@fluentui/react-accordion",
385
+ "commit": "a606fbedcf7d618d1a48706a5e15c26c4cd85ba6",
386
+ "comment": "chore: fix no-context-default-value lint violations for cxe"
387
+ },
388
+ {
389
+ "author": "ololubek@microsoft.com",
390
+ "package": "@fluentui/react-accordion",
391
+ "commit": "7b9f91b1fc1c2281bff1037b860b92dfbf99dfb1",
392
+ "comment": "fix(Refactor accordion expandIcon styling)"
393
+ },
394
+ {
395
+ "author": "sarah.higley@microsoft.com",
396
+ "package": "@fluentui/react-accordion",
397
+ "commit": "f17b8604209a099d354c212077832516dcfbbae2",
398
+ "comment": "fix: add type=button to button slot"
399
+ },
400
+ {
401
+ "author": "olfedias@microsoft.com",
402
+ "package": "@fluentui/react-accordion",
403
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
404
+ "comment": "chore: Update Griffel to latest version"
405
+ },
406
+ {
407
+ "author": "martinhochel@microsoft.com",
408
+ "package": "@fluentui/react-aria",
409
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
410
+ "comment": "docs(react-aria): re-generate api.md"
411
+ },
412
+ {
413
+ "author": "bernardo.sunderhus@gmail.com",
414
+ "package": "@fluentui/react-aria",
415
+ "commit": "de08c96226ec5d425f705c22c5d94dbac5811eb6",
416
+ "comment": "chore(react-aria): improve internal typings"
417
+ },
418
+ {
419
+ "author": "bernardo.sunderhus@gmail.com",
420
+ "package": "@fluentui/react-aria",
421
+ "commit": "0547583ebcebe746110e5ef8d0599b0972b1f4c6",
422
+ "comment": "feat: upgrade typings on useARIAButtonProps to be more specific"
423
+ },
424
+ {
425
+ "author": "esteban.230@hotmail.com",
426
+ "package": "@fluentui/react-avatar",
427
+ "commit": "5baea110a12d6c161c36b19b5b6768eeaa8370de",
428
+ "comment": "chore: Change content to render as ul and list item to render as li."
429
+ },
430
+ {
431
+ "author": "esteban.230@hotmail.com",
432
+ "package": "@fluentui/react-avatar",
433
+ "commit": "abc61d6bf47190f96b5e32ed3b7df4b77614caaf",
434
+ "comment": "chore: Cleaning up use of AvatarGroup context."
435
+ },
436
+ {
437
+ "author": "behowell@microsoft.com",
438
+ "package": "@fluentui/react-avatar",
439
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
440
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
441
+ },
442
+ {
443
+ "author": "esteban.230@hotmail.com",
444
+ "package": "@fluentui/react-avatar",
445
+ "commit": "4de0899dd07982aabdc611b1837bf9acfca44efc",
446
+ "comment": "fix: Making PopoverSurface focusable, moving Overflow aria-label to PopoverSurface, and moving content styles to PopoverSurface."
447
+ },
448
+ {
449
+ "author": "esteban.230@hotmail.com",
450
+ "package": "@fluentui/react-avatar",
451
+ "commit": "a66448342c1f3e6a6911404486aef904529988c4",
452
+ "comment": "fix: Set aria-hidden to AvatarGroupItem's label."
453
+ },
454
+ {
455
+ "author": "olfedias@microsoft.com",
456
+ "package": "@fluentui/react-avatar",
457
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
458
+ "comment": "chore: Update Griffel to latest version"
459
+ },
460
+ {
461
+ "author": "miroslav.stastny@microsoft.com",
462
+ "package": "@fluentui/react-avatar",
463
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
464
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
465
+ },
466
+ {
467
+ "author": "esteban.230@hotmail.com",
468
+ "package": "@fluentui/react-avatar",
469
+ "commit": "1542e766427a7f0b1ee122d507b7f50ebcb51a3c",
470
+ "comment": "chore: Update tests and add e2e tests."
471
+ },
472
+ {
473
+ "author": "seanmonahan@microsoft.com",
474
+ "package": "@fluentui/react-avatar",
475
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
476
+ "comment": "fix: update color tokens"
477
+ },
478
+ {
479
+ "author": "lingfangao@hotmail.com",
480
+ "package": "@fluentui/react-avatar",
481
+ "commit": "a606fbedcf7d618d1a48706a5e15c26c4cd85ba6",
482
+ "comment": "chore: fix no-context-default-value lint violations for cxe"
483
+ },
484
+ {
485
+ "author": "seanmonahan@microsoft.com",
486
+ "package": "@fluentui/react-badge",
487
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
488
+ "comment": "fix: update color tokens"
489
+ },
490
+ {
491
+ "author": "miroslav.stastny@microsoft.com",
492
+ "package": "@fluentui/react-badge",
493
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
494
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
495
+ },
496
+ {
497
+ "author": "olfedias@microsoft.com",
498
+ "package": "@fluentui/react-badge",
499
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
500
+ "comment": "chore: Update Griffel to latest version"
501
+ },
502
+ {
503
+ "author": "humberto_makoto@hotmail.com",
504
+ "package": "@fluentui/react-button",
505
+ "commit": "17b9063802b28bf7f4b1c4d439623819ad8940fa",
506
+ "comment": "fix: Adding 'aria-expanded=false' to collapsed MenuButtons."
507
+ },
508
+ {
509
+ "author": "makotom@microsoft.com",
510
+ "package": "@fluentui/react-button",
511
+ "commit": "6bc03a4e9ee815da750466f9dc2d25df1373f3e9",
512
+ "comment": "chore: Remove max-width style from Button components."
513
+ },
514
+ {
515
+ "author": "humberto_makoto@hotmail.com",
516
+ "package": "@fluentui/react-button",
517
+ "commit": "ef3ea2307fd97c893eded2164d96f1f56e378fd3",
518
+ "comment": "chore: Cleaning up tokens in Button components so they better adhere to the design spec."
519
+ },
520
+ {
521
+ "author": "humberto_makoto@hotmail.com",
522
+ "package": "@fluentui/react-button",
523
+ "commit": "28f55597050bcdd293e57e7d1fdc87802150c59d",
524
+ "comment": "fix: Wrapping long text in Button components."
525
+ },
526
+ {
527
+ "author": "behowell@microsoft.com",
528
+ "package": "@fluentui/react-button",
529
+ "commit": "e598325b985cad3e5057f00893e0176416edd292",
530
+ "comment": "refactor: Replace useMergedEventCallbacks utility with mergeCallbacks"
531
+ },
532
+ {
533
+ "author": "olfedias@microsoft.com",
534
+ "package": "@fluentui/react-button",
535
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
536
+ "comment": "chore: Update Griffel to latest version"
537
+ },
538
+ {
539
+ "author": "olfedias@microsoft.com",
540
+ "package": "@fluentui/react-checkbox",
541
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
542
+ "comment": "chore: Update Griffel to latest version"
543
+ },
544
+ {
545
+ "author": "seanmonahan@microsoft.com",
546
+ "package": "@fluentui/react-checkbox",
547
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
548
+ "comment": "fix: update color tokens"
549
+ },
550
+ {
551
+ "author": "lingfangao@hotmail.com",
552
+ "package": "@fluentui/react-components",
553
+ "commit": "9253171aac6e08d6830361d125d657f21ddfc90a",
554
+ "comment": "feat: Export `TableCellActions` and `TablePrimaryCell` as unstable"
555
+ },
556
+ {
557
+ "author": "lingfangao@hotmail.com",
558
+ "package": "@fluentui/react-components",
559
+ "commit": "59479f0b1751fddf0cc8229f4ad6f2607584584a",
560
+ "comment": "fix: use caret for @fluentui/react-spinbutton"
561
+ },
562
+ {
563
+ "author": "lingfangao@hotmail.com",
564
+ "package": "@fluentui/react-components",
565
+ "commit": "b51ebaec4a0681dc71e8f67a28a9d28b051bcba8",
566
+ "comment": "chore: Stop exporting TablePrimaryCell and associated utilities and types"
567
+ },
568
+ {
569
+ "author": "esteban.230@hotmail.com",
570
+ "package": "@fluentui/react-components",
571
+ "commit": "a7903208206d2a43394ce30b34a601c5eda9303b",
572
+ "comment": "feat: Adding missing AvatarGroup exports."
573
+ },
574
+ {
575
+ "author": "lingfangao@hotmail.com",
576
+ "package": "@fluentui/react-components",
577
+ "commit": "e79be7955cfeef07aa3377bf123b88800e4af1cc",
578
+ "comment": "feat: Remove TableCellPrimaryLayout, adds `appearance` prop to TableCellLayout for primary layout"
579
+ },
580
+ {
581
+ "author": "lingfangao@hotmail.com",
582
+ "package": "@fluentui/react-components",
583
+ "commit": "059b48cc66cbeb9c545b60ef842407895cd4e505",
584
+ "comment": "feat: Export table cell layout components from unstable"
585
+ },
586
+ {
587
+ "author": "olfedias@microsoft.com",
588
+ "package": "@fluentui/react-components",
589
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
590
+ "comment": "chore: Update Griffel to latest version"
591
+ },
592
+ {
593
+ "author": "lingfangao@hotmail.com",
594
+ "package": "@fluentui/react-components",
595
+ "commit": "b9b2c4cf2b69e8d5e4b0a8a01fcc8458b1c8efc6",
596
+ "comment": "feat: Export `TableSelectionCell` from unstable"
597
+ },
598
+ {
599
+ "author": "olfedias@microsoft.com",
600
+ "package": "@fluentui/react-components",
601
+ "commit": "9b0a3e873d32876d844bb193bbb984af0ab3f423",
602
+ "comment": "fix: export ToolbarButton"
603
+ },
604
+ {
605
+ "author": "behowell@microsoft.com",
606
+ "package": "@fluentui/react-components",
607
+ "commit": "cd8f5a11fd89c77582950fe714fece2bdf9c08c0",
608
+ "comment": "feat: Add *Field components to @fluentui/react-components/unstable"
609
+ },
610
+ {
611
+ "author": "gcox@microsoft.com",
612
+ "package": "@fluentui/react-components",
613
+ "commit": "4c31b27421360e80d8435235092a634a67b0418a",
614
+ "comment": "Changed from upgrade to migrate terminology"
615
+ },
616
+ {
617
+ "author": "ololubek@microsoft.com",
618
+ "package": "@fluentui/react-components",
619
+ "commit": "76ec1f86ae20b24c103d6fcdf1ddd47f43289e49",
620
+ "comment": "Move Icon Table to new page"
621
+ }
622
+ ],
623
+ "none": [
624
+ {
625
+ "author": "martinhochel@microsoft.com",
626
+ "package": "@fluentui/react-tooltip",
627
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
628
+ "comment": "chore: update package scaffold"
629
+ },
630
+ {
631
+ "author": "martinhochel@microsoft.com",
632
+ "package": "@fluentui/react-utilities",
633
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
634
+ "comment": "chore: update package scaffold"
635
+ },
636
+ {
637
+ "author": "martinhochel@microsoft.com",
638
+ "package": "@fluentui/react-utilities",
639
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
640
+ "comment": "docs(react-utilities): re-generate api.md"
641
+ },
642
+ {
643
+ "author": "martinhochel@microsoft.com",
644
+ "package": "@fluentui/react-dialog",
645
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
646
+ "comment": "chore: update package scaffold"
647
+ },
648
+ {
649
+ "author": "bernardo.sunderhus@gmail.com",
650
+ "package": "@fluentui/react-dialog",
651
+ "commit": "5cd0e8dbc07b0a71ab0a48813cdcbbbd37a222e1",
652
+ "comment": "chore: remove localShorthands in favor of griffel shorthands"
653
+ },
654
+ {
655
+ "author": "martinhochel@microsoft.com",
656
+ "package": "@fluentui/react-dialog",
657
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
658
+ "comment": "chore: consume cypress.config from it's package boundary"
659
+ },
660
+ {
661
+ "author": "martinhochel@microsoft.com",
662
+ "package": "@fluentui/react-divider",
663
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
664
+ "comment": "chore: update package scaffold"
665
+ },
666
+ {
667
+ "author": "martinhochel@microsoft.com",
668
+ "package": "@fluentui/react-image",
669
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
670
+ "comment": "chore: update package scaffold"
671
+ },
672
+ {
673
+ "author": "martinhochel@microsoft.com",
674
+ "package": "@fluentui/react-input",
675
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
676
+ "comment": "chore: update package scaffold"
677
+ },
678
+ {
679
+ "author": "martinhochel@microsoft.com",
680
+ "package": "@fluentui/react-label",
681
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
682
+ "comment": "chore: update package scaffold"
683
+ },
684
+ {
685
+ "author": "martinhochel@microsoft.com",
686
+ "package": "@fluentui/react-link",
687
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
688
+ "comment": "chore: update package scaffold"
689
+ },
690
+ {
691
+ "author": "martinhochel@microsoft.com",
692
+ "package": "@fluentui/react-menu",
693
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
694
+ "comment": "chore: update package scaffold"
695
+ },
696
+ {
697
+ "author": "martinhochel@microsoft.com",
698
+ "package": "@fluentui/react-menu",
699
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
700
+ "comment": "chore: consume cypress.config from it's package boundary"
701
+ },
702
+ {
703
+ "author": "bernardo.sunderhus@gmail.com",
704
+ "package": "@fluentui/react-menu",
705
+ "commit": "a105236ca0a6eac1035fee7bfca274972fb89da1",
706
+ "comment": "chore(react-menu): stop spreading props on state"
707
+ },
708
+ {
709
+ "author": "martinhochel@microsoft.com",
710
+ "package": "@fluentui/react-overflow",
711
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
712
+ "comment": "chore: update package scaffold"
713
+ },
714
+ {
715
+ "author": "martinhochel@microsoft.com",
716
+ "package": "@fluentui/react-overflow",
717
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
718
+ "comment": "docs: re-generate api.md files"
719
+ },
720
+ {
721
+ "author": "martinhochel@microsoft.com",
722
+ "package": "@fluentui/react-popover",
723
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
724
+ "comment": "chore: consume cypress.config from it's package boundary"
725
+ },
726
+ {
727
+ "author": "martinhochel@microsoft.com",
728
+ "package": "@fluentui/react-popover",
729
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
730
+ "comment": "chore: update package scaffold"
731
+ },
732
+ {
733
+ "author": "martinhochel@microsoft.com",
734
+ "package": "@fluentui/react-portal",
735
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
736
+ "comment": "chore: update package scaffold"
737
+ },
738
+ {
739
+ "author": "martinhochel@microsoft.com",
740
+ "package": "@fluentui/react-portal-compat",
741
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
742
+ "comment": "chore: update package scaffold"
743
+ },
744
+ {
745
+ "author": "martinhochel@microsoft.com",
746
+ "package": "@fluentui/react-portal-compat-context",
747
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
748
+ "comment": "chore: update package scaffold"
749
+ },
750
+ {
751
+ "author": "martinhochel@microsoft.com",
752
+ "package": "@fluentui/react-positioning",
753
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
754
+ "comment": "docs: re-generate api.md files"
755
+ },
756
+ {
757
+ "author": "martinhochel@microsoft.com",
758
+ "package": "@fluentui/react-positioning",
759
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
760
+ "comment": "chore: update package scaffold"
761
+ },
762
+ {
763
+ "author": "martinhochel@microsoft.com",
764
+ "package": "@fluentui/react-provider",
765
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
766
+ "comment": "chore: update package scaffold"
767
+ },
768
+ {
769
+ "author": "behowell@microsoft.com",
770
+ "package": "@fluentui/react-radio",
771
+ "commit": "22de26fac5b939224884052b0bf86cecc5f22fee",
772
+ "comment": "docs: Clarify the documentation of RadioGroup's required prop"
773
+ },
774
+ {
775
+ "author": "martinhochel@microsoft.com",
776
+ "package": "@fluentui/react-radio",
777
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
778
+ "comment": "chore: update package scaffold"
779
+ },
780
+ {
781
+ "author": "martinhochel@microsoft.com",
782
+ "package": "@fluentui/react-select",
783
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
784
+ "comment": "chore: update package scaffold"
785
+ },
786
+ {
787
+ "author": "martinhochel@microsoft.com",
788
+ "package": "@fluentui/react-shared-contexts",
789
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
790
+ "comment": "chore: update package scaffold"
791
+ },
792
+ {
793
+ "author": "martinhochel@microsoft.com",
794
+ "package": "@fluentui/react-shared-contexts",
795
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
796
+ "comment": "docs(react-shared-contexts): re-generate api.md"
797
+ },
798
+ {
799
+ "author": "martinhochel@microsoft.com",
800
+ "package": "@fluentui/react-slider",
801
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
802
+ "comment": "chore: update package scaffold"
803
+ },
804
+ {
805
+ "author": "jennz@microsoft.com",
806
+ "package": "@fluentui/react-spinbutton",
807
+ "commit": "7f7f925f576751f77c612bfdd6557232451f9990",
808
+ "comment": "docs: add accessibility documentation for SpinButton"
809
+ },
810
+ {
811
+ "author": "martinhochel@microsoft.com",
812
+ "package": "@fluentui/react-spinbutton",
813
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
814
+ "comment": "chore: update package scaffold"
815
+ },
816
+ {
817
+ "author": "martinhochel@microsoft.com",
818
+ "package": "@fluentui/react-spinner",
819
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
820
+ "comment": "chore: update package scaffold"
821
+ },
822
+ {
823
+ "author": "martinhochel@microsoft.com",
824
+ "package": "@fluentui/react-switch",
825
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
826
+ "comment": "chore: update package scaffold"
827
+ },
828
+ {
829
+ "author": "martinhochel@microsoft.com",
830
+ "package": "@fluentui/react-table",
831
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
832
+ "comment": "chore: update package scaffold"
833
+ },
834
+ {
835
+ "author": "lingfangao@hotmail.com",
836
+ "package": "@fluentui/react-table",
837
+ "commit": "9e604a18ef914090301b4d0cd0b602f646f5719c",
838
+ "comment": "chore: Add preview warning for Table component"
839
+ },
840
+ {
841
+ "author": "martinhochel@microsoft.com",
842
+ "package": "@fluentui/react-tabs",
843
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
844
+ "comment": "chore: update package scaffold"
845
+ },
846
+ {
847
+ "author": "martinhochel@microsoft.com",
848
+ "package": "@fluentui/react-tabster",
849
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
850
+ "comment": "chore: consume cypress.config from it's package boundary"
851
+ },
852
+ {
853
+ "author": "martinhochel@microsoft.com",
854
+ "package": "@fluentui/react-tabster",
855
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
856
+ "comment": "docs: re-generate api.md files"
857
+ },
858
+ {
859
+ "author": "martinhochel@microsoft.com",
860
+ "package": "@fluentui/react-tabster",
861
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
862
+ "comment": "chore: update package scaffold"
863
+ },
864
+ {
865
+ "author": "martinhochel@microsoft.com",
866
+ "package": "@fluentui/react-text",
867
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
868
+ "comment": "chore: update package scaffold"
869
+ },
870
+ {
871
+ "author": "martinhochel@microsoft.com",
872
+ "package": "@fluentui/react-textarea",
873
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
874
+ "comment": "chore: update package scaffold"
875
+ },
876
+ {
877
+ "author": "martinhochel@microsoft.com",
878
+ "package": "@fluentui/react-theme",
879
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
880
+ "comment": "chore: update package scaffold"
881
+ },
882
+ {
883
+ "author": "miroslav.stastny@microsoft.com",
884
+ "package": "@fluentui/react-theme",
885
+ "commit": "e95ba37f3a8155930542712bfc63055c306cce56",
886
+ "comment": "docs: Update readme"
887
+ },
888
+ {
889
+ "author": "miroslav.stastny@microsoft.com",
890
+ "package": "@fluentui/react-theme",
891
+ "commit": "faf23288345ea43d3cfa8efbe2bd29917271128f",
892
+ "comment": "chore: Refactor global shared color tokens"
893
+ },
894
+ {
895
+ "author": "martinhochel@microsoft.com",
896
+ "package": "@fluentui/react-theme-sass",
897
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
898
+ "comment": "chore: update package scaffold"
899
+ },
900
+ {
901
+ "author": "miroslav.stastny@microsoft.com",
902
+ "package": "@fluentui/react-theme-sass",
903
+ "commit": "9c97dc2efbfe7d22b3686cb765fd93916b303642",
904
+ "comment": "react-theme-sass dev-depends on react-theme"
905
+ },
906
+ {
907
+ "author": "chassunc@microsoft.com",
908
+ "package": "@fluentui/react-toolbar",
909
+ "commit": "bee2c5b4e2ced66d3897fe2ca7d255f17f5f865b",
910
+ "comment": "feat: add toolbar controlled state example for toggle buttons"
911
+ },
912
+ {
913
+ "author": "chassunc@microsoft.com",
914
+ "package": "@fluentui/react-toolbar",
915
+ "commit": "92a2649587483cef44c5ce186f05b0254e015e02",
916
+ "comment": "chore: add e2e tests for toolbar"
917
+ },
918
+ {
919
+ "author": "martinhochel@microsoft.com",
920
+ "package": "@fluentui/react-toolbar",
921
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
922
+ "comment": "chore: consume cypress.config from it's package boundary"
923
+ },
924
+ {
925
+ "author": "martinhochel@microsoft.com",
926
+ "package": "@fluentui/react-toolbar",
927
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
928
+ "comment": "chore: update package scaffold"
929
+ },
930
+ {
931
+ "author": "martinhochel@microsoft.com",
932
+ "package": "@fluentui/babel-preset-global-context",
933
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
934
+ "comment": "chore: consume cypress.config from it's package boundary"
935
+ },
936
+ {
937
+ "author": "martinhochel@microsoft.com",
938
+ "package": "@fluentui/babel-preset-global-context",
939
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
940
+ "comment": "chore: update package scaffold"
941
+ },
942
+ {
943
+ "author": "martinhochel@microsoft.com",
944
+ "package": "@fluentui/global-context",
945
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
946
+ "comment": "chore: update package scaffold"
947
+ },
948
+ {
949
+ "author": "martinhochel@microsoft.com",
950
+ "package": "@fluentui/global-context",
951
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
952
+ "comment": "chore: consume cypress.config from it's package boundary"
953
+ },
954
+ {
955
+ "author": "martinhochel@microsoft.com",
956
+ "package": "@fluentui/keyboard-keys",
957
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
958
+ "comment": "chore: update package scaffold"
959
+ },
960
+ {
961
+ "author": "martinhochel@microsoft.com",
962
+ "package": "@fluentui/priority-overflow",
963
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
964
+ "comment": "chore: update package scaffold"
965
+ },
966
+ {
967
+ "author": "martinhochel@microsoft.com",
968
+ "package": "@fluentui/priority-overflow",
969
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
970
+ "comment": "chore(priority-flow): re-generate api.md"
971
+ },
972
+ {
973
+ "author": "martinhochel@microsoft.com",
974
+ "package": "@fluentui/react-accordion",
975
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
976
+ "comment": "chore: update package scaffold"
977
+ },
978
+ {
979
+ "author": "martinhochel@microsoft.com",
980
+ "package": "@fluentui/react-alert",
981
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
982
+ "comment": "chore: update package scaffold"
983
+ },
984
+ {
985
+ "author": "rohitpag@microsoft.com",
986
+ "package": "@fluentui/react-alert",
987
+ "commit": "045c66e2a2142e3d2380da05a9aa60b54de6888c",
988
+ "comment": "Adding appearance prop to the alert component"
989
+ },
990
+ {
991
+ "author": "bernardo.sunderhus@gmail.com",
992
+ "package": "@fluentui/react-aria",
993
+ "commit": "bf151e71e0ffa5de5c44cc722e629cdeb7abdbb2",
994
+ "comment": "chore: re-organize useARIAButton into its own folder"
995
+ },
996
+ {
997
+ "author": "martinhochel@microsoft.com",
998
+ "package": "@fluentui/react-aria",
999
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1000
+ "comment": "chore: update package scaffold"
1001
+ },
1002
+ {
1003
+ "author": "esteban.230@hotmail.com",
1004
+ "package": "@fluentui/react-avatar",
1005
+ "commit": "c5249ee380c5e17651b5122a716fcf5e4c477ad1",
1006
+ "comment": "docs: Updating AvatarGroup's migration guide."
1007
+ },
1008
+ {
1009
+ "author": "martinhochel@microsoft.com",
1010
+ "package": "@fluentui/react-avatar",
1011
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
1012
+ "comment": "chore: consume cypress.config from it's package boundary"
1013
+ },
1014
+ {
1015
+ "author": "martinhochel@microsoft.com",
1016
+ "package": "@fluentui/react-avatar",
1017
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1018
+ "comment": "chore: update package scaffold"
1019
+ },
1020
+ {
1021
+ "author": "esteban.230@hotmail.com",
1022
+ "package": "@fluentui/react-avatar",
1023
+ "commit": "ab54d44126b26316d662551bbdd93bf5b044b022",
1024
+ "comment": "docs: Update spec to match implementation, add best practices, and update README."
1025
+ },
1026
+ {
1027
+ "author": "martinhochel@microsoft.com",
1028
+ "package": "@fluentui/react-avatar",
1029
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
1030
+ "comment": "docs: re-generate api.md files"
1031
+ },
1032
+ {
1033
+ "author": "martinhochel@microsoft.com",
1034
+ "package": "@fluentui/react-badge",
1035
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1036
+ "comment": "chore: update package scaffold"
1037
+ },
1038
+ {
1039
+ "author": "martinhochel@microsoft.com",
1040
+ "package": "@fluentui/react-button",
1041
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1042
+ "comment": "chore: update package scaffold"
1043
+ },
1044
+ {
1045
+ "author": "makotom@microsoft.com",
1046
+ "package": "@fluentui/react-button",
1047
+ "commit": "e176621e71d595c6d17655c108db0b73eb9ec188",
1048
+ "comment": "chore: Removing CompoundButtonAsToggleButton story since it was using non-exported functions."
1049
+ },
1050
+ {
1051
+ "author": "martinhochel@microsoft.com",
1052
+ "package": "@fluentui/react-card",
1053
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1054
+ "comment": "chore: update package scaffold"
1055
+ },
1056
+ {
1057
+ "author": "martinhochel@microsoft.com",
1058
+ "package": "@fluentui/react-card",
1059
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
1060
+ "comment": "chore: consume cypress.config from it's package boundary"
1061
+ },
1062
+ {
1063
+ "author": "martinhochel@microsoft.com",
1064
+ "package": "@fluentui/react-checkbox",
1065
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1066
+ "comment": "chore: update package scaffold"
1067
+ },
1068
+ {
1069
+ "author": "martinhochel@microsoft.com",
1070
+ "package": "@fluentui/react-combobox",
1071
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1072
+ "comment": "chore: update package scaffold"
1073
+ },
1074
+ {
1075
+ "author": "bernardo.sunderhus@gmail.com",
1076
+ "package": "@fluentui/react-combobox",
1077
+ "commit": "84017b6464e13c46a7ae8c61875ead2ff4b6965b",
1078
+ "comment": "bugfix: update useMergedEventCallbacks to mergeCallbacks"
1079
+ },
1080
+ {
1081
+ "author": "bernardo.sunderhus@gmail.com",
1082
+ "package": "@fluentui/react-components",
1083
+ "commit": "b02e8f3ab48daf6b9db7f7efebbf026c6cbed740",
1084
+ "comment": "chore: updates react-components export of react-dialog"
1085
+ },
1086
+ {
1087
+ "author": "martinhochel@microsoft.com",
1088
+ "package": "@fluentui/react-components",
1089
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1090
+ "comment": "chore: update package scaffold"
1091
+ },
1092
+ {
1093
+ "author": "martinhochel@microsoft.com",
1094
+ "package": "@fluentui/react-conformance-griffel",
1095
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1096
+ "comment": "chore: update package scaffold"
1097
+ },
1098
+ {
1099
+ "author": "martinhochel@microsoft.com",
1100
+ "package": "@fluentui/react-context-selector",
1101
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1102
+ "comment": "chore: update package scaffold"
1103
+ },
1104
+ {
1105
+ "author": "martinhochel@microsoft.com",
1106
+ "package": "@fluentui/react-context-selector",
1107
+ "commit": "16aa65dcae8f75c6a221225fd0eb43800650ac66",
1108
+ "comment": "docs(react-context-selector): re-generate api.md"
1109
+ }
1110
+ ],
1111
+ "minor": [
1112
+ {
1113
+ "author": "bernardo.sunderhus@gmail.com",
1114
+ "package": "@fluentui/react-utilities",
1115
+ "commit": "6fd8556690d3716c3f37b88b366dd51502d11d76",
1116
+ "comment": "feat: add dialog properties to getNativeElementProps"
1117
+ },
1118
+ {
1119
+ "author": "tristan.watanabe@gmail.com",
1120
+ "package": "@fluentui/react-utilities",
1121
+ "commit": "c8f9d1ef1983bffe9917da81b097f503f587faa9",
1122
+ "comment": "fix: Replace deprecated ReactNodeArray for React 17 support."
1123
+ },
1124
+ {
1125
+ "author": "bernardo.sunderhus@gmail.com",
1126
+ "package": "@fluentui/react-utilities",
1127
+ "commit": "a85b5f8ff499fddcb1edcee28c7b0dede92ab674",
1128
+ "comment": "feat(react-utilities): adds isResolvedShorthand guard method"
1129
+ },
1130
+ {
1131
+ "author": "esteban.230@hotmail.com",
1132
+ "package": "@fluentui/react-input",
1133
+ "commit": "2f46a7abf0dd20cf3b07b4527d177ae1fff55b77",
1134
+ "comment": "feat: Adding optional shadow to filled appearances."
1135
+ },
1136
+ {
1137
+ "author": "bernardo.sunderhus@gmail.com",
1138
+ "package": "@fluentui/react-menu",
1139
+ "commit": "0547583ebcebe746110e5ef8d0599b0972b1f4c6",
1140
+ "comment": "chore(react-menu): Updates trigger to use useARIAButton"
1141
+ },
1142
+ {
1143
+ "author": "bernardo.sunderhus@gmail.com",
1144
+ "package": "@fluentui/react-popover",
1145
+ "commit": "0547583ebcebe746110e5ef8d0599b0972b1f4c6",
1146
+ "comment": "chore(react-popover): Updates trigger to use useARIAButton"
1147
+ },
1148
+ {
1149
+ "author": "lingfangao@hotmail.com",
1150
+ "package": "@fluentui/react-positioning",
1151
+ "commit": "4ba03b2e704668cb253f8ad16e8995a8a44b3d22",
1152
+ "comment": "feat: Upgrade to Floating UI v1"
1153
+ },
1154
+ {
1155
+ "author": "miroslav.stastny@microsoft.com",
1156
+ "package": "@fluentui/react-text",
1157
+ "commit": "61557d7e48a7380b2fbf2bcc5c8faa4a3ed7d89f",
1158
+ "comment": "feat: Add Body2"
1159
+ },
1160
+ {
1161
+ "author": "miroslav.stastny@microsoft.com",
1162
+ "package": "@fluentui/react-theme",
1163
+ "commit": "61557d7e48a7380b2fbf2bcc5c8faa4a3ed7d89f",
1164
+ "comment": "feat: Add fontWeightBold, add Body2, fix font weight for *Stronger typography"
1165
+ },
1166
+ {
1167
+ "author": "bernardo.sunderhus@gmail.com",
1168
+ "package": "@fluentui/react-aria",
1169
+ "commit": "81191d9a45e629126a416e7202af3e241cd5e0fc",
1170
+ "comment": "feat: add helper types to assist DOM element handling"
1171
+ },
1172
+ {
1173
+ "author": "esteban.230@hotmail.com",
1174
+ "package": "@fluentui/react-avatar",
1175
+ "commit": "66762e1ca870a21db46b72c9b0848c5b107b8e09",
1176
+ "comment": "feat: Adding functionality to AvatarGroupOverflow and updating AvatarGroup to use AvatarGroupOverflow."
1177
+ },
1178
+ {
1179
+ "author": "esteban.230@hotmail.com",
1180
+ "package": "@fluentui/react-avatar",
1181
+ "commit": "84e2b1a8b1e8d2e9008297b6c35c76231ae3a31c",
1182
+ "comment": "chore: Renaming AvatarGroupOverflow to AvatarGroupPopover."
1183
+ },
1184
+ {
1185
+ "author": "esteban.230@hotmail.com",
1186
+ "package": "@fluentui/react-avatar",
1187
+ "commit": "27a3480f5361aa5d99f8978817d8395d9037e3b7",
1188
+ "comment": "feat: Add pie layout implementation."
1189
+ },
1190
+ {
1191
+ "author": "olfedias@microsoft.com",
1192
+ "package": "@fluentui/react-components",
1193
+ "commit": "9bbe648f7b7373fad7fcf39cecfe76d037a3e7bf",
1194
+ "comment": "feat: re-export GriffelRenderer type"
1195
+ }
1196
+ ],
1197
+ "prerelease": [
1198
+ {
1199
+ "author": "bernardo.sunderhus@gmail.com",
1200
+ "package": "@fluentui/react-dialog",
1201
+ "commit": "0547583ebcebe746110e5ef8d0599b0972b1f4c6",
1202
+ "comment": "chore(react-dialog): Updates trigger to use useARIAButtonProps"
1203
+ },
1204
+ {
1205
+ "author": "olfedias@microsoft.com",
1206
+ "package": "@fluentui/react-dialog",
1207
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1208
+ "comment": "chore: Update Griffel to latest version"
1209
+ },
1210
+ {
1211
+ "author": "bernardo.sunderhus@gmail.com",
1212
+ "package": "@fluentui/react-dialog",
1213
+ "commit": "827dffa4e4a164682c29b157b572ceb63c5dd6a9",
1214
+ "comment": "chore(react-dialog): removes react-button max-width overrides"
1215
+ },
1216
+ {
1217
+ "author": "bernardo.sunderhus@gmail.com",
1218
+ "package": "@fluentui/react-dialog",
1219
+ "commit": "7b46e969e352bd636f7094ac5e29177fb7e8bff2",
1220
+ "comment": "feat: add scroll lock feature to Dialog"
1221
+ },
1222
+ {
1223
+ "author": "bernardo.sunderhus@gmail.com",
1224
+ "package": "@fluentui/react-dialog",
1225
+ "commit": "b02e8f3ab48daf6b9db7f7efebbf026c6cbed740",
1226
+ "comment": "feat(react-dialog): moves backdrop slot from Dialog to DialogSurface"
1227
+ },
1228
+ {
1229
+ "author": "bernardo.sunderhus@gmail.com",
1230
+ "package": "@fluentui/react-dialog",
1231
+ "commit": "9c10bc432b8fc8df6d51975c580a19603a10fd1e",
1232
+ "comment": "feat(react-dialog): adds proper style to make DialogBody responsive"
1233
+ },
1234
+ {
1235
+ "author": "bernardo.sunderhus@gmail.com",
1236
+ "package": "@fluentui/react-dialog",
1237
+ "commit": "c9a58334a7abebf949f59d2c0a4bb1271074d808",
1238
+ "comment": "chore: renames overlay slot to backdrop"
1239
+ },
1240
+ {
1241
+ "author": "bernardo.sunderhus@gmail.com",
1242
+ "package": "@fluentui/react-dialog",
1243
+ "commit": "6c6fe4c8246abec30d9cd3ba2079d379c4d7acb8",
1244
+ "comment": "bugfix: stops propagation on Escape key"
1245
+ },
1246
+ {
1247
+ "author": "bernardo.sunderhus@gmail.com",
1248
+ "package": "@fluentui/react-dialog",
1249
+ "commit": "2630091d8093879d26c38dc6a4c585e886cff057",
1250
+ "comment": "feat: Adds padding-right style to avoid jumping on scroll lock"
1251
+ },
1252
+ {
1253
+ "author": "bernardo.sunderhus@gmail.com",
1254
+ "package": "@fluentui/react-dialog",
1255
+ "commit": "94ab82dd00db0bf177908e7ccc60125efaa4e22d",
1256
+ "comment": "chore(react-dialog): removes document listener to Escape keydown"
1257
+ },
1258
+ {
1259
+ "author": "bernardo.sunderhus@gmail.com",
1260
+ "package": "@fluentui/react-dialog",
1261
+ "commit": "0865ee92c7cab7273aafd21b1b3dff9418c0d479",
1262
+ "comment": "feat(react-dialog): replace `closeButton` to a more generic `action` slot"
1263
+ },
1264
+ {
1265
+ "author": "bernardo.sunderhus@gmail.com",
1266
+ "package": "@fluentui/react-dialog",
1267
+ "commit": "fd88d8b10fe32eb635c949aa28653c3376f64c3d",
1268
+ "comment": "feat(react-dialog): 1st rule of ARIA for Dialog"
1269
+ },
1270
+ {
1271
+ "author": "behowell@microsoft.com",
1272
+ "package": "@fluentui/react-field",
1273
+ "commit": "cd8f5a11fd89c77582950fe714fece2bdf9c08c0",
1274
+ "comment": "Initial release"
1275
+ },
1276
+ {
1277
+ "author": "lingfangao@hotmail.com",
1278
+ "package": "@fluentui/react-overflow",
1279
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
1280
+ "comment": "chore: fix no-context-default-value lint violations"
1281
+ },
1282
+ {
1283
+ "author": "olfedias@microsoft.com",
1284
+ "package": "@fluentui/react-overflow",
1285
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1286
+ "comment": "chore: Update Griffel to latest version"
1287
+ },
1288
+ {
1289
+ "author": "olfedias@microsoft.com",
1290
+ "package": "@fluentui/react-select",
1291
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1292
+ "comment": "chore: Update Griffel to latest version"
1293
+ },
1294
+ {
1295
+ "author": "lingfangao@hotmail.com",
1296
+ "package": "@fluentui/react-table",
1297
+ "commit": "851d0fd82f7d802d048be89dc363271f7cf1720a",
1298
+ "comment": "implement `useTable` state hook"
1299
+ },
1300
+ {
1301
+ "author": "lingfangao@hotmail.com",
1302
+ "package": "@fluentui/react-table",
1303
+ "commit": "e79be7955cfeef07aa3377bf123b88800e4af1cc",
1304
+ "comment": "feat: Remove TableCellPrimaryLayout, adds `appearance` prop to TableCellLayout for primary layout"
1305
+ },
1306
+ {
1307
+ "author": "lingfangao@hotmail.com",
1308
+ "package": "@fluentui/react-table",
1309
+ "commit": "b51ebaec4a0681dc71e8f67a28a9d28b051bcba8",
1310
+ "comment": "BREAKING: TableCell layouts are handled by layout components"
1311
+ },
1312
+ {
1313
+ "author": "lingfangao@hotmail.com",
1314
+ "package": "@fluentui/react-table",
1315
+ "commit": "059b48cc66cbeb9c545b60ef842407895cd4e505",
1316
+ "comment": "feat: Implement table cell layout components"
1317
+ },
1318
+ {
1319
+ "author": "lingfangao@hotmail.com",
1320
+ "package": "@fluentui/react-table",
1321
+ "commit": "8f420a1c55f283156b758bda1e7ef0591ec57a78",
1322
+ "comment": "feat: Remove inferred row state and add `rowEnhancer` option"
1323
+ },
1324
+ {
1325
+ "author": "lingfangao@hotmail.com",
1326
+ "package": "@fluentui/react-table",
1327
+ "commit": "cf7b0b6c6941c1b798a57ead0bc67b98e4e0ddbb",
1328
+ "comment": "feat: Implement unstable navigation modes"
1329
+ },
1330
+ {
1331
+ "author": "olfedias@microsoft.com",
1332
+ "package": "@fluentui/react-table",
1333
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1334
+ "comment": "chore: Update Griffel to latest version"
1335
+ },
1336
+ {
1337
+ "author": "lingfangao@hotmail.com",
1338
+ "package": "@fluentui/react-table",
1339
+ "commit": "02a6a76a3350adfb4fd95cdfc178864801c8e2bf",
1340
+ "comment": "refactor(useTable): selection manager to avoid calling multiple hooks"
1341
+ },
1342
+ {
1343
+ "author": "lingfangao@hotmail.com",
1344
+ "package": "@fluentui/react-table",
1345
+ "commit": "b9b2c4cf2b69e8d5e4b0a8a01fcc8458b1c8efc6",
1346
+ "comment": "feat: Implement `TableSelectionCell`"
1347
+ },
1348
+ {
1349
+ "author": "lingfangao@hotmail.com",
1350
+ "package": "@fluentui/react-table",
1351
+ "commit": "f5398157ebbea5c748d8d7336f18b378a8bdec16",
1352
+ "comment": "refactor: Stop using context selector for Table primitives"
1353
+ },
1354
+ {
1355
+ "author": "lingfangao@hotmail.com",
1356
+ "package": "@fluentui/react-table",
1357
+ "commit": "573289549f9712357c5561057fc24e97f62a6c63",
1358
+ "comment": "feat: autocontrolled `useTable` hook"
1359
+ },
1360
+ {
1361
+ "author": "lingfangao@hotmail.com",
1362
+ "package": "@fluentui/react-table",
1363
+ "commit": "9253171aac6e08d6830361d125d657f21ddfc90a",
1364
+ "comment": "feat: Implement `TableCellActions` and `TablePrimaryCell`"
1365
+ },
1366
+ {
1367
+ "author": "seanmonahan@microsoft.com",
1368
+ "package": "@fluentui/react-theme-sass",
1369
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
1370
+ "comment": "feat: add new color tokens"
1371
+ },
1372
+ {
1373
+ "author": "miroslav.stastny@microsoft.com",
1374
+ "package": "@fluentui/react-theme-sass",
1375
+ "commit": "61557d7e48a7380b2fbf2bcc5c8faa4a3ed7d89f",
1376
+ "comment": "feat: Add fontWeightBold"
1377
+ },
1378
+ {
1379
+ "author": "miroslav.stastny@microsoft.com",
1380
+ "package": "@fluentui/react-theme-sass",
1381
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
1382
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
1383
+ },
1384
+ {
1385
+ "author": "seanmonahan@microsoft.com",
1386
+ "package": "@fluentui/react-theme-sass",
1387
+ "commit": "5c78472d96502d05a10016d9502eceada4edfd8a",
1388
+ "comment": "feat: add color neutral foreground inverted 2 token"
1389
+ },
1390
+ {
1391
+ "author": "lingfangao@hotmail.com",
1392
+ "package": "@fluentui/react-toolbar",
1393
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
1394
+ "comment": "chore: fix no-context-default-value lint violations"
1395
+ },
1396
+ {
1397
+ "author": "olfedias@microsoft.com",
1398
+ "package": "@fluentui/react-toolbar",
1399
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1400
+ "comment": "chore: Update Griffel to latest version"
1401
+ },
1402
+ {
1403
+ "author": "olfedias@microsoft.com",
1404
+ "package": "@fluentui/react-alert",
1405
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1406
+ "comment": "chore: Update Griffel to latest version"
1407
+ },
1408
+ {
1409
+ "author": "olfedias@microsoft.com",
1410
+ "package": "@fluentui/react-card",
1411
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1412
+ "comment": "chore: Update Griffel to latest version"
1413
+ },
1414
+ {
1415
+ "author": "sarah.higley@microsoft.com",
1416
+ "package": "@fluentui/react-combobox",
1417
+ "commit": "8484a3ec4abb520d716d199ea79a3cde57fa1da2",
1418
+ "comment": "fix: typing moves active option in Dropdown"
1419
+ },
1420
+ {
1421
+ "author": "sarah.higley@microsoft.com",
1422
+ "package": "@fluentui/react-combobox",
1423
+ "commit": "286479fb4e813506a9560c279215675e8b097500",
1424
+ "comment": "fix: Combobox and Dropdown hover/active border colors and padding styles"
1425
+ },
1426
+ {
1427
+ "author": "olfedias@microsoft.com",
1428
+ "package": "@fluentui/react-combobox",
1429
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1430
+ "comment": "chore: Update Griffel to latest version"
1431
+ },
1432
+ {
1433
+ "author": "sarah.higley@microsoft.com",
1434
+ "package": "@fluentui/react-combobox",
1435
+ "commit": "58026c94a40e8589645d3f6a6b0171a21ba3f879",
1436
+ "comment": "fix: Combobox and Dropdown only show option focus outline when navigating by keyboard"
1437
+ },
1438
+ {
1439
+ "author": "sarah.higley@microsoft.com",
1440
+ "package": "@fluentui/react-combobox",
1441
+ "commit": "83b033de0fe819bc30cc437ec7c4a83dd4c6997e",
1442
+ "comment": "fix: set popup Listbox width to trigger width"
1443
+ },
1444
+ {
1445
+ "author": "sarah.higley@microsoft.com",
1446
+ "package": "@fluentui/react-combobox",
1447
+ "commit": "a5b36f689a2eed64ffca5f43e48e213ccba1d925",
1448
+ "comment": "fix: open/close combobox on icon click"
1449
+ },
1450
+ {
1451
+ "author": "sarah.higley@microsoft.com",
1452
+ "package": "@fluentui/react-combobox",
1453
+ "commit": "7d19a95495b04963b9f88b45da993e590df06b6a",
1454
+ "comment": "feat: Allow typing by default, add allowFreeform"
1455
+ },
1456
+ {
1457
+ "author": "sarah.higley@microsoft.com",
1458
+ "package": "@fluentui/react-combobox",
1459
+ "commit": "cde2f43f6bf0522ddf189dbf3b2905ec1f2f7f88",
1460
+ "comment": "feat: make listbox slot nullable"
1461
+ },
1462
+ {
1463
+ "author": "sarah.higley@microsoft.com",
1464
+ "package": "@fluentui/react-combobox",
1465
+ "commit": "4f921f9810a55ae8d2077de4013fad1516001c0c",
1466
+ "comment": "fix: react-combobox change onSelect to onOptionSelect to avoid conflicts with native onSelect"
1467
+ },
1468
+ {
1469
+ "author": "olfedias@microsoft.com",
1470
+ "package": "@fluentui/react-conformance-griffel",
1471
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1472
+ "comment": "chore: Update Griffel to latest version"
1473
+ }
1474
+ ]
1475
+ }
1476
+ },
1477
+ {
1478
+ "date": "Wed, 03 Aug 2022 16:03:34 GMT",
1479
+ "tag": "@fluentui/react-components_v9.2.0",
1480
+ "version": "9.2.0",
1481
+ "comments": {
1482
+ "none": [
1483
+ {
1484
+ "author": "martinhochel@microsoft.com",
1485
+ "package": "@fluentui/babel-preset-global-context",
1486
+ "commit": "f79394055c953c73943709259ff257982b143f1e",
1487
+ "comment": "chore: update package.json main/types field to accomodate new 'build' task behaviours"
1488
+ },
1489
+ {
1490
+ "author": "bernardo.sunderhus@gmail.com",
1491
+ "package": "@fluentui/global-context",
1492
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1493
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1494
+ },
1495
+ {
1496
+ "author": "lingfangao@hotmail.com",
1497
+ "package": "@fluentui/keyboard-keys",
1498
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1499
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1500
+ },
1501
+ {
1502
+ "author": "lingfangao@hotmail.com",
1503
+ "package": "@fluentui/react-accordion",
1504
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1505
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1506
+ },
1507
+ {
1508
+ "author": "bernardo.sunderhus@gmail.com",
1509
+ "package": "@fluentui/react-accordion",
1510
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1511
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1512
+ },
1513
+ {
1514
+ "author": "lingfangao@hotmail.com",
1515
+ "package": "@fluentui/react-aria",
1516
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1517
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1518
+ },
1519
+ {
1520
+ "author": "bernardo.sunderhus@gmail.com",
1521
+ "package": "@fluentui/react-avatar",
1522
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1523
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1524
+ },
1525
+ {
1526
+ "author": "lingfangao@hotmail.com",
1527
+ "package": "@fluentui/react-avatar",
1528
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1529
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1530
+ },
1531
+ {
1532
+ "author": "esteban.230@hotmail.com",
1533
+ "package": "@fluentui/react-avatar",
1534
+ "commit": "8d120219d3605abf8feff95eaff52ab01851618e",
1535
+ "comment": "chore: Creating AvatarGroupOverflow component boilerplate."
1536
+ },
1537
+ {
1538
+ "author": "lingfangao@hotmail.com",
1539
+ "package": "@fluentui/react-badge",
1540
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1541
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1542
+ },
1543
+ {
1544
+ "author": "lingfangao@hotmail.com",
1545
+ "package": "@fluentui/react-button",
1546
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1547
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1548
+ },
1549
+ {
1550
+ "author": "marcosmoura@microsoft.com",
1551
+ "package": "@fluentui/react-card",
1552
+ "commit": "8d0180b3bbaad7459257fb8bf7f2235953d12eec",
1553
+ "comment": "docs(react-card): create migration guide from v0 to v9"
1554
+ },
1555
+ {
1556
+ "author": "popatudor@microsoft.com",
1557
+ "package": "@fluentui/react-card",
1558
+ "commit": "59610d4c795d76a580fbb9391e20cf1249408555",
1559
+ "comment": {
1560
+ "title": "",
1561
+ "value": ""
1562
+ }
1563
+ },
1564
+ {
1565
+ "author": "39736248+andrefcdias@users.noreply.github.com",
1566
+ "package": "@fluentui/react-card",
1567
+ "commit": "770a741091a1f5d1f3b6d4bbfecdd29e333fef9c",
1568
+ "comment": "chore: add missing Card components to Storybook"
1569
+ },
1570
+ {
1571
+ "author": "lingfangao@hotmail.com",
1572
+ "package": "@fluentui/react-checkbox",
1573
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1574
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1575
+ },
1576
+ {
1577
+ "author": "popatudor@microsoft.com",
1578
+ "package": "@fluentui/react-combobox",
1579
+ "commit": "20fd0422e9831a560717f39a8d0cbdf57bc721ca",
1580
+ "comment": "fix(docs): add combobox usage warning and style best practices"
1581
+ },
1582
+ {
1583
+ "author": "bernardo.sunderhus@gmail.com",
1584
+ "package": "@fluentui/react-combobox",
1585
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1586
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1587
+ },
1588
+ {
1589
+ "author": "popatudor@microsoft.com",
1590
+ "package": "@fluentui/react-combobox",
1591
+ "commit": "0db1b92eb265450c1e73a7fb35cd266b1b97eba1",
1592
+ "comment": "fix(docs): add Dropdown usage warning and style best practices"
1593
+ },
1594
+ {
1595
+ "author": "martinhochel@microsoft.com",
1596
+ "package": "@fluentui/react-components",
1597
+ "commit": "434275449948d59e22238be8ba830b77fbd827ff",
1598
+ "comment": "chore(react-components): remove CSF warnings violation when running storybook"
1599
+ },
1600
+ {
1601
+ "author": "martinhochel@microsoft.com",
1602
+ "package": "@fluentui/react-components",
1603
+ "commit": "5aa33cbb283143f8dda9a836faa1b69d94c1ca64",
1604
+ "comment": "chore(storybook): remove deprecated --static-dir CLI flag usage"
1605
+ },
1606
+ {
1607
+ "author": "martinhochel@microsoft.com",
1608
+ "package": "@fluentui/react-conformance-griffel",
1609
+ "commit": "f79394055c953c73943709259ff257982b143f1e",
1610
+ "comment": "chore: update package.json main/types field to accomodate new 'build' task behaviours"
1611
+ },
1612
+ {
1613
+ "author": "lingfangao@hotmail.com",
1614
+ "package": "@fluentui/react-context-selector",
1615
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1616
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1617
+ },
1618
+ {
1619
+ "author": "bernardo.sunderhus@gmail.com",
1620
+ "package": "@fluentui/react-context-selector",
1621
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1622
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1623
+ },
1624
+ {
1625
+ "author": "bernardo.sunderhus@gmail.com",
1626
+ "package": "@fluentui/react-dialog",
1627
+ "commit": "b67323e77fe054dfaba09be0e22fb14bcbffa897",
1628
+ "comment": "chore: Adds e2e tests for `react-dialog`"
1629
+ },
1630
+ {
1631
+ "author": "bernardo.sunderhus@gmail.com",
1632
+ "package": "@fluentui/react-dialog",
1633
+ "commit": "83f074e81375955cba003eb8210b4751767a7987",
1634
+ "comment": "fix(react-dialog): converts Dialog stories to Preview Components"
1635
+ },
1636
+ {
1637
+ "author": "olfedias@microsoft.com",
1638
+ "package": "@fluentui/react-dialog",
1639
+ "commit": "3a670062bfb8a122fef0dfb7f9f06e884f3745a1",
1640
+ "comment": "move stories to a proper directory"
1641
+ },
1642
+ {
1643
+ "author": "lingfangao@hotmail.com",
1644
+ "package": "@fluentui/react-divider",
1645
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1646
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1647
+ },
1648
+ {
1649
+ "author": "lingfangao@hotmail.com",
1650
+ "package": "@fluentui/react-image",
1651
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1652
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1653
+ },
1654
+ {
1655
+ "author": "lingfangao@hotmail.com",
1656
+ "package": "@fluentui/react-input",
1657
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1658
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1659
+ },
1660
+ {
1661
+ "author": "lingfangao@hotmail.com",
1662
+ "package": "@fluentui/react-label",
1663
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1664
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1665
+ },
1666
+ {
1667
+ "author": "lingfangao@hotmail.com",
1668
+ "package": "@fluentui/react-link",
1669
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1670
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1671
+ },
1672
+ {
1673
+ "author": "bernardo.sunderhus@gmail.com",
1674
+ "package": "@fluentui/react-menu",
1675
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1676
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1677
+ },
1678
+ {
1679
+ "author": "lingfangao@hotmail.com",
1680
+ "package": "@fluentui/react-menu",
1681
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1682
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1683
+ },
1684
+ {
1685
+ "author": "bernardo.sunderhus@gmail.com",
1686
+ "package": "@fluentui/react-overflow",
1687
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1688
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1689
+ },
1690
+ {
1691
+ "author": "lingfangao@hotmail.com",
1692
+ "package": "@fluentui/react-popover",
1693
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1694
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1695
+ },
1696
+ {
1697
+ "author": "bernardo.sunderhus@gmail.com",
1698
+ "package": "@fluentui/react-popover",
1699
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1700
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1701
+ },
1702
+ {
1703
+ "author": "lingfangao@hotmail.com",
1704
+ "package": "@fluentui/react-portal",
1705
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1706
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1707
+ },
1708
+ {
1709
+ "author": "lingfangao@hotmail.com",
1710
+ "package": "@fluentui/react-portal-compat",
1711
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1712
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1713
+ },
1714
+ {
1715
+ "author": "bernardo.sunderhus@gmail.com",
1716
+ "package": "@fluentui/react-portal-compat-context",
1717
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1718
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1719
+ },
1720
+ {
1721
+ "author": "lingfangao@hotmail.com",
1722
+ "package": "@fluentui/react-portal-compat-context",
1723
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1724
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1725
+ },
1726
+ {
1727
+ "author": "martinhochel@microsoft.com",
1728
+ "package": "@fluentui/react-portal-compat-context",
1729
+ "commit": "30737a497e7787fe8b4efddeadb4a261ba19933f",
1730
+ "comment": "refactor(scripts): replace isCompatibilityPackage with new --module build flag"
1731
+ },
1732
+ {
1733
+ "author": "lingfangao@hotmail.com",
1734
+ "package": "@fluentui/react-portal-compat-context",
1735
+ "commit": "6731ada047afe1d79d2765d1464cfa9acb90bee8",
1736
+ "comment": "chore: Explicitly enable AMD lint-imports rule"
1737
+ },
1738
+ {
1739
+ "author": "lingfangao@hotmail.com",
1740
+ "package": "@fluentui/react-provider",
1741
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1742
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1743
+ },
1744
+ {
1745
+ "author": "lingfangao@hotmail.com",
1746
+ "package": "@fluentui/react-radio",
1747
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1748
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1749
+ },
1750
+ {
1751
+ "author": "bernardo.sunderhus@gmail.com",
1752
+ "package": "@fluentui/react-radio",
1753
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1754
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1755
+ },
1756
+ {
1757
+ "author": "popatudor@microsoft.com",
1758
+ "package": "@fluentui/react-select",
1759
+ "commit": "16c5ea573489dfd05921c6569dc3ac6c8da38a66",
1760
+ "comment": "fix(docs): add Select usage warning and style best practices"
1761
+ },
1762
+ {
1763
+ "author": "bernardo.sunderhus@gmail.com",
1764
+ "package": "@fluentui/react-shared-contexts",
1765
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1766
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1767
+ },
1768
+ {
1769
+ "author": "lingfangao@hotmail.com",
1770
+ "package": "@fluentui/react-shared-contexts",
1771
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1772
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1773
+ },
1774
+ {
1775
+ "author": "lingfangao@hotmail.com",
1776
+ "package": "@fluentui/react-slider",
1777
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1778
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1779
+ },
1780
+ {
1781
+ "author": "lingfangao@hotmail.com",
1782
+ "package": "@fluentui/react-spinner",
1783
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1784
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1785
+ },
1786
+ {
1787
+ "author": "lingfangao@hotmail.com",
1788
+ "package": "@fluentui/react-switch",
1789
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1790
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1791
+ },
1792
+ {
1793
+ "author": "lingfangao@hotmail.com",
1794
+ "package": "@fluentui/react-tabs",
1795
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1796
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1797
+ },
1798
+ {
1799
+ "author": "bernardo.sunderhus@gmail.com",
1800
+ "package": "@fluentui/react-tabs",
1801
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1802
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1803
+ },
1804
+ {
1805
+ "author": "lingfangao@hotmail.com",
1806
+ "package": "@fluentui/react-tabster",
1807
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1808
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1809
+ },
1810
+ {
1811
+ "author": "lingfangao@hotmail.com",
1812
+ "package": "@fluentui/react-text",
1813
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1814
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1815
+ },
1816
+ {
1817
+ "author": "lingfangao@hotmail.com",
1818
+ "package": "@fluentui/react-textarea",
1819
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1820
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1821
+ },
1822
+ {
1823
+ "author": "lingfangao@hotmail.com",
1824
+ "package": "@fluentui/react-theme",
1825
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1826
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1827
+ },
1828
+ {
1829
+ "author": "behowell@microsoft.com",
1830
+ "package": "@fluentui/react-theme",
1831
+ "commit": "e6bec62689022606e64b56b90506c6d75cbdcfce",
1832
+ "comment": "fix: Fix issue preventing copying text out of theme storybook documentation"
1833
+ },
1834
+ {
1835
+ "author": "bernardo.sunderhus@gmail.com",
1836
+ "package": "@fluentui/react-toolbar",
1837
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1838
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1839
+ },
1840
+ {
1841
+ "author": "popatudor@microsoft.com",
1842
+ "package": "@fluentui/react-toolbar",
1843
+ "commit": "2eb2198f78bbbbfecdd0eeb6a543ac52f11135ed",
1844
+ "comment": "fix(docs): add description and unstable usage warning for Toolbar"
1845
+ },
1846
+ {
1847
+ "author": "lingfangao@hotmail.com",
1848
+ "package": "@fluentui/react-tooltip",
1849
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1850
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1851
+ },
1852
+ {
1853
+ "author": "lingfangao@hotmail.com",
1854
+ "package": "@fluentui/react-utilities",
1855
+ "commit": "99cc385631d04a76ee10ebc143cb9fecd99640b6",
1856
+ "comment": "chore: Add `prerelease` as disallowed changetype for 9.0.0 packages"
1857
+ },
1858
+ {
1859
+ "author": "bernardo.sunderhus@gmail.com",
1860
+ "package": "@fluentui/react-utilities",
1861
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
1862
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
1863
+ }
1864
+ ],
1865
+ "patch": [
1866
+ {
1867
+ "author": "bernardo.sunderhus@gmail.com",
1868
+ "package": "@fluentui/react-accordion",
1869
+ "commit": "1293f53f79ea1dc7429f77e174b2dfdaffa99558",
1870
+ "comment": "chore: Updates AccordionHeader to use useARIAButtonShorthand over useARIAButton"
1871
+ },
1872
+ {
1873
+ "author": "miroslav.stastny@microsoft.com",
1874
+ "package": "@fluentui/react-accordion",
1875
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1876
+ "comment": "chore: Bump Griffel dependencies"
1877
+ },
1878
+ {
1879
+ "author": "bernardo.sunderhus@gmail.com",
1880
+ "package": "@fluentui/react-aria",
1881
+ "commit": "a0e1e0c2780ad6ba73aaeee1aa1525168a4d4045",
1882
+ "comment": "feat: treats aria-disabled as disabled state on useARIAButtonProps"
1883
+ },
1884
+ {
1885
+ "author": "sarah.higley@microsoft.com",
1886
+ "package": "@fluentui/react-avatar",
1887
+ "commit": "c66808887bcd7fd150c22eda462b325075742694",
1888
+ "comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
1889
+ },
1890
+ {
1891
+ "author": "miroslav.stastny@microsoft.com",
1892
+ "package": "@fluentui/react-avatar",
1893
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1894
+ "comment": "chore: Bump Griffel dependencies"
1895
+ },
1896
+ {
1897
+ "author": "miroslav.stastny@microsoft.com",
1898
+ "package": "@fluentui/react-badge",
1899
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1900
+ "comment": "chore: Bump Griffel dependencies"
1901
+ },
1902
+ {
1903
+ "author": "miroslav.stastny@microsoft.com",
1904
+ "package": "@fluentui/react-button",
1905
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1906
+ "comment": "chore: Bump Griffel dependencies"
1907
+ },
1908
+ {
1909
+ "author": "lingfangao@hotmail.com",
1910
+ "package": "@fluentui/react-checkbox",
1911
+ "commit": "71590ea6aeab8ce24d8c8e50e0ee80ece81a4392",
1912
+ "comment": "refactor: use `useFocusWithin` hook for :focus-within styles"
1913
+ },
1914
+ {
1915
+ "author": "miroslav.stastny@microsoft.com",
1916
+ "package": "@fluentui/react-checkbox",
1917
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1918
+ "comment": "chore: Bump Griffel dependencies"
1919
+ },
1920
+ {
1921
+ "author": "lingfangao@hotmail.com",
1922
+ "package": "@fluentui/react-components",
1923
+ "commit": "0e1784cd430525e023a458564d232ac689e0f50a",
1924
+ "comment": "feat: Adds `@fluentui/react-table` package to unstable exports"
1925
+ },
1926
+ {
1927
+ "author": "miroslav.stastny@microsoft.com",
1928
+ "package": "@fluentui/react-components",
1929
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1930
+ "comment": "chore: Bump Griffel dependencies"
1931
+ },
1932
+ {
1933
+ "author": "miroslav.stastny@microsoft.com",
1934
+ "package": "@fluentui/react-divider",
1935
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1936
+ "comment": "chore: Bump Griffel dependencies"
1937
+ },
1938
+ {
1939
+ "author": "miroslav.stastny@microsoft.com",
1940
+ "package": "@fluentui/react-image",
1941
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1942
+ "comment": "chore: Bump Griffel dependencies"
1943
+ },
1944
+ {
1945
+ "author": "bernardo.sunderhus@gmail.com",
1946
+ "package": "@fluentui/react-input",
1947
+ "commit": "ee025ccd3a919f2f4dcdd3a74dbe6d2abfed24ff",
1948
+ "comment": "Adds proper initialValue to value on useInput"
1949
+ },
1950
+ {
1951
+ "author": "sarah.higley@microsoft.com",
1952
+ "package": "@fluentui/react-input",
1953
+ "commit": "c66808887bcd7fd150c22eda462b325075742694",
1954
+ "comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
1955
+ },
1956
+ {
1957
+ "author": "miroslav.stastny@microsoft.com",
1958
+ "package": "@fluentui/react-input",
1959
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1960
+ "comment": "chore: Bump Griffel dependencies"
1961
+ },
1962
+ {
1963
+ "author": "miroslav.stastny@microsoft.com",
1964
+ "package": "@fluentui/react-label",
1965
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1966
+ "comment": "chore: Bump Griffel dependencies"
1967
+ },
1968
+ {
1969
+ "author": "miroslav.stastny@microsoft.com",
1970
+ "package": "@fluentui/react-link",
1971
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1972
+ "comment": "chore: Bump Griffel dependencies"
1973
+ },
1974
+ {
1975
+ "author": "miroslav.stastny@microsoft.com",
1976
+ "package": "@fluentui/react-menu",
1977
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1978
+ "comment": "chore: Bump Griffel dependencies"
1979
+ },
1980
+ {
1981
+ "author": "lingfangao@hotmail.com",
1982
+ "package": "@fluentui/react-menu",
1983
+ "commit": "2756c649a83c0fa0a20b82c62855d388a5e6bc2a",
1984
+ "comment": "fix: Fix tabbing from within menu"
1985
+ },
1986
+ {
1987
+ "author": "miroslav.stastny@microsoft.com",
1988
+ "package": "@fluentui/react-popover",
1989
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1990
+ "comment": "chore: Bump Griffel dependencies"
1991
+ },
1992
+ {
1993
+ "author": "lingfangao@hotmail.com",
1994
+ "package": "@fluentui/react-portal",
1995
+ "commit": "71590ea6aeab8ce24d8c8e50e0ee80ece81a4392",
1996
+ "comment": "fix: use `useFocusVisible` hook for :focus-visible styles"
1997
+ },
1998
+ {
1999
+ "author": "miroslav.stastny@microsoft.com",
2000
+ "package": "@fluentui/react-portal",
2001
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2002
+ "comment": "chore: Bump Griffel dependencies"
2003
+ },
2004
+ {
2005
+ "author": "lingfangao@hotmail.com",
2006
+ "package": "@fluentui/react-portal-compat",
2007
+ "commit": "6731ada047afe1d79d2765d1464cfa9acb90bee8",
2008
+ "comment": "chore: enable AMD compatible build"
2009
+ },
2010
+ {
2011
+ "author": "miroslav.stastny@microsoft.com",
2012
+ "package": "@fluentui/react-positioning",
2013
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2014
+ "comment": "chore: Bump Griffel dependencies"
2015
+ },
2016
+ {
2017
+ "author": "lingfangao@hotmail.com",
2018
+ "package": "@fluentui/react-provider",
2019
+ "commit": "71590ea6aeab8ce24d8c8e50e0ee80ece81a4392",
2020
+ "comment": "fix: use `useFocusVisible` hook for :focus-visible styles"
2021
+ },
2022
+ {
2023
+ "author": "miroslav.stastny@microsoft.com",
2024
+ "package": "@fluentui/react-provider",
2025
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2026
+ "comment": "chore: Bump Griffel dependencies"
2027
+ },
2028
+ {
2029
+ "author": "lingfangao@hotmail.com",
2030
+ "package": "@fluentui/react-radio",
2031
+ "commit": "71590ea6aeab8ce24d8c8e50e0ee80ece81a4392",
2032
+ "comment": "refactor: use `useFocusWithin` hook for :focus-within styles"
2033
+ },
2034
+ {
2035
+ "author": "miroslav.stastny@microsoft.com",
2036
+ "package": "@fluentui/react-radio",
2037
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2038
+ "comment": "chore: Bump Griffel dependencies"
2039
+ },
2040
+ {
2041
+ "author": "miroslav.stastny@microsoft.com",
2042
+ "package": "@fluentui/react-slider",
2043
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2044
+ "comment": "chore: Bump Griffel dependencies"
2045
+ },
2046
+ {
2047
+ "author": "lingfangao@hotmail.com",
2048
+ "package": "@fluentui/react-slider",
2049
+ "commit": "71590ea6aeab8ce24d8c8e50e0ee80ece81a4392",
2050
+ "comment": "refactor: use `useFocusWithin` hook for :focus-within styles"
2051
+ },
2052
+ {
2053
+ "author": "miroslav.stastny@microsoft.com",
2054
+ "package": "@fluentui/react-spinbutton",
2055
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2056
+ "comment": "chore: Bump Griffel dependencies"
2057
+ },
2058
+ {
2059
+ "author": "miroslav.stastny@microsoft.com",
2060
+ "package": "@fluentui/react-spinner",
2061
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2062
+ "comment": "chore: Bump Griffel dependencies"
2063
+ },
2064
+ {
2065
+ "author": "sarah.higley@microsoft.com",
2066
+ "package": "@fluentui/react-spinner",
2067
+ "commit": "c66808887bcd7fd150c22eda462b325075742694",
2068
+ "comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
2069
+ },
2070
+ {
2071
+ "author": "lingfangao@hotmail.com",
2072
+ "package": "@fluentui/react-switch",
2073
+ "commit": "71590ea6aeab8ce24d8c8e50e0ee80ece81a4392",
2074
+ "comment": "refactor: use `useFocusWithin` hook for :focus-within styles"
2075
+ },
2076
+ {
2077
+ "author": "miroslav.stastny@microsoft.com",
2078
+ "package": "@fluentui/react-switch",
2079
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2080
+ "comment": "chore: Bump Griffel dependencies"
2081
+ },
2082
+ {
2083
+ "author": "sarah.higley@microsoft.com",
2084
+ "package": "@fluentui/react-switch",
2085
+ "commit": "c66808887bcd7fd150c22eda462b325075742694",
2086
+ "comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
2087
+ },
2088
+ {
2089
+ "author": "miroslav.stastny@microsoft.com",
2090
+ "package": "@fluentui/react-tabs",
2091
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2092
+ "comment": "chore: Bump Griffel dependencies"
2093
+ },
2094
+ {
2095
+ "author": "lingfangao@hotmail.com",
2096
+ "package": "@fluentui/react-tabster",
2097
+ "commit": "b9e6c6a7dd8ce6111744739a0ec486b99c2bb2ea",
2098
+ "comment": "chore: Bump tabster to 2.1.0"
2099
+ },
2100
+ {
2101
+ "author": "miroslav.stastny@microsoft.com",
2102
+ "package": "@fluentui/react-tabster",
2103
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2104
+ "comment": "chore: Bump Griffel dependencies"
2105
+ },
2106
+ {
2107
+ "author": "miroslav.stastny@microsoft.com",
2108
+ "package": "@fluentui/react-text",
2109
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2110
+ "comment": "chore: Bump Griffel dependencies"
2111
+ },
2112
+ {
2113
+ "author": "sarah.higley@microsoft.com",
2114
+ "package": "@fluentui/react-textarea",
2115
+ "commit": "c66808887bcd7fd150c22eda462b325075742694",
2116
+ "comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
2117
+ },
2118
+ {
2119
+ "author": "esteban.230@hotmail.com",
2120
+ "package": "@fluentui/react-textarea",
2121
+ "commit": "0777632c9fac223c113283357bbca98dcf266c27",
2122
+ "comment": "fix: Make <textarea> match its wrapper size and add documentation on changing its height."
2123
+ },
2124
+ {
2125
+ "author": "miroslav.stastny@microsoft.com",
2126
+ "package": "@fluentui/react-textarea",
2127
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2128
+ "comment": "chore: Bump Griffel dependencies"
2129
+ },
2130
+ {
2131
+ "author": "miroslav.stastny@microsoft.com",
2132
+ "package": "@fluentui/react-tooltip",
2133
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2134
+ "comment": "chore: Bump Griffel dependencies"
2135
+ }
2136
+ ],
2137
+ "prerelease": [
2138
+ {
2139
+ "author": "miroslav.stastny@microsoft.com",
2140
+ "package": "@fluentui/react-alert",
2141
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2142
+ "comment": "chore: Bump Griffel dependencies"
2143
+ },
2144
+ {
2145
+ "author": "miroslav.stastny@microsoft.com",
2146
+ "package": "@fluentui/react-card",
2147
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2148
+ "comment": "chore: Bump Griffel dependencies"
2149
+ },
2150
+ {
2151
+ "author": "sarah.higley@microsoft.com",
2152
+ "package": "@fluentui/react-combobox",
2153
+ "commit": "29769d9e95a0395c36d596e4e186744da2d232d4",
2154
+ "comment": "fix: prevent react-combobox keyboard selection of disabled options"
2155
+ },
2156
+ {
2157
+ "author": "miroslav.stastny@microsoft.com",
2158
+ "package": "@fluentui/react-combobox",
2159
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2160
+ "comment": "chore: Bump Griffel dependencies"
2161
+ },
2162
+ {
2163
+ "author": "sarah.higley@microsoft.com",
2164
+ "package": "@fluentui/react-combobox",
2165
+ "commit": "c66808887bcd7fd150c22eda462b325075742694",
2166
+ "comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
2167
+ },
2168
+ {
2169
+ "author": "lingfangao@hotmail.com",
2170
+ "package": "@fluentui/react-conformance-griffel",
2171
+ "commit": "8d8c2765c6286c236983c2193c4d57f754ec2454",
2172
+ "comment": "fix: Griffel conformance test should use user container for render"
2173
+ },
2174
+ {
2175
+ "author": "miroslav.stastny@microsoft.com",
2176
+ "package": "@fluentui/react-conformance-griffel",
2177
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2178
+ "comment": "chore: Bump Griffel dependencies"
2179
+ },
2180
+ {
2181
+ "author": "bernardo.sunderhus@gmail.com",
2182
+ "package": "@fluentui/react-dialog",
2183
+ "commit": "93cbe6fdb4fc73aad83328aac304ac53cfd84303",
2184
+ "comment": "chore: adds aria-labelledby and aria-describedby attributes"
2185
+ },
2186
+ {
2187
+ "author": "bernardo.sunderhus@gmail.com",
2188
+ "package": "@fluentui/react-dialog",
2189
+ "commit": "26e5a29ec185ffaf62407b76e63190a4adb8e012",
2190
+ "comment": "feat: adds react-dialog to react-components unstable"
2191
+ },
2192
+ {
2193
+ "author": "miroslav.stastny@microsoft.com",
2194
+ "package": "@fluentui/react-overflow",
2195
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2196
+ "comment": "chore: Bump Griffel dependencies"
2197
+ },
2198
+ {
2199
+ "author": "sarah.higley@microsoft.com",
2200
+ "package": "@fluentui/react-select",
2201
+ "commit": "c66808887bcd7fd150c22eda462b325075742694",
2202
+ "comment": "bugfix: add reduced motion styles for avatar, spinner, switch, and input focus styles"
2203
+ },
2204
+ {
2205
+ "author": "miroslav.stastny@microsoft.com",
2206
+ "package": "@fluentui/react-select",
2207
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2208
+ "comment": "chore: Bump Griffel dependencies"
2209
+ },
2210
+ {
2211
+ "author": "lingfangao@hotmail.com",
2212
+ "package": "@fluentui/react-table",
2213
+ "commit": "c8e1d465e52dca6aef141437bdd0cc5a927a4d7c",
2214
+ "comment": "feat: Make sorting more primitive"
2215
+ },
2216
+ {
2217
+ "author": "lingfangao@hotmail.com",
2218
+ "package": "@fluentui/react-table",
2219
+ "commit": "0e1784cd430525e023a458564d232ac689e0f50a",
2220
+ "comment": "feat: Release package in `alpha`"
2221
+ },
2222
+ {
2223
+ "author": "miroslav.stastny@microsoft.com",
2224
+ "package": "@fluentui/react-toolbar",
2225
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
2226
+ "comment": "chore: Bump Griffel dependencies"
2227
+ }
2228
+ ],
2229
+ "minor": [
2230
+ {
2231
+ "author": "bernardo.sunderhus@gmail.com",
2232
+ "package": "@fluentui/react-aria",
2233
+ "commit": "1293f53f79ea1dc7429f77e174b2dfdaffa99558",
2234
+ "comment": "chore: Splits useARIAButton into useARIAButtonProps and useARIAButtonShorthand."
2235
+ },
2236
+ {
2237
+ "author": "bernardo.sunderhus@gmail.com",
2238
+ "package": "@fluentui/react-button",
2239
+ "commit": "1293f53f79ea1dc7429f77e174b2dfdaffa99558",
2240
+ "comment": "chore: Updates Button to use useARIAButton over useARIAButtonShorthand"
2241
+ },
2242
+ {
2243
+ "author": "seanmonahan@microsoft.com",
2244
+ "package": "@fluentui/react-components",
2245
+ "commit": "a6aa8b678209b98098e23c16313bd528ef7da028",
2246
+ "comment": "feat: update spinbutton to stable"
2247
+ },
2248
+ {
2249
+ "author": "bernardo.sunderhus@gmail.com",
2250
+ "package": "@fluentui/react-components",
2251
+ "commit": "26e5a29ec185ffaf62407b76e63190a4adb8e012",
2252
+ "comment": "feat: adds react-dialog to react-components unstable"
2253
+ },
2254
+ {
2255
+ "author": "Humberto.Morimoto@microsoft.com",
2256
+ "package": "@fluentui/react-components",
2257
+ "commit": "c69f9bd19610cbceb4ecf8243b5d49afea4634d7",
2258
+ "comment": "chore: Re-exporting useIsomorphicLayoutEffect from @fluentui/react-utilities in @fluentui/react-components."
2259
+ },
2260
+ {
2261
+ "author": "mgodbolt@microsoft.com",
2262
+ "package": "@fluentui/react-provider",
2263
+ "commit": "76f5c61c1bce0d606264f6a10dfa523de98b937e",
2264
+ "comment": "fix: Move to useLayoutEffect or useInsertionEffect for Theme Provider theme insertion."
2265
+ },
2266
+ {
2267
+ "author": "seanmonahan@microsoft.com",
2268
+ "package": "@fluentui/react-spinbutton",
2269
+ "commit": "a6aa8b678209b98098e23c16313bd528ef7da028",
2270
+ "comment": "feat: update spinbutton to stable"
2271
+ },
2272
+ {
2273
+ "author": "lingfangao@hotmail.com",
2274
+ "package": "@fluentui/react-tabster",
2275
+ "commit": "2756c649a83c0fa0a20b82c62855d388a5e6bc2a",
2276
+ "comment": "feat: Adds `ignoreDefaultKeydown` option to `useArrowNavigationGroup`"
2277
+ },
2278
+ {
2279
+ "author": "lingfangao@hotmail.com",
2280
+ "package": "@fluentui/react-tabster",
2281
+ "commit": "71590ea6aeab8ce24d8c8e50e0ee80ece81a4392",
2282
+ "comment": "feat: create `:focus-visible` and `:focus-within` polyfills"
2283
+ }
2284
+ ]
2285
+ }
2286
+ },
2287
+ {
2288
+ "date": "Fri, 15 Jul 2022 18:27:26 GMT",
2289
+ "tag": "@fluentui/react-components_v9.1.1",
2290
+ "version": "9.1.1",
2291
+ "comments": {
2292
+ "none": [
2293
+ {
2294
+ "author": "39736248+andrefcdias@users.noreply.github.com",
2295
+ "package": "@fluentui/react-card",
2296
+ "commit": "447b211fec38e4320b13c5ee2f7449c188f8183c",
2297
+ "comment": "docs: add missing info to README"
2298
+ },
2299
+ {
2300
+ "author": "39736248+andrefcdias@users.noreply.github.com",
2301
+ "package": "@fluentui/react-card",
2302
+ "commit": "640408c5aef9c3037f5f6bc08069ff9d9141a7ee",
2303
+ "comment": "chore: add templates to stories"
2304
+ }
2305
+ ],
2306
+ "patch": [
2307
+ {
2308
+ "author": "gcox@microsoft.com",
2309
+ "package": "@fluentui/react-portal-compat-context",
2310
+ "commit": "9252601953bb2462fec25d22748149665868fb89",
2311
+ "comment": "Added mechanism for marking fluent-compatibility packages"
2312
+ }
2313
+ ]
2314
+ }
2315
+ },
2316
+ {
2317
+ "date": "Thu, 14 Jul 2022 21:21:00 GMT",
6
2318
  "tag": "@fluentui/react-components_v9.1.1",
7
2319
  "version": "9.1.1",
8
2320
  "comments": {