@fluentui/react-components 9.0.0-nightly.46b9ea7036.0 → 9.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.json +3821 -287
  2. package/CHANGELOG.md +618 -206
  3. package/README.md +1 -8
  4. package/dist/react-components.d.ts +1072 -16
  5. package/lib/AccessibilityScenarios/utils.d.ts +1 -0
  6. package/lib/AccessibilityScenarios/utils.js +23 -14
  7. package/lib/AccessibilityScenarios/utils.js.map +1 -1
  8. package/lib/Concepts/Icons/ReactIconGrid.d.ts +2 -0
  9. package/lib/Concepts/Icons/ReactIconGrid.js +94 -0
  10. package/lib/Concepts/Icons/ReactIconGrid.js.map +1 -0
  11. package/lib/DocsComponents/isHosted.d.ts +1 -0
  12. package/lib/DocsComponents/isHosted.js +10 -0
  13. package/lib/DocsComponents/isHosted.js.map +1 -0
  14. package/lib/index.d.ts +29 -16
  15. package/lib/index.js +17 -18
  16. package/lib/index.js.map +1 -1
  17. package/lib/unstable/index.d.ts +8 -1
  18. package/lib/unstable/index.js +4 -1
  19. package/lib/unstable/index.js.map +1 -1
  20. package/lib-commonjs/AccessibilityScenarios/utils.d.ts +1 -0
  21. package/lib-commonjs/AccessibilityScenarios/utils.js +39 -17
  22. package/lib-commonjs/AccessibilityScenarios/utils.js.map +1 -1
  23. package/lib-commonjs/Concepts/Icons/ReactIconGrid.d.ts +2 -0
  24. package/lib-commonjs/Concepts/Icons/ReactIconGrid.js +103 -0
  25. package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +1 -0
  26. package/lib-commonjs/DocsComponents/isHosted.d.ts +1 -0
  27. package/lib-commonjs/DocsComponents/isHosted.js +18 -0
  28. package/lib-commonjs/DocsComponents/isHosted.js.map +1 -0
  29. package/lib-commonjs/index.d.ts +29 -16
  30. package/lib-commonjs/index.js +1371 -23
  31. package/lib-commonjs/index.js.map +1 -1
  32. package/lib-commonjs/unstable/index.d.ts +8 -1
  33. package/lib-commonjs/unstable/index.js +234 -5
  34. package/lib-commonjs/unstable/index.js.map +1 -1
  35. package/package.json +29 -25
  36. package/public/intro.css +0 -67
package/CHANGELOG.json CHANGED
@@ -2,498 +2,4032 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Oct 2021 09:17:09 GMT",
6
- "tag": "@fluentui/react-components_v9.0.0-nightly.46b9ea7036.0",
7
- "version": "9.0.0-nightly.46b9ea7036.0",
5
+ "date": "Thu, 10 Feb 2022 08:43:39 GMT",
6
+ "tag": "@fluentui/react-components_v9.0.0-rc.1",
7
+ "version": "9.0.0-rc.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "02e6236e4db8e1b591223475896537e905bf3580",
14
+ "comment": "BREAKING: implement `content` slot"
15
+ },
16
+ {
17
+ "author": "olfedias@microsoft.com",
18
+ "package": "@fluentui/react-tooltip",
19
+ "commit": "17c0b18d7983d414095661bf9f57e14c0c22685d",
20
+ "comment": "Replace make-styles packages with griffel equivalents."
21
+ },
22
+ {
23
+ "author": "behowell@microsoft.com",
24
+ "package": "@fluentui/react-tooltip",
25
+ "commit": "58ae40d6817b1fa4e095a94707dfef5050aa4c11",
26
+ "comment": "Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default"
27
+ },
28
+ {
29
+ "author": "behowell@microsoft.com",
30
+ "package": "@fluentui/react-tooltip",
31
+ "commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
32
+ "comment": "Update MenuTrigger and Tooltip to work together"
33
+ },
34
+ {
35
+ "author": "mgodbolt@microsoft.com",
36
+ "package": "@fluentui/react-tooltip",
37
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
38
+ "comment": "remove export of commons types"
39
+ },
40
+ {
41
+ "author": "lingfangao@hotmail.com",
42
+ "package": "@fluentui/react-tooltip",
43
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
44
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
45
+ },
46
+ {
47
+ "author": "behowell@microsoft.com",
48
+ "package": "@fluentui/react-tooltip",
49
+ "commit": "caaf3307f864b04369c13fe69d7dc8fe7ab84735",
50
+ "comment": "Move arrowHeight and tooltipBorderRadius into a shared constants.ts file"
51
+ },
52
+ {
53
+ "author": "behowell@microsoft.com",
54
+ "package": "@fluentui/react-tooltip",
55
+ "commit": "2aacc839785a2f96d84a959aea207dfdb99116f8",
56
+ "comment": "Prevent Tooltip from overriding any aria-label, etc. props on its child"
57
+ },
58
+ {
59
+ "author": "Humberto.Morimoto@microsoft.com",
60
+ "package": "@fluentui/react-tooltip",
61
+ "commit": "9204703d0a42ee34a20ae4cf28952e13872647ba",
62
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
63
+ },
64
+ {
65
+ "author": "behowell@microsoft.com",
66
+ "package": "@fluentui/react-tooltip",
67
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
68
+ "comment": "Refactor component Slot typings"
69
+ },
70
+ {
71
+ "author": "olfedias@microsoft.com",
72
+ "package": "@fluentui/react-tooltip",
73
+ "commit": "1bbb753830028fbf133858d523ae2d56ceefeecf",
74
+ "comment": "update styles to not use CSS shorthands"
75
+ },
76
+ {
77
+ "author": "behowell@microsoft.com",
78
+ "package": "@fluentui/react-tooltip",
79
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
80
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
81
+ },
82
+ {
83
+ "author": "behowell@microsoft.com",
84
+ "package": "@fluentui/react-tooltip",
85
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
86
+ "comment": "Remove component's shorthandProps array"
87
+ },
88
+ {
89
+ "author": "Humberto.Morimoto@microsoft.com",
90
+ "package": "@fluentui/react-tooltip",
91
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
92
+ "comment": "Updating based on changes to composition types."
93
+ },
94
+ {
95
+ "author": "behowell@microsoft.com",
96
+ "package": "@fluentui/react-tooltip",
97
+ "commit": "97c3818f7faf8733a0cfc9c91f5e94ddb8652d3a",
98
+ "comment": "Update documentation stories"
99
+ },
100
+ {
101
+ "author": "olfedias@microsoft.com",
102
+ "package": "@fluentui/react-tooltip",
103
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
104
+ "comment": "update types related to trigger (allow only React.ReactElement & null)"
105
+ },
106
+ {
107
+ "author": "behowell@microsoft.com",
108
+ "package": "@fluentui/react-tooltip",
109
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
110
+ "comment": "Fix tooltip arrow rendering, and add high contrast border around Tooltip"
111
+ },
112
+ {
113
+ "author": "behowell@microsoft.com",
114
+ "package": "@fluentui/react-tooltip",
115
+ "commit": "1513362b9adaae5d7dbda6b364e40e736710a79f",
116
+ "comment": "Remove Tooltip's inverted prop in favor of the appearance prop"
117
+ },
118
+ {
119
+ "author": "behowell@microsoft.com",
120
+ "package": "@fluentui/react-utilities",
121
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
122
+ "comment": "Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
123
+ },
124
+ {
125
+ "author": "behowell@microsoft.com",
126
+ "package": "@fluentui/react-utilities",
127
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
128
+ "comment": "getSlots: remove slotNames param, and infer from state.components instead"
129
+ },
130
+ {
131
+ "author": "olfedias@microsoft.com",
132
+ "package": "@fluentui/react-utilities",
133
+ "commit": "d2eb57808a403b70845a732a62b55aa64d66b2a0",
134
+ "comment": "add useTriggerElement() hook"
135
+ },
136
+ {
137
+ "author": "bsunderhus@microsoft.com",
138
+ "package": "@fluentui/react-utilities",
139
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
140
+ "comment": "Removes nullRender from react-utilities"
141
+ },
142
+ {
143
+ "author": "olfedias@microsoft.com",
144
+ "package": "@fluentui/react-utilities",
145
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
146
+ "comment": "update applyTriggerPropsToChildren() to return React.ReactElement or null"
147
+ },
148
+ {
149
+ "author": "behowell@microsoft.com",
150
+ "package": "@fluentui/react-utilities",
151
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
152
+ "comment": "Refactor component Slot typings"
153
+ },
154
+ {
155
+ "author": "Humberto.Morimoto@microsoft.com",
156
+ "package": "@fluentui/react-utilities",
157
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
158
+ "comment": "Adding ComponentSlotProps to allow ref to be passed in composite components."
159
+ },
160
+ {
161
+ "author": "Humberto.Morimoto@microsoft.com",
162
+ "package": "@fluentui/react-utilities",
163
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
164
+ "comment": "Renaming most *Shorthand* composition types to *SlotProps* so they better reflect what the types do."
165
+ },
166
+ {
167
+ "author": "lingfangao@hotmail.com",
168
+ "package": "@fluentui/react-utilities",
169
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
170
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
171
+ },
172
+ {
173
+ "author": "behowell@microsoft.com",
174
+ "package": "@fluentui/react-utilities",
175
+ "commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
176
+ "comment": "Update trigger utilities to handle nested triggers"
177
+ },
178
+ {
179
+ "author": "elcraig@microsoft.com",
180
+ "package": "@fluentui/react-utilities",
181
+ "commit": "39ce3cbcf15ce2619649e1eddccf932736ceac07",
182
+ "comment": "[breaking] Remove useControllableValue hook (use useControllableState instead)"
183
+ },
184
+ {
185
+ "author": "Humberto.Morimoto@microsoft.com",
186
+ "package": "@fluentui/react-popover",
187
+ "commit": "6c32d0180e89674a46daf795de69e5dc6ca71ef7",
188
+ "comment": "Updating based on removal of functions from makeStyles."
189
+ },
190
+ {
191
+ "author": "olfedias@microsoft.com",
192
+ "package": "@fluentui/react-popover",
193
+ "commit": "b1446dead62e61c9a0f6101d6dfc5a2f780403b8",
194
+ "comment": "use Griffel packages"
195
+ },
196
+ {
197
+ "author": "olfedias@microsoft.com",
198
+ "package": "@fluentui/react-popover",
199
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
200
+ "comment": "standardize trigger implementation & cloning"
201
+ },
202
+ {
203
+ "author": "olfedias@microsoft.com",
204
+ "package": "@fluentui/react-popover",
205
+ "commit": "ec0e785df9c70a2202dc5cc3cb4001d1ee635124",
206
+ "comment": "update styles to not use CSS shorthands"
207
+ },
208
+ {
209
+ "author": "lingfangao@hotmail.com",
210
+ "package": "@fluentui/react-popover",
211
+ "commit": "3a5602460a0c05a2ba4e2cc0fad77e5ae0b8ce38",
212
+ "comment": "fix: Use role=complementary for Popovers without focus traps"
213
+ },
214
+ {
215
+ "author": "behowell@microsoft.com",
216
+ "package": "@fluentui/react-popover",
217
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
218
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
219
+ },
220
+ {
221
+ "author": "Humberto.Morimoto@microsoft.com",
222
+ "package": "@fluentui/react-popover",
223
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
224
+ "comment": "Updating based on changes to composition types."
225
+ },
226
+ {
227
+ "author": "Humberto.Morimoto@microsoft.com",
228
+ "package": "@fluentui/react-popover",
229
+ "commit": "38e8f42252c69b1c749c3ca7fca9315b49e6cf31",
230
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
231
+ },
232
+ {
233
+ "author": "behowell@microsoft.com",
234
+ "package": "@fluentui/react-popover",
235
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
236
+ "comment": "Remove component's shorthandProps array"
237
+ },
238
+ {
239
+ "author": "behowell@microsoft.com",
240
+ "package": "@fluentui/react-popover",
241
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
242
+ "comment": "Fix Popover arrow border in high contrast"
243
+ },
244
+ {
245
+ "author": "behowell@microsoft.com",
246
+ "package": "@fluentui/react-popover",
247
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
248
+ "comment": "Refactor component Slot typings"
249
+ },
250
+ {
251
+ "author": "lingfangao@hotmail.com",
252
+ "package": "@fluentui/react-popover",
253
+ "commit": "c2706cec4dc694762b1892a505db666d2fb324c1",
254
+ "comment": "fix: Set `aria-modal` on Popover if focus trap is enabled"
255
+ },
256
+ {
257
+ "author": "mgodbolt@microsoft.com",
258
+ "package": "@fluentui/react-popover",
259
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
260
+ "comment": "remove export of commons types"
261
+ },
262
+ {
263
+ "author": "lingfangao@hotmail.com",
264
+ "package": "@fluentui/react-popover",
265
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
266
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
267
+ },
268
+ {
269
+ "author": "behowell@microsoft.com",
270
+ "package": "@fluentui/react-portal",
271
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
272
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
273
+ },
274
+ {
275
+ "author": "mgodbolt@microsoft.com",
276
+ "package": "@fluentui/react-portal",
277
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
278
+ "comment": "remove export of commons types"
279
+ },
280
+ {
281
+ "author": "lingfangao@hotmail.com",
282
+ "package": "@fluentui/react-portal",
283
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
284
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
285
+ },
286
+ {
287
+ "author": "olfedias@microsoft.com",
288
+ "package": "@fluentui/react-portal",
289
+ "commit": "d525c8b2106551865d648873210a6b48c2326ecb",
290
+ "comment": "remove unused dependency on Griffel"
291
+ },
292
+ {
293
+ "author": "olfedias@microsoft.com",
294
+ "package": "@fluentui/react-positioning",
295
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
296
+ "comment": "use new types from makeStyles core"
297
+ },
298
+ {
299
+ "author": "Humberto.Morimoto@microsoft.com",
300
+ "package": "@fluentui/react-positioning",
301
+ "commit": "db6526ee2d04991e4473174969e3795299b52f9e",
302
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
303
+ },
304
+ {
305
+ "author": "behowell@microsoft.com",
306
+ "package": "@fluentui/react-positioning",
307
+ "commit": "2e34c026a354af1bbfe6a5ead1ade41348d5488f",
308
+ "comment": "Fix tooltip arrow's high contrast border in RTL"
309
+ },
310
+ {
311
+ "author": "olfedias@microsoft.com",
312
+ "package": "@fluentui/react-positioning",
313
+ "commit": "523b5785eafd28cf56b677af40274cefe5d42dcb",
314
+ "comment": "use Griffel packages"
315
+ },
316
+ {
317
+ "author": "lingfangao@hotmail.com",
318
+ "package": "@fluentui/react-positioning",
319
+ "commit": "a548a59bd94f9c4b656da3bdd149db7ac2de726f",
320
+ "comment": "feat: Imperative `setTarget` for `usePopper` and `positioning`"
321
+ },
322
+ {
323
+ "author": "bsunderhus@microsoft.com",
324
+ "package": "@fluentui/react-positioning",
325
+ "commit": "e382ad22539fc97bb283ca4ed856e126c7477e89",
326
+ "comment": "Adds @noflip annotation to data-popper-placement styles"
327
+ },
328
+ {
329
+ "author": "olfedias@microsoft.com",
330
+ "package": "@fluentui/react-positioning",
331
+ "commit": "967d6b74cf0507685a24e0cfaa8c7b9d52a351e1",
332
+ "comment": "update styles to not use CSS shorthands"
333
+ },
334
+ {
335
+ "author": "lingfangao@hotmail.com",
336
+ "package": "@fluentui/react-positioning",
337
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
338
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
339
+ },
340
+ {
341
+ "author": "behowell@microsoft.com",
342
+ "package": "@fluentui/react-positioning",
343
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
344
+ "comment": "Fix popover arrow styling"
345
+ },
346
+ {
347
+ "author": "mgodbolt@microsoft.com",
348
+ "package": "@fluentui/react-provider",
349
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
350
+ "comment": "remove export of commons types"
351
+ },
352
+ {
353
+ "author": "Humberto.Morimoto@microsoft.com",
354
+ "package": "@fluentui/react-provider",
355
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
356
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
357
+ },
358
+ {
359
+ "author": "Humberto.Morimoto@microsoft.com",
360
+ "package": "@fluentui/react-provider",
361
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
362
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
363
+ },
364
+ {
365
+ "author": "olfedias@microsoft.com",
366
+ "package": "@fluentui/react-provider",
367
+ "commit": "706305303fcf03a82052c0a9e74d8aecb102885e",
368
+ "comment": "use Griffel packages"
369
+ },
370
+ {
371
+ "author": "behowell@microsoft.com",
372
+ "package": "@fluentui/react-provider",
373
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
374
+ "comment": "Refactor component Slot typings"
375
+ },
376
+ {
377
+ "author": "Humberto.Morimoto@microsoft.com",
378
+ "package": "@fluentui/react-provider",
379
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
380
+ "comment": "Updating based on changes to composition types."
381
+ },
382
+ {
383
+ "author": "martinhochel@microsoft.com",
384
+ "package": "@fluentui/react-provider",
385
+ "commit": "ecfe4c4fdc306e9c484706f28457f440f55d3684",
386
+ "comment": "make the FluentProvider#theme TS API reflect runtime and add warning if there is a violation"
387
+ },
388
+ {
389
+ "author": "Humberto.Morimoto@microsoft.com",
390
+ "package": "@fluentui/react-provider",
391
+ "commit": "b22c4ef0eba0730286f2ed701e1b851d8a5c03b5",
392
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
393
+ },
394
+ {
395
+ "author": "martinhochel@microsoft.com",
396
+ "package": "@fluentui/react-provider",
397
+ "commit": "1dba2fca2365f1a748505896679ae160a6fec270",
398
+ "comment": "replace mergeThemes functionality from react-theme"
399
+ },
400
+ {
401
+ "author": "bsunderhus@microsoft.com",
402
+ "package": "@fluentui/react-provider",
403
+ "commit": "c9a03954ffd5d1a85284fb36ef4cd103ed8aa927",
404
+ "comment": "Remove `themeToCSSVariables` function"
405
+ },
406
+ {
407
+ "author": "lingfangao@hotmail.com",
408
+ "package": "@fluentui/react-provider",
409
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
410
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
411
+ },
412
+ {
413
+ "author": "behowell@microsoft.com",
414
+ "package": "@fluentui/react-provider",
415
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
416
+ "comment": "Remove component's shorthandProps array"
417
+ },
418
+ {
419
+ "author": "behowell@microsoft.com",
420
+ "package": "@fluentui/react-provider",
421
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
422
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
423
+ },
424
+ {
425
+ "author": "martinhochel@microsoft.com",
426
+ "package": "@fluentui/react-shared-contexts",
427
+ "commit": "ecfe4c4fdc306e9c484706f28457f440f55d3684",
428
+ "comment": "make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue"
429
+ },
430
+ {
431
+ "author": "behowell@microsoft.com",
432
+ "package": "@fluentui/react-shared-contexts",
433
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
434
+ "comment": "Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
435
+ },
436
+ {
437
+ "author": "lingfangao@hotmail.com",
438
+ "package": "@fluentui/react-shared-contexts",
439
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
440
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
441
+ },
442
+ {
443
+ "author": "Humberto.Morimoto@microsoft.com",
444
+ "package": "@fluentui/react-slider",
445
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
446
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
447
+ },
448
+ {
449
+ "author": "behowell@microsoft.com",
450
+ "package": "@fluentui/react-slider",
451
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
452
+ "comment": "Remove component's shorthandProps array"
453
+ },
454
+ {
455
+ "author": "mgodbolt@microsoft.com",
456
+ "package": "@fluentui/react-slider",
457
+ "commit": "0a220897d7f6b3029b7c7f18b6ecc28a3131345f",
458
+ "comment": "move slider to unstable"
459
+ },
460
+ {
461
+ "author": "mgodbolt@microsoft.com",
462
+ "package": "@fluentui/react-slider",
463
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
464
+ "comment": "remove export of commons types"
465
+ },
466
+ {
467
+ "author": "behowell@microsoft.com",
468
+ "package": "@fluentui/react-slider",
469
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
470
+ "comment": "Refactor component Slot typings"
471
+ },
472
+ {
473
+ "author": "lingfangao@hotmail.com",
474
+ "package": "@fluentui/react-slider",
475
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
476
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
477
+ },
478
+ {
479
+ "author": "olfedias@microsoft.com",
480
+ "package": "@fluentui/react-switch",
481
+ "commit": "1df1d6e85bd3a6ab2a7b13e96a9aac324bb6d00c",
482
+ "comment": "Replace make-styles packages with griffel equivalents."
483
+ },
484
+ {
485
+ "author": "Humberto.Morimoto@microsoft.com",
486
+ "package": "@fluentui/react-switch",
487
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
488
+ "comment": "Updating based on changes to composition types."
489
+ },
490
+ {
491
+ "author": "behowell@microsoft.com",
492
+ "package": "@fluentui/react-switch",
493
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
494
+ "comment": "Remove component's shorthandProps array"
495
+ },
496
+ {
497
+ "author": "behowell@microsoft.com",
498
+ "package": "@fluentui/react-switch",
499
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
500
+ "comment": "Refactor component Slot typings"
501
+ },
502
+ {
503
+ "author": "mgodbolt@microsoft.com",
504
+ "package": "@fluentui/react-switch",
505
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
506
+ "comment": "remove export of commons types"
507
+ },
508
+ {
509
+ "author": "olfedias@microsoft.com",
510
+ "package": "@fluentui/react-switch",
511
+ "commit": "029a7f2fe40e5abe21d8992ad9d92bf2b04d0e97",
512
+ "comment": "update styles to not use CSS shorthands"
513
+ },
514
+ {
515
+ "author": "Humberto.Morimoto@microsoft.com",
516
+ "package": "@fluentui/react-switch",
517
+ "commit": "b52ebbbf185a2ddc4de814238f9438fd04bfba02",
518
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
519
+ },
520
+ {
521
+ "author": "Humberto.Morimoto@microsoft.com",
522
+ "package": "@fluentui/react-switch",
523
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
524
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
525
+ },
526
+ {
527
+ "author": "behowell@microsoft.com",
528
+ "package": "@fluentui/react-switch",
529
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
530
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
531
+ },
532
+ {
533
+ "author": "lingfangao@hotmail.com",
534
+ "package": "@fluentui/react-switch",
535
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
536
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
537
+ },
538
+ {
539
+ "author": "lingfangao@hotmail.com",
540
+ "package": "@fluentui/react-tabster",
541
+ "commit": "95a6a32cbffa9d86d6017cf8e0204d4b459ef370",
542
+ "comment": "feat: Support `options` for `findNextFocusable` and `findPrevFocusable` focus finders"
543
+ },
544
+ {
545
+ "author": "lingfangao@hotmail.com",
546
+ "package": "@fluentui/react-tabster",
547
+ "commit": "f4274932701c7210e191a2982c2d2410f8657fe6",
548
+ "comment": "chore: Bump tabster and keyborg versions"
549
+ },
550
+ {
551
+ "author": "olfedias@microsoft.com",
552
+ "package": "@fluentui/react-tabster",
553
+ "commit": "ebc62b16de199691794df12080d89b77979d1131",
554
+ "comment": "use Griffel packages"
555
+ },
556
+ {
557
+ "author": "lingfangao@hotmail.com",
558
+ "package": "@fluentui/react-tabster",
559
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
560
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
561
+ },
562
+ {
563
+ "author": "olfedias@microsoft.com",
564
+ "package": "@fluentui/react-tabster",
565
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
566
+ "comment": "use new types from makeStyles core"
567
+ },
568
+ {
569
+ "author": "Humberto.Morimoto@microsoft.com",
570
+ "package": "@fluentui/react-tabster",
571
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
572
+ "comment": "react-tabster: Replacing use of functions in makeStyles with direct use of tokens."
573
+ },
574
+ {
575
+ "author": "lingfangao@hotmail.com",
576
+ "package": "@fluentui/react-tabster",
577
+ "commit": "ff9ad1d4fe5682173c497f6ddf0ee1d7bddd6800",
578
+ "comment": "chore: bump tabster to 1.1.1 - removes IE11 support"
579
+ },
580
+ {
581
+ "author": "olfedias@microsoft.com",
582
+ "package": "@fluentui/react-tabster",
583
+ "commit": "967d6b74cf0507685a24e0cfaa8c7b9d52a351e1",
584
+ "comment": "update styles to not use CSS shorthands"
585
+ },
586
+ {
587
+ "author": "lingfangao@hotmail.com",
588
+ "package": "@fluentui/react-text",
589
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
590
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
591
+ },
592
+ {
593
+ "author": "behowell@microsoft.com",
594
+ "package": "@fluentui/react-text",
595
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
596
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
597
+ },
598
+ {
599
+ "author": "olfedias@microsoft.com",
600
+ "package": "@fluentui/react-text",
601
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
602
+ "comment": "use makeStyles types from proper package"
603
+ },
604
+ {
605
+ "author": "behowell@microsoft.com",
606
+ "package": "@fluentui/react-text",
607
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
608
+ "comment": "Refactor component Slot typings"
609
+ },
610
+ {
611
+ "author": "mgodbolt@microsoft.com",
612
+ "package": "@fluentui/react-text",
613
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
614
+ "comment": "remove export of commons types"
615
+ },
616
+ {
617
+ "author": "Humberto.Morimoto@microsoft.com",
618
+ "package": "@fluentui/react-text",
619
+ "commit": "003de9a9527703d429690c7ab5d7c24b4038d518",
620
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
621
+ },
622
+ {
623
+ "author": "Humberto.Morimoto@microsoft.com",
624
+ "package": "@fluentui/react-text",
625
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
626
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
627
+ },
628
+ {
629
+ "author": "Humberto.Morimoto@microsoft.com",
630
+ "package": "@fluentui/react-text",
631
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
632
+ "comment": "Updating based on changes to composition types."
633
+ },
634
+ {
635
+ "author": "olfedias@microsoft.com",
636
+ "package": "@fluentui/react-text",
637
+ "commit": "5a6f0d55d87f70d67dd1567ce97e637e51b07863",
638
+ "comment": "use Griffel packages"
639
+ },
640
+ {
641
+ "author": "olfedias@microsoft.com",
642
+ "package": "@fluentui/react-text",
643
+ "commit": "554b6709ced97b4d04363f9d9d22b6da4d31378c",
644
+ "comment": "update styles to not use CSS shorthands"
645
+ },
646
+ {
647
+ "author": "miroslav.stastny@microsoft.com",
648
+ "package": "@fluentui/react-theme",
649
+ "commit": "fa3937813e6587d90ab5c43579321004fc37d6e9",
650
+ "comment": "feat(react-theme): Add colorNeutralForeground1Static token"
651
+ },
652
+ {
653
+ "author": "andmarti@microsoft.com",
654
+ "package": "@fluentui/react-theme",
655
+ "commit": "3ca42a594827a2ce3d5d18fcd4a399c92fda3bd7",
656
+ "comment": "updating brand colors"
657
+ },
658
+ {
659
+ "author": "Humberto.Morimoto@microsoft.com",
660
+ "package": "@fluentui/react-theme",
661
+ "commit": "b382d0421440e0854673a7967137d6c667544f91",
662
+ "comment": "feat: Export tokens as mapping to CSS variables"
663
+ },
664
+ {
665
+ "author": "miroslav.stastny@microsoft.com",
666
+ "package": "@fluentui/react-theme",
667
+ "commit": "d7479a7414e636731b678aebb6bf6295fd607fda",
668
+ "comment": "Extend brand ramp from 13 to 16 tokens"
669
+ },
670
+ {
671
+ "author": "martinhochel@microsoft.com",
672
+ "package": "@fluentui/react-theme",
673
+ "commit": "1dba2fca2365f1a748505896679ae160a6fec270",
674
+ "comment": "remove mergeThemes API"
675
+ },
676
+ {
677
+ "author": "Humberto.Morimoto@microsoft.com",
678
+ "package": "@fluentui/react-theme",
679
+ "commit": "1c2a4410205d3c86bc885fb74d6aede75d9bd99d",
680
+ "comment": "Theme: Adding function to programmatically generate tokens object based on a theme."
681
+ },
682
+ {
683
+ "author": "bsunderhus@microsoft.com",
684
+ "package": "@fluentui/react-theme",
685
+ "commit": "c9a03954ffd5d1a85284fb36ef4cd103ed8aa927",
686
+ "comment": "Remove `themeToCSSVariables` function"
687
+ },
688
+ {
689
+ "author": "miroslav.stastny@microsoft.com",
690
+ "package": "@fluentui/react-theme",
691
+ "commit": "8985d65f0aac448c6766d27800922224555be0f4",
692
+ "comment": "feat(react-theme) Add border1 color token for shared colors"
693
+ },
694
+ {
695
+ "author": "lingfangao@hotmail.com",
696
+ "package": "@fluentui/react-theme",
697
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
698
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
699
+ },
700
+ {
701
+ "author": "lingfangao@hotmail.com",
702
+ "package": "@fluentui/react-context-selector",
703
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
704
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
705
+ },
706
+ {
707
+ "author": "tristan.watanabe@gmail.com",
708
+ "package": "@fluentui/react-context-selector",
709
+ "commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
710
+ "comment": "Allow React 17 in peerDependencies."
711
+ },
712
+ {
713
+ "author": "gcox@microsoft.com",
714
+ "package": "@fluentui/react-divider",
715
+ "commit": "f6116328d6599342eef231f81d3c0724478a3d47",
716
+ "comment": "set minimum line length based on a11y review"
717
+ },
718
+ {
719
+ "author": "olfedias@microsoft.com",
720
+ "package": "@fluentui/react-divider",
721
+ "commit": "203cf1b61b1238c81ebe502678fe4714722cb435",
722
+ "comment": "update styles to not use CSS shorthands"
723
+ },
724
+ {
725
+ "author": "Humberto.Morimoto@microsoft.com",
726
+ "package": "@fluentui/react-divider",
727
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
728
+ "comment": "Updating based on changes to composition types."
729
+ },
730
+ {
731
+ "author": "Humberto.Morimoto@microsoft.com",
732
+ "package": "@fluentui/react-divider",
733
+ "commit": "034044d59be68915df76c57a84edc8299d3ca175",
734
+ "comment": "react-divider: Replacing use of functions in makeStyles with direct use of tokens."
735
+ },
736
+ {
737
+ "author": "behowell@microsoft.com",
738
+ "package": "@fluentui/react-divider",
739
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
740
+ "comment": "Remove component's shorthandProps array"
741
+ },
742
+ {
743
+ "author": "mgodbolt@microsoft.com",
744
+ "package": "@fluentui/react-divider",
745
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
746
+ "comment": "remove export of commons types"
747
+ },
748
+ {
749
+ "author": "lingfangao@hotmail.com",
750
+ "package": "@fluentui/react-divider",
751
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
752
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
753
+ },
754
+ {
755
+ "author": "gcox@microsoft.com",
756
+ "package": "@fluentui/react-divider",
757
+ "commit": "ae269d1c40fce9dcfb41d9dafa4678d025576201",
758
+ "comment": "Added aria-orientation to divider"
759
+ },
760
+ {
761
+ "author": "gcox@microsoft.com",
762
+ "package": "@fluentui/react-divider",
763
+ "commit": "cc44f3625c6c6b5775bc08f00c5b8f52145ad52b",
764
+ "comment": "Added missing descriptions to divider stories"
765
+ },
766
+ {
767
+ "author": "behowell@microsoft.com",
768
+ "package": "@fluentui/react-divider",
769
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
770
+ "comment": "Refactor component Slot typings"
771
+ },
772
+ {
773
+ "author": "behowell@microsoft.com",
774
+ "package": "@fluentui/react-divider",
775
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
776
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
777
+ },
778
+ {
779
+ "author": "Humberto.Morimoto@microsoft.com",
780
+ "package": "@fluentui/react-divider",
781
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
782
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
783
+ },
784
+ {
785
+ "author": "olfedias@microsoft.com",
786
+ "package": "@fluentui/react-divider",
787
+ "commit": "7f2bb0ceb2a4d079c34fb58ebc9a5e15245a2cbe",
788
+ "comment": "Replace make-styles packages with griffel equivalents."
789
+ },
790
+ {
791
+ "author": "mgodbolt@microsoft.com",
792
+ "package": "@fluentui/react-image",
793
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
794
+ "comment": "remove export of commons types"
795
+ },
796
+ {
797
+ "author": "Humberto.Morimoto@microsoft.com",
798
+ "package": "@fluentui/react-image",
799
+ "commit": "147ca590e83068153f0358da46b84e7e873b891f",
800
+ "comment": "react-image: Replacing use of functions in makeStyles with direct use of tokens."
801
+ },
802
+ {
803
+ "author": "olfedias@microsoft.com",
804
+ "package": "@fluentui/react-image",
805
+ "commit": "2ce465c8034747199be56ab5ebce3272b6d3a4f9",
806
+ "comment": "use Griffel packages"
807
+ },
808
+ {
809
+ "author": "behowell@microsoft.com",
810
+ "package": "@fluentui/react-image",
811
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
812
+ "comment": "Remove component's shorthandProps array"
813
+ },
814
+ {
815
+ "author": "lingfangao@hotmail.com",
816
+ "package": "@fluentui/react-image",
817
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
818
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
819
+ },
820
+ {
821
+ "author": "behowell@microsoft.com",
822
+ "package": "@fluentui/react-image",
823
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
824
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
825
+ },
826
+ {
827
+ "author": "Humberto.Morimoto@microsoft.com",
828
+ "package": "@fluentui/react-image",
829
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
830
+ "comment": "Updating based on changes to composition types."
831
+ },
832
+ {
833
+ "author": "behowell@microsoft.com",
834
+ "package": "@fluentui/react-image",
835
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
836
+ "comment": "Refactor component Slot typings"
837
+ },
838
+ {
839
+ "author": "olfedias@microsoft.com",
840
+ "package": "@fluentui/react-image",
841
+ "commit": "ffe595b06f256f25e6224a0069972e1474893758",
842
+ "comment": "update styles to not use CSS shorthands"
843
+ },
844
+ {
845
+ "author": "behowell@microsoft.com",
846
+ "package": "@fluentui/react-input",
847
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
848
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
849
+ },
850
+ {
851
+ "author": "behowell@microsoft.com",
852
+ "package": "@fluentui/react-input",
853
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
854
+ "comment": "Remove component's shorthandProps array"
855
+ },
856
+ {
857
+ "author": "elcraig@microsoft.com",
858
+ "package": "@fluentui/react-input",
859
+ "commit": "d61d7925180bc36f13e83c6512c8f3e1885025a2",
860
+ "comment": "Fix styling issues found in accessibility review"
861
+ },
862
+ {
863
+ "author": "lingfangao@hotmail.com",
864
+ "package": "@fluentui/react-input",
865
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
866
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
867
+ },
868
+ {
869
+ "author": "olfedias@microsoft.com",
870
+ "package": "@fluentui/react-input",
871
+ "commit": "d084da4f0a5501c074d3f278098d5084f891b09c",
872
+ "comment": "Replace make-styles packages with griffel equivalents."
873
+ },
874
+ {
875
+ "author": "behowell@microsoft.com",
876
+ "package": "@fluentui/react-input",
877
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
878
+ "comment": "Refactor component Slot typings"
879
+ },
880
+ {
881
+ "author": "elcraig@microsoft.com",
882
+ "package": "@fluentui/react-input",
883
+ "commit": "ca6ef2bc8ea258de6f3e995731bf73743dfce1f8",
884
+ "comment": "Initial release"
885
+ },
886
+ {
887
+ "author": "Humberto.Morimoto@microsoft.com",
888
+ "package": "@fluentui/react-input",
889
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
890
+ "comment": "Updating based on changes to composition types."
891
+ },
892
+ {
893
+ "author": "Humberto.Morimoto@microsoft.com",
894
+ "package": "@fluentui/react-input",
895
+ "commit": "9f5e897597cb3de56c32fe750d45c9d2a1ea838a",
896
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens and removing old version of stories."
897
+ },
898
+ {
899
+ "author": "lingfangao@hotmail.com",
900
+ "package": "@fluentui/react-label",
901
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
902
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
903
+ },
904
+ {
905
+ "author": "olfedias@microsoft.com",
906
+ "package": "@fluentui/react-label",
907
+ "commit": "742c191b7f2ea28505e49304117c090f9f36386c",
908
+ "comment": "Replace make-styles packages with griffel equivalents."
909
+ },
910
+ {
911
+ "author": "mgodbolt@microsoft.com",
912
+ "package": "@fluentui/react-label",
913
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
914
+ "comment": "remove export of commons types"
915
+ },
916
+ {
917
+ "author": "Humberto.Morimoto@microsoft.com",
918
+ "package": "@fluentui/react-label",
919
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
920
+ "comment": "Updating based on changes to composition types."
921
+ },
922
+ {
923
+ "author": "Humberto.Morimoto@microsoft.com",
924
+ "package": "@fluentui/react-label",
925
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
926
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
927
+ },
928
+ {
929
+ "author": "behowell@microsoft.com",
930
+ "package": "@fluentui/react-label",
931
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
932
+ "comment": "Refactor component Slot typings"
933
+ },
934
+ {
935
+ "author": "Humberto.Morimoto@microsoft.com",
936
+ "package": "@fluentui/react-label",
937
+ "commit": "a052fbc9204600669d32b0ac346032d2cd8d9204",
938
+ "comment": "react-label: Replacing use of functions in makeStyles with direct use of tokens."
939
+ },
940
+ {
941
+ "author": "behowell@microsoft.com",
942
+ "package": "@fluentui/react-label",
943
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
944
+ "comment": "Remove component's shorthandProps array"
945
+ },
946
+ {
947
+ "author": "behowell@microsoft.com",
948
+ "package": "@fluentui/react-label",
949
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
950
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
951
+ },
952
+ {
953
+ "author": "Humberto.Morimoto@microsoft.com",
954
+ "package": "@fluentui/react-label",
955
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
956
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
957
+ },
958
+ {
959
+ "author": "Humberto.Morimoto@microsoft.com",
960
+ "package": "@fluentui/react-link",
961
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
962
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
963
+ },
964
+ {
965
+ "author": "behowell@microsoft.com",
966
+ "package": "@fluentui/react-link",
967
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
968
+ "comment": "Remove component's shorthandProps array"
969
+ },
970
+ {
971
+ "author": "mgodbolt@microsoft.com",
972
+ "package": "@fluentui/react-link",
973
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
974
+ "comment": "remove export of commons types"
975
+ },
976
+ {
977
+ "author": "behowell@microsoft.com",
978
+ "package": "@fluentui/react-link",
979
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
980
+ "comment": "Refactor component Slot typings"
981
+ },
982
+ {
983
+ "author": "lingfangao@hotmail.com",
984
+ "package": "@fluentui/react-link",
985
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
986
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
987
+ },
988
+ {
989
+ "author": "Humberto.Morimoto@microsoft.com",
990
+ "package": "@fluentui/react-link",
991
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
992
+ "comment": "Updating based on changes to composition types."
993
+ },
994
+ {
995
+ "author": "olfedias@microsoft.com",
996
+ "package": "@fluentui/react-link",
997
+ "commit": "c85787719dfe8fabd2c60b3068012fed77f5d656",
998
+ "comment": "update styles to not use CSS shorthands"
999
+ },
1000
+ {
1001
+ "author": "behowell@microsoft.com",
1002
+ "package": "@fluentui/react-link",
1003
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1004
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1005
+ },
1006
+ {
1007
+ "author": "olfedias@microsoft.com",
1008
+ "package": "@fluentui/react-link",
1009
+ "commit": "c6b5aab92807f3f8c379330dc53001f5a3e9e568",
1010
+ "comment": "use Griffel packages"
1011
+ },
1012
+ {
1013
+ "author": "Humberto.Morimoto@microsoft.com",
1014
+ "package": "@fluentui/react-link",
1015
+ "commit": "e92670a22c5f796fa1e12051f756d9207d22d701",
1016
+ "comment": "react-link: Replacing use of functions in makeStyles with direct use of tokens."
1017
+ },
1018
+ {
1019
+ "author": "lingfangao@hotmail.com",
1020
+ "package": "@fluentui/react-menu",
1021
+ "commit": "c2e6c50d56dcb45b4ca9e3a9daf2fae4be10a19e",
1022
+ "comment": "fix: set `aria-expanded` and `aria-haspopup` values correctly"
1023
+ },
1024
+ {
1025
+ "author": "lingfangao@hotmail.com",
1026
+ "package": "@fluentui/react-menu",
1027
+ "commit": "6ca0355f6740f836ff4df009687718a380085247",
1028
+ "comment": "fix: Focus on first menu item on click"
1029
+ },
1030
+ {
1031
+ "author": "lingfangao@hotmail.com",
1032
+ "package": "@fluentui/react-menu",
1033
+ "commit": "4f22b6dad04ea37eb53e4af23c73d2de4db512a2",
1034
+ "comment": "fix: MenuTrigger should work correctly when `aria-disabled=\"true\"`"
1035
+ },
1036
+ {
1037
+ "author": "olfedias@microsoft.com",
1038
+ "package": "@fluentui/react-menu",
1039
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
1040
+ "comment": "update @fluentui/react-icons package"
1041
+ },
1042
+ {
1043
+ "author": "lingfangao@hotmail.com",
1044
+ "package": "@fluentui/react-menu",
1045
+ "commit": "d2eb57808a403b70845a732a62b55aa64d66b2a0",
1046
+ "comment": "Allow `MenuTrigger` to be wrapped by another trigger"
1047
+ },
1048
+ {
1049
+ "author": "olfedias@microsoft.com",
1050
+ "package": "@fluentui/react-menu",
1051
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
1052
+ "comment": "update types related to trigger (allow only React.ReactElement & null)"
1053
+ },
1054
+ {
1055
+ "author": "behowell@microsoft.com",
1056
+ "package": "@fluentui/react-menu",
1057
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1058
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1059
+ },
1060
+ {
1061
+ "author": "Humberto.Morimoto@microsoft.com",
1062
+ "package": "@fluentui/react-menu",
1063
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
1064
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
1065
+ },
1066
+ {
1067
+ "author": "behowell@microsoft.com",
1068
+ "package": "@fluentui/react-menu",
1069
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1070
+ "comment": "Remove component's shorthandProps array"
1071
+ },
1072
+ {
1073
+ "author": "olfedias@microsoft.com",
1074
+ "package": "@fluentui/react-menu",
1075
+ "commit": "7e0933ed386742df28c416e6b3a6903a0c041f28",
1076
+ "comment": "update styles to not use CSS shorthands"
1077
+ },
1078
+ {
1079
+ "author": "behowell@microsoft.com",
1080
+ "package": "@fluentui/react-menu",
1081
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1082
+ "comment": "Refactor component Slot typings"
1083
+ },
1084
+ {
1085
+ "author": "lingfangao@hotmail.com",
1086
+ "package": "@fluentui/react-menu",
1087
+ "commit": "4121754498bba5137f769295e2b7a2899f557278",
1088
+ "comment": "fix: Call `useCheckmarkStyles` in `useMenuItemStyles`"
1089
+ },
1090
+ {
1091
+ "author": "Humberto.Morimoto@microsoft.com",
1092
+ "package": "@fluentui/react-menu",
1093
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1094
+ "comment": "Updating based on changes to composition types."
1095
+ },
1096
+ {
1097
+ "author": "Humberto.Morimoto@microsoft.com",
1098
+ "package": "@fluentui/react-menu",
1099
+ "commit": "6c32d0180e89674a46daf795de69e5dc6ca71ef7",
1100
+ "comment": "Updating based on removal of functions from makeStyles."
1101
+ },
1102
+ {
1103
+ "author": "behowell@microsoft.com",
1104
+ "package": "@fluentui/react-menu",
1105
+ "commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
1106
+ "comment": "Update MenuTrigger and Tooltip to work together"
1107
+ },
1108
+ {
1109
+ "author": "lingfangao@hotmail.com",
1110
+ "package": "@fluentui/react-menu",
1111
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1112
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1113
+ },
1114
+ {
1115
+ "author": "Humberto.Morimoto@microsoft.com",
1116
+ "package": "@fluentui/react-menu",
1117
+ "commit": "227e09f59026e2bd243422427d9e230d6aa892ca",
1118
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
1119
+ },
1120
+ {
1121
+ "author": "olfedias@microsoft.com",
1122
+ "package": "@fluentui/react-menu",
1123
+ "commit": "d8fe0da13e1d34028a51e5d740e7bdc78c3a6862",
1124
+ "comment": "use Griffel packages"
1125
+ },
1126
+ {
1127
+ "author": "behowell@microsoft.com",
1128
+ "package": "@fluentui/react-menu",
1129
+ "commit": "23b8a6df449d6e76b90ae5ca9bd2285febdff222",
1130
+ "comment": "Apply fontSize styling to icon slot"
1131
+ },
1132
+ {
1133
+ "author": "ololubek@microsoft.com",
1134
+ "package": "@fluentui/react-menu",
1135
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
1136
+ "comment": "Update react-icons usage to resizable icons"
1137
+ },
1138
+ {
1139
+ "author": "lingfangao@hotmail.com",
1140
+ "package": "@fluentui/react-menu",
1141
+ "commit": "95a6a32cbffa9d86d6017cf8e0204d4b459ef370",
1142
+ "comment": "feat: implement `MenuSplitGroup` component for split menu items"
1143
+ },
1144
+ {
1145
+ "author": "Humberto.Morimoto@microsoft.com",
1146
+ "package": "@fluentui/react-menu",
1147
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
1148
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
1149
+ },
1150
+ {
1151
+ "author": "ololubek@microsoft.com",
1152
+ "package": "@fluentui/react-menu",
1153
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
1154
+ "comment": "(fix): Update react-icons dependency to latest version"
1155
+ },
1156
+ {
1157
+ "author": "mgodbolt@microsoft.com",
1158
+ "package": "@fluentui/react-menu",
1159
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
1160
+ "comment": "remove export of commons types"
1161
+ },
1162
+ {
1163
+ "author": "lingfangao@hotmail.com",
1164
+ "package": "@fluentui/react-menu",
1165
+ "commit": "07d9ed6d1b436b7ca9571c94fbb0bcbdb080f235",
1166
+ "comment": "breaking: MenuTrigger must be the first child of the `Menu`"
1167
+ },
1168
+ {
1169
+ "author": "ololubek@microsoft.com",
1170
+ "package": "@fluentui/react-badge",
1171
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
1172
+ "comment": "(fix): Update react-icons dependency to latest version"
1173
+ },
1174
+ {
1175
+ "author": "lingfangao@hotmail.com",
1176
+ "package": "@fluentui/react-badge",
1177
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1178
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1179
+ },
1180
+ {
1181
+ "author": "behowell@microsoft.com",
1182
+ "package": "@fluentui/react-badge",
1183
+ "commit": "f5e7fa7a2129d3a4637a2ce777cecec435c256ec",
1184
+ "comment": "Refactor and re-organize Badge styles; no visual changes."
1185
+ },
1186
+ {
1187
+ "author": "behowell@microsoft.com",
1188
+ "package": "@fluentui/react-badge",
1189
+ "commit": "3bc0517363984081469903ee137a06543f825f1c",
1190
+ "comment": "Add fontSize styling to icon slot, to automatically size user-provided icons"
1191
+ },
1192
+ {
1193
+ "author": "Humberto.Morimoto@microsoft.com",
1194
+ "package": "@fluentui/react-badge",
1195
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1196
+ "comment": "Updating based on changes to composition types."
1197
+ },
1198
+ {
1199
+ "author": "olfedias@microsoft.com",
1200
+ "package": "@fluentui/react-badge",
1201
+ "commit": "5a49512b8e33d5a588212069a1f2827b806d584c",
1202
+ "comment": "update styles to not use CSS shorthands"
1203
+ },
1204
+ {
1205
+ "author": "lingfangao@hotmail.com",
1206
+ "package": "@fluentui/react-badge",
1207
+ "commit": "4e5e955acede0fc79334ef90a563de4bd35ee231",
1208
+ "comment": "fix: use updated tokens for ghost and outline variants"
1209
+ },
1210
+ {
1211
+ "author": "Humberto.Morimoto@microsoft.com",
1212
+ "package": "@fluentui/react-badge",
1213
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
1214
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
1215
+ },
1216
+ {
1217
+ "author": "tristan.watanabe@gmail.com",
1218
+ "package": "@fluentui/react-badge",
1219
+ "commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
1220
+ "comment": "Allow React 17 in peerDependencies."
1221
+ },
1222
+ {
1223
+ "author": "ololubek@microsoft.com",
1224
+ "package": "@fluentui/react-badge",
1225
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
1226
+ "comment": "Update react-icons usage to resizable icons"
1227
+ },
1228
+ {
1229
+ "author": "mgodbolt@microsoft.com",
1230
+ "package": "@fluentui/react-badge",
1231
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
1232
+ "comment": "remove export of commons types"
1233
+ },
1234
+ {
1235
+ "author": "behowell@microsoft.com",
1236
+ "package": "@fluentui/react-badge",
1237
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1238
+ "comment": "Refactor component Slot typings"
1239
+ },
1240
+ {
1241
+ "author": "behowell@microsoft.com",
1242
+ "package": "@fluentui/react-badge",
1243
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1244
+ "comment": "Remove component's shorthandProps array"
1245
+ },
1246
+ {
1247
+ "author": "Humberto.Morimoto@microsoft.com",
1248
+ "package": "@fluentui/react-badge",
1249
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
1250
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
1251
+ },
1252
+ {
1253
+ "author": "olfedias@microsoft.com",
1254
+ "package": "@fluentui/react-badge",
1255
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
1256
+ "comment": "update @fluentui/react-icons package"
1257
+ },
1258
+ {
1259
+ "author": "olfedias@microsoft.com",
1260
+ "package": "@fluentui/react-badge",
1261
+ "commit": "8c75114e82b205810c9ac3692af71f6f7748225c",
1262
+ "comment": "use Griffel packages"
1263
+ },
1264
+ {
1265
+ "author": "Humberto.Morimoto@microsoft.com",
1266
+ "package": "@fluentui/react-badge",
1267
+ "commit": "2c54271f07c30f65718e085084c2e5b213268dfd",
1268
+ "comment": "react-badge: Replacing use of functions in makeStyles with direct use of tokens."
1269
+ },
1270
+ {
1271
+ "author": "behowell@microsoft.com",
1272
+ "package": "@fluentui/react-badge",
1273
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1274
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1275
+ },
1276
+ {
1277
+ "author": "lingfangao@hotmail.com",
1278
+ "package": "@fluentui/react-badge",
1279
+ "commit": "4e7acd7ff3c437663de70206416d3c19b6a87cfa",
1280
+ "comment": "fix: Add uniform padding and modify gaps"
1281
+ },
1282
+ {
1283
+ "author": "Humberto.Morimoto@microsoft.com",
1284
+ "package": "@fluentui/react-button",
1285
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
1286
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
1287
+ },
1288
+ {
1289
+ "author": "Humberto.Morimoto@microsoft.com",
1290
+ "package": "@fluentui/react-button",
1291
+ "commit": "940de09b95aa1cefcac9a1f6bbfa9499419e3634",
1292
+ "comment": "Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall."
1293
+ },
1294
+ {
1295
+ "author": "olfedias@microsoft.com",
1296
+ "package": "@fluentui/react-button",
1297
+ "commit": "0aa74f3ef5a64c647b5903e21af7ff5423d46182",
1298
+ "comment": "Replace make-styles packages with griffel equivalents."
1299
+ },
1300
+ {
1301
+ "author": "ololubek@microsoft.com",
1302
+ "package": "@fluentui/react-button",
1303
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
1304
+ "comment": "Update react-icons usage to resizable icons"
1305
+ },
1306
+ {
1307
+ "author": "behowell@microsoft.com",
1308
+ "package": "@fluentui/react-button",
1309
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1310
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1311
+ },
1312
+ {
1313
+ "author": "lingfangao@hotmail.com",
1314
+ "package": "@fluentui/react-button",
1315
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1316
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1317
+ },
1318
+ {
1319
+ "author": "ololubek@microsoft.com",
1320
+ "package": "@fluentui/react-button",
1321
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
1322
+ "comment": "(fix): Update react-icons dependency to latest version"
1323
+ },
1324
+ {
1325
+ "author": "Humberto.Morimoto@microsoft.com",
1326
+ "package": "@fluentui/react-button",
1327
+ "commit": "0a4c1a9af2f8bb29c3a3544f06964a8554cd692a",
1328
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
1329
+ },
1330
+ {
1331
+ "author": "Humberto.Morimoto@microsoft.com",
1332
+ "package": "@fluentui/react-button",
1333
+ "commit": "a21bfaceecf201d0c984fa84704148a24f956901",
1334
+ "comment": "CompoundButton: Updating styles to match latest design spec."
1335
+ },
1336
+ {
1337
+ "author": "behowell@microsoft.com",
1338
+ "package": "@fluentui/react-button",
1339
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1340
+ "comment": "Remove component's shorthandProps array"
1341
+ },
1342
+ {
1343
+ "author": "mgodbolt@microsoft.com",
1344
+ "package": "@fluentui/react-button",
1345
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
1346
+ "comment": "remove export of commons types"
1347
+ },
1348
+ {
1349
+ "author": "behowell@microsoft.com",
1350
+ "package": "@fluentui/react-button",
1351
+ "commit": "d778282b56baae57cb6b407debdbfb6beca76761",
1352
+ "comment": "Remove fontSize from default menuIcon, as it is already set via css"
1353
+ },
1354
+ {
1355
+ "author": "Humberto.Morimoto@microsoft.com",
1356
+ "package": "@fluentui/react-button",
1357
+ "commit": "f5873dc09f0c07d4adf23ad89a5f3afad37a0da9",
1358
+ "comment": "ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable."
1359
+ },
1360
+ {
1361
+ "author": "olfedias@microsoft.com",
1362
+ "package": "@fluentui/react-button",
1363
+ "commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
1364
+ "comment": "update styles to not use CSS shorthands"
1365
+ },
1366
+ {
1367
+ "author": "behowell@microsoft.com",
1368
+ "package": "@fluentui/react-button",
1369
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1370
+ "comment": "Refactor component Slot typings"
1371
+ },
1372
+ {
1373
+ "author": "Humberto.Morimoto@microsoft.com",
1374
+ "package": "@fluentui/react-button",
1375
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
1376
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
1377
+ },
1378
+ {
1379
+ "author": "Humberto.Morimoto@microsoft.com",
1380
+ "package": "@fluentui/react-button",
1381
+ "commit": "7797d49103b5dd7662ef59f734921f6326b2273d",
1382
+ "comment": "MenuButton: Updating types so it properly supports ref."
1383
+ },
1384
+ {
1385
+ "author": "olfedias@microsoft.com",
1386
+ "package": "@fluentui/react-button",
1387
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
1388
+ "comment": "update @fluentui/react-icons package"
1389
+ },
1390
+ {
1391
+ "author": "Humberto.Morimoto@microsoft.com",
1392
+ "package": "@fluentui/react-button",
1393
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1394
+ "comment": "Updating based on changes to composition types."
1395
+ },
1396
+ {
1397
+ "author": "Humberto.Morimoto@microsoft.com",
1398
+ "package": "@fluentui/react-button",
1399
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
1400
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
1401
+ },
1402
+ {
1403
+ "author": "ololubek@microsoft.com",
1404
+ "package": "@fluentui/react-card",
1405
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
1406
+ "comment": "Update react-icons usage to resizable icons"
1407
+ },
1408
+ {
1409
+ "author": "lingfangao@hotmail.com",
1410
+ "package": "@fluentui/react-card",
1411
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1412
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
1413
+ },
1414
+ {
1415
+ "author": "Humberto.Morimoto@microsoft.com",
1416
+ "package": "@fluentui/react-card",
1417
+ "commit": "37772e1ef0b587bf08984dd053ebb356c57c5247",
1418
+ "comment": "react-card: Replacing use of functions in makeStyles with direct use of tokens."
1419
+ },
1420
+ {
1421
+ "author": "Humberto.Morimoto@microsoft.com",
1422
+ "package": "@fluentui/react-card",
1423
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1424
+ "comment": "Updating based on changes to composition types."
1425
+ },
1426
+ {
1427
+ "author": "elcraig@microsoft.com",
1428
+ "package": "@fluentui/react-card",
1429
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
1430
+ "comment": "Remove empty CardCommons type and outdated boilerplate comments"
1431
+ },
1432
+ {
1433
+ "author": "behowell@microsoft.com",
1434
+ "package": "@fluentui/react-card",
1435
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1436
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1437
+ },
1438
+ {
1439
+ "author": "olfedias@microsoft.com",
1440
+ "package": "@fluentui/react-card",
1441
+ "commit": "1249d2ee042780865e877fc2ed48f56e0eff25d1",
1442
+ "comment": "use Griffel packages"
1443
+ },
1444
+ {
1445
+ "author": "behowell@microsoft.com",
1446
+ "package": "@fluentui/react-card",
1447
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1448
+ "comment": "Refactor component Slot typings"
1449
+ },
1450
+ {
1451
+ "author": "olfedias@microsoft.com",
1452
+ "package": "@fluentui/react-card",
1453
+ "commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
1454
+ "comment": "update styles no not use CSS shorthands"
1455
+ },
1456
+ {
1457
+ "author": "behowell@microsoft.com",
1458
+ "package": "@fluentui/react-card",
1459
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1460
+ "comment": "Remove component's shorthandProps array"
1461
+ },
1462
+ {
1463
+ "author": "Humberto.Morimoto@microsoft.com",
1464
+ "package": "@fluentui/react-checkbox",
1465
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
1466
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
1467
+ },
1468
+ {
1469
+ "author": "Humberto.Morimoto@microsoft.com",
1470
+ "package": "@fluentui/react-checkbox",
1471
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1472
+ "comment": "Updating based on changes to composition types."
1473
+ },
1474
+ {
1475
+ "author": "olfedias@microsoft.com",
1476
+ "package": "@fluentui/react-checkbox",
1477
+ "commit": "13ac915a4f18e5b9e79e14bdc239204872abf7f3",
1478
+ "comment": "update styles to not use CSS shorthands"
1479
+ },
1480
+ {
1481
+ "author": "behowell@microsoft.com",
1482
+ "package": "@fluentui/react-checkbox",
1483
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1484
+ "comment": "Remove component's shorthandProps array"
1485
+ },
1486
+ {
1487
+ "author": "mgodbolt@microsoft.com",
1488
+ "package": "@fluentui/react-checkbox",
1489
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
1490
+ "comment": "remove export of commons types"
1491
+ },
1492
+ {
1493
+ "author": "olfedias@microsoft.com",
1494
+ "package": "@fluentui/react-checkbox",
1495
+ "commit": "3e5027e2c8c8b54a2f9f140690bb88d03eafde27",
1496
+ "comment": "Replace make-styles packages with griffel equivalents."
1497
+ },
1498
+ {
1499
+ "author": "Humberto.Morimoto@microsoft.com",
1500
+ "package": "@fluentui/react-checkbox",
1501
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
1502
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
1503
+ },
1504
+ {
1505
+ "author": "behowell@microsoft.com",
1506
+ "package": "@fluentui/react-checkbox",
1507
+ "commit": "d7d472d3564c7c08465743b2517e4f29428b87b4",
1508
+ "comment": "Update checkmark icons and color styles to match visual spec"
1509
+ },
1510
+ {
1511
+ "author": "olfedias@microsoft.com",
1512
+ "package": "@fluentui/react-checkbox",
1513
+ "commit": "39bddb7a1da57bb1e7073c7eacabb706e25587a5",
1514
+ "comment": "fix: update styles to match typings"
1515
+ },
1516
+ {
1517
+ "author": "olfedias@microsoft.com",
1518
+ "package": "@fluentui/react-checkbox",
1519
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
1520
+ "comment": "update @fluentui/react-icons package"
1521
+ },
1522
+ {
1523
+ "author": "Humberto.Morimoto@microsoft.com",
1524
+ "package": "@fluentui/react-checkbox",
1525
+ "commit": "ecca467a89869ec2812b160b26a7f68fa69dac10",
1526
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
1527
+ },
1528
+ {
1529
+ "author": "lingfangao@hotmail.com",
1530
+ "package": "@fluentui/react-checkbox",
1531
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1532
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
1533
+ },
1534
+ {
1535
+ "author": "behowell@microsoft.com",
1536
+ "package": "@fluentui/react-checkbox",
1537
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1538
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1539
+ },
1540
+ {
1541
+ "author": "behowell@microsoft.com",
1542
+ "package": "@fluentui/react-checkbox",
1543
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1544
+ "comment": "Refactor component Slot typings"
1545
+ },
1546
+ {
1547
+ "author": "behowell@microsoft.com",
1548
+ "package": "@fluentui/react-checkbox",
1549
+ "commit": "f1be0a9728e05ca33ad67e77ae7d1cba3384106f",
1550
+ "comment": "Refactor Checkbox to use label as a slot instead of being the root"
1551
+ },
1552
+ {
1553
+ "author": "olfedias@microsoft.com",
1554
+ "package": "@fluentui/react-components",
1555
+ "commit": "9db5b33aabd125d9c6f187b301d27a595d197b67",
1556
+ "comment": "Replace make-styles packages with griffel equivalents"
1557
+ },
1558
+ {
1559
+ "author": "behowell@microsoft.com",
1560
+ "package": "@fluentui/react-components",
1561
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1562
+ "comment": "Refactor component Slot typings"
1563
+ },
1564
+ {
1565
+ "author": "Humberto.Morimoto@microsoft.com",
1566
+ "package": "@fluentui/react-components",
1567
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
1568
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
1569
+ },
1570
+ {
1571
+ "author": "olfedias@microsoft.com",
1572
+ "package": "@fluentui/react-components",
1573
+ "commit": "add7efae6339cc0fa85ccc37fea4371bc26074e1",
1574
+ "comment": "Re-export shorthand functions for styles"
1575
+ },
1576
+ {
1577
+ "author": "mgodbolt@microsoft.com",
1578
+ "package": "@fluentui/react-components",
1579
+ "commit": "0a220897d7f6b3029b7c7f18b6ecc28a3131345f",
1580
+ "comment": "Add slider package to react-components"
1581
+ },
1582
+ {
1583
+ "author": "Humberto.Morimoto@microsoft.com",
1584
+ "package": "@fluentui/react-components",
1585
+ "commit": "1c2a4410205d3c86bc885fb74d6aede75d9bd99d",
1586
+ "comment": "Theme: Adding function to programmatically generate tokens object based on a theme."
1587
+ },
1588
+ {
1589
+ "author": "bsunderhus@microsoft.com",
1590
+ "package": "@fluentui/react-components",
1591
+ "commit": "c9a03954ffd5d1a85284fb36ef4cd103ed8aa927",
1592
+ "comment": "Remove `themeToCSSVariables` function"
1593
+ },
1594
+ {
1595
+ "author": "elcraig@microsoft.com",
1596
+ "package": "@fluentui/react-components",
1597
+ "commit": "96d9c93544464bcc5ec36b7c5d724b77ae499c73",
1598
+ "comment": "Move Label to unstable"
1599
+ },
1600
+ {
1601
+ "author": "lingfangao@hotmail.com",
1602
+ "package": "@fluentui/react-components",
1603
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1604
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1605
+ },
1606
+ {
1607
+ "author": "elcraig@microsoft.com",
1608
+ "package": "@fluentui/react-components",
1609
+ "commit": "dbb5b309cdc952756383e42e37d267f98a8d663a",
1610
+ "comment": "Remove exports of Commons types"
1611
+ },
1612
+ {
1613
+ "author": "behowell@microsoft.com",
1614
+ "package": "@fluentui/react-components",
1615
+ "commit": "dfb5538a2494b48cbb61702c4c2c9aaf8de37a6f",
1616
+ "comment": "Remove AccordionHeaderExpandIcon"
1617
+ },
1618
+ {
1619
+ "author": "Humberto.Morimoto@microsoft.com",
1620
+ "package": "@fluentui/react-components",
1621
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1622
+ "comment": "Updating based on changes to composition types."
1623
+ },
1624
+ {
1625
+ "author": "olfedias@microsoft.com",
1626
+ "package": "@fluentui/react-components",
1627
+ "commit": "7d402050b2e4d487f70efc539837d50808dea92e",
1628
+ "comment": "breaking: stop exporting useTheme hook"
1629
+ },
1630
+ {
1631
+ "author": "behowell@microsoft.com",
1632
+ "package": "@fluentui/react-components",
1633
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1634
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1635
+ },
1636
+ {
1637
+ "author": "elcraig@microsoft.com",
1638
+ "package": "@fluentui/react-components",
1639
+ "commit": "ca6ef2bc8ea258de6f3e995731bf73743dfce1f8",
1640
+ "comment": "Add Input components (exported as /unstable)"
1641
+ },
1642
+ {
1643
+ "author": "martinhochel@microsoft.com",
1644
+ "package": "@fluentui/react-components",
1645
+ "commit": "1dba2fca2365f1a748505896679ae160a6fec270",
1646
+ "comment": "remove mergeThemes from public API"
1647
+ },
1648
+ {
1649
+ "author": "behowell@microsoft.com",
1650
+ "package": "@fluentui/react-components",
1651
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1652
+ "comment": "Remove components' shorthandProps array exports"
1653
+ },
1654
+ {
1655
+ "author": "olfedias@microsoft.com",
1656
+ "package": "@fluentui/react-conformance-griffel",
1657
+ "commit": "6dd33e565ac4efb29b3864493e40d402d61630ff",
1658
+ "comment": "add conformance tests for Griffel"
1659
+ },
1660
+ {
1661
+ "author": "lingfangao@hotmail.com",
1662
+ "package": "@fluentui/keyboard-keys",
1663
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1664
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1665
+ },
1666
+ {
1667
+ "author": "olfedias@microsoft.com",
1668
+ "package": "@fluentui/react-accordion",
1669
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
1670
+ "comment": "update @fluentui/react-icons package"
1671
+ },
1672
+ {
1673
+ "author": "olfedias@microsoft.com",
1674
+ "package": "@fluentui/react-accordion",
1675
+ "commit": "b8537fb52cc3cc2787be5675c65300e01d882add",
1676
+ "comment": "update styles to not use CSS shorthands"
1677
+ },
1678
+ {
1679
+ "author": "mgodbolt@microsoft.com",
1680
+ "package": "@fluentui/react-accordion",
1681
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
1682
+ "comment": "remove export of commons types"
1683
+ },
1684
+ {
1685
+ "author": "behowell@microsoft.com",
1686
+ "package": "@fluentui/react-accordion",
1687
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1688
+ "comment": "Refactor component Slot typings"
1689
+ },
1690
+ {
1691
+ "author": "tristan.watanabe@gmail.com",
1692
+ "package": "@fluentui/react-accordion",
1693
+ "commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
1694
+ "comment": "Allow React 17 in peerDependencies."
1695
+ },
1696
+ {
1697
+ "author": "behowell@microsoft.com",
1698
+ "package": "@fluentui/react-accordion",
1699
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1700
+ "comment": "Remove component's shorthandProps array"
1701
+ },
1702
+ {
1703
+ "author": "olfedias@microsoft.com",
1704
+ "package": "@fluentui/react-accordion",
1705
+ "commit": "a2e02b2015b1f9307c69c8ecf005c166d496e206",
1706
+ "comment": "use Griffel packages"
1707
+ },
1708
+ {
1709
+ "author": "Humberto.Morimoto@microsoft.com",
1710
+ "package": "@fluentui/react-accordion",
1711
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
1712
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
1713
+ },
1714
+ {
1715
+ "author": "bsunderhus@microsoft.com",
1716
+ "package": "@fluentui/react-accordion",
1717
+ "commit": "940a86cbd6a9f711d275df3a823292b527017852",
1718
+ "comment": "Removes children as a slot from AccordionHeader"
1719
+ },
1720
+ {
1721
+ "author": "lingfangao@hotmail.com",
1722
+ "package": "@fluentui/react-accordion",
1723
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1724
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1725
+ },
1726
+ {
1727
+ "author": "sarah.higley@microsoft.com",
1728
+ "package": "@fluentui/react-accordion",
1729
+ "commit": "d0758018bf44c69e01451c8a6bd4f73b43e397b7",
1730
+ "comment": "update semantic elements and ARIA roles in react-accordion, add heading level story"
1731
+ },
1732
+ {
1733
+ "author": "ololubek@microsoft.com",
1734
+ "package": "@fluentui/react-accordion",
1735
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
1736
+ "comment": "Update react-icons usage to resizable icons"
1737
+ },
1738
+ {
1739
+ "author": "behowell@microsoft.com",
1740
+ "package": "@fluentui/react-accordion",
1741
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1742
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1743
+ },
1744
+ {
1745
+ "author": "Humberto.Morimoto@microsoft.com",
1746
+ "package": "@fluentui/react-accordion",
1747
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1748
+ "comment": "Updating based on changes to composition types."
1749
+ },
1750
+ {
1751
+ "author": "Humberto.Morimoto@microsoft.com",
1752
+ "package": "@fluentui/react-accordion",
1753
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
1754
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
1755
+ },
1756
+ {
1757
+ "author": "Humberto.Morimoto@microsoft.com",
1758
+ "package": "@fluentui/react-accordion",
1759
+ "commit": "22ef7434eddbe45d8818b16ff43c3488ac84ae45",
1760
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
1761
+ },
1762
+ {
1763
+ "author": "behowell@microsoft.com",
1764
+ "package": "@fluentui/react-accordion",
1765
+ "commit": "dfb5538a2494b48cbb61702c4c2c9aaf8de37a6f",
1766
+ "comment": "Remove AccordionHeaderExpandIcon, and use ChevronRightRegular from @fluentui/react-icons instead"
1767
+ },
1768
+ {
1769
+ "author": "olfedias@microsoft.com",
1770
+ "package": "@fluentui/react-aria",
1771
+ "commit": "f4eafee2c3b8d85b3a267d6b155f0f5585a435fd",
1772
+ "comment": "remove Griffel packages"
1773
+ },
1774
+ {
1775
+ "author": "lingfangao@hotmail.com",
1776
+ "package": "@fluentui/react-aria",
1777
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1778
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1779
+ },
1780
+ {
1781
+ "author": "Humberto.Morimoto@microsoft.com",
1782
+ "package": "@fluentui/react-aria",
1783
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1784
+ "comment": "Updating based on changes to composition types."
1785
+ },
1786
+ {
1787
+ "author": "behowell@microsoft.com",
1788
+ "package": "@fluentui/react-aria",
1789
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1790
+ "comment": "Refactor component Slot typings"
1791
+ },
1792
+ {
1793
+ "author": "behowell@microsoft.com",
1794
+ "package": "@fluentui/react-aria",
1795
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1796
+ "comment": "Remove component's shorthandProps array"
1797
+ },
1798
+ {
1799
+ "author": "Humberto.Morimoto@microsoft.com",
1800
+ "package": "@fluentui/react-avatar",
1801
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
1802
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
1803
+ },
1804
+ {
1805
+ "author": "behowell@microsoft.com",
1806
+ "package": "@fluentui/react-avatar",
1807
+ "commit": "9e776a0e1d1fd1fba0596c606c15007300c5d6b7",
1808
+ "comment": "Make Avatar's initials be un-selectable text"
1809
+ },
1810
+ {
1811
+ "author": "olfedias@microsoft.com",
1812
+ "package": "@fluentui/react-avatar",
1813
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
1814
+ "comment": "update @fluentui/react-icons package"
1815
+ },
1816
+ {
1817
+ "author": "olfedias@microsoft.com",
1818
+ "package": "@fluentui/react-avatar",
1819
+ "commit": "c1b4c7e724cef9f5090b076f3d45add0a40ff39a",
1820
+ "comment": "Replace make-styles packages with griffel equivalents."
1821
+ },
1822
+ {
1823
+ "author": "behowell@microsoft.com",
1824
+ "package": "@fluentui/react-avatar",
1825
+ "commit": "e1926bfeca2a0ae5a469133a0c8257a7e4883332",
1826
+ "comment": "Update documentation stories"
1827
+ },
1828
+ {
1829
+ "author": "behowell@microsoft.com",
1830
+ "package": "@fluentui/react-avatar",
1831
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
1832
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
1833
+ },
1834
+ {
1835
+ "author": "behowell@microsoft.com",
1836
+ "package": "@fluentui/react-avatar",
1837
+ "commit": "e8292dd620acdace35e912df8f48518d48d70e93",
1838
+ "comment": "Export the default getInitials implementation"
1839
+ },
1840
+ {
1841
+ "author": "ololubek@microsoft.com",
1842
+ "package": "@fluentui/react-avatar",
1843
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
1844
+ "comment": "(fix): Update react-icons dependency to latest version"
1845
+ },
1846
+ {
1847
+ "author": "mgodbolt@microsoft.com",
1848
+ "package": "@fluentui/react-avatar",
1849
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
1850
+ "comment": "remove export of commons types"
1851
+ },
1852
+ {
1853
+ "author": "behowell@microsoft.com",
1854
+ "package": "@fluentui/react-avatar",
1855
+ "commit": "9c664bfd9f7b0f6ea3b5d61d4701fb9d76667c02",
1856
+ "comment": "Rename `label` slot to `initials`, remove `getInitials` prop, and improve accessibility"
1857
+ },
1858
+ {
1859
+ "author": "behowell@microsoft.com",
1860
+ "package": "@fluentui/react-avatar",
1861
+ "commit": "05fb002b1d21d6de6f8e10c23a354d956c403dd5",
1862
+ "comment": "Update Avatar to have role=\"img\" on the root, and other a11y fixes"
1863
+ },
1864
+ {
1865
+ "author": "olfedias@microsoft.com",
1866
+ "package": "@fluentui/react-avatar",
1867
+ "commit": "f6ad9a6a84a7a9a20016c87899b36086fa031f64",
1868
+ "comment": "update styles to not use CSS shorthands"
1869
+ },
1870
+ {
1871
+ "author": "Humberto.Morimoto@microsoft.com",
1872
+ "package": "@fluentui/react-avatar",
1873
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
1874
+ "comment": "Updating based on changes to composition types."
1875
+ },
1876
+ {
1877
+ "author": "behowell@microsoft.com",
1878
+ "package": "@fluentui/react-avatar",
1879
+ "commit": "9e4b8b8608dafd7a3a699b0ba5c87d02a0e9445f",
1880
+ "comment": "Fix Avatar's high contrast border on Windows"
1881
+ },
1882
+ {
1883
+ "author": "Humberto.Morimoto@microsoft.com",
1884
+ "package": "@fluentui/react-avatar",
1885
+ "commit": "67bd80940951777ee8454f424f7a64018d9267d2",
1886
+ "comment": "react-avatar: Replacing use of functions in makeStyles with direct use of tokens."
1887
+ },
1888
+ {
1889
+ "author": "Humberto.Morimoto@microsoft.com",
1890
+ "package": "@fluentui/react-avatar",
1891
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
1892
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
1893
+ },
1894
+ {
1895
+ "author": "lingfangao@hotmail.com",
1896
+ "package": "@fluentui/react-avatar",
1897
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
1898
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
1899
+ },
1900
+ {
1901
+ "author": "behowell@microsoft.com",
1902
+ "package": "@fluentui/react-avatar",
1903
+ "commit": "d7ba6e9316046628032e497d4a6d50c4c4c55afa",
1904
+ "comment": "Remove `glow` and `ring-glow` from activeAppearance, as their visuals are not yet finalized."
1905
+ },
1906
+ {
1907
+ "author": "behowell@microsoft.com",
1908
+ "package": "@fluentui/react-avatar",
1909
+ "commit": "c9789297011ee8f956e9ee5f338bd1da4abbca87",
1910
+ "comment": "Update Avatar to use resizable icons"
1911
+ },
1912
+ {
1913
+ "author": "behowell@microsoft.com",
1914
+ "package": "@fluentui/react-avatar",
1915
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
1916
+ "comment": "Remove component's shorthandProps array"
1917
+ },
1918
+ {
1919
+ "author": "behowell@microsoft.com",
1920
+ "package": "@fluentui/react-avatar",
1921
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
1922
+ "comment": "Refactor component Slot typings"
1923
+ }
1924
+ ],
1925
+ "none": [
1926
+ {
1927
+ "author": "olfedias@microsoft.com",
1928
+ "package": "@fluentui/react-tooltip",
1929
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
1930
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
1931
+ },
1932
+ {
1933
+ "author": "elcraig@microsoft.com",
1934
+ "package": "@fluentui/react-tooltip",
1935
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
1936
+ "comment": "Remove outdated boilerplate comment in useTooltip"
1937
+ },
1938
+ {
1939
+ "author": "martinhochel@microsoft.com",
1940
+ "package": "@fluentui/react-tooltip",
1941
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
1942
+ "comment": "chore: use storybook runner for all vNext packages"
1943
+ },
1944
+ {
1945
+ "author": "andredias@microsoft.com",
1946
+ "package": "@fluentui/react-tooltip",
1947
+ "commit": "b59f44ed5db37b457476fdb3ec86ff273b776646",
1948
+ "comment": "Migrate package to use solution tsconfigs"
1949
+ },
1950
+ {
1951
+ "author": "elcraig@microsoft.com",
1952
+ "package": "@fluentui/react-utilities",
1953
+ "commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
1954
+ "comment": "Update API file to version generated by typescript 4.3"
1955
+ },
1956
+ {
1957
+ "author": "olfedias@microsoft.com",
1958
+ "package": "@fluentui/react-utilities",
1959
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
1960
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
1961
+ },
1962
+ {
1963
+ "author": "martinhochel@microsoft.com",
1964
+ "package": "@fluentui/react-utilities",
1965
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
1966
+ "comment": "chore: use storybook runner for all vNext packages"
1967
+ },
1968
+ {
1969
+ "author": "seanmonahan@microsoft.com",
1970
+ "package": "@fluentui/react-utilities",
1971
+ "commit": "6404bef16cebf1f67b9b80a9f6d5f605f9873df1",
1972
+ "comment": "Update getSlots() docs."
1973
+ },
1974
+ {
1975
+ "author": "lingfangao@hotmail.com",
1976
+ "package": "@fluentui/react-utilities",
1977
+ "commit": "a4e048a0e03ddd676670da516e3a6612b26ea500",
1978
+ "comment": "chore: Remove enzyme from react-utilities tests"
1979
+ },
1980
+ {
1981
+ "author": "email not defined",
1982
+ "package": "@fluentui/react-popover",
1983
+ "commit": "97752a0e494875c4dc22b268030d7d5e51b19211",
1984
+ "comment": "Add workaround for cypress bug"
1985
+ },
1986
+ {
1987
+ "author": "olfedias@microsoft.com",
1988
+ "package": "@fluentui/react-popover",
1989
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
1990
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
1991
+ },
1992
+ {
1993
+ "author": "martinhochel@microsoft.com",
1994
+ "package": "@fluentui/react-popover",
1995
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
1996
+ "comment": "chore: use storybook runner for all vNext packages"
1997
+ },
1998
+ {
1999
+ "author": "elcraig@microsoft.com",
2000
+ "package": "@fluentui/react-popover",
2001
+ "commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
2002
+ "comment": "Update API file to version generated by typescript 4.3"
2003
+ },
2004
+ {
2005
+ "author": "olfedias@microsoft.com",
2006
+ "package": "@fluentui/react-portal",
2007
+ "commit": "f4883108ae74c089213780f09997115c0d547aef",
2008
+ "comment": "update stories to not use CSS shorthands in styles"
2009
+ },
2010
+ {
2011
+ "author": "Humberto.Morimoto@microsoft.com",
2012
+ "package": "@fluentui/react-portal",
2013
+ "commit": "60e153e786c586b867898109c07a51876d3bfd5a",
2014
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
2015
+ },
2016
+ {
2017
+ "author": "martinhochel@microsoft.com",
2018
+ "package": "@fluentui/react-portal",
2019
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2020
+ "comment": "chore: use storybook runner for all vNext packages"
2021
+ },
2022
+ {
2023
+ "author": "olfedias@microsoft.com",
2024
+ "package": "@fluentui/react-portal",
2025
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2026
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2027
+ },
2028
+ {
2029
+ "author": "olfedias@microsoft.com",
2030
+ "package": "@fluentui/react-positioning",
2031
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2032
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2033
+ },
2034
+ {
2035
+ "author": "martinhochel@microsoft.com",
2036
+ "package": "@fluentui/react-positioning",
2037
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2038
+ "comment": "chore: use storybook runner for all vNext packages"
2039
+ },
2040
+ {
2041
+ "author": "martinhochel@microsoft.com",
2042
+ "package": "@fluentui/react-provider",
2043
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2044
+ "comment": "chore: use storybook runner for all vNext packages"
2045
+ },
2046
+ {
2047
+ "author": "olfedias@microsoft.com",
2048
+ "package": "@fluentui/react-provider",
2049
+ "commit": "d11a238f944b891c13b3bfa56a17ddace52f37d5",
2050
+ "comment": "update stories to not use CSS shorthands in styles"
2051
+ },
2052
+ {
2053
+ "author": "martinhochel@microsoft.com",
2054
+ "package": "@fluentui/react-provider",
2055
+ "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
2056
+ "comment": "chore: update all jest deps to v25 + apply single version policy"
2057
+ },
2058
+ {
2059
+ "author": "olfedias@microsoft.com",
2060
+ "package": "@fluentui/react-provider",
2061
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2062
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2063
+ },
2064
+ {
2065
+ "author": "olfedias@microsoft.com",
2066
+ "package": "@fluentui/react-provider",
2067
+ "commit": "0fe5ae5d94918a8f8805ed3e587ed98acb17c4b2",
2068
+ "comment": "add @types/react-test-renderer to devDependencies"
2069
+ },
2070
+ {
2071
+ "author": "olfedias@microsoft.com",
2072
+ "package": "@fluentui/react-shared-contexts",
2073
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2074
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2075
+ },
2076
+ {
2077
+ "author": "me@levithomason.com",
2078
+ "package": "@fluentui/react-slider",
2079
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
2080
+ "comment": "document how to import preview components"
2081
+ },
2082
+ {
2083
+ "author": "martinhochel@microsoft.com",
2084
+ "package": "@fluentui/react-switch",
2085
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2086
+ "comment": "chore: use storybook runner for all vNext packages"
2087
+ },
2088
+ {
2089
+ "author": "andredias@microsoft.com",
2090
+ "package": "@fluentui/react-switch",
2091
+ "commit": "bf950e951b102fd8be046993dbb604073fc4ea9e",
2092
+ "comment": "Migrate package to use solution tsconfigs"
2093
+ },
2094
+ {
2095
+ "author": "martinhochel@microsoft.com",
2096
+ "package": "@fluentui/react-switch",
2097
+ "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
2098
+ "comment": "test(react-switch): update snapshots to match new JSDOM"
2099
+ },
2100
+ {
2101
+ "author": "olfedias@microsoft.com",
2102
+ "package": "@fluentui/react-switch",
2103
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2104
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2105
+ },
2106
+ {
2107
+ "author": "martinhochel@microsoft.com",
2108
+ "package": "@fluentui/react-tabster",
2109
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2110
+ "comment": "chore: use storybook runner for all vNext packages"
2111
+ },
2112
+ {
2113
+ "author": "email not defined",
2114
+ "package": "@fluentui/react-tabster",
2115
+ "commit": "97752a0e494875c4dc22b268030d7d5e51b19211",
2116
+ "comment": "Add workaround for cypress bug"
2117
+ },
2118
+ {
2119
+ "author": "olfedias@microsoft.com",
2120
+ "package": "@fluentui/react-tabster",
2121
+ "commit": "71ff89870b52cd0e2319a5d568603a710c3ad367",
2122
+ "comment": "update tooling configs"
2123
+ },
2124
+ {
2125
+ "author": "lingfangao@hotmail.com",
2126
+ "package": "@fluentui/react-tabster",
2127
+ "commit": "989c43132491b61ed7c6da70100ca4f9aac8173a",
2128
+ "comment": "Fix version mismatches"
2129
+ },
2130
+ {
2131
+ "author": "olfedias@microsoft.com",
2132
+ "package": "@fluentui/react-tabster",
2133
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2134
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2135
+ },
2136
+ {
2137
+ "author": "olfedias@microsoft.com",
2138
+ "package": "@fluentui/react-text",
2139
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2140
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2141
+ },
2142
+ {
2143
+ "author": "martinhochel@microsoft.com",
2144
+ "package": "@fluentui/react-text",
2145
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2146
+ "comment": "chore: use storybook runner for all vNext packages"
2147
+ },
2148
+ {
2149
+ "author": "olfedias@microsoft.com",
2150
+ "package": "@fluentui/react-theme",
2151
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2152
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2153
+ },
2154
+ {
2155
+ "author": "miroslav.stastny@microsoft.com",
2156
+ "package": "@fluentui/react-theme",
2157
+ "commit": "636b848aa2323fd5d450e2206a71afad93aaa578",
2158
+ "comment": "chore(react-theme) Add theme tokens bundle size fixture"
2159
+ },
2160
+ {
2161
+ "author": "martinhochel@microsoft.com",
2162
+ "package": "@fluentui/react-theme",
2163
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2164
+ "comment": "chore: use storybook runner for all vNext packages"
2165
+ },
2166
+ {
2167
+ "author": "martinhochel@microsoft.com",
2168
+ "package": "@fluentui/react-context-selector",
2169
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2170
+ "comment": "chore: use storybook runner for all vNext packages"
2171
+ },
2172
+ {
2173
+ "author": "olfedias@microsoft.com",
2174
+ "package": "@fluentui/react-context-selector",
2175
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2176
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2177
+ },
2178
+ {
2179
+ "author": "tkrasniqi@microsoft.com",
2180
+ "package": "@fluentui/react-divider",
2181
+ "commit": "57677496452840365886d4f12a98b62739e65286",
2182
+ "comment": "Migration to ts config solution"
2183
+ },
2184
+ {
2185
+ "author": "olfedias@microsoft.com",
2186
+ "package": "@fluentui/react-divider",
2187
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2188
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2189
+ },
2190
+ {
2191
+ "author": "martinhochel@microsoft.com",
2192
+ "package": "@fluentui/react-divider",
2193
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2194
+ "comment": "chore: use storybook runner for all vNext packages"
2195
+ },
2196
+ {
2197
+ "author": "martinhochel@microsoft.com",
2198
+ "package": "@fluentui/react-image",
2199
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2200
+ "comment": "chore: use storybook runner for all vNext packages"
2201
+ },
2202
+ {
2203
+ "author": "olfedias@microsoft.com",
2204
+ "package": "@fluentui/react-image",
2205
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2206
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2207
+ },
2208
+ {
2209
+ "author": "olfedias@microsoft.com",
2210
+ "package": "@fluentui/react-input",
2211
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2212
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2213
+ },
2214
+ {
2215
+ "author": "me@levithomason.com",
2216
+ "package": "@fluentui/react-input",
2217
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
2218
+ "comment": "document how to import preview components"
2219
+ },
2220
+ {
2221
+ "author": "me@levithomason.com",
2222
+ "package": "@fluentui/react-input",
2223
+ "commit": "a15d363937fad523e90350458ec3e44fe7199dc0",
2224
+ "comment": "Move Storybook stories to Preview Components section"
2225
+ },
2226
+ {
2227
+ "author": "tkrasniqi@microsoft.com",
2228
+ "package": "@fluentui/react-input",
2229
+ "commit": "d757e76e91527fb821c3e1707db48f1745bf44ca",
2230
+ "comment": "Rmoved config with just-scripts"
2231
+ },
2232
+ {
2233
+ "author": "martinhochel@microsoft.com",
2234
+ "package": "@fluentui/react-input",
2235
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2236
+ "comment": "chore: use storybook runner for all vNext packages"
2237
+ },
2238
+ {
2239
+ "author": "elcraig@microsoft.com",
2240
+ "package": "@fluentui/react-input",
2241
+ "commit": "96d9c93544464bcc5ec36b7c5d724b77ae499c73",
2242
+ "comment": "Update docs description"
2243
+ },
2244
+ {
2245
+ "author": "bsunderhus@microsoft.com",
2246
+ "package": "@fluentui/react-input",
2247
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2248
+ "comment": "Updates components with nullRender changes"
2249
+ },
2250
+ {
2251
+ "author": "martinhochel@microsoft.com",
2252
+ "package": "@fluentui/react-label",
2253
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2254
+ "comment": "chore: use storybook runner for all vNext packages"
2255
+ },
2256
+ {
2257
+ "author": "elcraig@microsoft.com",
2258
+ "package": "@fluentui/react-label",
2259
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
2260
+ "comment": "Relocate comment about props to the correct type, and update spec to accurately reflect props"
2261
+ },
2262
+ {
2263
+ "author": "bsunderhus@microsoft.com",
2264
+ "package": "@fluentui/react-label",
2265
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2266
+ "comment": "Updates components with nullRender changes"
2267
+ },
2268
+ {
2269
+ "author": "elcraig@microsoft.com",
2270
+ "package": "@fluentui/react-label",
2271
+ "commit": "96d9c93544464bcc5ec36b7c5d724b77ae499c73",
2272
+ "comment": "Update docs description"
2273
+ },
2274
+ {
2275
+ "author": "andredias@microsoft.com",
2276
+ "package": "@fluentui/react-label",
2277
+ "commit": "084a7183511bae60a43e57fbd57979349c4736a4",
2278
+ "comment": "Migrate package to use solution tsconfigs"
2279
+ },
2280
+ {
2281
+ "author": "olfedias@microsoft.com",
2282
+ "package": "@fluentui/react-label",
2283
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2284
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2285
+ },
2286
+ {
2287
+ "author": "andredias@microsoft.com",
2288
+ "package": "@fluentui/react-link",
2289
+ "commit": "75a728d6aa3d4a7182e25ea078008788595f2868",
2290
+ "comment": "Migrate package to use solution tsconfigs"
2291
+ },
2292
+ {
2293
+ "author": "martinhochel@microsoft.com",
2294
+ "package": "@fluentui/react-link",
2295
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2296
+ "comment": "chore: use storybook runner for all vNext packages"
2297
+ },
2298
+ {
2299
+ "author": "olfedias@microsoft.com",
2300
+ "package": "@fluentui/react-link",
2301
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2302
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2303
+ },
10
2304
  {
11
2305
  "author": "email not defined",
2306
+ "package": "@fluentui/react-menu",
2307
+ "commit": "97752a0e494875c4dc22b268030d7d5e51b19211",
2308
+ "comment": "Add workaround for cypress bug"
2309
+ },
2310
+ {
2311
+ "author": "olfedias@microsoft.com",
2312
+ "package": "@fluentui/react-menu",
2313
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2314
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2315
+ },
2316
+ {
2317
+ "author": "bsunderhus@microsoft.com",
2318
+ "package": "@fluentui/react-menu",
2319
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2320
+ "comment": "Updates components with nullRender changes"
2321
+ },
2322
+ {
2323
+ "author": "elcraig@microsoft.com",
2324
+ "package": "@fluentui/react-menu",
2325
+ "commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
2326
+ "comment": "Update API file to version generated by typescript 4.3"
2327
+ },
2328
+ {
2329
+ "author": "martinhochel@microsoft.com",
2330
+ "package": "@fluentui/react-menu",
2331
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2332
+ "comment": "chore: use storybook runner for all vNext packages"
2333
+ },
2334
+ {
2335
+ "author": "olfedias@microsoft.com",
2336
+ "package": "@fluentui/react-badge",
2337
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2338
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2339
+ },
2340
+ {
2341
+ "author": "bsunderhus@microsoft.com",
2342
+ "package": "@fluentui/react-badge",
2343
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2344
+ "comment": "Updates components with nullRender changes"
2345
+ },
2346
+ {
2347
+ "author": "tkrasniqi@microsoft.com",
2348
+ "package": "@fluentui/react-badge",
2349
+ "commit": "87e12a2e3a9d90b4ff95d3ed333739756d190f6c",
2350
+ "comment": "Updated best practices for long text"
2351
+ },
2352
+ {
2353
+ "author": "elcraig@microsoft.com",
2354
+ "package": "@fluentui/react-badge",
2355
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
2356
+ "comment": "Remove outdated boilerplate comments"
2357
+ },
2358
+ {
2359
+ "author": "martinhochel@microsoft.com",
2360
+ "package": "@fluentui/react-badge",
2361
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2362
+ "comment": "chore: use storybook runner for all vNext packages"
2363
+ },
2364
+ {
2365
+ "author": "olfedias@microsoft.com",
2366
+ "package": "@fluentui/react-button",
2367
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2368
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2369
+ },
2370
+ {
2371
+ "author": "martinhochel@microsoft.com",
2372
+ "package": "@fluentui/react-button",
2373
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2374
+ "comment": "chore: use storybook runner for all vNext packages"
2375
+ },
2376
+ {
2377
+ "author": "tkrasniqi@microsoft.com",
2378
+ "package": "@fluentui/react-button",
2379
+ "commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
2380
+ "comment": "Migration to new tsconfig"
2381
+ },
2382
+ {
2383
+ "author": "bsunderhus@microsoft.com",
2384
+ "package": "@fluentui/react-button",
2385
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2386
+ "comment": "Updates components with nullRender changes"
2387
+ },
2388
+ {
2389
+ "author": "39736248+andrefcdias@users.noreply.github.com",
2390
+ "package": "@fluentui/react-card",
2391
+ "commit": "8e04b14546f264bb197ffce70bdff8ec83762c49",
2392
+ "comment": "Add Alpha notice"
2393
+ },
2394
+ {
2395
+ "author": "martinhochel@microsoft.com",
2396
+ "package": "@fluentui/react-card",
2397
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2398
+ "comment": "chore: use storybook runner for all vNext packages"
2399
+ },
2400
+ {
2401
+ "author": "andredias@microsoft.com",
2402
+ "package": "@fluentui/react-card",
2403
+ "commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
2404
+ "comment": "Add component spec"
2405
+ },
2406
+ {
2407
+ "author": "olfedias@microsoft.com",
2408
+ "package": "@fluentui/react-card",
2409
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2410
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2411
+ },
2412
+ {
2413
+ "author": "me@levithomason.com",
2414
+ "package": "@fluentui/react-card",
2415
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
2416
+ "comment": "document how to import preview components"
2417
+ },
2418
+ {
2419
+ "author": "bsunderhus@microsoft.com",
2420
+ "package": "@fluentui/react-card",
2421
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2422
+ "comment": "Updates components with nullRender changes"
2423
+ },
2424
+ {
2425
+ "author": "me@levithomason.com",
2426
+ "package": "@fluentui/react-card",
2427
+ "commit": "a15d363937fad523e90350458ec3e44fe7199dc0",
2428
+ "comment": "Move Storybook stories to Preview Components section"
2429
+ },
2430
+ {
2431
+ "author": "tkrasniqi@microsoft.com",
2432
+ "package": "@fluentui/react-checkbox",
2433
+ "commit": "401cdabeffb7985d88e5789faf75a93de1fb46f2",
2434
+ "comment": "Migration to new dx: ts style config"
2435
+ },
2436
+ {
2437
+ "author": "martinhochel@microsoft.com",
2438
+ "package": "@fluentui/react-checkbox",
2439
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2440
+ "comment": "chore: use storybook runner for all vNext packages"
2441
+ },
2442
+ {
2443
+ "author": "bsunderhus@microsoft.com",
2444
+ "package": "@fluentui/react-checkbox",
2445
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2446
+ "comment": "Updates components with nullRender changes"
2447
+ },
2448
+ {
2449
+ "author": "olfedias@microsoft.com",
2450
+ "package": "@fluentui/react-checkbox",
2451
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2452
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2453
+ },
2454
+ {
2455
+ "author": "olfedias@microsoft.com",
2456
+ "package": "@fluentui/react-components",
2457
+ "commit": "541ff9a1d6dd1c5f5d123ffc1cc034177f20d15d",
2458
+ "comment": "Replace make-styles dev packages with griffel equivalents"
2459
+ },
2460
+ {
2461
+ "author": "Humberto.Morimoto@microsoft.com",
2462
+ "package": "@fluentui/react-components",
2463
+ "commit": "930194005555904ab7ca690c53c6d569bfd325e9",
2464
+ "comment": "react-components: Stop generating a folder with a file inside and instead flatten to a single file for 'Migrating from @fluentui/react v8' storybook story."
2465
+ },
2466
+ {
2467
+ "author": "mgodbolt@microsoft.com",
2468
+ "package": "@fluentui/react-components",
2469
+ "commit": "d3388f563adf7eb720aeb7033512bab7a6227371",
2470
+ "comment": "removed dup dependency"
2471
+ },
2472
+ {
2473
+ "author": "Humberto.Morimoto@microsoft.com",
2474
+ "package": "@fluentui/react-components",
2475
+ "commit": "be255e4096c86893a1a9c85a4600651f532a8716",
2476
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
2477
+ },
2478
+ {
2479
+ "author": "olfedias@microsoft.com",
2480
+ "package": "@fluentui/react-components",
2481
+ "commit": "9a4621e938a6be9a5435c27e8d02f209efb182ea",
2482
+ "comment": "update stories to not use CSS shorthands in styles"
2483
+ },
2484
+ {
2485
+ "author": "miroslav.stastny@microsoft.com",
2486
+ "package": "@fluentui/react-components",
2487
+ "commit": "584944c4a17fcb2eb8361fc84b80d2b136ee883a",
2488
+ "comment": "docs(storybook): hide editors in ArgsTable"
2489
+ },
2490
+ {
2491
+ "author": "jukapsia@microsoft.com",
2492
+ "package": "@fluentui/react-components",
2493
+ "commit": "65dd5f74941a87f9586ee446de77694f095e2de1",
2494
+ "comment": "docs(Accessibility): Add more explanation links to Accessibility storybook"
2495
+ },
2496
+ {
2497
+ "author": "jukapsia@microsoft.com",
2498
+ "package": "@fluentui/react-components",
2499
+ "commit": "0f6b25f8b62395fab1f6648bedf1c2763ed2c50e",
2500
+ "comment": "docs(Accessibility): Introduce scanarios for accordion, button and popover"
2501
+ },
2502
+ {
2503
+ "author": "olfedias@microsoft.com",
2504
+ "package": "@fluentui/react-components",
2505
+ "commit": "f9cf2e6ba7601c4345e7d401baf02cfcf5978d07",
2506
+ "comment": "update tooling configs"
2507
+ },
2508
+ {
2509
+ "author": "mgodbolt@microsoft.com",
2510
+ "package": "@fluentui/react-components",
2511
+ "commit": "74f14038cd9915cab252e3b7fded8c91f08e9215",
2512
+ "comment": "Custom styles for storybook to better align with public website"
2513
+ },
2514
+ {
2515
+ "author": "olfedias@microsoft.com",
2516
+ "package": "@fluentui/react-components",
2517
+ "commit": "debe424f640446e6e926d5ccc3e0af1bac11ebfa",
2518
+ "comment": "temporary disable Storybook addon"
2519
+ },
2520
+ {
2521
+ "author": "martinhochel@microsoft.com",
2522
+ "package": "@fluentui/react-components",
2523
+ "commit": "5a51c795e5013e66e5e5276c57141f785c6aa54d",
2524
+ "comment": "chore(react-components): make sb start work with babel-make-styles and react-sb-addon"
2525
+ },
2526
+ {
2527
+ "author": "me@levithomason.com",
2528
+ "package": "@fluentui/react-components",
2529
+ "commit": "a15d363937fad523e90350458ec3e44fe7199dc0",
2530
+ "comment": "Add Preview Components section to Storybook, replace vNext term"
2531
+ },
2532
+ {
2533
+ "author": "olfedias@microsoft.com",
2534
+ "package": "@fluentui/react-components",
2535
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2536
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2537
+ },
2538
+ {
2539
+ "author": "ololubek@microsoft.com",
2540
+ "package": "@fluentui/react-components",
2541
+ "commit": "580595cf1c42675f9aa6e2f95756d073a2a98a85",
2542
+ "comment": "Add v9 Icons to Storybook"
2543
+ },
2544
+ {
2545
+ "author": "miroslav.stastny@microsoft.com",
2546
+ "package": "@fluentui/react-components",
2547
+ "commit": "84e70e873508c0a1b061bb401f7143c1bcd44397",
2548
+ "comment": "docs(storybook): fix anchor links with colons"
2549
+ },
2550
+ {
2551
+ "author": "me@levithomason.com",
2552
+ "package": "@fluentui/react-components",
2553
+ "commit": "de4f240e9f71fb8885d396cda6af841934bc6099",
2554
+ "comment": "Upgrade chromatic to latest"
2555
+ },
2556
+ {
2557
+ "author": "martinhochel@microsoft.com",
2558
+ "package": "@fluentui/react-components",
2559
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2560
+ "comment": "chore: use storybook runner for all vNext packages"
2561
+ },
2562
+ {
2563
+ "author": "olfedias@microsoft.com",
2564
+ "package": "@fluentui/keyboard-keys",
2565
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2566
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2567
+ },
2568
+ {
2569
+ "author": "martinhochel@microsoft.com",
2570
+ "package": "@fluentui/react-accordion",
2571
+ "commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
2572
+ "comment": "chore: update all jest deps to v25 + apply single version policy"
2573
+ },
2574
+ {
2575
+ "author": "bsunderhus@microsoft.com",
2576
+ "package": "@fluentui/react-accordion",
2577
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2578
+ "comment": "Updates components with nullRender changes"
2579
+ },
2580
+ {
2581
+ "author": "martinhochel@microsoft.com",
2582
+ "package": "@fluentui/react-accordion",
2583
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2584
+ "comment": "chore: use storybook runner for all vNext packages"
2585
+ },
2586
+ {
2587
+ "author": "olfedias@microsoft.com",
2588
+ "package": "@fluentui/react-accordion",
2589
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2590
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2591
+ },
2592
+ {
2593
+ "author": "olfedias@microsoft.com",
2594
+ "package": "@fluentui/react-aria",
2595
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2596
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2597
+ },
2598
+ {
2599
+ "author": "martinhochel@microsoft.com",
2600
+ "package": "@fluentui/react-aria",
2601
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2602
+ "comment": "chore: use storybook runner for all vNext packages"
2603
+ },
2604
+ {
2605
+ "author": "bsunderhus@microsoft.com",
2606
+ "package": "@fluentui/react-avatar",
2607
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
2608
+ "comment": "Updates components with nullRender changes"
2609
+ },
2610
+ {
2611
+ "author": "martinhochel@microsoft.com",
2612
+ "package": "@fluentui/react-avatar",
2613
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
2614
+ "comment": "chore: use storybook runner for all vNext packages"
2615
+ },
2616
+ {
2617
+ "author": "olfedias@microsoft.com",
2618
+ "package": "@fluentui/react-avatar",
2619
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
2620
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
2621
+ },
2622
+ {
2623
+ "author": "tkrasniqi@microsoft.com",
2624
+ "package": "@fluentui/react-avatar",
2625
+ "commit": "324980bcd7a0fda592fad173fa212bb6a316cc0e",
2626
+ "comment": "Migration to new dx"
2627
+ }
2628
+ ]
2629
+ }
2630
+ },
2631
+ {
2632
+ "date": "Thu, 25 Nov 2021 08:34:09 GMT",
2633
+ "tag": "@fluentui/react-components_v9.0.0-beta.5",
2634
+ "version": "9.0.0-beta.5",
2635
+ "comments": {
2636
+ "none": [
2637
+ {
2638
+ "author": "lingfangao@hotmail.com",
2639
+ "package": "@fluentui/react-utilities",
2640
+ "commit": "718e63006d8d07d24efab9c32942041963d78dc7",
2641
+ "comment": "Migrate package to use solution style ts-configs"
2642
+ },
2643
+ {
2644
+ "author": "olfedias@microsoft.com",
2645
+ "package": "@fluentui/keyboard-keys",
2646
+ "commit": "532579ec884b3bad9e2db6dff139eb467f3c2bbc",
2647
+ "comment": "update tooling config"
2648
+ },
2649
+ {
2650
+ "author": "lingfangao@hotmail.com",
2651
+ "package": "@fluentui/react-accordion",
2652
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
2653
+ "comment": "Migrate package to use solution tsconfigs"
2654
+ },
2655
+ {
2656
+ "author": "olfedias@microsoft.com",
2657
+ "package": "@fluentui/react-aria",
2658
+ "commit": "8a820339f7f4084d8c46e97f06eebbeb18111397",
2659
+ "comment": "update tooling config"
2660
+ },
2661
+ {
2662
+ "author": "lingfangao@hotmail.com",
2663
+ "package": "@fluentui/react-avatar",
2664
+ "commit": "48e52fc91e41ab721c9842f8f68ac84ad569a851",
2665
+ "comment": "Update snapshots from presence badge changes"
2666
+ },
2667
+ {
2668
+ "author": "lingfangao@hotmail.com",
2669
+ "package": "@fluentui/react-badge",
2670
+ "commit": "cc3fe8e29cbb4b9d03f26e9a06b58d7aa24ffb65",
2671
+ "comment": "Migrate package to use solution style ts-config"
2672
+ },
2673
+ {
2674
+ "author": "jukapsia@microsoft.com",
2675
+ "package": "@fluentui/react-components",
2676
+ "commit": "4733216f73b47f1dd4fbd88a601a922cd583d0b8",
2677
+ "comment": "fix(docs): Update status message for beta release"
2678
+ },
2679
+ {
2680
+ "author": "olfedias@microsoft.com",
2681
+ "package": "@fluentui/react-context-selector",
2682
+ "commit": "59b3bebb1944aa35f8e8754beec16dcc95f1d5fb",
2683
+ "comment": "update tooling configs"
2684
+ },
2685
+ {
2686
+ "author": "tkrasniqi@microsoft.com",
2687
+ "package": "@fluentui/react-image",
2688
+ "commit": "01111bb9f10ad2bbe10902a48d15dce2e9cc4264",
2689
+ "comment": {
2690
+ "title": "",
2691
+ "value": ""
2692
+ }
2693
+ },
2694
+ {
2695
+ "author": "olfedias@microsoft.com",
2696
+ "package": "@fluentui/react-make-styles",
2697
+ "commit": "f472b7b8b893b2b076bc47da294d308cb956f1b6",
2698
+ "comment": "update tooling configs"
2699
+ },
2700
+ {
2701
+ "author": "lingfangao@hotmail.com",
2702
+ "package": "@fluentui/react-menu",
2703
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
2704
+ "comment": "Migrate package to use solution tsconfigs"
2705
+ },
2706
+ {
2707
+ "author": "lingfangao@hotmail.com",
2708
+ "package": "@fluentui/react-popover",
2709
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
2710
+ "comment": "Migrate package to use solution tsconfigs"
2711
+ },
2712
+ {
2713
+ "author": "lingfangao@hotmail.com",
2714
+ "package": "@fluentui/react-portal",
2715
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
2716
+ "comment": "Migrate package to use solution tsconfigs"
2717
+ },
2718
+ {
2719
+ "author": "lingfangao@hotmail.com",
2720
+ "package": "@fluentui/react-positioning",
2721
+ "commit": "718e63006d8d07d24efab9c32942041963d78dc7",
2722
+ "comment": "Migrate package to use solution style ts-configs"
2723
+ },
2724
+ {
2725
+ "author": "olfedias@microsoft.com",
2726
+ "package": "@fluentui/react-provider",
2727
+ "commit": "14b1e35b8da2f04538c2183a9be6c6b76dad3cca",
2728
+ "comment": "update tooling configs"
2729
+ },
2730
+ {
2731
+ "author": "olfedias@microsoft.com",
2732
+ "package": "@fluentui/react-shared-contexts",
2733
+ "commit": "ba05e3ba0a8fec662323e2e39e628cf015dae3ef",
2734
+ "comment": "update tooling configs"
2735
+ },
2736
+ {
2737
+ "author": "olfedias@microsoft.com",
2738
+ "package": "@fluentui/react-theme",
2739
+ "commit": "66670cf47c716e284c7ac7ae5f25d1f77f3aced3",
2740
+ "comment": "update tooling configs"
2741
+ }
2742
+ ],
2743
+ "prerelease": [
2744
+ {
2745
+ "author": "behowell@microsoft.com",
2746
+ "package": "@fluentui/react-utilities",
2747
+ "commit": "99adff5a9aab9086e8bc4737040654ab23f0febe",
2748
+ "comment": "Update utility types to support specifying a primary slot other than root"
2749
+ },
2750
+ {
2751
+ "author": "lingfangao@hotmail.com",
2752
+ "package": "@fluentui/make-styles",
2753
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
2754
+ "comment": "Add development warning for unresolved style rules"
2755
+ },
2756
+ {
2757
+ "author": "lingfangao@hotmail.com",
2758
+ "package": "@fluentui/make-styles",
2759
+ "commit": "400f5b5001c96721477b84c467541c36ee2a9454",
2760
+ "comment": "Bumps rtl-css-js to 1.14.5, fixes[#20572](https://github.com/microsoft/fluentui/issues/20572)"
2761
+ },
2762
+ {
2763
+ "author": "ololubek@microsoft.com",
2764
+ "package": "@fluentui/react-avatar",
2765
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
2766
+ "comment": "update react-icons dependency"
2767
+ },
2768
+ {
2769
+ "author": "lingfangao@hotmail.com",
2770
+ "package": "@fluentui/react-badge",
2771
+ "commit": "6183f8ae46233d7ecec2a3d12e7348b7b41eea0c",
2772
+ "comment": "various styling fixes for base Badge component"
2773
+ },
2774
+ {
2775
+ "author": "lingfangao@hotmail.com",
2776
+ "package": "@fluentui/react-badge",
2777
+ "commit": "c5c66cb39e6906f506bf30c9e56c0839f10e2d51",
2778
+ "comment": "Reduce colour set and align with base badge colours"
2779
+ },
2780
+ {
2781
+ "author": "ololubek@microsoft.com",
2782
+ "package": "@fluentui/react-badge",
2783
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
2784
+ "comment": "update react-icons dependency"
2785
+ },
2786
+ {
2787
+ "author": "lingfangao@hotmail.com",
2788
+ "package": "@fluentui/react-badge",
2789
+ "commit": "48e52fc91e41ab721c9842f8f68ac84ad569a851",
2790
+ "comment": "Remove props and return correct presence icons"
2791
+ },
2792
+ {
2793
+ "author": "Humberto.Morimoto@microsoft.com",
2794
+ "package": "@fluentui/react-button",
2795
+ "commit": "8825574c42f414c26f9d49238be02ca7dcb44cfe",
2796
+ "comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
2797
+ },
2798
+ {
2799
+ "author": "ololubek@microsoft.com",
2800
+ "package": "@fluentui/react-button",
2801
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
2802
+ "comment": "update react-icons dependency"
2803
+ },
2804
+ {
2805
+ "author": "andredias@microsoft.com",
2806
+ "package": "@fluentui/react-card",
2807
+ "commit": "5f5fb9fe289f45c7f9afe9f052c51f19cfd41160",
2808
+ "comment": "Migrate Card"
2809
+ },
2810
+ {
2811
+ "author": "behowell@microsoft.com",
2812
+ "package": "@fluentui/react-checkbox",
2813
+ "commit": "99adff5a9aab9086e8bc4737040654ab23f0febe",
2814
+ "comment": "Implement primary slot: 'input' is now the primary slot and receives native props passed to Checkbox"
2815
+ },
2816
+ {
2817
+ "author": "dzearing@microsoft.com",
2818
+ "package": "@fluentui/react-components",
2819
+ "commit": "cf59ae965a25831ad4969e5cda932a4c15938a9e",
2820
+ "comment": "Removing export stars in favor of named exports."
2821
+ },
2822
+ {
2823
+ "author": "ololubek@microsoft.com",
2824
+ "package": "@fluentui/react-label",
2825
+ "commit": "a683ee69b17c667227acb71c59f609b4f1ca1ef9",
2826
+ "comment": "Add aria-hidden to Label required field"
2827
+ },
2828
+ {
2829
+ "author": "ololubek@microsoft.com",
2830
+ "package": "@fluentui/react-menu",
2831
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
2832
+ "comment": "update react-icons dependency"
2833
+ },
2834
+ {
2835
+ "author": "lingfangao@hotmail.com",
2836
+ "package": "@fluentui/react-popover",
2837
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
2838
+ "comment": "Add transparent outline to arrow for HC"
2839
+ },
2840
+ {
2841
+ "author": "lingfangao@hotmail.com",
2842
+ "package": "@fluentui/react-positioning",
2843
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
2844
+ "comment": "Add utility function to create styles for an arrow element"
2845
+ },
2846
+ {
2847
+ "author": "andredias@microsoft.com",
2848
+ "package": "@fluentui/react-text",
2849
+ "commit": "168b9343fc93f5d188c6dbf4c9ced75f8ee4f41b",
2850
+ "comment": "Migrate Text"
2851
+ },
2852
+ {
2853
+ "author": "miroslav.stastny@microsoft.com",
2854
+ "package": "@fluentui/react-theme",
2855
+ "commit": "0a328c7a57bfa78ff9a4cd896f17e2887da64bec",
2856
+ "comment": "feat(react-theme): update shadow design tokens"
2857
+ },
2858
+ {
2859
+ "author": "lingfangao@hotmail.com",
2860
+ "package": "@fluentui/react-tooltip",
2861
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
2862
+ "comment": "Add transparent outline to arrow for HC"
2863
+ }
2864
+ ]
2865
+ }
2866
+ },
2867
+ {
2868
+ "date": "Fri, 12 Nov 2021 13:25:06 GMT",
2869
+ "tag": "@fluentui/react-components_v9.0.0-beta.4",
2870
+ "version": "9.0.0-beta.4",
2871
+ "comments": {
2872
+ "prerelease": [
2873
+ {
2874
+ "author": "andredias@microsoft.com",
2875
+ "package": "@fluentui/react-tabster",
2876
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358",
2877
+ "comment": "Add useFocusableGroup hook"
2878
+ },
2879
+ {
2880
+ "author": "lingfangao@hotmail.com",
2881
+ "package": "@fluentui/react-tabster",
2882
+ "commit": "ed2d7c8d638535c89e24e3c3de3534c4fae30172",
2883
+ "comment": "Use uncontrolled tabbing by default"
2884
+ },
2885
+ {
2886
+ "author": "gcox@microsoft.com",
2887
+ "package": "@fluentui/react-tabster",
2888
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
2889
+ "comment": "Updated beta and RC components to ES2019"
2890
+ },
2891
+ {
2892
+ "author": "lingfangao@hotmail.com",
2893
+ "package": "@fluentui/react-tabster",
2894
+ "commit": "da10ba8b6cca0c4cf921dc176bb9b7ea57fde9fa",
2895
+ "comment": "Bump tabster and keyborg to 1.0.7"
2896
+ },
2897
+ {
2898
+ "author": "gcox@microsoft.com",
2899
+ "package": "@fluentui/react-text",
2900
+ "commit": "3d5ca9b57c3a6ed9d60a041abc1f5417686ba41e",
2901
+ "comment": "Updated with codesandbox comments"
2902
+ },
2903
+ {
2904
+ "author": "olfedias@microsoft.com",
2905
+ "package": "@fluentui/react-text",
2906
+ "commit": "259d0bf8475629b0b2521157a9b33e97fcf8d513",
2907
+ "comment": "export static classes for components"
2908
+ },
2909
+ {
2910
+ "author": "gcox@microsoft.com",
2911
+ "package": "@fluentui/react-theme",
2912
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
2913
+ "comment": "Updated beta and RC components to ES2019"
2914
+ },
2915
+ {
2916
+ "author": "miroslav.stastny@microsoft.com",
2917
+ "package": "@fluentui/react-theme",
2918
+ "commit": "fe9829e4818f9bb7206df37747d5da332706ae4b",
2919
+ "comment": "feat(react-theme): add/update design tokens"
2920
+ },
2921
+ {
2922
+ "author": "gcox@microsoft.com",
2923
+ "package": "@fluentui/react-tooltip",
2924
+ "commit": "d5810cfc819dcb2126ffaa081bf117fcae83dc73",
2925
+ "comment": "Updated stories to support codesandbox"
2926
+ },
2927
+ {
2928
+ "author": "olfedias@microsoft.com",
2929
+ "package": "@fluentui/react-tooltip",
2930
+ "commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
2931
+ "comment": "export static classes for components"
2932
+ },
2933
+ {
2934
+ "author": "gcox@microsoft.com",
2935
+ "package": "@fluentui/react-tooltip",
2936
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
2937
+ "comment": "Updated beta and RC components to ES2019"
2938
+ },
2939
+ {
2940
+ "author": "gcox@microsoft.com",
2941
+ "package": "@fluentui/react-utilities",
2942
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
2943
+ "comment": "Updated beta and RC components to ES2019"
2944
+ },
2945
+ {
2946
+ "author": "olfedias@microsoft.com",
2947
+ "package": "@fluentui/babel-make-styles",
2948
+ "commit": "e48014a7fd9c030eafc1eec68463d013eac58baa",
2949
+ "comment": "use latest @linaria/shaker version"
2950
+ },
2951
+ {
2952
+ "author": "olfedias@microsoft.com",
2953
+ "package": "@fluentui/make-styles-webpack-loader",
2954
+ "commit": "e48014a7fd9c030eafc1eec68463d013eac58baa",
2955
+ "comment": "use latest @linaria/shaker version"
2956
+ },
2957
+ {
2958
+ "author": "lingfangao@hotmail.com",
2959
+ "package": "@fluentui/make-styles-webpack-loader",
2960
+ "commit": "165eff476b2b54a4c66b8d305eeb4d5b2308fac5",
2961
+ "comment": "Support resolve plugins from webpack config"
2962
+ },
2963
+ {
2964
+ "author": "olfedias@microsoft.com",
2965
+ "package": "@fluentui/react-accordion",
2966
+ "commit": "825ea92aae027295a94048368157c180358260f2",
2967
+ "comment": "export static classes for components"
2968
+ },
2969
+ {
2970
+ "author": "Humberto.Morimoto@microsoft.com",
2971
+ "package": "@fluentui/react-accordion",
2972
+ "commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
2973
+ "comment": "Updating AccordionHeader tests to match changes in useARIAButton."
2974
+ },
2975
+ {
2976
+ "author": "gcox@microsoft.com",
2977
+ "package": "@fluentui/react-accordion",
2978
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
2979
+ "comment": "Updated beta and RC components to ES2019"
2980
+ },
2981
+ {
2982
+ "author": "Humberto.Morimoto@microsoft.com",
2983
+ "package": "@fluentui/react-aria",
2984
+ "commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
2985
+ "comment": "Fixing events being fired when button is disabledFocusable"
2986
+ },
2987
+ {
2988
+ "author": "gcox@microsoft.com",
2989
+ "package": "@fluentui/react-aria",
2990
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
2991
+ "comment": "Updated beta and RC components to ES2019"
2992
+ },
2993
+ {
2994
+ "author": "gcox@microsoft.com",
2995
+ "package": "@fluentui/react-avatar",
2996
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
2997
+ "comment": "Updated beta and RC components to ES2019"
2998
+ },
2999
+ {
3000
+ "author": "olfedias@microsoft.com",
3001
+ "package": "@fluentui/react-avatar",
3002
+ "commit": "e42f50656c1b703d88c398b114f225ba5f1f5f22",
3003
+ "comment": "export static classes for components"
3004
+ },
3005
+ {
3006
+ "author": "olfedias@microsoft.com",
3007
+ "package": "@fluentui/react-badge",
3008
+ "commit": "e42f50656c1b703d88c398b114f225ba5f1f5f22",
3009
+ "comment": "export static classes for components"
3010
+ },
3011
+ {
3012
+ "author": "gcox@microsoft.com",
3013
+ "package": "@fluentui/react-badge",
3014
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3015
+ "comment": "Updated beta and RC components to ES2019"
3016
+ },
3017
+ {
3018
+ "author": "olfedias@microsoft.com",
3019
+ "package": "@fluentui/react-button",
3020
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
3021
+ "comment": "export static classes for components"
3022
+ },
3023
+ {
3024
+ "author": "gcox@microsoft.com",
3025
+ "package": "@fluentui/react-button",
3026
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3027
+ "comment": "Updated beta and RC components to ES2019"
3028
+ },
3029
+ {
3030
+ "author": "Humberto.Morimoto@microsoft.com",
3031
+ "package": "@fluentui/react-button",
3032
+ "commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
3033
+ "comment": "react-button: Removing use of enzyme in the converged package."
3034
+ },
3035
+ {
3036
+ "author": "Humberto.Morimoto@microsoft.com",
3037
+ "package": "@fluentui/react-button",
3038
+ "commit": "0e0cf06c34f78d54db4468a602a17b0a5a30ac87",
3039
+ "comment": "Fixing incomplete comment."
3040
+ },
3041
+ {
3042
+ "author": "olfedias@microsoft.com",
3043
+ "package": "@fluentui/react-card",
3044
+ "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
3045
+ "comment": "export static classes for components"
3046
+ },
3047
+ {
3048
+ "author": "andredias@microsoft.com",
3049
+ "package": "@fluentui/react-card",
3050
+ "commit": "70e81a56249d55dae418217ddcef5d16e030862a",
3051
+ "comment": "Migrate to new useFocusableGroup usage"
3052
+ },
3053
+ {
3054
+ "author": "olfedias@microsoft.com",
3055
+ "package": "@fluentui/react-checkbox",
3056
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
3057
+ "comment": "export static classes for components"
3058
+ },
3059
+ {
3060
+ "author": "gcox@microsoft.com",
3061
+ "package": "@fluentui/react-checkbox",
3062
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3063
+ "comment": "Updated beta and RC components to ES2019"
3064
+ },
3065
+ {
3066
+ "author": "gcox@microsoft.com",
3067
+ "package": "@fluentui/react-components",
3068
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3069
+ "comment": "Updated beta and RC components to ES2019"
3070
+ },
3071
+ {
3072
+ "author": "gcox@microsoft.com",
3073
+ "package": "@fluentui/react-context-selector",
3074
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3075
+ "comment": "Updated beta and RC components to ES2019"
3076
+ },
3077
+ {
3078
+ "author": "gcox@microsoft.com",
3079
+ "package": "@fluentui/react-divider",
3080
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3081
+ "comment": "Updated beta and RC components to ES2019"
3082
+ },
3083
+ {
3084
+ "author": "gcox@microsoft.com",
3085
+ "package": "@fluentui/react-divider",
3086
+ "commit": "d8c3066ef1fd265cc8d76882c1245e82b1097c4f",
3087
+ "comment": "Refactored divider stories for codesandbox"
3088
+ },
3089
+ {
3090
+ "author": "olfedias@microsoft.com",
3091
+ "package": "@fluentui/react-divider",
3092
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
3093
+ "comment": "export static classes for components"
3094
+ },
3095
+ {
3096
+ "author": "Humberto.Morimoto@microsoft.com",
3097
+ "package": "@fluentui/react-divider",
3098
+ "commit": "0e0cf06c34f78d54db4468a602a17b0a5a30ac87",
3099
+ "comment": "Divider: Updating the component to the latest patterns."
3100
+ },
3101
+ {
3102
+ "author": "Humberto.Morimoto@microsoft.com",
3103
+ "package": "@fluentui/react-divider",
3104
+ "commit": "627ad67f1163946f1c539002bdcd63eda760c9c6",
3105
+ "comment": "Divider: Updating Spec to reflect changes that have happened since it was first created."
3106
+ },
3107
+ {
3108
+ "author": "olfedias@microsoft.com",
3109
+ "package": "@fluentui/react-image",
3110
+ "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
3111
+ "comment": "export static classes for components"
3112
+ },
3113
+ {
3114
+ "author": "gcox@microsoft.com",
3115
+ "package": "@fluentui/react-image",
3116
+ "commit": "8555daca54fa0ab490b5400b8d67a9430be9e8e5",
3117
+ "comment": "Updated Image stories with codesandbox export comments"
3118
+ },
3119
+ {
3120
+ "author": "gcox@microsoft.com",
3121
+ "package": "@fluentui/react-image",
3122
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3123
+ "comment": "Updated beta and RC components to ES2019"
3124
+ },
3125
+ {
3126
+ "author": "gcox@microsoft.com",
3127
+ "package": "@fluentui/react-label",
3128
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3129
+ "comment": "Updated beta and RC components to ES2019"
3130
+ },
3131
+ {
3132
+ "author": "olfedias@microsoft.com",
3133
+ "package": "@fluentui/react-label",
3134
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
3135
+ "comment": "export static classes for components"
3136
+ },
3137
+ {
3138
+ "author": "olfedias@microsoft.com",
3139
+ "package": "@fluentui/react-link",
3140
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
3141
+ "comment": "export static classes for components"
3142
+ },
3143
+ {
3144
+ "author": "Humberto.Morimoto@microsoft.com",
3145
+ "package": "@fluentui/react-link",
3146
+ "commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
3147
+ "comment": "Updating Link tests."
3148
+ },
3149
+ {
3150
+ "author": "gcox@microsoft.com",
3151
+ "package": "@fluentui/react-link",
3152
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3153
+ "comment": "Updated beta and RC components to ES2019"
3154
+ },
3155
+ {
3156
+ "author": "gcox@microsoft.com",
3157
+ "package": "@fluentui/react-make-styles",
3158
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3159
+ "comment": "Updated beta and RC components to ES2019"
3160
+ },
3161
+ {
3162
+ "author": "bsunderhus@microsoft.com",
3163
+ "package": "@fluentui/react-menu",
3164
+ "commit": "390056fd15a4413af93083ad0f5a0b15c4709ed1",
3165
+ "comment": "Adds typings for `onCheckedValueChange` method"
3166
+ },
3167
+ {
3168
+ "author": "olfedias@microsoft.com",
3169
+ "package": "@fluentui/react-menu",
3170
+ "commit": "28b87b619b5be37c8e4a3a75ba10071a93f2b10b",
3171
+ "comment": "use react-shared-contexts instead of react-provider"
3172
+ },
3173
+ {
3174
+ "author": "olfedias@microsoft.com",
3175
+ "package": "@fluentui/react-menu",
3176
+ "commit": "ade4f5d3fa5a6b1c81097403f5c2f2afd859aa14",
3177
+ "comment": "export static classes for components"
3178
+ },
3179
+ {
3180
+ "author": "gcox@microsoft.com",
3181
+ "package": "@fluentui/react-menu",
3182
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3183
+ "comment": "Updated beta and RC components to ES2019"
3184
+ },
3185
+ {
3186
+ "author": "gcox@microsoft.com",
3187
+ "package": "@fluentui/react-popover",
3188
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3189
+ "comment": "Updated beta and RC components to ES2019"
3190
+ },
3191
+ {
3192
+ "author": "lingfangao@hotmail.com",
3193
+ "package": "@fluentui/react-popover",
3194
+ "commit": "054822c82e40601815f6cd77733a761b72047e4b",
3195
+ "comment": "fix(Popover): use `dialog` as value for `aria-haspopup` for focus trap"
3196
+ },
3197
+ {
3198
+ "author": "olfedias@microsoft.com",
3199
+ "package": "@fluentui/react-popover",
3200
+ "commit": "ade4f5d3fa5a6b1c81097403f5c2f2afd859aa14",
3201
+ "comment": "export static classes for components"
3202
+ },
3203
+ {
3204
+ "author": "gcox@microsoft.com",
3205
+ "package": "@fluentui/react-portal",
3206
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3207
+ "comment": "Updated beta and RC components to ES2019"
3208
+ },
3209
+ {
3210
+ "author": "gcox@microsoft.com",
3211
+ "package": "@fluentui/react-portal",
3212
+ "commit": "36404e1921159b0a69b4824ae86e6276e0723ea2",
3213
+ "comment": "Broke up stories added codesandbox refs"
3214
+ },
3215
+ {
3216
+ "author": "gcox@microsoft.com",
3217
+ "package": "@fluentui/react-positioning",
3218
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3219
+ "comment": "Updated beta and RC components to ES2019"
3220
+ },
3221
+ {
3222
+ "author": "olfedias@microsoft.com",
3223
+ "package": "@fluentui/react-provider",
3224
+ "commit": "825ea92aae027295a94048368157c180358260f2",
3225
+ "comment": "export static classes for components"
3226
+ },
3227
+ {
3228
+ "author": "gcox@microsoft.com",
3229
+ "package": "@fluentui/react-provider",
3230
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3231
+ "comment": "Updated beta and RC components to ES2019"
3232
+ },
3233
+ {
3234
+ "author": "gcox@microsoft.com",
3235
+ "package": "@fluentui/react-shared-contexts",
3236
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3237
+ "comment": "Updated beta and RC components to ES2019"
3238
+ },
3239
+ {
3240
+ "author": "olfedias@microsoft.com",
3241
+ "package": "@fluentui/react-slider",
3242
+ "commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
3243
+ "comment": "export static classes for components"
3244
+ },
3245
+ {
3246
+ "author": "gcox@microsoft.com",
3247
+ "package": "@fluentui/react-slider",
3248
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
3249
+ "comment": "Updated beta and RC components to ES2019"
3250
+ },
3251
+ {
3252
+ "author": "olfedias@microsoft.com",
3253
+ "package": "@fluentui/react-slider",
3254
+ "commit": "e48014a7fd9c030eafc1eec68463d013eac58baa",
3255
+ "comment": "remove temporary workaround with duplicated classes constants"
3256
+ },
3257
+ {
3258
+ "author": "olfedias@microsoft.com",
3259
+ "package": "@fluentui/react-switch",
3260
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
3261
+ "comment": "export static classes for components"
3262
+ }
3263
+ ],
3264
+ "none": [
3265
+ {
3266
+ "author": "lingfangao@hotmail.com",
3267
+ "package": "@fluentui/react-tabster",
3268
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3269
+ "comment": "Remove beta release tag"
3270
+ },
3271
+ {
3272
+ "author": "lingfangao@hotmail.com",
3273
+ "package": "@fluentui/react-text",
3274
+ "commit": "5e04b6208619318aa256768635101d5e64b96cc5",
3275
+ "comment": "chore(Text): Add docs for each prop and new typography story"
3276
+ },
3277
+ {
3278
+ "author": "lingfangao@hotmail.com",
3279
+ "package": "@fluentui/react-text",
3280
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3281
+ "comment": "Remove beta release tag"
3282
+ },
3283
+ {
3284
+ "author": "mgodbolt@microsoft.com",
3285
+ "package": "@fluentui/react-text",
3286
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3287
+ "comment": "update docs descriptions"
3288
+ },
3289
+ {
3290
+ "author": "lingfangao@hotmail.com",
3291
+ "package": "@fluentui/react-theme",
3292
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3293
+ "comment": "Remove beta release tag"
3294
+ },
3295
+ {
3296
+ "author": "lingfangao@hotmail.com",
3297
+ "package": "@fluentui/react-tooltip",
3298
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3299
+ "comment": "Remove beta release tag"
3300
+ },
3301
+ {
3302
+ "author": "lingfangao@hotmail.com",
3303
+ "package": "@fluentui/react-utilities",
3304
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3305
+ "comment": "Remove beta release tag"
3306
+ },
3307
+ {
3308
+ "author": "lingfangao@hotmail.com",
3309
+ "package": "@fluentui/babel-make-styles",
3310
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3311
+ "comment": "Remove beta release tag"
3312
+ },
3313
+ {
3314
+ "author": "lingfangao@hotmail.com",
3315
+ "package": "@fluentui/jest-serializer-make-styles",
3316
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3317
+ "comment": "Remove beta release tag"
3318
+ },
3319
+ {
3320
+ "author": "lingfangao@hotmail.com",
3321
+ "package": "@fluentui/keyboard-keys",
3322
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3323
+ "comment": "Remove beta release tag"
3324
+ },
3325
+ {
3326
+ "author": "lingfangao@hotmail.com",
12
3327
  "package": "@fluentui/make-styles",
13
- "comment": "Release nightly v9",
14
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3328
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3329
+ "comment": "Remove beta release tag"
3330
+ },
3331
+ {
3332
+ "author": "lingfangao@hotmail.com",
3333
+ "package": "@fluentui/make-styles-webpack-loader",
3334
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3335
+ "comment": "Remove beta release tag"
3336
+ },
3337
+ {
3338
+ "author": "me@levithomason.com",
3339
+ "package": "@fluentui/react-accordion",
3340
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
3341
+ "comment": "Docs update"
3342
+ },
3343
+ {
3344
+ "author": "lingfangao@hotmail.com",
3345
+ "package": "@fluentui/react-accordion",
3346
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3347
+ "comment": "Remove beta release tag"
3348
+ },
3349
+ {
3350
+ "author": "mgodbolt@microsoft.com",
3351
+ "package": "@fluentui/react-accordion",
3352
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3353
+ "comment": "update docs descriptions"
3354
+ },
3355
+ {
3356
+ "author": "lingfangao@hotmail.com",
3357
+ "package": "@fluentui/react-aria",
3358
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3359
+ "comment": "Remove beta release tag"
3360
+ },
3361
+ {
3362
+ "author": "lingfangao@hotmail.com",
3363
+ "package": "@fluentui/react-avatar",
3364
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3365
+ "comment": "Remove beta release tag"
3366
+ },
3367
+ {
3368
+ "author": "me@levithomason.com",
3369
+ "package": "@fluentui/react-avatar",
3370
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
3371
+ "comment": "Docs update"
3372
+ },
3373
+ {
3374
+ "author": "mgodbolt@microsoft.com",
3375
+ "package": "@fluentui/react-avatar",
3376
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3377
+ "comment": "update docs descriptions"
3378
+ },
3379
+ {
3380
+ "author": "me@levithomason.com",
3381
+ "package": "@fluentui/react-avatar",
3382
+ "commit": "88568113e0d36674210fe3323af7e9dcaa998a45",
3383
+ "comment": "Storybook stories"
3384
+ },
3385
+ {
3386
+ "author": "mgodbolt@microsoft.com",
3387
+ "package": "@fluentui/react-badge",
3388
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3389
+ "comment": "update docs descriptions"
3390
+ },
3391
+ {
3392
+ "author": "lingfangao@hotmail.com",
3393
+ "package": "@fluentui/react-badge",
3394
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3395
+ "comment": "Remove beta release tag"
3396
+ },
3397
+ {
3398
+ "author": "me@levithomason.com",
3399
+ "package": "@fluentui/react-badge",
3400
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
3401
+ "comment": "Docs update"
3402
+ },
3403
+ {
3404
+ "author": "mgodbolt@microsoft.com",
3405
+ "package": "@fluentui/react-button",
3406
+ "commit": "d28932cc68561cf46a56a4300b6e18d7de8af14b",
3407
+ "comment": "adding toggle and split button docs"
3408
+ },
3409
+ {
3410
+ "author": "mgodbolt@microsoft.com",
3411
+ "package": "@fluentui/react-button",
3412
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3413
+ "comment": "update docs descriptions"
3414
+ },
3415
+ {
3416
+ "author": "mgodbolt@microsoft.com",
3417
+ "package": "@fluentui/react-button",
3418
+ "commit": "73857e89e8c403370ba723415121f2ce1e530fff",
3419
+ "comment": "add docs for menu and compound button"
3420
+ },
3421
+ {
3422
+ "author": "lingfangao@hotmail.com",
3423
+ "package": "@fluentui/react-button",
3424
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3425
+ "comment": "Remove beta release tag"
3426
+ },
3427
+ {
3428
+ "author": "mgodbolt@microsoft.com",
3429
+ "package": "@fluentui/react-card",
3430
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3431
+ "comment": "update docs descriptions"
3432
+ },
3433
+ {
3434
+ "author": "lingfangao@hotmail.com",
3435
+ "package": "@fluentui/react-card",
3436
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3437
+ "comment": "Remove beta release tag"
3438
+ },
3439
+ {
3440
+ "author": "mgodbolt@microsoft.com",
3441
+ "package": "@fluentui/react-card",
3442
+ "commit": "114b089957bcbf547bb8713f2bfb4811239fb5a2",
3443
+ "comment": "add default and move assets to github urls"
3444
+ },
3445
+ {
3446
+ "author": "lingfangao@hotmail.com",
3447
+ "package": "@fluentui/react-checkbox",
3448
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3449
+ "comment": "Remove beta release tag"
3450
+ },
3451
+ {
3452
+ "author": "olfedias@microsoft.com",
3453
+ "package": "@fluentui/react-checkbox",
3454
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
3455
+ "comment": "update snapshots"
3456
+ },
3457
+ {
3458
+ "author": "jukapsia@microsoft.com",
3459
+ "package": "@fluentui/react-components",
3460
+ "commit": "c62593339a19c6abbabed742a0cc83fa9a85b97e",
3461
+ "comment": "Add accessibility docs for react-components storybook"
3462
+ },
3463
+ {
3464
+ "author": "lingfangao@hotmail.com",
3465
+ "package": "@fluentui/react-components",
3466
+ "commit": "f84331566966969bb54516d7d6af525796613058",
3467
+ "comment": "chore(react-components): Add script to start storybook in docs mode"
3468
+ },
3469
+ {
3470
+ "author": "lingfangao@hotmail.com",
3471
+ "package": "@fluentui/react-components",
3472
+ "commit": "8a0784f640a7908099565c8557b896c73d6fc881",
3473
+ "comment": "chore(storybook): Register theme picker addon from monorepo"
3474
+ },
3475
+ {
3476
+ "author": "lingfangao@hotmail.com",
3477
+ "package": "@fluentui/react-components",
3478
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3479
+ "comment": "Remove beta release tag"
3480
+ },
3481
+ {
3482
+ "author": "lingfangao@hotmail.com",
3483
+ "package": "@fluentui/react-components",
3484
+ "commit": "08bd47e97c2a14080793f78ccb57ebfb798c32eb",
3485
+ "comment": "chore(storybook): Add custom DocsContainer to react-components storybook"
3486
+ },
3487
+ {
3488
+ "author": "lingfangao@hotmail.com",
3489
+ "package": "@fluentui/react-components",
3490
+ "commit": "452cf097c44829ccf7f8a02ff83fb6b14240c732",
3491
+ "comment": "chore(react-components): Theme picker for storybook `--docs` mode"
3492
+ },
3493
+ {
3494
+ "author": "lingfangao@hotmail.com",
3495
+ "package": "@fluentui/react-components",
3496
+ "commit": "5caefa0b72c6c9d70c876377a49beccbf25c460a",
3497
+ "comment": "chore(storybook): Theme picker as storybook addon"
3498
+ },
3499
+ {
3500
+ "author": "lingfangao@hotmail.com",
3501
+ "package": "@fluentui/react-components",
3502
+ "commit": "ed9dfd8e9ba2b0920f6c4bc396204b4ced4cacb2",
3503
+ "comment": "chore(docs): Rename `Positioning` docs to `Positinoing Components`"
3504
+ },
3505
+ {
3506
+ "author": "miroslav.stastny@microsoft.com",
3507
+ "package": "@fluentui/react-components",
3508
+ "commit": "7dbbcf2bcbd4d444b737aa3f4889ec6978cb8aa5",
3509
+ "comment": "docs(storybook): add TOC"
3510
+ },
3511
+ {
3512
+ "author": "lingfangao@hotmail.com",
3513
+ "package": "@fluentui/react-components",
3514
+ "commit": "f28a39af5f4675837a888f579af2d32ed4dcfacc",
3515
+ "comment": "fix(storybook): Load custom storybook theme correctly"
3516
+ },
3517
+ {
3518
+ "author": "mgodbolt@microsoft.com",
3519
+ "package": "@fluentui/react-components",
3520
+ "commit": "405b1c4bb908b50005733552fae4cd16c99a4705",
3521
+ "comment": "update Fluent docs page to use makestyles and flex for layout"
3522
+ },
3523
+ {
3524
+ "author": "lingfangao@hotmail.com",
3525
+ "package": "@fluentui/react-components",
3526
+ "commit": "9a2b1438add4bb1b7a8e22f63d11a43b89028da3",
3527
+ "comment": "revert(react-storybook-addon): Remove addon and reintroduce `withFluentProvider`"
15
3528
  },
16
3529
  {
17
- "author": "email not defined",
18
- "package": "@fluentui/make-styles-webpack-loader",
19
- "comment": "Release nightly v9",
20
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3530
+ "author": "lingfangao@hotmail.com",
3531
+ "package": "@fluentui/react-components",
3532
+ "commit": "260afbfcfda1ac23f9e3f00309642af5ada0bb02",
3533
+ "comment": "fix(react-components): remove `alpha` tag from quickstart install instructions"
21
3534
  },
22
3535
  {
23
- "author": "email not defined",
24
- "package": "@fluentui/react-accordion",
25
- "comment": "Release nightly v9",
26
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3536
+ "author": "lingfangao@hotmail.com",
3537
+ "package": "@fluentui/react-conformance-make-styles",
3538
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3539
+ "comment": "Remove beta release tag"
27
3540
  },
28
3541
  {
29
- "author": "peter@draxler.ml",
30
- "package": "@fluentui/react-accordion",
31
- "comment": "added styling of documentation",
32
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3542
+ "author": "lingfangao@hotmail.com",
3543
+ "package": "@fluentui/react-context-selector",
3544
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3545
+ "comment": "Remove beta release tag"
33
3546
  },
34
3547
  {
35
- "author": "email not defined",
36
- "package": "@fluentui/react-aria",
37
- "comment": "Release nightly v9",
38
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3548
+ "author": "lingfangao@hotmail.com",
3549
+ "package": "@fluentui/react-divider",
3550
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3551
+ "comment": "Remove beta release tag"
39
3552
  },
40
3553
  {
41
- "author": "peter@draxler.ml",
42
- "package": "@fluentui/react-aria",
43
- "comment": "added styling of documentation",
44
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3554
+ "author": "mgodbolt@microsoft.com",
3555
+ "package": "@fluentui/react-divider",
3556
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3557
+ "comment": "update docs descriptions"
45
3558
  },
46
3559
  {
47
- "author": "email not defined",
48
- "package": "@fluentui/react-avatar",
49
- "comment": "Release nightly v9",
50
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3560
+ "author": "lingfangao@hotmail.com",
3561
+ "package": "@fluentui/react-divider",
3562
+ "commit": "4398bf56796f354a3210f5babff1b04f612abcaa",
3563
+ "comment": "chore(Divider): Remove unthemed white background in stories"
51
3564
  },
52
3565
  {
53
- "author": "gcox@microsoft.com",
54
- "package": "@fluentui/react-avatar",
55
- "comment": "Removed duplicate 'Avatar' from story names",
56
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3566
+ "author": "mgodbolt@microsoft.com",
3567
+ "package": "@fluentui/react-image",
3568
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3569
+ "comment": "update docs descriptions"
57
3570
  },
58
3571
  {
59
- "author": "peter@draxler.ml",
60
- "package": "@fluentui/react-avatar",
61
- "comment": "added styling of documentation",
62
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3572
+ "author": "lingfangao@hotmail.com",
3573
+ "package": "@fluentui/react-image",
3574
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3575
+ "comment": "Remove beta release tag"
63
3576
  },
64
3577
  {
65
- "author": "email not defined",
66
- "package": "@fluentui/react-badge",
67
- "comment": "Release nightly v9",
68
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3578
+ "author": "lingfangao@hotmail.com",
3579
+ "package": "@fluentui/react-label",
3580
+ "commit": "7eff1eb4a259988273f8bc709e2951dbb8e0b695",
3581
+ "comment": "chore(Label): Rework documentation to desired format"
3582
+ },
3583
+ {
3584
+ "author": "lingfangao@hotmail.com",
3585
+ "package": "@fluentui/react-label",
3586
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3587
+ "comment": "Remove beta release tag"
3588
+ },
3589
+ {
3590
+ "author": "lingfangao@hotmail.com",
3591
+ "package": "@fluentui/react-link",
3592
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3593
+ "comment": "Remove beta release tag"
69
3594
  },
70
3595
  {
71
3596
  "author": "gcox@microsoft.com",
72
- "package": "@fluentui/react-badge",
73
- "comment": "Removed duplicate 'Badge' from story names",
74
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3597
+ "package": "@fluentui/react-make-styles",
3598
+ "commit": "f32855d6039f4049b69b005fe6dde0686eed503c",
3599
+ "comment": "Moved basic and RTL stories to fluentprovider"
75
3600
  },
76
3601
  {
77
- "author": "peter@draxler.ml",
78
- "package": "@fluentui/react-badge",
79
- "comment": "added styling of documentation",
80
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3602
+ "author": "lingfangao@hotmail.com",
3603
+ "package": "@fluentui/react-make-styles",
3604
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3605
+ "comment": "Remove beta release tag"
81
3606
  },
82
3607
  {
83
- "author": "email not defined",
84
- "package": "@fluentui/react-button",
85
- "comment": "Release nightly v9",
86
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3608
+ "author": "lingfangao@hotmail.com",
3609
+ "package": "@fluentui/react-menu",
3610
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3611
+ "comment": "Remove beta release tag"
3612
+ },
3613
+ {
3614
+ "author": "mgodbolt@microsoft.com",
3615
+ "package": "@fluentui/react-menu",
3616
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3617
+ "comment": "update docs descriptions"
3618
+ },
3619
+ {
3620
+ "author": "mgodbolt@microsoft.com",
3621
+ "package": "@fluentui/react-popover",
3622
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3623
+ "comment": "update docs descriptions"
3624
+ },
3625
+ {
3626
+ "author": "lingfangao@hotmail.com",
3627
+ "package": "@fluentui/react-popover",
3628
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3629
+ "comment": "Remove beta release tag"
3630
+ },
3631
+ {
3632
+ "author": "lingfangao@hotmail.com",
3633
+ "package": "@fluentui/react-portal",
3634
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3635
+ "comment": "Remove beta release tag"
3636
+ },
3637
+ {
3638
+ "author": "mgodbolt@microsoft.com",
3639
+ "package": "@fluentui/react-portal",
3640
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
3641
+ "comment": "update docs descriptions"
3642
+ },
3643
+ {
3644
+ "author": "lingfangao@hotmail.com",
3645
+ "package": "@fluentui/react-positioning",
3646
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3647
+ "comment": "Remove beta release tag"
3648
+ },
3649
+ {
3650
+ "author": "me@levithomason.com",
3651
+ "package": "@fluentui/react-provider",
3652
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
3653
+ "comment": "Docs update"
87
3654
  },
88
3655
  {
89
3656
  "author": "gcox@microsoft.com",
90
- "package": "@fluentui/react-button",
91
- "comment": "Removed duplicate 'Button' from story names",
92
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3657
+ "package": "@fluentui/react-provider",
3658
+ "commit": "f32855d6039f4049b69b005fe6dde0686eed503c",
3659
+ "comment": "Refactored stories"
93
3660
  },
94
3661
  {
95
- "author": "peter@draxler.ml",
96
- "package": "@fluentui/react-button",
97
- "comment": "added styling of documentation",
98
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3662
+ "author": "lingfangao@hotmail.com",
3663
+ "package": "@fluentui/react-provider",
3664
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3665
+ "comment": "Remove beta release tag"
99
3666
  },
100
3667
  {
101
- "author": "email not defined",
102
- "package": "@fluentui/react-card",
103
- "comment": "Release nightly v9",
104
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3668
+ "author": "lingfangao@hotmail.com",
3669
+ "package": "@fluentui/react-shared-contexts",
3670
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3671
+ "comment": "Remove beta release tag"
3672
+ },
3673
+ {
3674
+ "author": "lingfangao@hotmail.com",
3675
+ "package": "@fluentui/react-slider",
3676
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3677
+ "comment": "Remove beta release tag"
3678
+ },
3679
+ {
3680
+ "author": "olfedias@microsoft.com",
3681
+ "package": "@fluentui/react-switch",
3682
+ "commit": "9e6977945782df1cc997c92804a1b214cc4e4f43",
3683
+ "comment": "do not use other packages in devDependencies"
3684
+ },
3685
+ {
3686
+ "author": "lingfangao@hotmail.com",
3687
+ "package": "@fluentui/react-switch",
3688
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
3689
+ "comment": "Remove beta release tag"
3690
+ }
3691
+ ]
3692
+ }
3693
+ },
3694
+ {
3695
+ "date": "Wed, 27 Oct 2021 12:14:12 GMT",
3696
+ "tag": "@fluentui/react-components_v9.0.0-beta.3",
3697
+ "version": "9.0.0-beta.3",
3698
+ "comments": {
3699
+ "prerelease": [
3700
+ {
3701
+ "author": "elcraig@microsoft.com",
3702
+ "package": "@fluentui/babel-make-styles",
3703
+ "commit": "94f8668470838fa6d9ed3d2aa0dbeb1b0a8d6360",
3704
+ "comment": "Handle styles defined in an arrow function without any params"
3705
+ },
3706
+ {
3707
+ "author": "olfedias@microsoft.com",
3708
+ "package": "@fluentui/make-styles",
3709
+ "commit": "c6bc2b4129e8ec469ef89ac1e4d2fc10a2e7012d",
3710
+ "comment": "fix(makeStyles): handle comma separated selectors"
105
3711
  },
106
3712
  {
107
3713
  "author": "peter@draxler.ml",
108
- "package": "@fluentui/react-card",
109
- "comment": "added styling of documentation",
110
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3714
+ "package": "@fluentui/react-accordion",
3715
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3716
+ "comment": "added styling of documentation"
111
3717
  },
112
3718
  {
113
- "author": "email not defined",
114
- "package": "@fluentui/react-checkbox",
115
- "comment": "Release nightly v9",
116
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3719
+ "author": "peter@draxler.ml",
3720
+ "package": "@fluentui/react-aria",
3721
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3722
+ "comment": "added styling of documentation"
3723
+ },
3724
+ {
3725
+ "author": "gcox@microsoft.com",
3726
+ "package": "@fluentui/react-avatar",
3727
+ "commit": "31aa6d40ed6b3b411318d94fa56d4963b20b6e55",
3728
+ "comment": "Removed duplicate 'Avatar' from story names"
117
3729
  },
118
3730
  {
119
3731
  "author": "peter@draxler.ml",
120
- "package": "@fluentui/react-checkbox",
121
- "comment": "added styling of documentation",
122
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3732
+ "package": "@fluentui/react-avatar",
3733
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3734
+ "comment": "added styling of documentation"
123
3735
  },
124
3736
  {
125
- "author": "email not defined",
126
- "package": "@fluentui/react-components",
127
- "comment": "Release nightly v9",
128
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3737
+ "author": "gcox@microsoft.com",
3738
+ "package": "@fluentui/react-badge",
3739
+ "commit": "fd1d90fbddc49971db9f04e691d6dd16a0595f4a",
3740
+ "comment": "Removed duplicate 'Badge' from story names"
129
3741
  },
130
3742
  {
131
3743
  "author": "peter@draxler.ml",
132
- "package": "@fluentui/react-components",
133
- "comment": "added styling of documentation",
134
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3744
+ "package": "@fluentui/react-badge",
3745
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3746
+ "comment": "added styling of documentation"
135
3747
  },
136
3748
  {
137
- "author": "email not defined",
138
- "package": "@fluentui/react-conformance-make-styles",
139
- "comment": "Release nightly v9",
140
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3749
+ "author": "gcox@microsoft.com",
3750
+ "package": "@fluentui/react-button",
3751
+ "commit": "1708c7b753fb7c9d6d726cfe75f07c6633caaebe",
3752
+ "comment": "Removed duplicate 'Button' from story names"
141
3753
  },
142
3754
  {
143
- "author": "email not defined",
144
- "package": "@fluentui/react-context-selector",
145
- "comment": "Release nightly v9",
146
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3755
+ "author": "peter@draxler.ml",
3756
+ "package": "@fluentui/react-button",
3757
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3758
+ "comment": "added styling of documentation"
147
3759
  },
148
3760
  {
149
- "author": "email not defined",
150
- "package": "@fluentui/react-divider",
151
- "comment": "Release nightly v9",
152
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3761
+ "author": "peter@draxler.ml",
3762
+ "package": "@fluentui/react-card",
3763
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3764
+ "comment": "added styling of documentation"
3765
+ },
3766
+ {
3767
+ "author": "peter@draxler.ml",
3768
+ "package": "@fluentui/react-checkbox",
3769
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3770
+ "comment": "added styling of documentation"
153
3771
  },
154
3772
  {
155
3773
  "author": "gcox@microsoft.com",
156
- "package": "@fluentui/react-divider",
157
- "comment": "Removed duplicate 'Divider' from story names",
158
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3774
+ "package": "@fluentui/react-components",
3775
+ "commit": "b209885366c2561c89ca63fb5f9d96b2890d412c",
3776
+ "comment": "Authored slots documentation"
159
3777
  },
160
3778
  {
161
3779
  "author": "peter@draxler.ml",
3780
+ "package": "@fluentui/react-components",
3781
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3782
+ "comment": "added styling of documentation"
3783
+ },
3784
+ {
3785
+ "author": "gcox@microsoft.com",
162
3786
  "package": "@fluentui/react-divider",
163
- "comment": "added styling of documentation",
164
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3787
+ "commit": "989d2382c1b8087cac2bb4bc30fa56c237c07a13",
3788
+ "comment": "Removed duplicate 'Divider' from story names"
165
3789
  },
166
3790
  {
167
- "author": "email not defined",
168
- "package": "@fluentui/react-image",
169
- "comment": "Release nightly v9",
170
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3791
+ "author": "peter@draxler.ml",
3792
+ "package": "@fluentui/react-divider",
3793
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3794
+ "comment": "added styling of documentation"
171
3795
  },
172
3796
  {
173
3797
  "author": "gcox@microsoft.com",
174
3798
  "package": "@fluentui/react-image",
175
- "comment": "Removed duplicate 'Image' from story names",
176
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3799
+ "commit": "e71393ebda85c52094c46d42d93af1e642f21293",
3800
+ "comment": "Removed duplicate 'Image' from story names"
177
3801
  },
178
3802
  {
179
3803
  "author": "peter@draxler.ml",
180
3804
  "package": "@fluentui/react-image",
181
- "comment": "added styling of documentation",
182
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
183
- },
184
- {
185
- "author": "email not defined",
186
- "package": "@fluentui/react-label",
187
- "comment": "Release nightly v9",
188
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3805
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3806
+ "comment": "added styling of documentation"
189
3807
  },
190
3808
  {
191
3809
  "author": "peter@draxler.ml",
192
3810
  "package": "@fluentui/react-label",
193
- "comment": "added styling of documentation",
194
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3811
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3812
+ "comment": "added styling of documentation"
195
3813
  },
196
3814
  {
197
3815
  "author": "gcox@microsoft.com",
198
3816
  "package": "@fluentui/react-label",
199
- "comment": "Removed duplicate 'Label' from story names",
200
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
201
- },
202
- {
203
- "author": "email not defined",
204
- "package": "@fluentui/react-link",
205
- "comment": "Release nightly v9",
206
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3817
+ "commit": "9a5055bbb719173bdfa5c82c1ab14f93efa9c736",
3818
+ "comment": "Removed duplicate 'Label' from story names"
207
3819
  },
208
3820
  {
209
3821
  "author": "peter@draxler.ml",
210
3822
  "package": "@fluentui/react-link",
211
- "comment": "added styling of documentation",
212
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
213
- },
214
- {
215
- "author": "email not defined",
216
- "package": "@fluentui/react-make-styles",
217
- "comment": "Release nightly v9",
218
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3823
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3824
+ "comment": "added styling of documentation"
219
3825
  },
220
3826
  {
221
3827
  "author": "peter@draxler.ml",
222
3828
  "package": "@fluentui/react-make-styles",
223
- "comment": "added styling of documentation",
224
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
225
- },
226
- {
227
- "author": "email not defined",
228
- "package": "@fluentui/react-menu",
229
- "comment": "Release nightly v9",
230
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3829
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3830
+ "comment": "added styling of documentation"
231
3831
  },
232
3832
  {
233
3833
  "author": "olfedias@microsoft.com",
234
3834
  "package": "@fluentui/react-menu",
235
- "comment": "Simplify type for MenuOpenChangeData",
236
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3835
+ "commit": "1efadb35b4fc630435968de2ee44fe80d539ba1a",
3836
+ "comment": "Simplify type for MenuOpenChangeData"
237
3837
  },
238
3838
  {
239
3839
  "author": "peter@draxler.ml",
240
3840
  "package": "@fluentui/react-menu",
241
- "comment": "added styling of documentation",
242
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
243
- },
244
- {
245
- "author": "email not defined",
246
- "package": "@fluentui/react-popover",
247
- "comment": "Release nightly v9",
248
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3841
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3842
+ "comment": "added styling of documentation"
249
3843
  },
250
3844
  {
251
3845
  "author": "peter@draxler.ml",
252
3846
  "package": "@fluentui/react-popover",
253
- "comment": "added styling of documentation",
254
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3847
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3848
+ "comment": "added styling of documentation"
255
3849
  },
256
3850
  {
257
3851
  "author": "olfedias@microsoft.com",
258
3852
  "package": "@fluentui/react-popover",
259
- "comment": "Simplify type for OnOpenChangeData",
260
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
261
- },
262
- {
263
- "author": "email not defined",
264
- "package": "@fluentui/react-portal",
265
- "comment": "Release nightly v9",
266
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3853
+ "commit": "1efadb35b4fc630435968de2ee44fe80d539ba1a",
3854
+ "comment": "Simplify type for OnOpenChangeData"
267
3855
  },
268
3856
  {
269
3857
  "author": "gcox@microsoft.com",
270
3858
  "package": "@fluentui/react-portal",
271
- "comment": "Removed duplicate 'Portal' from story names",
272
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3859
+ "commit": "d730088d7f6e5965ba5d5ed0d449e250f171d791",
3860
+ "comment": "Removed duplicate 'Portal' from story names"
273
3861
  },
274
3862
  {
275
3863
  "author": "peter@draxler.ml",
276
3864
  "package": "@fluentui/react-portal",
277
- "comment": "added styling of documentation",
278
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
279
- },
280
- {
281
- "author": "email not defined",
282
- "package": "@fluentui/react-positioning",
283
- "comment": "Release nightly v9",
284
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3865
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3866
+ "comment": "added styling of documentation"
285
3867
  },
286
3868
  {
287
3869
  "author": "peter@draxler.ml",
288
3870
  "package": "@fluentui/react-positioning",
289
- "comment": "added styling of documentation",
290
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
291
- },
292
- {
293
- "author": "email not defined",
294
- "package": "@fluentui/react-provider",
295
- "comment": "Release nightly v9",
296
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3871
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3872
+ "comment": "added styling of documentation"
297
3873
  },
298
3874
  {
299
3875
  "author": "peter@draxler.ml",
300
3876
  "package": "@fluentui/react-provider",
301
- "comment": "added styling of documentation",
302
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
303
- },
304
- {
305
- "author": "email not defined",
306
- "package": "@fluentui/react-shared-contexts",
307
- "comment": "Release nightly v9",
308
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
309
- },
310
- {
311
- "author": "email not defined",
312
- "package": "@fluentui/react-slider",
313
- "comment": "Release nightly v9",
314
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3877
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3878
+ "comment": "added styling of documentation"
315
3879
  },
316
3880
  {
317
3881
  "author": "peter@draxler.ml",
318
3882
  "package": "@fluentui/react-slider",
319
- "comment": "added styling of documentation",
320
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
321
- },
322
- {
323
- "author": "email not defined",
324
- "package": "@fluentui/react-switch",
325
- "comment": "Release nightly v9",
326
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3883
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3884
+ "comment": "added styling of documentation"
327
3885
  },
328
3886
  {
329
3887
  "author": "czearing@outlook.com",
330
3888
  "package": "@fluentui/react-switch",
331
- "comment": "Changing the Switch's onKeyDown event to onKeyUp.",
332
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3889
+ "commit": "ae512f66872beea9d95a168d759406d42281d835",
3890
+ "comment": "Changing the Switch's onKeyDown event to onKeyUp."
333
3891
  },
334
3892
  {
335
3893
  "author": "peter@draxler.ml",
336
3894
  "package": "@fluentui/react-switch",
337
- "comment": "added styling of documentation",
338
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
339
- },
340
- {
341
- "author": "email not defined",
342
- "package": "@fluentui/react-tabster",
343
- "comment": "Release nightly v9",
344
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3895
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3896
+ "comment": "added styling of documentation"
345
3897
  },
346
3898
  {
347
3899
  "author": "peter@draxler.ml",
348
3900
  "package": "@fluentui/react-tabster",
349
- "comment": "added styling of documentation",
350
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
351
- },
352
- {
353
- "author": "email not defined",
354
- "package": "@fluentui/react-text",
355
- "comment": "Release nightly v9",
356
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3901
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3902
+ "comment": "added styling of documentation"
357
3903
  },
358
3904
  {
359
3905
  "author": "peter@draxler.ml",
360
3906
  "package": "@fluentui/react-text",
361
- "comment": "added styling of documentation",
362
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
363
- },
364
- {
365
- "author": "email not defined",
366
- "package": "@fluentui/react-theme",
367
- "comment": "Release nightly v9",
368
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3907
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3908
+ "comment": "added styling of documentation"
369
3909
  },
370
3910
  {
371
3911
  "author": "lingfangao@hotmail.com",
372
3912
  "package": "@fluentui/react-theme",
373
- "comment": "fix(reat-theme): Remove template literal types for color palette",
374
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3913
+ "commit": "f81b28ceb3d5d5d52a4f7e7ce50f99aed9832109",
3914
+ "comment": "fix(reat-theme): Remove template literal types for color palette"
375
3915
  },
376
3916
  {
377
3917
  "author": "peter@draxler.ml",
378
3918
  "package": "@fluentui/react-theme",
379
- "comment": "added styling of documentation",
380
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
381
- },
382
- {
383
- "author": "email not defined",
384
- "package": "@fluentui/react-tooltip",
385
- "comment": "Release nightly v9",
386
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3919
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3920
+ "comment": "added styling of documentation"
387
3921
  },
388
3922
  {
389
3923
  "author": "gcox@microsoft.com",
390
3924
  "package": "@fluentui/react-tooltip",
391
- "comment": "Removed duplicate 'Tooltip' from story names",
392
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3925
+ "commit": "75a731d1410685b12a091dcd8a60c318f58260f6",
3926
+ "comment": "Removed duplicate 'Tooltip' from story names"
393
3927
  },
394
3928
  {
395
3929
  "author": "peter@draxler.ml",
396
3930
  "package": "@fluentui/react-tooltip",
397
- "comment": "added styling of documentation",
398
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
399
- },
400
- {
401
- "author": "email not defined",
402
- "package": "@fluentui/react-utilities",
403
- "comment": "Release nightly v9",
404
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3931
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
3932
+ "comment": "added styling of documentation"
405
3933
  },
406
3934
  {
407
3935
  "author": "olfedias@microsoft.com",
408
3936
  "package": "@fluentui/react-utilities",
409
- "comment": "remove compat utilities and types",
410
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
411
- },
412
- {
413
- "author": "email not defined",
414
- "package": "@fluentui/babel-make-styles",
415
- "comment": "Release nightly v9",
416
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
417
- },
418
- {
419
- "author": "elcraig@microsoft.com",
420
- "package": "@fluentui/babel-make-styles",
421
- "comment": "Handle styles defined in an arrow function without any params",
422
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
423
- },
424
- {
425
- "author": "email not defined",
426
- "package": "@fluentui/jest-serializer-make-styles",
427
- "comment": "Release nightly v9",
428
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3937
+ "commit": "5cd2c86d041588c98747f16902ff99a7b41c10ac",
3938
+ "comment": "remove compat utilities and types"
429
3939
  },
430
3940
  {
431
- "author": "email not defined",
432
- "package": "@fluentui/keyboard-keys",
433
- "comment": "Release nightly v9",
434
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3941
+ "author": "lingfangao@hotmail.com",
3942
+ "package": "@fluentui/react-utilities",
3943
+ "commit": "b5b740100714724214e097fae2f7c1f51f294e35",
3944
+ "comment": "fix(getNativeElementPrps): Add support for `onAuxClick`"
435
3945
  }
436
3946
  ],
437
3947
  "none": [
438
3948
  {
439
3949
  "author": "olfedias@microsoft.com",
440
3950
  "package": "@fluentui/react-accordion",
441
- "comment": "replace temporary icons in stories",
442
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3951
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
3952
+ "comment": "replace temporary icons in stories"
443
3953
  },
444
3954
  {
445
3955
  "author": "olfedias@microsoft.com",
446
3956
  "package": "@fluentui/react-avatar",
447
- "comment": "remove unused story file",
448
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3957
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
3958
+ "comment": "remove unused story file"
449
3959
  },
450
3960
  {
451
3961
  "author": "olfedias@microsoft.com",
452
3962
  "package": "@fluentui/react-badge",
453
- "comment": "fix bundle size fixture",
454
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3963
+ "commit": "7518a483df09e687ef56153d3f25da27802431a3",
3964
+ "comment": "fix bundle size fixture"
455
3965
  },
456
3966
  {
457
3967
  "author": "olfedias@microsoft.com",
458
3968
  "package": "@fluentui/react-badge",
459
- "comment": "remove unused story file",
460
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3969
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
3970
+ "comment": "remove unused story file"
3971
+ },
3972
+ {
3973
+ "author": "lingfangao@hotmail.com",
3974
+ "package": "@fluentui/react-button",
3975
+ "commit": "e2723666e63feb392712ade7aa477790a3e5b440",
3976
+ "comment": "chore(Button): Make documentation exportable to codesandbox"
461
3977
  },
462
3978
  {
463
3979
  "author": "mgodbolt@microsoft.com",
464
3980
  "package": "@fluentui/react-button",
465
- "comment": "remove playground from button examples",
466
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3981
+ "commit": "8bcee39f3aefc8d6dc1c1eb9f27aab901e7b55c9",
3982
+ "comment": "remove playground from button examples"
3983
+ },
3984
+ {
3985
+ "author": "ndresx@gmail.com",
3986
+ "package": "@fluentui/react-checkbox",
3987
+ "commit": "d8162eddd0a6ba0893a7984b8244a033f5cb0f39",
3988
+ "comment": "Migrate react-checkbox tests to rtl"
467
3989
  },
468
3990
  {
469
3991
  "author": "jukapsia@microsoft.com",
470
3992
  "package": "@fluentui/react-components",
471
- "comment": "docs(Accessibility): Accessibility scenarios in storybook",
472
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3993
+ "commit": "46b9ea7036258e7b2d44bf0534cb1d24085f3404",
3994
+ "comment": "docs(Accessibility): Accessibility scenarios in storybook"
473
3995
  },
474
3996
  {
475
3997
  "author": "lingfangao@hotmail.com",
476
3998
  "package": "@fluentui/react-components",
477
- "comment": "fix(react-components): Storybook alphabetical sorting",
478
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
3999
+ "commit": "a303e113b2197701c4870e703f7b5255f4726326",
4000
+ "comment": "fix(react-components): Storybook alphabetical sorting"
479
4001
  },
480
4002
  {
481
4003
  "author": "olfedias@microsoft.com",
482
4004
  "package": "@fluentui/react-divider",
483
- "comment": "replace temporary icons in stories",
484
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
4005
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
4006
+ "comment": "replace temporary icons in stories"
485
4007
  },
486
4008
  {
487
4009
  "author": "tkrasniqi@microsoft.com",
488
4010
  "package": "@fluentui/react-image",
489
- "comment": "Updated migration guide",
490
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
4011
+ "commit": "138ac075ebfc80d8ed588e23177d14b70ca03593",
4012
+ "comment": "Updated migration guide"
4013
+ },
4014
+ {
4015
+ "author": "lingfangao@hotmail.com",
4016
+ "package": "@fluentui/react-link",
4017
+ "commit": "8cee28054c8667836c0a7ffd69587b4da370658c",
4018
+ "comment": "chore(Link): Make documentation exportable to codesandbox"
4019
+ },
4020
+ {
4021
+ "author": "ndresx@gmail.com",
4022
+ "package": "@fluentui/react-link",
4023
+ "commit": "63b209caf3d34e87c08cec16cfc2f7433f3cd65c",
4024
+ "comment": "Migrate react-link tests to rtl"
491
4025
  },
492
4026
  {
493
4027
  "author": "olfedias@microsoft.com",
494
4028
  "package": "@fluentui/react-menu",
495
- "comment": "remove unused file with icons",
496
- "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
4029
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
4030
+ "comment": "remove unused file with icons"
497
4031
  }
498
4032
  ]
499
4033
  }