@fluentui/react-components 9.0.0-rc.8 → 9.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +510 -1
- package/CHANGELOG.md +110 -32
- package/dist/{react-components.d.ts → index.d.ts} +42 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/dist/unstable.d.ts +446 -0
- package/lib/index.js +3 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +27 -6
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +33 -34
- package/unstable/package.json +1 -1
- package/lib/AccessibilityScenarios/utils.d.ts +0 -13
- package/lib/Concepts/Icons/ReactIconGrid.d.ts +0 -2
- package/lib/DocsComponents/isHosted.d.ts +0 -1
- package/lib/DocsComponents/isHosted.js +0 -10
- package/lib/DocsComponents/isHosted.js.map +0 -1
- package/lib/index.d.ts +0 -35
- package/lib/unstable/index.d.ts +0 -20
- package/lib-commonjs/AccessibilityScenarios/utils.d.ts +0 -13
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.d.ts +0 -2
- package/lib-commonjs/DocsComponents/isHosted.d.ts +0 -1
- package/lib-commonjs/DocsComponents/isHosted.js +0 -18
- package/lib-commonjs/DocsComponents/isHosted.js.map +0 -1
- package/lib-commonjs/index.d.ts +0 -35
- package/lib-commonjs/unstable/index.d.ts +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,90 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:00 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.9)
|
|
8
|
+
|
|
9
|
+
Wed, 04 May 2022 13:24:00 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.8..@fluentui/react-components_v9.0.0-rc.9)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-text`
|
|
15
|
+
- feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
|
|
16
|
+
- Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
|
|
17
|
+
- `@fluentui/react-theme`
|
|
18
|
+
- Add px suffix to spacings ([PR #22722](https://github.com/microsoft/fluentui/pull/22722) by gcox@microsoft.com)
|
|
19
|
+
- Fixed typo in typography ([PR #22625](https://github.com/microsoft/fluentui/pull/22625) by gcox@microsoft.com)
|
|
20
|
+
- Fixed line-height in title2 ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
|
|
21
|
+
- Added global theme types and tokens ([PR #22607](https://github.com/microsoft/fluentui/pull/22607) by gcox@microsoft.com)
|
|
22
|
+
- fix(react-theme): Update CompoundBrandBackground and BrandStroke1 ([PR #22751](https://github.com/microsoft/fluentui/pull/22751) by miroslav.stastny@microsoft.com)
|
|
23
|
+
- Add base font family per figma ([PR #22627](https://github.com/microsoft/fluentui/pull/22627) by gcox@microsoft.com)
|
|
24
|
+
- Added typeography styles ([PR #22610](https://github.com/microsoft/fluentui/pull/22610) by gcox@microsoft.com)
|
|
25
|
+
- feat(react-theme): Add colorNeutralForeground2Link color tokens ([PR #22570](https://github.com/microsoft/fluentui/pull/22570) by miroslav.stastny@microsoft.com)
|
|
26
|
+
- `@fluentui/keyboard-keys`
|
|
27
|
+
- remove star exports ([PR #22681](https://github.com/microsoft/fluentui/pull/22681) by seanmonahan@microsoft.com)
|
|
28
|
+
- `@fluentui/react-accordion`
|
|
29
|
+
- remove star exports ([PR #22682](https://github.com/microsoft/fluentui/pull/22682) by seanmonahan@microsoft.com)
|
|
30
|
+
- `@fluentui/react-card`
|
|
31
|
+
- feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
|
|
32
|
+
- `@fluentui/react-components`
|
|
33
|
+
- feat: re-exports positioning types at `react-components` ([PR #22666](https://github.com/microsoft/fluentui/pull/22666) by bsunderhus@microsoft.com)
|
|
34
|
+
- feat: export `useThemeClassName` hook ([PR #22639](https://github.com/microsoft/fluentui/pull/22639) by olfedias@microsoft.com)
|
|
35
|
+
- feat: re-export `createFocusOutlineStyle` on `react-components` ([PR #22747](https://github.com/microsoft/fluentui/pull/22747) by bsunderhus@microsoft.com)
|
|
36
|
+
- feat: ship rolluped only dts ([PR #22746](https://github.com/microsoft/fluentui/pull/22746) by martinhochel@microsoft.com)
|
|
37
|
+
- Fixed typo in typography ([PR #22625](https://github.com/microsoft/fluentui/pull/22625) by gcox@microsoft.com)
|
|
38
|
+
- Exported typeography styles ([PR #22610](https://github.com/microsoft/fluentui/pull/22610) by gcox@microsoft.com)
|
|
39
|
+
- Exported new theme types ([PR #22607](https://github.com/microsoft/fluentui/pull/22607) by gcox@microsoft.com)
|
|
40
|
+
- `@fluentui/react-image`
|
|
41
|
+
- feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
|
|
42
|
+
- `@fluentui/react-input`
|
|
43
|
+
- update content before/after stories; label usage in stories ([PR #22731](https://github.com/microsoft/fluentui/pull/22731) by seanmonahan@microsoft.com)
|
|
44
|
+
- `@fluentui/react-label`
|
|
45
|
+
- Add style to make required match text when disabled ([PR #22715](https://github.com/microsoft/fluentui/pull/22715) by mgodbolt@microsoft.com)
|
|
46
|
+
- `@fluentui/react-link`
|
|
47
|
+
- Link: Changing styles of focused links to align with design spec. ([PR #22732](https://github.com/microsoft/fluentui/pull/22732) by Humberto.Morimoto@microsoft.com)
|
|
48
|
+
- `@fluentui/react-menu`
|
|
49
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
|
50
|
+
- `@fluentui/react-popover`
|
|
51
|
+
- feat: Add inline prop to Popover ([PR #22789](https://github.com/microsoft/fluentui/pull/22789) by lingfangao@hotmail.com)
|
|
52
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
|
53
|
+
- feat: Adds prop `closeOnScroll` to close popover on scrolling outside ([PR #22784](https://github.com/microsoft/fluentui/pull/22784) by yuanboxue@microsoft.com)
|
|
54
|
+
- feat: Adds prop `mouseLeaveDelay` to delay closing popover that opens on hover ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by yuanboxue@microsoft.com)
|
|
55
|
+
- `@fluentui/react-portal-compat`
|
|
56
|
+
- initial release ([PR #22510](https://github.com/microsoft/fluentui/pull/22510) by olfedias@microsoft.com)
|
|
57
|
+
- `@fluentui/react-portal-compat-context`
|
|
58
|
+
- initial release ([PR #22510](https://github.com/microsoft/fluentui/pull/22510) by olfedias@microsoft.com)
|
|
59
|
+
- `@fluentui/react-portal`
|
|
60
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
|
61
|
+
- `@fluentui/react-provider`
|
|
62
|
+
- check for styleTag.sheet before performing actions on the sheet ([PR #22684](https://github.com/microsoft/fluentui/pull/22684) by mgodbolt@microsoft.com)
|
|
63
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
|
64
|
+
- `@fluentui/react-radio`
|
|
65
|
+
- react-radio: update context usage ([PR #22803](https://github.com/microsoft/fluentui/pull/22803) by seanmonahan@microsoft.com)
|
|
66
|
+
- add bundle size fixtures ([PR #22675](https://github.com/microsoft/fluentui/pull/22675) by seanmonahan@microsoft.com)
|
|
67
|
+
- react-radio: add required prop to RadioGroup ([PR #22809](https://github.com/microsoft/fluentui/pull/22809) by seanmonahan@microsoft.com)
|
|
68
|
+
- react-radio: remove required indicator from label ([PR #22782](https://github.com/microsoft/fluentui/pull/22782) by seanmonahan@microsoft.com)
|
|
69
|
+
- write readme ([PR #22676](https://github.com/microsoft/fluentui/pull/22676) by seanmonahan@microsoft.com)
|
|
70
|
+
- Allow data argument on onChange ([PR #22753](https://github.com/microsoft/fluentui/pull/22753) by miroslav.stastny@microsoft.com)
|
|
71
|
+
- `@fluentui/react-slider`
|
|
72
|
+
- Adjust focus rect to match design, and update color tokens to improve dark mode contrast ([PR #22701](https://github.com/microsoft/fluentui/pull/22701) by mgodbolt@microsoft.com)
|
|
73
|
+
- `@fluentui/react-spinbutton`
|
|
74
|
+
- remove MIGRATION.md ([PR #22737](https://github.com/microsoft/fluentui/pull/22737) by seanmonahan@microsoft.com)
|
|
75
|
+
- react-spinbutton: remove "inputType" prop ([PR #22652](https://github.com/microsoft/fluentui/pull/22652) by seanmonahan@microsoft.com)
|
|
76
|
+
- `@fluentui/react-switch`
|
|
77
|
+
- Switch: Fixing disabled styles in high contrast mode. ([PR #22817](https://github.com/microsoft/fluentui/pull/22817) by humberto_makoto@hotmail.com)
|
|
78
|
+
- `@fluentui/react-tabs`
|
|
79
|
+
- Added aria-selected ([PR #22742](https://github.com/microsoft/fluentui/pull/22742) by gcox@microsoft.com)
|
|
80
|
+
- Updated to use correct pseudo-elements ([PR #22768](https://github.com/microsoft/fluentui/pull/22768) by gcox@microsoft.com)
|
|
81
|
+
- Updated to use tokens ([PR #22717](https://github.com/microsoft/fluentui/pull/22717) by gcox@microsoft.com)
|
|
82
|
+
- Removed unnecessary width and height from indicators ([PR #22744](https://github.com/microsoft/fluentui/pull/22744) by gcox@microsoft.com)
|
|
83
|
+
- Allow tab to animate when value is numeric zero ([PR #22754](https://github.com/microsoft/fluentui/pull/22754) by gcox@microsoft.com)
|
|
84
|
+
|
|
7
85
|
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.8)
|
|
8
86
|
|
|
9
|
-
Mon, 25 Apr 2022 09:
|
|
87
|
+
Mon, 25 Apr 2022 09:32:14 GMT
|
|
10
88
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.7..@fluentui/react-components_v9.0.0-rc.8)
|
|
11
89
|
|
|
12
90
|
### Changes
|
|
@@ -184,7 +262,7 @@ Tue, 19 Apr 2022 19:16:44 GMT
|
|
|
184
262
|
|
|
185
263
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.6)
|
|
186
264
|
|
|
187
|
-
Fri, 04 Mar 2022 19:49:34 GMT
|
|
265
|
+
Fri, 04 Mar 2022 19:49:34 GMT
|
|
188
266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.5..@fluentui/react-components_v9.0.0-rc.6)
|
|
189
267
|
|
|
190
268
|
### Changes
|
|
@@ -194,7 +272,7 @@ Fri, 04 Mar 2022 19:49:34 GMT
|
|
|
194
272
|
|
|
195
273
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.5)
|
|
196
274
|
|
|
197
|
-
Fri, 04 Mar 2022 05:17:28 GMT
|
|
275
|
+
Fri, 04 Mar 2022 05:17:28 GMT
|
|
198
276
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.4..@fluentui/react-components_v9.0.0-rc.5)
|
|
199
277
|
|
|
200
278
|
### Changes
|
|
@@ -272,7 +350,7 @@ Fri, 04 Mar 2022 05:17:28 GMT
|
|
|
272
350
|
|
|
273
351
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.4)
|
|
274
352
|
|
|
275
|
-
Tue, 01 Mar 2022 02:17:34 GMT
|
|
353
|
+
Tue, 01 Mar 2022 02:17:34 GMT
|
|
276
354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.3..@fluentui/react-components_v9.0.0-rc.4)
|
|
277
355
|
|
|
278
356
|
### Changes
|
|
@@ -319,7 +397,7 @@ Tue, 01 Mar 2022 02:17:34 GMT
|
|
|
319
397
|
|
|
320
398
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.3)
|
|
321
399
|
|
|
322
|
-
Fri, 18 Feb 2022 13:35:27 GMT
|
|
400
|
+
Fri, 18 Feb 2022 13:35:27 GMT
|
|
323
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-rc.1..@fluentui/react-components_v9.0.0-rc.3)
|
|
324
402
|
|
|
325
403
|
### Changes
|
|
@@ -406,7 +484,7 @@ Fri, 18 Feb 2022 13:35:27 GMT
|
|
|
406
484
|
|
|
407
485
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-rc.1)
|
|
408
486
|
|
|
409
|
-
Thu, 10 Feb 2022 08:50:26 GMT
|
|
487
|
+
Thu, 10 Feb 2022 08:50:26 GMT
|
|
410
488
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-beta.5..@fluentui/react-components_v9.0.0-rc.1)
|
|
411
489
|
|
|
412
490
|
### Changes
|
|
@@ -423,7 +501,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
423
501
|
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21058](https://github.com/microsoft/fluentui/pull/21058) by Humberto.Morimoto@microsoft.com)
|
|
424
502
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
425
503
|
- update styles to not use CSS shorthands ([PR #20795](https://github.com/microsoft/fluentui/pull/20795) by olfedias@microsoft.com)
|
|
426
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
504
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
427
505
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
428
506
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
429
507
|
- Update documentation stories ([PR #21298](https://github.com/microsoft/fluentui/pull/21298) by behowell@microsoft.com)
|
|
@@ -431,14 +509,14 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
431
509
|
- Fix tooltip arrow rendering, and add high contrast border around Tooltip ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
|
|
432
510
|
- Remove Tooltip's inverted prop in favor of the appearance prop ([PR #21327](https://github.com/microsoft/fluentui/pull/21327) by behowell@microsoft.com)
|
|
433
511
|
- `@fluentui/react-utilities`
|
|
434
|
-
- Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
512
|
+
- Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
435
513
|
- getSlots: remove slotNames param, and infer from state.components instead ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
436
514
|
- add useTriggerElement() hook ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by olfedias@microsoft.com)
|
|
437
515
|
- Removes nullRender from react-utilities ([PR #21576](https://github.com/microsoft/fluentui/pull/21576) by bsunderhus@microsoft.com)
|
|
438
516
|
- update applyTriggerPropsToChildren() to return React.ReactElement or null ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
|
439
517
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
440
518
|
- Adding ComponentSlotProps to allow ref to be passed in composite components. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
|
441
|
-
- Renaming most
|
|
519
|
+
- Renaming most _Shorthand_ composition types to _SlotProps_ so they better reflect what the types do. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
442
520
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
443
521
|
- Update trigger utilities to handle nested triggers ([PR #21495](https://github.com/microsoft/fluentui/pull/21495) by behowell@microsoft.com)
|
|
444
522
|
- [breaking] Remove useControllableValue hook (use useControllableState instead) ([PR #20865](https://github.com/microsoft/fluentui/pull/20865) by elcraig@microsoft.com)
|
|
@@ -448,7 +526,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
448
526
|
- standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
|
449
527
|
- update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
|
|
450
528
|
- fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
|
|
451
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
529
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
452
530
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
453
531
|
- Replacing use of functions in makeStyles with direct use of tokens ([PR #21049](https://github.com/microsoft/fluentui/pull/21049) by Humberto.Morimoto@microsoft.com)
|
|
454
532
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
@@ -458,7 +536,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
458
536
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
|
459
537
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
460
538
|
- `@fluentui/react-portal`
|
|
461
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
539
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
462
540
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
|
463
541
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
464
542
|
- remove unused dependency on Griffel ([PR #21393](https://github.com/microsoft/fluentui/pull/21393) by olfedias@microsoft.com)
|
|
@@ -485,10 +563,10 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
485
563
|
- Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
|
|
486
564
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
487
565
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
488
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
566
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
489
567
|
- `@fluentui/react-shared-contexts`
|
|
490
568
|
- make the ThemeContext TS API reflect runtime and remove redundant ThemeContextValue ([PR #21286](https://github.com/microsoft/fluentui/pull/21286) by martinhochel@microsoft.com)
|
|
491
|
-
- Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
569
|
+
- Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
492
570
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
493
571
|
- `@fluentui/react-slider`
|
|
494
572
|
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
|
@@ -506,7 +584,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
506
584
|
- update styles to not use CSS shorthands ([PR #20844](https://github.com/microsoft/fluentui/pull/20844) by olfedias@microsoft.com)
|
|
507
585
|
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21056](https://github.com/microsoft/fluentui/pull/21056) by Humberto.Morimoto@microsoft.com)
|
|
508
586
|
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
|
509
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
587
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
510
588
|
- Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
511
589
|
- `@fluentui/react-tabster`
|
|
512
590
|
- feat: Support `options` for `findNextFocusable` and `findPrevFocusable` focus finders ([PR #21095](https://github.com/microsoft/fluentui/pull/21095) by lingfangao@hotmail.com)
|
|
@@ -519,7 +597,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
519
597
|
- update styles to not use CSS shorthands ([PR #20842](https://github.com/microsoft/fluentui/pull/20842) by olfedias@microsoft.com)
|
|
520
598
|
- `@fluentui/react-text`
|
|
521
599
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
522
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
600
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
523
601
|
- use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
|
|
524
602
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
525
603
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
|
@@ -552,7 +630,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
552
630
|
- Added aria-orientation to divider ([PR #21292](https://github.com/microsoft/fluentui/pull/21292) by gcox@microsoft.com)
|
|
553
631
|
- Added missing descriptions to divider stories ([PR #21067](https://github.com/microsoft/fluentui/pull/21067) by gcox@microsoft.com)
|
|
554
632
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
555
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
633
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
556
634
|
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
|
557
635
|
- Replace make-styles packages with griffel equivalents. ([PR #21433](https://github.com/microsoft/fluentui/pull/21433) by olfedias@microsoft.com)
|
|
558
636
|
- `@fluentui/react-image`
|
|
@@ -561,12 +639,12 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
561
639
|
- use Griffel packages ([PR #21432](https://github.com/microsoft/fluentui/pull/21432) by olfedias@microsoft.com)
|
|
562
640
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
563
641
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
564
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
642
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
565
643
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
566
644
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
567
645
|
- update styles to not use CSS shorthands ([PR #20818](https://github.com/microsoft/fluentui/pull/20818) by olfedias@microsoft.com)
|
|
568
646
|
- `@fluentui/react-input`
|
|
569
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
647
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
570
648
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
571
649
|
- Fix styling issues found in accessibility review ([PR #21205](https://github.com/microsoft/fluentui/pull/21205) by elcraig@microsoft.com)
|
|
572
650
|
- Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
@@ -584,7 +662,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
584
662
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
585
663
|
- react-label: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21046](https://github.com/microsoft/fluentui/pull/21046) by Humberto.Morimoto@microsoft.com)
|
|
586
664
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
587
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
665
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
588
666
|
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
|
589
667
|
- `@fluentui/react-link`
|
|
590
668
|
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
|
@@ -594,7 +672,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
594
672
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
595
673
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
596
674
|
- update styles to not use CSS shorthands ([PR #20819](https://github.com/microsoft/fluentui/pull/20819) by olfedias@microsoft.com)
|
|
597
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
675
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
598
676
|
- use Griffel packages ([PR #21429](https://github.com/microsoft/fluentui/pull/21429) by olfedias@microsoft.com)
|
|
599
677
|
- react-link: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21047](https://github.com/microsoft/fluentui/pull/21047) by Humberto.Morimoto@microsoft.com)
|
|
600
678
|
- `@fluentui/react-menu`
|
|
@@ -604,7 +682,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
604
682
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
605
683
|
- Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
|
|
606
684
|
- update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
|
607
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
685
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
608
686
|
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
|
609
687
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
610
688
|
- update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
|
|
@@ -641,14 +719,14 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
641
719
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
642
720
|
- use Griffel packages ([PR #21437](https://github.com/microsoft/fluentui/pull/21437) by olfedias@microsoft.com)
|
|
643
721
|
- react-badge: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21038](https://github.com/microsoft/fluentui/pull/21038) by Humberto.Morimoto@microsoft.com)
|
|
644
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
722
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
645
723
|
- fix: Add uniform padding and modify gaps ([PR #20974](https://github.com/microsoft/fluentui/pull/20974) by lingfangao@hotmail.com)
|
|
646
724
|
- `@fluentui/react-button`
|
|
647
725
|
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
|
648
726
|
- Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall. ([PR #21494](https://github.com/microsoft/fluentui/pull/21494) by Humberto.Morimoto@microsoft.com)
|
|
649
727
|
- Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
|
|
650
728
|
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
|
651
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
729
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
652
730
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
653
731
|
- (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
|
|
654
732
|
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21039](https://github.com/microsoft/fluentui/pull/21039) by Humberto.Morimoto@microsoft.com)
|
|
@@ -670,7 +748,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
670
748
|
- react-card: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21040](https://github.com/microsoft/fluentui/pull/21040) by Humberto.Morimoto@microsoft.com)
|
|
671
749
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
672
750
|
- Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
|
|
673
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
751
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
674
752
|
- use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
|
|
675
753
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
676
754
|
- update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
|
|
@@ -688,7 +766,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
688
766
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
689
767
|
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21041](https://github.com/microsoft/fluentui/pull/21041) by Humberto.Morimoto@microsoft.com)
|
|
690
768
|
- Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
691
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
769
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
692
770
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
|
693
771
|
- Refactor Checkbox to use label as a slot instead of being the root ([PR #20904](https://github.com/microsoft/fluentui/pull/20904) by behowell@microsoft.com)
|
|
694
772
|
- `@fluentui/react-components`
|
|
@@ -705,7 +783,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
705
783
|
- Remove AccordionHeaderExpandIcon ([PR #21218](https://github.com/microsoft/fluentui/pull/21218) by behowell@microsoft.com)
|
|
706
784
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
707
785
|
- breaking: stop exporting useTheme hook ([PR #21257](https://github.com/microsoft/fluentui/pull/21257) by olfedias@microsoft.com)
|
|
708
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
786
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
709
787
|
- Add Input components (exported as /unstable) ([PR #21142](https://github.com/microsoft/fluentui/pull/21142) by elcraig@microsoft.com)
|
|
710
788
|
- remove mergeThemes from public API ([PR #21278](https://github.com/microsoft/fluentui/pull/21278) by martinhochel@microsoft.com)
|
|
711
789
|
- Remove components' shorthandProps array exports ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
@@ -726,7 +804,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
726
804
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
|
727
805
|
- update semantic elements and ARIA roles in react-accordion, add heading level story ([PR #21401](https://github.com/microsoft/fluentui/pull/21401) by sarah.higley@microsoft.com)
|
|
728
806
|
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
|
729
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
807
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
730
808
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
731
809
|
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
|
732
810
|
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21036](https://github.com/microsoft/fluentui/pull/21036) by Humberto.Morimoto@microsoft.com)
|
|
@@ -743,7 +821,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
743
821
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
744
822
|
- Replace make-styles packages with griffel equivalents. ([PR #21439](https://github.com/microsoft/fluentui/pull/21439) by olfedias@microsoft.com)
|
|
745
823
|
- Update documentation stories ([PR #21519](https://github.com/microsoft/fluentui/pull/21519) by behowell@microsoft.com)
|
|
746
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
824
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
|
747
825
|
- Export the default getInitials implementation ([PR #21445](https://github.com/microsoft/fluentui/pull/21445) by behowell@microsoft.com)
|
|
748
826
|
- (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
|
|
749
827
|
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
|
@@ -762,7 +840,7 @@ Thu, 10 Feb 2022 08:50:26 GMT
|
|
|
762
840
|
|
|
763
841
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-beta.5)
|
|
764
842
|
|
|
765
|
-
Thu, 25 Nov 2021 08:34:09 GMT
|
|
843
|
+
Thu, 25 Nov 2021 08:34:09 GMT
|
|
766
844
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-beta.4..@fluentui/react-components_v9.0.0-beta.5)
|
|
767
845
|
|
|
768
846
|
### Changes
|
|
@@ -805,7 +883,7 @@ Thu, 25 Nov 2021 08:34:09 GMT
|
|
|
805
883
|
|
|
806
884
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.0.0-beta.4)
|
|
807
885
|
|
|
808
|
-
Fri, 12 Nov 2021 13:25:06 GMT
|
|
886
|
+
Fri, 12 Nov 2021 13:25:06 GMT
|
|
809
887
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.0.0-beta.3..@fluentui/react-components_v9.0.0-beta.4)
|
|
810
888
|
|
|
811
889
|
### Changes
|
|
@@ -1042,7 +1120,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
1042
1120
|
- Adds ForwardRefComponent to components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
|
|
1043
1121
|
- `@fluentui/react-avatar`
|
|
1044
1122
|
- Adds ForwardRefComponent to components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
|
|
1045
|
-
- Fix Avatar stories after
|
|
1123
|
+
- Fix Avatar stories after #19449 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
|
|
1046
1124
|
- `@fluentui/react-badge`
|
|
1047
1125
|
- Adds ForwardRefComponent to react-badge components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
|
|
1048
1126
|
- `@fluentui/react-button`
|
|
@@ -82,11 +82,15 @@ import { counterBadgeClassNames } from '@fluentui/react-badge';
|
|
|
82
82
|
import { CounterBadgeProps } from '@fluentui/react-badge';
|
|
83
83
|
import { CounterBadgeState } from '@fluentui/react-badge';
|
|
84
84
|
import { createCustomFocusIndicatorStyle } from '@fluentui/react-tabster';
|
|
85
|
+
import { CreateCustomFocusIndicatorStyleOptions } from '@fluentui/react-tabster';
|
|
85
86
|
import { createDarkTheme } from '@fluentui/react-theme';
|
|
86
87
|
import { createDOMRenderer } from '@griffel/react';
|
|
88
|
+
import { createFocusOutlineStyle } from '@fluentui/react-tabster';
|
|
89
|
+
import { CreateFocusOutlineStyleOptions } from '@fluentui/react-tabster';
|
|
87
90
|
import { createHighContrastTheme } from '@fluentui/react-theme';
|
|
88
91
|
import { createLightTheme } from '@fluentui/react-theme';
|
|
89
92
|
import { createTeamsDarkTheme } from '@fluentui/react-theme';
|
|
93
|
+
import { CurveTokens } from '@fluentui/react-theme';
|
|
90
94
|
import { Display } from '@fluentui/react-text';
|
|
91
95
|
import { displayClassName } from '@fluentui/react-text';
|
|
92
96
|
import { displayClassNames } from '@fluentui/react-text';
|
|
@@ -96,6 +100,7 @@ import { dividerClassNames } from '@fluentui/react-divider';
|
|
|
96
100
|
import { DividerProps } from '@fluentui/react-divider';
|
|
97
101
|
import { DividerSlots } from '@fluentui/react-divider';
|
|
98
102
|
import { DividerState } from '@fluentui/react-divider';
|
|
103
|
+
import { DurationTokens } from '@fluentui/react-theme';
|
|
99
104
|
import { elementContains } from '@fluentui/react-portal';
|
|
100
105
|
import { FluentProvider } from '@fluentui/react-provider';
|
|
101
106
|
import { fluentProviderClassName } from '@fluentui/react-provider';
|
|
@@ -115,6 +120,7 @@ import { getSlots } from '@fluentui/react-utilities';
|
|
|
115
120
|
import { Headline } from '@fluentui/react-text';
|
|
116
121
|
import { headlineClassName } from '@fluentui/react-text';
|
|
117
122
|
import { headlineClassNames } from '@fluentui/react-text';
|
|
123
|
+
import { HorizontalSpacingTokens } from '@fluentui/react-theme';
|
|
118
124
|
import { Image as Image_2 } from '@fluentui/react-image';
|
|
119
125
|
import { imageClassName } from '@fluentui/react-image';
|
|
120
126
|
import { imageClassNames } from '@fluentui/react-image';
|
|
@@ -240,6 +246,9 @@ import { PopoverTriggerState } from '@fluentui/react-popover';
|
|
|
240
246
|
import { Portal } from '@fluentui/react-portal';
|
|
241
247
|
import { PortalProps } from '@fluentui/react-portal';
|
|
242
248
|
import { PortalState } from '@fluentui/react-portal';
|
|
249
|
+
import { PositioningProps } from '@fluentui/react-positioning';
|
|
250
|
+
import { PositioningShorthand } from '@fluentui/react-positioning';
|
|
251
|
+
import { PositioningShorthandValue } from '@fluentui/react-positioning';
|
|
243
252
|
import { PresenceBadge } from '@fluentui/react-badge';
|
|
244
253
|
import { presenceBadgeClassName } from '@fluentui/react-badge';
|
|
245
254
|
import { presenceBadgeClassNames } from '@fluentui/react-badge';
|
|
@@ -299,6 +308,7 @@ import { SliderState } from '@fluentui/react-slider';
|
|
|
299
308
|
import { Slot } from '@fluentui/react-utilities';
|
|
300
309
|
import { SlotClassNames } from '@fluentui/react-utilities';
|
|
301
310
|
import { SlotPropsRecord } from '@fluentui/react-utilities';
|
|
311
|
+
import { SpacingTokens } from '@fluentui/react-theme';
|
|
302
312
|
import { SplitButton } from '@fluentui/react-button';
|
|
303
313
|
import { splitButtonClassName } from '@fluentui/react-button';
|
|
304
314
|
import { splitButtonClassNames } from '@fluentui/react-button';
|
|
@@ -343,6 +353,8 @@ import { TooltipProps } from '@fluentui/react-tooltip';
|
|
|
343
353
|
import { TooltipSlots } from '@fluentui/react-tooltip';
|
|
344
354
|
import { TooltipState } from '@fluentui/react-tooltip';
|
|
345
355
|
import { TooltipTriggerProps } from '@fluentui/react-tooltip';
|
|
356
|
+
import { TypographyStyles } from '@fluentui/react-theme';
|
|
357
|
+
import { typographyStyles } from '@fluentui/react-theme';
|
|
346
358
|
import { UninitializedMenuListState } from '@fluentui/react-menu';
|
|
347
359
|
import { useAccordion_unstable } from '@fluentui/react-accordion';
|
|
348
360
|
import { useAccordionContextValues_unstable } from '@fluentui/react-accordion';
|
|
@@ -433,11 +445,13 @@ import { useSplitButtonStyles_unstable } from '@fluentui/react-button';
|
|
|
433
445
|
import { useSSRContext } from '@fluentui/react-utilities';
|
|
434
446
|
import { useText_unstable } from '@fluentui/react-text';
|
|
435
447
|
import { useTextStyles_unstable } from '@fluentui/react-text';
|
|
448
|
+
import { useThemeClassName } from '@fluentui/react-shared-contexts';
|
|
436
449
|
import { useToggleButton_unstable } from '@fluentui/react-button';
|
|
437
450
|
import { useToggleButtonStyles_unstable } from '@fluentui/react-button';
|
|
438
451
|
import { useToggleState } from '@fluentui/react-button';
|
|
439
452
|
import { useTooltip_unstable } from '@fluentui/react-tooltip';
|
|
440
453
|
import { useTooltipStyles_unstable } from '@fluentui/react-tooltip';
|
|
454
|
+
import { VerticalSpacingTokens } from '@fluentui/react-theme';
|
|
441
455
|
import { webDarkTheme } from '@fluentui/react-theme';
|
|
442
456
|
import { webHighContrastTheme } from '@fluentui/react-theme';
|
|
443
457
|
import { webLightTheme } from '@fluentui/react-theme';
|
|
@@ -610,16 +624,24 @@ export { CounterBadgeState }
|
|
|
610
624
|
|
|
611
625
|
export { createCustomFocusIndicatorStyle }
|
|
612
626
|
|
|
627
|
+
export { CreateCustomFocusIndicatorStyleOptions }
|
|
628
|
+
|
|
613
629
|
export { createDarkTheme }
|
|
614
630
|
|
|
615
631
|
export { createDOMRenderer }
|
|
616
632
|
|
|
633
|
+
export { createFocusOutlineStyle }
|
|
634
|
+
|
|
635
|
+
export { CreateFocusOutlineStyleOptions }
|
|
636
|
+
|
|
617
637
|
export { createHighContrastTheme }
|
|
618
638
|
|
|
619
639
|
export { createLightTheme }
|
|
620
640
|
|
|
621
641
|
export { createTeamsDarkTheme }
|
|
622
642
|
|
|
643
|
+
export { CurveTokens }
|
|
644
|
+
|
|
623
645
|
export { Display }
|
|
624
646
|
|
|
625
647
|
export { displayClassName }
|
|
@@ -638,6 +660,8 @@ export { DividerSlots }
|
|
|
638
660
|
|
|
639
661
|
export { DividerState }
|
|
640
662
|
|
|
663
|
+
export { DurationTokens }
|
|
664
|
+
|
|
641
665
|
export { elementContains }
|
|
642
666
|
|
|
643
667
|
export { FluentProvider }
|
|
@@ -676,6 +700,8 @@ export { headlineClassName }
|
|
|
676
700
|
|
|
677
701
|
export { headlineClassNames }
|
|
678
702
|
|
|
703
|
+
export { HorizontalSpacingTokens }
|
|
704
|
+
|
|
679
705
|
export { Image_2 as Image }
|
|
680
706
|
|
|
681
707
|
export { imageClassName }
|
|
@@ -926,6 +952,12 @@ export { PortalProps }
|
|
|
926
952
|
|
|
927
953
|
export { PortalState }
|
|
928
954
|
|
|
955
|
+
export { PositioningProps }
|
|
956
|
+
|
|
957
|
+
export { PositioningShorthand }
|
|
958
|
+
|
|
959
|
+
export { PositioningShorthandValue }
|
|
960
|
+
|
|
929
961
|
export { PresenceBadge }
|
|
930
962
|
|
|
931
963
|
export { presenceBadgeClassName }
|
|
@@ -1044,6 +1076,8 @@ export { SlotClassNames }
|
|
|
1044
1076
|
|
|
1045
1077
|
export { SlotPropsRecord }
|
|
1046
1078
|
|
|
1079
|
+
export { SpacingTokens }
|
|
1080
|
+
|
|
1047
1081
|
export { SplitButton }
|
|
1048
1082
|
|
|
1049
1083
|
export { splitButtonClassName }
|
|
@@ -1132,6 +1166,10 @@ export { TooltipState }
|
|
|
1132
1166
|
|
|
1133
1167
|
export { TooltipTriggerProps }
|
|
1134
1168
|
|
|
1169
|
+
export { TypographyStyles }
|
|
1170
|
+
|
|
1171
|
+
export { typographyStyles }
|
|
1172
|
+
|
|
1135
1173
|
export { UninitializedMenuListState }
|
|
1136
1174
|
|
|
1137
1175
|
export { useAccordion_unstable }
|
|
@@ -1312,6 +1350,8 @@ export { useText_unstable }
|
|
|
1312
1350
|
|
|
1313
1351
|
export { useTextStyles_unstable }
|
|
1314
1352
|
|
|
1353
|
+
export { useThemeClassName }
|
|
1354
|
+
|
|
1315
1355
|
export { useToggleButton_unstable }
|
|
1316
1356
|
|
|
1317
1357
|
export { useToggleButtonStyles_unstable }
|
|
@@ -1322,6 +1362,8 @@ export { useTooltip_unstable }
|
|
|
1322
1362
|
|
|
1323
1363
|
export { useTooltipStyles_unstable }
|
|
1324
1364
|
|
|
1365
|
+
export { VerticalSpacingTokens }
|
|
1366
|
+
|
|
1325
1367
|
export { webDarkTheme }
|
|
1326
1368
|
|
|
1327
1369
|
export { webHighContrastTheme }
|
|
File without changes
|