@fluentui/react-provider 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

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 (73) hide show
  1. package/CHANGELOG.json +661 -24
  2. package/CHANGELOG.md +277 -113
  3. package/dist/index.d.ts +83 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/FluentProvider.js.map +1 -1
  6. package/lib/components/FluentProvider/FluentProvider.js +9 -9
  7. package/lib/components/FluentProvider/FluentProvider.js.map +1 -1
  8. package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -1
  9. package/lib/components/FluentProvider/index.js +2 -0
  10. package/lib/components/FluentProvider/index.js.map +1 -1
  11. package/lib/components/FluentProvider/renderFluentProvider.js +10 -8
  12. package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -1
  13. package/lib/components/FluentProvider/useFluentProvider.js +46 -23
  14. package/lib/components/FluentProvider/useFluentProvider.js.map +1 -1
  15. package/lib/components/FluentProvider/useFluentProviderContextValues.js +16 -15
  16. package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
  17. package/lib/components/FluentProvider/useFluentProviderStyles.js +14 -5
  18. package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  19. package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js +61 -0
  20. package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  21. package/lib/index.js +2 -1
  22. package/lib/index.js.map +1 -1
  23. package/lib-commonjs/FluentProvider.js +1 -1
  24. package/lib-commonjs/FluentProvider.js.map +1 -1
  25. package/lib-commonjs/components/FluentProvider/FluentProvider.js +10 -10
  26. package/lib-commonjs/components/FluentProvider/FluentProvider.js.map +1 -1
  27. package/lib-commonjs/components/FluentProvider/FluentProvider.types.js.map +1 -1
  28. package/lib-commonjs/components/FluentProvider/index.js +5 -1
  29. package/lib-commonjs/components/FluentProvider/index.js.map +1 -1
  30. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +15 -14
  31. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -1
  32. package/lib-commonjs/components/FluentProvider/useFluentProvider.js +52 -30
  33. package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -1
  34. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js +20 -19
  35. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
  36. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +18 -7
  37. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  38. package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js +73 -0
  39. package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  40. package/lib-commonjs/index.js +51 -3
  41. package/lib-commonjs/index.js.map +1 -1
  42. package/package.json +21 -26
  43. package/dist/react-provider.d.ts +0 -67
  44. package/lib/FluentProvider.d.ts +0 -1
  45. package/lib/common/isConformant.d.ts +0 -4
  46. package/lib/common/isConformant.js +0 -12
  47. package/lib/common/isConformant.js.map +0 -1
  48. package/lib/components/FluentProvider/FluentProvider.d.ts +0 -3
  49. package/lib/components/FluentProvider/FluentProvider.types.d.ts +0 -25
  50. package/lib/components/FluentProvider/index.d.ts +0 -5
  51. package/lib/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  52. package/lib/components/FluentProvider/useFluentProvider.d.ts +0 -13
  53. package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  54. package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +0 -3
  55. package/lib/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  56. package/lib/components/FluentProvider/useThemeStyleTag.js +0 -58
  57. package/lib/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  58. package/lib/index.d.ts +0 -2
  59. package/lib-commonjs/FluentProvider.d.ts +0 -1
  60. package/lib-commonjs/common/isConformant.d.ts +0 -4
  61. package/lib-commonjs/common/isConformant.js +0 -23
  62. package/lib-commonjs/common/isConformant.js.map +0 -1
  63. package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +0 -3
  64. package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +0 -25
  65. package/lib-commonjs/components/FluentProvider/index.d.ts +0 -5
  66. package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  67. package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +0 -13
  68. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  69. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +0 -3
  70. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  71. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js +0 -70
  72. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  73. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,30 +1,194 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Wed, 20 Oct 2021 09:19:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-nightly.d730088d7f.0)
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.10)
8
8
 
9
- Wed, 20 Oct 2021 09:19:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.2..@fluentui/react-provider_v9.0.0-nightly.d730088d7f.0)
9
+ Mon, 23 May 2022 12:10:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.9..@fluentui/react-provider_v9.0.0-rc.10)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
15
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
16
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
17
- - Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
18
- - Bump @fluentui/react-tabster to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
19
- - Bump @fluentui/react-theme to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
20
- - Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
21
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
22
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
23
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
14
+ - Removing FluentProviderCommons type. ([PR #23070](https://github.com/microsoft/fluentui/pull/23070) by Humberto.Morimoto@microsoft.com)
15
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
16
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
17
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
19
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+
23
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.9)
24
+
25
+ Thu, 05 May 2022 18:26:30 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.8..@fluentui/react-provider_v9.0.0-rc.9)
27
+
28
+ ### Changes
29
+
30
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
32
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
34
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
35
+
36
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.8)
37
+
38
+ Wed, 04 May 2022 13:26:48 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.7..@fluentui/react-provider_v9.0.0-rc.8)
40
+
41
+ ### Changes
42
+
43
+ - check for styleTag.sheet before performing actions on the sheet ([PR #22684](https://github.com/microsoft/fluentui/pull/22684) by mgodbolt@microsoft.com)
44
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
45
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
46
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
47
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
48
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
49
+
50
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.7)
51
+
52
+ Mon, 25 Apr 2022 09:32:18 GMT
53
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.6..@fluentui/react-provider_v9.0.0-rc.7)
54
+
55
+ ### Changes
56
+
57
+ - feat: export useFluentProviderThemeStyleTag from @fluentui/react-provider ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by olfedias@microsoft.com)
58
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
59
+
60
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.6)
61
+
62
+ Tue, 19 Apr 2022 19:16:49 GMT
63
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.5..@fluentui/react-provider_v9.0.0-rc.6)
64
+
65
+ ### Changes
66
+
67
+ - Add static classnames to Provider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
68
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
69
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
70
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
71
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
72
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
73
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
74
+
75
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.5)
76
+
77
+ Fri, 04 Mar 2022 05:17:39 GMT
78
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.4..@fluentui/react-provider_v9.0.0-rc.5)
79
+
80
+ ### Changes
81
+
82
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
83
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
84
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
85
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
86
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
87
+
88
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.4)
89
+
90
+ Tue, 01 Mar 2022 02:17:40 GMT
91
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.3..@fluentui/react-provider_v9.0.0-rc.4)
92
+
93
+ ### Changes
94
+
95
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
96
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
97
+
98
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.3)
99
+
100
+ Fri, 18 Feb 2022 13:35:34 GMT
101
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.1..@fluentui/react-provider_v9.0.0-rc.3)
102
+
103
+ ### Changes
104
+
105
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
106
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
107
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
108
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
109
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
110
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
111
+
112
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.1)
113
+
114
+ Thu, 10 Feb 2022 08:50:43 GMT
115
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.5..@fluentui/react-provider_v9.0.0-rc.1)
116
+
117
+ ### Changes
118
+
119
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
120
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
121
+ - 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)
122
+ - use Griffel packages ([PR #21360](https://github.com/microsoft/fluentui/pull/21360) by olfedias@microsoft.com)
123
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
124
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
125
+ - make the FluentProvider#theme TS API reflect runtime and add warning if there is a violation ([PR #21286](https://github.com/microsoft/fluentui/pull/21286) by martinhochel@microsoft.com)
126
+ - Replacing use of functions in makeStyles with direct use of tokens ([PR #21052](https://github.com/microsoft/fluentui/pull/21052) by Humberto.Morimoto@microsoft.com)
127
+ - replace mergeThemes functionality from react-theme ([PR #21278](https://github.com/microsoft/fluentui/pull/21278) by martinhochel@microsoft.com)
128
+ - Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
129
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
130
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
131
+ - 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)
132
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
133
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
134
+ - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
135
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
136
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
137
+
138
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.5)
139
+
140
+ Thu, 25 Nov 2021 08:34:16 GMT
141
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.4..@fluentui/react-provider_v9.0.0-beta.5)
142
+
143
+ ### Changes
144
+
145
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
146
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
147
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
148
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
149
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
150
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
151
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
152
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
153
+
154
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.4)
155
+
156
+ Fri, 12 Nov 2021 13:25:31 GMT
157
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.3..@fluentui/react-provider_v9.0.0-beta.4)
158
+
159
+ ### Changes
160
+
161
+ - export static classes for components ([PR #20451](https://github.com/microsoft/fluentui/pull/20451) by olfedias@microsoft.com)
162
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
163
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
164
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
165
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
166
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
167
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
168
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
169
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
170
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
171
+
172
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.3)
173
+
174
+ Wed, 27 Oct 2021 12:14:21 GMT
175
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.2..@fluentui/react-provider_v9.0.0-beta.3)
176
+
177
+ ### Changes
178
+
179
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
180
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
181
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
182
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
183
+ - Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
184
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
185
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
186
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
187
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
24
188
 
25
189
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.2)
26
190
 
27
- Tue, 12 Oct 2021 19:45:58 GMT
191
+ Tue, 12 Oct 2021 19:45:58 GMT
28
192
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.1..@fluentui/react-provider_v9.0.0-beta.2)
29
193
 
30
194
  ### Changes
@@ -33,7 +197,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
33
197
 
34
198
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.1)
35
199
 
36
- Wed, 06 Oct 2021 10:37:22 GMT
200
+ Wed, 06 Oct 2021 10:37:22 GMT
37
201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.90..@fluentui/react-provider_v9.0.0-beta.1)
38
202
 
39
203
  ### Changes
@@ -50,7 +214,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
50
214
 
51
215
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.90)
52
216
 
53
- Tue, 05 Oct 2021 12:47:58 GMT
217
+ Tue, 05 Oct 2021 12:47:58 GMT
54
218
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.89..@fluentui/react-provider_v9.0.0-alpha.90)
55
219
 
56
220
  ### Changes
@@ -63,7 +227,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
63
227
 
64
228
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.89)
65
229
 
66
- Tue, 05 Oct 2021 09:28:07 GMT
230
+ Tue, 05 Oct 2021 09:28:07 GMT
67
231
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.88..@fluentui/react-provider_v9.0.0-alpha.89)
68
232
 
69
233
  ### Changes
@@ -77,7 +241,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
77
241
 
78
242
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.88)
79
243
 
80
- Fri, 01 Oct 2021 14:13:08 GMT
244
+ Fri, 01 Oct 2021 14:13:08 GMT
81
245
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.86..@fluentui/react-provider_v9.0.0-alpha.88)
82
246
 
83
247
  ### Changes
@@ -94,7 +258,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
94
258
 
95
259
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.86)
96
260
 
97
- Fri, 01 Oct 2021 09:44:56 GMT
261
+ Fri, 01 Oct 2021 09:44:56 GMT
98
262
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.85..@fluentui/react-provider_v9.0.0-alpha.86)
99
263
 
100
264
  ### Changes
@@ -103,7 +267,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
103
267
 
104
268
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.85)
105
269
 
106
- Wed, 29 Sep 2021 08:06:11 GMT
270
+ Wed, 29 Sep 2021 08:06:11 GMT
107
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.84..@fluentui/react-provider_v9.0.0-alpha.85)
108
272
 
109
273
  ### Changes
@@ -118,7 +282,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
118
282
 
119
283
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.84)
120
284
 
121
- Mon, 27 Sep 2021 08:06:00 GMT
285
+ Mon, 27 Sep 2021 08:06:00 GMT
122
286
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.83..@fluentui/react-provider_v9.0.0-alpha.84)
123
287
 
124
288
  ### Changes
@@ -132,7 +296,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
132
296
 
133
297
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.83)
134
298
 
135
- Fri, 24 Sep 2021 09:17:17 GMT
299
+ Fri, 24 Sep 2021 09:17:17 GMT
136
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.82..@fluentui/react-provider_v9.0.0-alpha.83)
137
301
 
138
302
  ### Changes
@@ -146,7 +310,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
146
310
 
147
311
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.82)
148
312
 
149
- Thu, 23 Sep 2021 08:21:34 GMT
313
+ Thu, 23 Sep 2021 08:21:34 GMT
150
314
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.81..@fluentui/react-provider_v9.0.0-alpha.82)
151
315
 
152
316
  ### Changes
@@ -160,7 +324,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
160
324
 
161
325
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.81)
162
326
 
163
- Wed, 22 Sep 2021 10:10:07 GMT
327
+ Wed, 22 Sep 2021 10:10:07 GMT
164
328
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.80..@fluentui/react-provider_v9.0.0-alpha.81)
165
329
 
166
330
  ### Changes
@@ -174,7 +338,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
174
338
 
175
339
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.80)
176
340
 
177
- Tue, 21 Sep 2021 07:42:34 GMT
341
+ Tue, 21 Sep 2021 07:42:34 GMT
178
342
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.79..@fluentui/react-provider_v9.0.0-alpha.80)
179
343
 
180
344
  ### Changes
@@ -189,7 +353,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
189
353
 
190
354
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.79)
191
355
 
192
- Mon, 20 Sep 2021 07:36:26 GMT
356
+ Mon, 20 Sep 2021 07:36:26 GMT
193
357
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.78..@fluentui/react-provider_v9.0.0-alpha.79)
194
358
 
195
359
  ### Changes
@@ -198,7 +362,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
198
362
 
199
363
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.78)
200
364
 
201
- Fri, 17 Sep 2021 07:35:26 GMT
365
+ Fri, 17 Sep 2021 07:35:26 GMT
202
366
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.77..@fluentui/react-provider_v9.0.0-alpha.78)
203
367
 
204
368
  ### Changes
@@ -207,7 +371,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
207
371
 
208
372
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.77)
209
373
 
210
- Thu, 16 Sep 2021 07:38:39 GMT
374
+ Thu, 16 Sep 2021 07:38:39 GMT
211
375
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.76..@fluentui/react-provider_v9.0.0-alpha.77)
212
376
 
213
377
  ### Changes
@@ -217,7 +381,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
217
381
 
218
382
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.76)
219
383
 
220
- Tue, 14 Sep 2021 20:09:02 GMT
384
+ Tue, 14 Sep 2021 20:09:02 GMT
221
385
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.75..@fluentui/react-provider_v9.0.0-alpha.76)
222
386
 
223
387
  ### Changes
@@ -226,7 +390,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
226
390
 
227
391
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.75)
228
392
 
229
- Fri, 10 Sep 2021 16:31:53 GMT
393
+ Fri, 10 Sep 2021 16:31:53 GMT
230
394
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.74..@fluentui/react-provider_v9.0.0-alpha.75)
231
395
 
232
396
  ### Changes
@@ -237,7 +401,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
237
401
 
238
402
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.74)
239
403
 
240
- Fri, 10 Sep 2021 07:39:51 GMT
404
+ Fri, 10 Sep 2021 07:39:51 GMT
241
405
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.73..@fluentui/react-provider_v9.0.0-alpha.74)
242
406
 
243
407
  ### Changes
@@ -246,7 +410,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
246
410
 
247
411
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.73)
248
412
 
249
- Mon, 06 Sep 2021 07:34:53 GMT
413
+ Mon, 06 Sep 2021 07:34:53 GMT
250
414
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.72..@fluentui/react-provider_v9.0.0-alpha.73)
251
415
 
252
416
  ### Changes
@@ -255,7 +419,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
255
419
 
256
420
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.72)
257
421
 
258
- Thu, 02 Sep 2021 07:36:46 GMT
422
+ Thu, 02 Sep 2021 07:36:46 GMT
259
423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.71..@fluentui/react-provider_v9.0.0-alpha.72)
260
424
 
261
425
  ### Patches
@@ -268,7 +432,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
268
432
 
269
433
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.71)
270
434
 
271
- Wed, 01 Sep 2021 07:39:56 GMT
435
+ Wed, 01 Sep 2021 07:39:56 GMT
272
436
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.70..@fluentui/react-provider_v9.0.0-alpha.71)
273
437
 
274
438
  ### Changes
@@ -277,7 +441,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
277
441
 
278
442
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.70)
279
443
 
280
- Tue, 31 Aug 2021 07:37:47 GMT
444
+ Tue, 31 Aug 2021 07:37:47 GMT
281
445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.69..@fluentui/react-provider_v9.0.0-alpha.70)
282
446
 
283
447
  ### Changes
@@ -286,7 +450,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
286
450
 
287
451
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.69)
288
452
 
289
- Fri, 27 Aug 2021 07:33:32 GMT
453
+ Fri, 27 Aug 2021 07:33:32 GMT
290
454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.68..@fluentui/react-provider_v9.0.0-alpha.69)
291
455
 
292
456
  ### Changes
@@ -295,7 +459,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
295
459
 
296
460
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.68)
297
461
 
298
- Thu, 26 Aug 2021 07:35:43 GMT
462
+ Thu, 26 Aug 2021 07:35:43 GMT
299
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.67..@fluentui/react-provider_v9.0.0-alpha.68)
300
464
 
301
465
  ### Changes
@@ -304,7 +468,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
304
468
 
305
469
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.67)
306
470
 
307
- Tue, 24 Aug 2021 07:34:48 GMT
471
+ Tue, 24 Aug 2021 07:34:48 GMT
308
472
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.66..@fluentui/react-provider_v9.0.0-alpha.67)
309
473
 
310
474
  ### Changes
@@ -313,7 +477,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
313
477
 
314
478
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.66)
315
479
 
316
- Fri, 20 Aug 2021 07:37:28 GMT
480
+ Fri, 20 Aug 2021 07:37:28 GMT
317
481
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.65..@fluentui/react-provider_v9.0.0-alpha.66)
318
482
 
319
483
  ### Changes
@@ -322,7 +486,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
322
486
 
323
487
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.65)
324
488
 
325
- Thu, 19 Aug 2021 07:41:35 GMT
489
+ Thu, 19 Aug 2021 07:41:35 GMT
326
490
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.64..@fluentui/react-provider_v9.0.0-alpha.65)
327
491
 
328
492
  ### Changes
@@ -331,7 +495,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
331
495
 
332
496
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.64)
333
497
 
334
- Fri, 13 Aug 2021 07:36:34 GMT
498
+ Fri, 13 Aug 2021 07:36:34 GMT
335
499
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.63..@fluentui/react-provider_v9.0.0-alpha.64)
336
500
 
337
501
  ### Changes
@@ -340,7 +504,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
340
504
 
341
505
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.63)
342
506
 
343
- Tue, 10 Aug 2021 07:33:28 GMT
507
+ Tue, 10 Aug 2021 07:33:28 GMT
344
508
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.62..@fluentui/react-provider_v9.0.0-alpha.63)
345
509
 
346
510
  ### Changes
@@ -349,7 +513,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
349
513
 
350
514
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.62)
351
515
 
352
- Fri, 06 Aug 2021 07:35:14 GMT
516
+ Fri, 06 Aug 2021 07:35:14 GMT
353
517
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.61..@fluentui/react-provider_v9.0.0-alpha.62)
354
518
 
355
519
  ### Changes
@@ -358,7 +522,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
358
522
 
359
523
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.61)
360
524
 
361
- Tue, 03 Aug 2021 07:39:30 GMT
525
+ Tue, 03 Aug 2021 07:39:30 GMT
362
526
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.60..@fluentui/react-provider_v9.0.0-alpha.61)
363
527
 
364
528
  ### Patches
@@ -373,7 +537,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
373
537
 
374
538
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.60)
375
539
 
376
- Mon, 02 Aug 2021 07:36:20 GMT
540
+ Mon, 02 Aug 2021 07:36:20 GMT
377
541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.59..@fluentui/react-provider_v9.0.0-alpha.60)
378
542
 
379
543
  ### Changes
@@ -382,7 +546,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
382
546
 
383
547
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.59)
384
548
 
385
- Mon, 26 Jul 2021 07:37:30 GMT
549
+ Mon, 26 Jul 2021 07:37:30 GMT
386
550
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.58..@fluentui/react-provider_v9.0.0-alpha.59)
387
551
 
388
552
  ### Changes
@@ -391,7 +555,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
391
555
 
392
556
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.58)
393
557
 
394
- Fri, 23 Jul 2021 07:38:19 GMT
558
+ Fri, 23 Jul 2021 07:38:19 GMT
395
559
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.57..@fluentui/react-provider_v9.0.0-alpha.58)
396
560
 
397
561
  ### Changes
@@ -400,7 +564,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
400
564
 
401
565
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.57)
402
566
 
403
- Thu, 22 Jul 2021 07:36:55 GMT
567
+ Thu, 22 Jul 2021 07:36:55 GMT
404
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.56..@fluentui/react-provider_v9.0.0-alpha.57)
405
569
 
406
570
  ### Changes
@@ -409,7 +573,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
409
573
 
410
574
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.56)
411
575
 
412
- Thu, 15 Jul 2021 07:36:18 GMT
576
+ Thu, 15 Jul 2021 07:36:18 GMT
413
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.55..@fluentui/react-provider_v9.0.0-alpha.56)
414
578
 
415
579
  ### Changes
@@ -418,7 +582,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
418
582
 
419
583
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.55)
420
584
 
421
- Tue, 13 Jul 2021 22:32:58 GMT
585
+ Tue, 13 Jul 2021 22:32:58 GMT
422
586
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.54..@fluentui/react-provider_v9.0.0-alpha.55)
423
587
 
424
588
  ### Patches
@@ -427,7 +591,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
427
591
 
428
592
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.54)
429
593
 
430
- Tue, 13 Jul 2021 07:35:36 GMT
594
+ Tue, 13 Jul 2021 07:35:36 GMT
431
595
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.53..@fluentui/react-provider_v9.0.0-alpha.54)
432
596
 
433
597
  ### Changes
@@ -436,7 +600,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
436
600
 
437
601
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.53)
438
602
 
439
- Fri, 09 Jul 2021 07:39:31 GMT
603
+ Fri, 09 Jul 2021 07:39:31 GMT
440
604
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.52..@fluentui/react-provider_v9.0.0-alpha.53)
441
605
 
442
606
  ### Patches
@@ -451,7 +615,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
451
615
 
452
616
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.52)
453
617
 
454
- Fri, 02 Jul 2021 23:15:55 GMT
618
+ Fri, 02 Jul 2021 23:15:55 GMT
455
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.51..@fluentui/react-provider_v9.0.0-alpha.52)
456
620
 
457
621
  ### Changes
@@ -460,7 +624,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
460
624
 
461
625
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.51)
462
626
 
463
- Fri, 02 Jul 2021 07:37:06 GMT
627
+ Fri, 02 Jul 2021 07:37:06 GMT
464
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.50..@fluentui/react-provider_v9.0.0-alpha.51)
465
629
 
466
630
  ### Changes
@@ -469,7 +633,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
469
633
 
470
634
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.50)
471
635
 
472
- Thu, 01 Jul 2021 07:35:05 GMT
636
+ Thu, 01 Jul 2021 07:35:05 GMT
473
637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.49..@fluentui/react-provider_v9.0.0-alpha.50)
474
638
 
475
639
  ### Changes
@@ -479,7 +643,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
479
643
 
480
644
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.49)
481
645
 
482
- Wed, 30 Jun 2021 07:38:35 GMT
646
+ Wed, 30 Jun 2021 07:38:35 GMT
483
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.48..@fluentui/react-provider_v9.0.0-alpha.49)
484
648
 
485
649
  ### Changes
@@ -488,7 +652,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
488
652
 
489
653
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.48)
490
654
 
491
- Tue, 29 Jun 2021 07:33:32 GMT
655
+ Tue, 29 Jun 2021 07:33:32 GMT
492
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.47..@fluentui/react-provider_v9.0.0-alpha.48)
493
657
 
494
658
  ### Changes
@@ -497,7 +661,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
497
661
 
498
662
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.47)
499
663
 
500
- Tue, 22 Jun 2021 07:35:11 GMT
664
+ Tue, 22 Jun 2021 07:35:11 GMT
501
665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.46..@fluentui/react-provider_v9.0.0-alpha.47)
502
666
 
503
667
  ### Changes
@@ -506,7 +670,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
506
670
 
507
671
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.46)
508
672
 
509
- Tue, 15 Jun 2021 07:40:20 GMT
673
+ Tue, 15 Jun 2021 07:40:20 GMT
510
674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.45..@fluentui/react-provider_v9.0.0-alpha.46)
511
675
 
512
676
  ### Changes
@@ -515,7 +679,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
515
679
 
516
680
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.45)
517
681
 
518
- Mon, 07 Jun 2021 07:38:15 GMT
682
+ Mon, 07 Jun 2021 07:38:15 GMT
519
683
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.44..@fluentui/react-provider_v9.0.0-alpha.45)
520
684
 
521
685
  ### Patches
@@ -530,7 +694,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
530
694
 
531
695
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.44)
532
696
 
533
- Fri, 04 Jun 2021 07:37:23 GMT
697
+ Fri, 04 Jun 2021 07:37:23 GMT
534
698
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.43..@fluentui/react-provider_v9.0.0-alpha.44)
535
699
 
536
700
  ### Changes
@@ -539,7 +703,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
539
703
 
540
704
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.43)
541
705
 
542
- Thu, 03 Jun 2021 07:36:03 GMT
706
+ Thu, 03 Jun 2021 07:36:03 GMT
543
707
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.42..@fluentui/react-provider_v9.0.0-alpha.43)
544
708
 
545
709
  ### Changes
@@ -548,7 +712,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
548
712
 
549
713
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.42)
550
714
 
551
- Wed, 02 Jun 2021 07:37:15 GMT
715
+ Wed, 02 Jun 2021 07:37:15 GMT
552
716
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.41..@fluentui/react-provider_v9.0.0-alpha.42)
553
717
 
554
718
  ### Changes
@@ -557,7 +721,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
557
721
 
558
722
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.41)
559
723
 
560
- Wed, 26 May 2021 07:35:43 GMT
724
+ Wed, 26 May 2021 07:35:43 GMT
561
725
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.40..@fluentui/react-provider_v9.0.0-alpha.41)
562
726
 
563
727
  ### Changes
@@ -566,7 +730,7 @@ Wed, 26 May 2021 07:35:43 GMT
566
730
 
567
731
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.40)
568
732
 
569
- Fri, 21 May 2021 07:34:54 GMT
733
+ Fri, 21 May 2021 07:34:54 GMT
570
734
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.39..@fluentui/react-provider_v9.0.0-alpha.40)
571
735
 
572
736
  ### Changes
@@ -575,7 +739,7 @@ Fri, 21 May 2021 07:34:54 GMT
575
739
 
576
740
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.39)
577
741
 
578
- Thu, 20 May 2021 07:41:54 GMT
742
+ Thu, 20 May 2021 07:41:54 GMT
579
743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.38..@fluentui/react-provider_v9.0.0-alpha.39)
580
744
 
581
745
  ### Patches
@@ -590,7 +754,7 @@ Thu, 20 May 2021 07:41:54 GMT
590
754
 
591
755
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.38)
592
756
 
593
- Wed, 19 May 2021 07:34:20 GMT
757
+ Wed, 19 May 2021 07:34:20 GMT
594
758
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.37..@fluentui/react-provider_v9.0.0-alpha.38)
595
759
 
596
760
  ### Patches
@@ -603,7 +767,7 @@ Wed, 19 May 2021 07:34:20 GMT
603
767
 
604
768
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.37)
605
769
 
606
- Tue, 18 May 2021 07:34:38 GMT
770
+ Tue, 18 May 2021 07:34:38 GMT
607
771
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.36..@fluentui/react-provider_v9.0.0-alpha.37)
608
772
 
609
773
  ### Changes
@@ -612,7 +776,7 @@ Tue, 18 May 2021 07:34:38 GMT
612
776
 
613
777
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.36)
614
778
 
615
- Thu, 13 May 2021 07:36:55 GMT
779
+ Thu, 13 May 2021 07:36:55 GMT
616
780
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.35..@fluentui/react-provider_v9.0.0-alpha.36)
617
781
 
618
782
  ### Changes
@@ -621,7 +785,7 @@ Thu, 13 May 2021 07:36:55 GMT
621
785
 
622
786
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.35)
623
787
 
624
- Wed, 12 May 2021 07:36:20 GMT
788
+ Wed, 12 May 2021 07:36:20 GMT
625
789
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.34..@fluentui/react-provider_v9.0.0-alpha.35)
626
790
 
627
791
  ### Changes
@@ -630,7 +794,7 @@ Wed, 12 May 2021 07:36:20 GMT
630
794
 
631
795
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.34)
632
796
 
633
- Mon, 10 May 2021 07:36:07 GMT
797
+ Mon, 10 May 2021 07:36:07 GMT
634
798
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.33..@fluentui/react-provider_v9.0.0-alpha.34)
635
799
 
636
800
  ### Changes
@@ -639,7 +803,7 @@ Mon, 10 May 2021 07:36:07 GMT
639
803
 
640
804
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.33)
641
805
 
642
- Wed, 05 May 2021 07:36:50 GMT
806
+ Wed, 05 May 2021 07:36:50 GMT
643
807
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.32..@fluentui/react-provider_v9.0.0-alpha.33)
644
808
 
645
809
  ### Changes
@@ -648,7 +812,7 @@ Wed, 05 May 2021 07:36:50 GMT
648
812
 
649
813
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.32)
650
814
 
651
- Tue, 04 May 2021 07:36:35 GMT
815
+ Tue, 04 May 2021 07:36:35 GMT
652
816
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.31..@fluentui/react-provider_v9.0.0-alpha.32)
653
817
 
654
818
  ### Changes
@@ -657,7 +821,7 @@ Tue, 04 May 2021 07:36:35 GMT
657
821
 
658
822
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.31)
659
823
 
660
- Mon, 03 May 2021 07:45:19 GMT
824
+ Mon, 03 May 2021 07:45:19 GMT
661
825
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.30..@fluentui/react-provider_v9.0.0-alpha.31)
662
826
 
663
827
  ### Changes
@@ -666,7 +830,7 @@ Mon, 03 May 2021 07:45:19 GMT
666
830
 
667
831
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.30)
668
832
 
669
- Fri, 30 Apr 2021 07:42:23 GMT
833
+ Fri, 30 Apr 2021 07:42:23 GMT
670
834
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.29..@fluentui/react-provider_v9.0.0-alpha.30)
671
835
 
672
836
  ### Patches
@@ -682,7 +846,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
682
846
 
683
847
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.29)
684
848
 
685
- Wed, 28 Apr 2021 07:32:59 GMT
849
+ Wed, 28 Apr 2021 07:32:59 GMT
686
850
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.28..@fluentui/react-provider_v9.0.0-alpha.29)
687
851
 
688
852
  ### Changes
@@ -691,7 +855,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
691
855
 
692
856
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.28)
693
857
 
694
- Tue, 27 Apr 2021 07:34:03 GMT
858
+ Tue, 27 Apr 2021 07:34:03 GMT
695
859
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.27..@fluentui/react-provider_v9.0.0-alpha.28)
696
860
 
697
861
  ### Changes
@@ -700,7 +864,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
700
864
 
701
865
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.27)
702
866
 
703
- Mon, 26 Apr 2021 07:34:31 GMT
867
+ Mon, 26 Apr 2021 07:34:31 GMT
704
868
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.26..@fluentui/react-provider_v9.0.0-alpha.27)
705
869
 
706
870
  ### Changes
@@ -709,7 +873,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
709
873
 
710
874
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.26)
711
875
 
712
- Fri, 23 Apr 2021 07:37:10 GMT
876
+ Fri, 23 Apr 2021 07:37:10 GMT
713
877
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.25..@fluentui/react-provider_v9.0.0-alpha.26)
714
878
 
715
879
  ### Patches
@@ -724,7 +888,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
724
888
 
725
889
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.25)
726
890
 
727
- Thu, 22 Apr 2021 07:33:28 GMT
891
+ Thu, 22 Apr 2021 07:33:28 GMT
728
892
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.24..@fluentui/react-provider_v9.0.0-alpha.25)
729
893
 
730
894
  ### Changes
@@ -733,7 +897,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
733
897
 
734
898
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.24)
735
899
 
736
- Wed, 21 Apr 2021 07:31:50 GMT
900
+ Wed, 21 Apr 2021 07:31:50 GMT
737
901
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.23..@fluentui/react-provider_v9.0.0-alpha.24)
738
902
 
739
903
  ### Changes
@@ -742,7 +906,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
742
906
 
743
907
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.23)
744
908
 
745
- Tue, 20 Apr 2021 07:31:35 GMT
909
+ Tue, 20 Apr 2021 07:31:35 GMT
746
910
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.22..@fluentui/react-provider_v9.0.0-alpha.23)
747
911
 
748
912
  ### Changes
@@ -751,7 +915,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
751
915
 
752
916
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.22)
753
917
 
754
- Fri, 16 Apr 2021 18:08:21 GMT
918
+ Fri, 16 Apr 2021 18:08:21 GMT
755
919
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.21..@fluentui/react-provider_v9.0.0-alpha.22)
756
920
 
757
921
  ### Changes
@@ -760,7 +924,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
760
924
 
761
925
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.21)
762
926
 
763
- Fri, 16 Apr 2021 07:32:08 GMT
927
+ Fri, 16 Apr 2021 07:32:08 GMT
764
928
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.20..@fluentui/react-provider_v9.0.0-alpha.21)
765
929
 
766
930
  ### Changes
@@ -769,7 +933,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
769
933
 
770
934
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.20)
771
935
 
772
- Wed, 14 Apr 2021 07:34:12 GMT
936
+ Wed, 14 Apr 2021 07:34:12 GMT
773
937
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.19..@fluentui/react-provider_v9.0.0-alpha.20)
774
938
 
775
939
  ### Changes
@@ -778,7 +942,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
778
942
 
779
943
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.19)
780
944
 
781
- Thu, 08 Apr 2021 07:33:06 GMT
945
+ Thu, 08 Apr 2021 07:33:06 GMT
782
946
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.18..@fluentui/react-provider_v9.0.0-alpha.19)
783
947
 
784
948
  ### Changes
@@ -787,7 +951,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
787
951
 
788
952
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.18)
789
953
 
790
- Thu, 01 Apr 2021 20:13:37 GMT
954
+ Thu, 01 Apr 2021 20:13:37 GMT
791
955
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.17..@fluentui/react-provider_v9.0.0-alpha.18)
792
956
 
793
957
  ### Changes
@@ -796,7 +960,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
796
960
 
797
961
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.17)
798
962
 
799
- Wed, 31 Mar 2021 00:53:43 GMT
963
+ Wed, 31 Mar 2021 00:53:43 GMT
800
964
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.16..@fluentui/react-provider_v9.0.0-alpha.17)
801
965
 
802
966
  ### Patches
@@ -811,7 +975,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
811
975
 
812
976
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.16)
813
977
 
814
- Tue, 30 Mar 2021 07:34:45 GMT
978
+ Tue, 30 Mar 2021 07:34:45 GMT
815
979
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.15..@fluentui/react-provider_v9.0.0-alpha.16)
816
980
 
817
981
  ### Changes
@@ -821,7 +985,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
821
985
 
822
986
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.15)
823
987
 
824
- Fri, 26 Mar 2021 07:32:34 GMT
988
+ Fri, 26 Mar 2021 07:32:34 GMT
825
989
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.14..@fluentui/react-provider_v9.0.0-alpha.15)
826
990
 
827
991
  ### Changes
@@ -830,7 +994,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
830
994
 
831
995
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.14)
832
996
 
833
- Thu, 25 Mar 2021 07:33:24 GMT
997
+ Thu, 25 Mar 2021 07:33:24 GMT
834
998
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.13..@fluentui/react-provider_v9.0.0-alpha.14)
835
999
 
836
1000
  ### Changes
@@ -839,7 +1003,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
839
1003
 
840
1004
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.13)
841
1005
 
842
- Tue, 23 Mar 2021 07:31:43 GMT
1006
+ Tue, 23 Mar 2021 07:31:43 GMT
843
1007
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.12..@fluentui/react-provider_v9.0.0-alpha.13)
844
1008
 
845
1009
  ### Changes
@@ -848,7 +1012,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
848
1012
 
849
1013
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.12)
850
1014
 
851
- Thu, 18 Mar 2021 20:15:34 GMT
1015
+ Thu, 18 Mar 2021 20:15:34 GMT
852
1016
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.11..@fluentui/react-provider_v9.0.0-alpha.12)
853
1017
 
854
1018
  ### Changes
@@ -857,7 +1021,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
857
1021
 
858
1022
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.11)
859
1023
 
860
- Tue, 16 Mar 2021 07:32:44 GMT
1024
+ Tue, 16 Mar 2021 07:32:44 GMT
861
1025
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.10..@fluentui/react-provider_v9.0.0-alpha.11)
862
1026
 
863
1027
  ### Changes
@@ -866,7 +1030,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
866
1030
 
867
1031
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.10)
868
1032
 
869
- Mon, 15 Mar 2021 07:36:20 GMT
1033
+ Mon, 15 Mar 2021 07:36:20 GMT
870
1034
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.9..@fluentui/react-provider_v9.0.0-alpha.10)
871
1035
 
872
1036
  ### Changes
@@ -875,7 +1039,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
875
1039
 
876
1040
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.9)
877
1041
 
878
- Fri, 12 Mar 2021 20:04:27 GMT
1042
+ Fri, 12 Mar 2021 20:04:27 GMT
879
1043
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.8..@fluentui/react-provider_v9.0.0-alpha.9)
880
1044
 
881
1045
  ### Changes
@@ -884,7 +1048,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
884
1048
 
885
1049
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.8)
886
1050
 
887
- Wed, 10 Mar 2021 07:34:39 GMT
1051
+ Wed, 10 Mar 2021 07:34:39 GMT
888
1052
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.7..@fluentui/react-provider_v9.0.0-alpha.8)
889
1053
 
890
1054
  ### Changes
@@ -893,7 +1057,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
893
1057
 
894
1058
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.7)
895
1059
 
896
- Fri, 05 Mar 2021 20:30:59 GMT
1060
+ Fri, 05 Mar 2021 20:30:59 GMT
897
1061
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.6..@fluentui/react-provider_v9.0.0-alpha.7)
898
1062
 
899
1063
  ### Changes
@@ -902,7 +1066,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
902
1066
 
903
1067
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.6)
904
1068
 
905
- Wed, 03 Mar 2021 00:10:09 GMT
1069
+ Wed, 03 Mar 2021 00:10:09 GMT
906
1070
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.5..@fluentui/react-provider_v9.0.0-alpha.6)
907
1071
 
908
1072
  ### Changes
@@ -911,7 +1075,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
911
1075
 
912
1076
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.5)
913
1077
 
914
- Tue, 02 Mar 2021 07:24:27 GMT
1078
+ Tue, 02 Mar 2021 07:24:27 GMT
915
1079
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.4..@fluentui/react-provider_v9.0.0-alpha.5)
916
1080
 
917
1081
  ### Changes
@@ -920,7 +1084,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
920
1084
 
921
1085
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.4)
922
1086
 
923
- Fri, 26 Feb 2021 01:16:27 GMT
1087
+ Fri, 26 Feb 2021 01:16:27 GMT
924
1088
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.3..@fluentui/react-provider_v9.0.0-alpha.4)
925
1089
 
926
1090
  ### Patches
@@ -935,7 +1099,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
935
1099
 
936
1100
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.3)
937
1101
 
938
- Thu, 25 Feb 2021 20:16:39 GMT
1102
+ Thu, 25 Feb 2021 20:16:39 GMT
939
1103
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.2..@fluentui/react-provider_v9.0.0-alpha.3)
940
1104
 
941
1105
  ### Changes
@@ -944,7 +1108,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
944
1108
 
945
1109
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.2)
946
1110
 
947
- Thu, 25 Feb 2021 01:15:27 GMT
1111
+ Thu, 25 Feb 2021 01:15:27 GMT
948
1112
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.1..@fluentui/react-provider_v9.0.0-alpha.2)
949
1113
 
950
1114
  ### Changes
@@ -953,7 +1117,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
953
1117
 
954
1118
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.1)
955
1119
 
956
- Wed, 24 Feb 2021 00:05:29 GMT
1120
+ Wed, 24 Feb 2021 00:05:29 GMT
957
1121
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.2.0..@fluentui/react-provider_v9.0.0-alpha.1)
958
1122
 
959
1123
  ### Changes
@@ -962,7 +1126,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
962
1126
 
963
1127
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.2.0)
964
1128
 
965
- Mon, 22 Feb 2021 12:26:22 GMT
1129
+ Mon, 22 Feb 2021 12:26:22 GMT
966
1130
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.6..@fluentui/react-provider_v0.2.0)
967
1131
 
968
1132
  ### Minor changes
@@ -979,7 +1143,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
979
1143
 
980
1144
  ## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.6)
981
1145
 
982
- Thu, 18 Feb 2021 19:38:50 GMT
1146
+ Thu, 18 Feb 2021 19:38:50 GMT
983
1147
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.5..@fluentui/react-provider_v0.1.6)
984
1148
 
985
1149
  ### Patches
@@ -993,7 +1157,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
993
1157
 
994
1158
  ## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.5)
995
1159
 
996
- Thu, 18 Feb 2021 12:27:34 GMT
1160
+ Thu, 18 Feb 2021 12:27:34 GMT
997
1161
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.5)
998
1162
 
999
1163
  ### Patches
@@ -1009,7 +1173,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1009
1173
 
1010
1174
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1011
1175
 
1012
- Mon, 15 Feb 2021 12:22:00 GMT
1176
+ Mon, 15 Feb 2021 12:22:00 GMT
1013
1177
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.4)
1014
1178
 
1015
1179
  ### Changes
@@ -1020,7 +1184,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1020
1184
 
1021
1185
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1022
1186
 
1023
- Fri, 12 Feb 2021 12:26:20 GMT
1187
+ Fri, 12 Feb 2021 12:26:20 GMT
1024
1188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.4)
1025
1189
 
1026
1190
  ### Patches
@@ -1033,7 +1197,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1033
1197
 
1034
1198
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1035
1199
 
1036
- Thu, 11 Feb 2021 00:58:10 GMT
1200
+ Thu, 11 Feb 2021 00:58:10 GMT
1037
1201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.3)
1038
1202
 
1039
1203
  ### Changes
@@ -1044,7 +1208,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1044
1208
 
1045
1209
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1046
1210
 
1047
- Tue, 09 Feb 2021 00:56:52 GMT
1211
+ Tue, 09 Feb 2021 00:56:52 GMT
1048
1212
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.2..@fluentui/react-provider_v0.1.3)
1049
1213
 
1050
1214
  ### Patches
@@ -1057,7 +1221,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1057
1221
 
1058
1222
  ## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.2)
1059
1223
 
1060
- Mon, 08 Feb 2021 12:23:08 GMT
1224
+ Mon, 08 Feb 2021 12:23:08 GMT
1061
1225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.1..@fluentui/react-provider_v0.1.2)
1062
1226
 
1063
1227
  ### Patches