@fluentui/react-provider 0.0.0-nightlyfc5cfdc52420220215.1 → 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.json +536 -16
  2. package/CHANGELOG.md +275 -114
  3. package/dist/index.d.ts +73 -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.map +1 -1
  7. package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -1
  8. package/lib/components/FluentProvider/index.js +1 -0
  9. package/lib/components/FluentProvider/index.js.map +1 -1
  10. package/lib/components/FluentProvider/renderFluentProvider.js +5 -5
  11. package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -1
  12. package/lib/components/FluentProvider/useFluentProvider.js +7 -3
  13. package/lib/components/FluentProvider/useFluentProvider.js.map +1 -1
  14. package/lib/components/FluentProvider/useFluentProviderContextValues.js +1 -2
  15. package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
  16. package/lib/components/FluentProvider/useFluentProviderStyles.js +16 -7
  17. package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  18. package/lib/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +13 -8
  19. package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  20. package/lib/index.js +1 -2
  21. package/lib/index.js.map +1 -1
  22. package/lib-commonjs/FluentProvider.js.map +1 -1
  23. package/lib-commonjs/components/FluentProvider/FluentProvider.js.map +1 -1
  24. package/lib-commonjs/components/FluentProvider/FluentProvider.types.js.map +1 -1
  25. package/lib-commonjs/components/FluentProvider/index.js +2 -0
  26. package/lib-commonjs/components/FluentProvider/index.js.map +1 -1
  27. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +4 -4
  28. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -1
  29. package/lib-commonjs/components/FluentProvider/useFluentProvider.js +8 -4
  30. package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -1
  31. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js +1 -3
  32. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
  33. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +17 -7
  34. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  35. package/lib-commonjs/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +14 -9
  36. package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  37. package/lib-commonjs/index.js +36 -10
  38. package/lib-commonjs/index.js.map +1 -1
  39. package/package.json +20 -24
  40. package/dist/react-provider.d.ts +0 -69
  41. package/lib/FluentProvider.d.ts +0 -1
  42. package/lib/components/FluentProvider/FluentProvider.d.ts +0 -3
  43. package/lib/components/FluentProvider/FluentProvider.types.d.ts +0 -26
  44. package/lib/components/FluentProvider/index.d.ts +0 -6
  45. package/lib/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  46. package/lib/components/FluentProvider/useFluentProvider.d.ts +0 -12
  47. package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  48. package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
  49. package/lib/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  50. package/lib/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  51. package/lib/index.d.ts +0 -2
  52. package/lib-commonjs/FluentProvider.d.ts +0 -1
  53. package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +0 -3
  54. package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +0 -26
  55. package/lib-commonjs/components/FluentProvider/index.d.ts +0 -6
  56. package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  57. package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +0 -12
  58. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  59. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
  60. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  61. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  62. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,26 +1,187 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Tue, 15 Feb 2022 04:11:41 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 04:31:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyfc5cfdc52420220215.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.0.0-nightlyfc5cfdc52420220215.1)
7
+ ## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.0.0)
8
8
 
9
- Tue, 15 Feb 2022 04:11:41 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.1..@fluentui/react-provider_v0.0.0-nightlyfc5cfdc52420220215.1)
9
+ Tue, 28 Jun 2022 04:31:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.14..@fluentui/react-provider_v0.0.0)
11
+
12
+ ### Patches
13
+
14
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-shared-contexts to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
16
+ - Bump @fluentui/react-tabster to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
17
+ - Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
18
+ - Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
19
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
20
+
21
+ ### Changes
22
+
23
+ - fix: properly handle text direction in styles ([PR #22936](https://github.com/microsoft/fluentui/pull/22936) by olfedias@microsoft.com)
24
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
25
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
26
+
27
+ ## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.14)
28
+
29
+ Thu, 23 Jun 2022 14:25:31 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.13..@fluentui/react-provider_v9.0.0-rc.14)
31
+
32
+ ### Changes
33
+
34
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
35
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
36
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
37
+
38
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.13)
39
+
40
+ Tue, 31 May 2022 21:28:42 GMT
41
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.12..@fluentui/react-provider_v9.0.0-rc.13)
42
+
43
+ ### Changes
44
+
45
+ - BREAKING: FluentProvider now adds `line-height` by default ([PR #23279](https://github.com/microsoft/fluentui/pull/23279) by behowell@microsoft.com)
46
+ - updates import to react-shared-components, removes re-export to provider ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
47
+ - remove export useTheme ([PR #23335](https://github.com/microsoft/fluentui/pull/23335) by me@levithomason.com)
48
+ - chore: replace useConst() usage ([PR #23319](https://github.com/microsoft/fluentui/pull/23319) by olfedias@microsoft.com)
49
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
50
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
51
+ - Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
52
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
53
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
54
+
55
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.12)
56
+
57
+ Thu, 26 May 2022 21:01:27 GMT
58
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.11..@fluentui/react-provider_v9.0.0-rc.12)
59
+
60
+ ### Changes
61
+
62
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
63
+
64
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.11)
65
+
66
+ Mon, 23 May 2022 18:56:47 GMT
67
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.10..@fluentui/react-provider_v9.0.0-rc.11)
68
+
69
+ ### Changes
70
+
71
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
72
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
73
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
74
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
75
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
76
+
77
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.10)
78
+
79
+ Mon, 23 May 2022 12:13:35 GMT
80
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.9..@fluentui/react-provider_v9.0.0-rc.10)
81
+
82
+ ### Changes
83
+
84
+ - Removing FluentProviderCommons type. ([PR #23070](https://github.com/microsoft/fluentui/pull/23070) by Humberto.Morimoto@microsoft.com)
85
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
86
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
87
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
88
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
89
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
90
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
91
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
92
+
93
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.9)
94
+
95
+ Thu, 05 May 2022 18:26:30 GMT
96
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.8..@fluentui/react-provider_v9.0.0-rc.9)
97
+
98
+ ### Changes
99
+
100
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
101
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
102
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
103
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
104
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
105
+
106
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.8)
107
+
108
+ Wed, 04 May 2022 13:26:48 GMT
109
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.7..@fluentui/react-provider_v9.0.0-rc.8)
110
+
111
+ ### Changes
112
+
113
+ - check for styleTag.sheet before performing actions on the sheet ([PR #22684](https://github.com/microsoft/fluentui/pull/22684) by mgodbolt@microsoft.com)
114
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
115
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
116
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
117
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
118
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
119
+
120
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.7)
121
+
122
+ Mon, 25 Apr 2022 09:32:18 GMT
123
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.6..@fluentui/react-provider_v9.0.0-rc.7)
124
+
125
+ ### Changes
126
+
127
+ - feat: export useFluentProviderThemeStyleTag from @fluentui/react-provider ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by olfedias@microsoft.com)
128
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
129
+
130
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.6)
131
+
132
+ Tue, 19 Apr 2022 19:16:49 GMT
133
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.5..@fluentui/react-provider_v9.0.0-rc.6)
134
+
135
+ ### Changes
136
+
137
+ - Add static classnames to Provider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
138
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
139
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
140
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
141
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
142
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
143
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
144
+
145
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.5)
146
+
147
+ Fri, 04 Mar 2022 05:17:39 GMT
148
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.4..@fluentui/react-provider_v9.0.0-rc.5)
149
+
150
+ ### Changes
151
+
152
+ - 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)
153
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
154
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
155
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
156
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
157
+
158
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.4)
159
+
160
+ Tue, 01 Mar 2022 02:17:40 GMT
161
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.3..@fluentui/react-provider_v9.0.0-rc.4)
162
+
163
+ ### Changes
164
+
165
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
166
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
167
+
168
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.3)
169
+
170
+ Fri, 18 Feb 2022 13:35:34 GMT
171
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.1..@fluentui/react-provider_v9.0.0-rc.3)
11
172
 
12
173
  ### Changes
13
174
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by email not defined)
15
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
16
- - Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
17
- - Bump @fluentui/react-theme to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
18
- - Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
19
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
175
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
176
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
177
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
178
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
179
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
180
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
20
181
 
21
182
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.1)
22
183
 
23
- Thu, 10 Feb 2022 08:50:43 GMT
184
+ Thu, 10 Feb 2022 08:50:43 GMT
24
185
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.5..@fluentui/react-provider_v9.0.0-rc.1)
25
186
 
26
187
  ### Changes
@@ -37,7 +198,7 @@ Thu, 10 Feb 2022 08:50:43 GMT
37
198
  - Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
38
199
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
39
200
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
40
- - 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)
201
+ - 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)
41
202
  - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
42
203
  - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
43
204
  - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
@@ -46,7 +207,7 @@ Thu, 10 Feb 2022 08:50:43 GMT
46
207
 
47
208
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.5)
48
209
 
49
- Thu, 25 Nov 2021 08:34:16 GMT
210
+ Thu, 25 Nov 2021 08:34:16 GMT
50
211
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.4..@fluentui/react-provider_v9.0.0-beta.5)
51
212
 
52
213
  ### Changes
@@ -62,7 +223,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
62
223
 
63
224
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.4)
64
225
 
65
- Fri, 12 Nov 2021 13:25:31 GMT
226
+ Fri, 12 Nov 2021 13:25:31 GMT
66
227
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.3..@fluentui/react-provider_v9.0.0-beta.4)
67
228
 
68
229
  ### Changes
@@ -80,7 +241,7 @@ Fri, 12 Nov 2021 13:25:31 GMT
80
241
 
81
242
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.3)
82
243
 
83
- Wed, 27 Oct 2021 12:14:21 GMT
244
+ Wed, 27 Oct 2021 12:14:21 GMT
84
245
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.2..@fluentui/react-provider_v9.0.0-beta.3)
85
246
 
86
247
  ### Changes
@@ -97,7 +258,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
97
258
 
98
259
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.2)
99
260
 
100
- Tue, 12 Oct 2021 19:45:58 GMT
261
+ Tue, 12 Oct 2021 19:45:58 GMT
101
262
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.1..@fluentui/react-provider_v9.0.0-beta.2)
102
263
 
103
264
  ### Changes
@@ -106,7 +267,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
106
267
 
107
268
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.1)
108
269
 
109
- Wed, 06 Oct 2021 10:37:22 GMT
270
+ Wed, 06 Oct 2021 10:37:22 GMT
110
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.90..@fluentui/react-provider_v9.0.0-beta.1)
111
272
 
112
273
  ### Changes
@@ -123,7 +284,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
123
284
 
124
285
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.90)
125
286
 
126
- Tue, 05 Oct 2021 12:47:58 GMT
287
+ Tue, 05 Oct 2021 12:47:58 GMT
127
288
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.89..@fluentui/react-provider_v9.0.0-alpha.90)
128
289
 
129
290
  ### Changes
@@ -136,7 +297,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
136
297
 
137
298
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.89)
138
299
 
139
- Tue, 05 Oct 2021 09:28:07 GMT
300
+ Tue, 05 Oct 2021 09:28:07 GMT
140
301
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.88..@fluentui/react-provider_v9.0.0-alpha.89)
141
302
 
142
303
  ### Changes
@@ -150,7 +311,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
150
311
 
151
312
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.88)
152
313
 
153
- Fri, 01 Oct 2021 14:13:08 GMT
314
+ Fri, 01 Oct 2021 14:13:08 GMT
154
315
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.86..@fluentui/react-provider_v9.0.0-alpha.88)
155
316
 
156
317
  ### Changes
@@ -167,7 +328,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
167
328
 
168
329
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.86)
169
330
 
170
- Fri, 01 Oct 2021 09:44:56 GMT
331
+ Fri, 01 Oct 2021 09:44:56 GMT
171
332
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.85..@fluentui/react-provider_v9.0.0-alpha.86)
172
333
 
173
334
  ### Changes
@@ -176,7 +337,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
176
337
 
177
338
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.85)
178
339
 
179
- Wed, 29 Sep 2021 08:06:11 GMT
340
+ Wed, 29 Sep 2021 08:06:11 GMT
180
341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.84..@fluentui/react-provider_v9.0.0-alpha.85)
181
342
 
182
343
  ### Changes
@@ -191,7 +352,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
191
352
 
192
353
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.84)
193
354
 
194
- Mon, 27 Sep 2021 08:06:00 GMT
355
+ Mon, 27 Sep 2021 08:06:00 GMT
195
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.83..@fluentui/react-provider_v9.0.0-alpha.84)
196
357
 
197
358
  ### Changes
@@ -205,7 +366,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
205
366
 
206
367
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.83)
207
368
 
208
- Fri, 24 Sep 2021 09:17:17 GMT
369
+ Fri, 24 Sep 2021 09:17:17 GMT
209
370
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.82..@fluentui/react-provider_v9.0.0-alpha.83)
210
371
 
211
372
  ### Changes
@@ -219,7 +380,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
219
380
 
220
381
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.82)
221
382
 
222
- Thu, 23 Sep 2021 08:21:34 GMT
383
+ Thu, 23 Sep 2021 08:21:34 GMT
223
384
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.81..@fluentui/react-provider_v9.0.0-alpha.82)
224
385
 
225
386
  ### Changes
@@ -233,7 +394,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
233
394
 
234
395
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.81)
235
396
 
236
- Wed, 22 Sep 2021 10:10:07 GMT
397
+ Wed, 22 Sep 2021 10:10:07 GMT
237
398
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.80..@fluentui/react-provider_v9.0.0-alpha.81)
238
399
 
239
400
  ### Changes
@@ -247,7 +408,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
247
408
 
248
409
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.80)
249
410
 
250
- Tue, 21 Sep 2021 07:42:34 GMT
411
+ Tue, 21 Sep 2021 07:42:34 GMT
251
412
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.79..@fluentui/react-provider_v9.0.0-alpha.80)
252
413
 
253
414
  ### Changes
@@ -262,7 +423,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
262
423
 
263
424
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.79)
264
425
 
265
- Mon, 20 Sep 2021 07:36:26 GMT
426
+ Mon, 20 Sep 2021 07:36:26 GMT
266
427
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.78..@fluentui/react-provider_v9.0.0-alpha.79)
267
428
 
268
429
  ### Changes
@@ -271,7 +432,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
271
432
 
272
433
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.78)
273
434
 
274
- Fri, 17 Sep 2021 07:35:26 GMT
435
+ Fri, 17 Sep 2021 07:35:26 GMT
275
436
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.77..@fluentui/react-provider_v9.0.0-alpha.78)
276
437
 
277
438
  ### Changes
@@ -280,7 +441,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
280
441
 
281
442
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.77)
282
443
 
283
- Thu, 16 Sep 2021 07:38:39 GMT
444
+ Thu, 16 Sep 2021 07:38:39 GMT
284
445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.76..@fluentui/react-provider_v9.0.0-alpha.77)
285
446
 
286
447
  ### Changes
@@ -290,7 +451,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
290
451
 
291
452
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.76)
292
453
 
293
- Tue, 14 Sep 2021 20:09:02 GMT
454
+ Tue, 14 Sep 2021 20:09:02 GMT
294
455
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.75..@fluentui/react-provider_v9.0.0-alpha.76)
295
456
 
296
457
  ### Changes
@@ -299,7 +460,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
299
460
 
300
461
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.75)
301
462
 
302
- Fri, 10 Sep 2021 16:31:53 GMT
463
+ Fri, 10 Sep 2021 16:31:53 GMT
303
464
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.74..@fluentui/react-provider_v9.0.0-alpha.75)
304
465
 
305
466
  ### Changes
@@ -310,7 +471,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
310
471
 
311
472
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.74)
312
473
 
313
- Fri, 10 Sep 2021 07:39:51 GMT
474
+ Fri, 10 Sep 2021 07:39:51 GMT
314
475
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.73..@fluentui/react-provider_v9.0.0-alpha.74)
315
476
 
316
477
  ### Changes
@@ -319,7 +480,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
319
480
 
320
481
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.73)
321
482
 
322
- Mon, 06 Sep 2021 07:34:53 GMT
483
+ Mon, 06 Sep 2021 07:34:53 GMT
323
484
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.72..@fluentui/react-provider_v9.0.0-alpha.73)
324
485
 
325
486
  ### Changes
@@ -328,7 +489,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
328
489
 
329
490
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.72)
330
491
 
331
- Thu, 02 Sep 2021 07:36:46 GMT
492
+ Thu, 02 Sep 2021 07:36:46 GMT
332
493
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.71..@fluentui/react-provider_v9.0.0-alpha.72)
333
494
 
334
495
  ### Patches
@@ -341,7 +502,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
341
502
 
342
503
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.71)
343
504
 
344
- Wed, 01 Sep 2021 07:39:56 GMT
505
+ Wed, 01 Sep 2021 07:39:56 GMT
345
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.70..@fluentui/react-provider_v9.0.0-alpha.71)
346
507
 
347
508
  ### Changes
@@ -350,7 +511,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
350
511
 
351
512
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.70)
352
513
 
353
- Tue, 31 Aug 2021 07:37:47 GMT
514
+ Tue, 31 Aug 2021 07:37:47 GMT
354
515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.69..@fluentui/react-provider_v9.0.0-alpha.70)
355
516
 
356
517
  ### Changes
@@ -359,7 +520,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
359
520
 
360
521
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.69)
361
522
 
362
- Fri, 27 Aug 2021 07:33:32 GMT
523
+ Fri, 27 Aug 2021 07:33:32 GMT
363
524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.68..@fluentui/react-provider_v9.0.0-alpha.69)
364
525
 
365
526
  ### Changes
@@ -368,7 +529,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
368
529
 
369
530
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.68)
370
531
 
371
- Thu, 26 Aug 2021 07:35:43 GMT
532
+ Thu, 26 Aug 2021 07:35:43 GMT
372
533
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.67..@fluentui/react-provider_v9.0.0-alpha.68)
373
534
 
374
535
  ### Changes
@@ -377,7 +538,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
377
538
 
378
539
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.67)
379
540
 
380
- Tue, 24 Aug 2021 07:34:48 GMT
541
+ Tue, 24 Aug 2021 07:34:48 GMT
381
542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.66..@fluentui/react-provider_v9.0.0-alpha.67)
382
543
 
383
544
  ### Changes
@@ -386,7 +547,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
386
547
 
387
548
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.66)
388
549
 
389
- Fri, 20 Aug 2021 07:37:28 GMT
550
+ Fri, 20 Aug 2021 07:37:28 GMT
390
551
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.65..@fluentui/react-provider_v9.0.0-alpha.66)
391
552
 
392
553
  ### Changes
@@ -395,7 +556,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
395
556
 
396
557
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.65)
397
558
 
398
- Thu, 19 Aug 2021 07:41:35 GMT
559
+ Thu, 19 Aug 2021 07:41:35 GMT
399
560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.64..@fluentui/react-provider_v9.0.0-alpha.65)
400
561
 
401
562
  ### Changes
@@ -404,7 +565,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
404
565
 
405
566
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.64)
406
567
 
407
- Fri, 13 Aug 2021 07:36:34 GMT
568
+ Fri, 13 Aug 2021 07:36:34 GMT
408
569
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.63..@fluentui/react-provider_v9.0.0-alpha.64)
409
570
 
410
571
  ### Changes
@@ -413,7 +574,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
413
574
 
414
575
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.63)
415
576
 
416
- Tue, 10 Aug 2021 07:33:28 GMT
577
+ Tue, 10 Aug 2021 07:33:28 GMT
417
578
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.62..@fluentui/react-provider_v9.0.0-alpha.63)
418
579
 
419
580
  ### Changes
@@ -422,7 +583,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
422
583
 
423
584
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.62)
424
585
 
425
- Fri, 06 Aug 2021 07:35:14 GMT
586
+ Fri, 06 Aug 2021 07:35:14 GMT
426
587
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.61..@fluentui/react-provider_v9.0.0-alpha.62)
427
588
 
428
589
  ### Changes
@@ -431,7 +592,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
431
592
 
432
593
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.61)
433
594
 
434
- Tue, 03 Aug 2021 07:39:30 GMT
595
+ Tue, 03 Aug 2021 07:39:30 GMT
435
596
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.60..@fluentui/react-provider_v9.0.0-alpha.61)
436
597
 
437
598
  ### Patches
@@ -446,7 +607,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
446
607
 
447
608
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.60)
448
609
 
449
- Mon, 02 Aug 2021 07:36:20 GMT
610
+ Mon, 02 Aug 2021 07:36:20 GMT
450
611
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.59..@fluentui/react-provider_v9.0.0-alpha.60)
451
612
 
452
613
  ### Changes
@@ -455,7 +616,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
455
616
 
456
617
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.59)
457
618
 
458
- Mon, 26 Jul 2021 07:37:30 GMT
619
+ Mon, 26 Jul 2021 07:37:30 GMT
459
620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.58..@fluentui/react-provider_v9.0.0-alpha.59)
460
621
 
461
622
  ### Changes
@@ -464,7 +625,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
464
625
 
465
626
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.58)
466
627
 
467
- Fri, 23 Jul 2021 07:38:19 GMT
628
+ Fri, 23 Jul 2021 07:38:19 GMT
468
629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.57..@fluentui/react-provider_v9.0.0-alpha.58)
469
630
 
470
631
  ### Changes
@@ -473,7 +634,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
473
634
 
474
635
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.57)
475
636
 
476
- Thu, 22 Jul 2021 07:36:55 GMT
637
+ Thu, 22 Jul 2021 07:36:55 GMT
477
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.56..@fluentui/react-provider_v9.0.0-alpha.57)
478
639
 
479
640
  ### Changes
@@ -482,7 +643,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
482
643
 
483
644
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.56)
484
645
 
485
- Thu, 15 Jul 2021 07:36:18 GMT
646
+ Thu, 15 Jul 2021 07:36:18 GMT
486
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.55..@fluentui/react-provider_v9.0.0-alpha.56)
487
648
 
488
649
  ### Changes
@@ -491,7 +652,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
491
652
 
492
653
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.55)
493
654
 
494
- Tue, 13 Jul 2021 22:32:58 GMT
655
+ Tue, 13 Jul 2021 22:32:58 GMT
495
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.54..@fluentui/react-provider_v9.0.0-alpha.55)
496
657
 
497
658
  ### Patches
@@ -500,7 +661,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
500
661
 
501
662
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.54)
502
663
 
503
- Tue, 13 Jul 2021 07:35:36 GMT
664
+ Tue, 13 Jul 2021 07:35:36 GMT
504
665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.53..@fluentui/react-provider_v9.0.0-alpha.54)
505
666
 
506
667
  ### Changes
@@ -509,7 +670,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
509
670
 
510
671
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.53)
511
672
 
512
- Fri, 09 Jul 2021 07:39:31 GMT
673
+ Fri, 09 Jul 2021 07:39:31 GMT
513
674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.52..@fluentui/react-provider_v9.0.0-alpha.53)
514
675
 
515
676
  ### Patches
@@ -524,7 +685,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
524
685
 
525
686
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.52)
526
687
 
527
- Fri, 02 Jul 2021 23:15:55 GMT
688
+ Fri, 02 Jul 2021 23:15:55 GMT
528
689
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.51..@fluentui/react-provider_v9.0.0-alpha.52)
529
690
 
530
691
  ### Changes
@@ -533,7 +694,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
533
694
 
534
695
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.51)
535
696
 
536
- Fri, 02 Jul 2021 07:37:06 GMT
697
+ Fri, 02 Jul 2021 07:37:06 GMT
537
698
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.50..@fluentui/react-provider_v9.0.0-alpha.51)
538
699
 
539
700
  ### Changes
@@ -542,7 +703,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
542
703
 
543
704
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.50)
544
705
 
545
- Thu, 01 Jul 2021 07:35:05 GMT
706
+ Thu, 01 Jul 2021 07:35:05 GMT
546
707
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.49..@fluentui/react-provider_v9.0.0-alpha.50)
547
708
 
548
709
  ### Changes
@@ -552,7 +713,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
552
713
 
553
714
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.49)
554
715
 
555
- Wed, 30 Jun 2021 07:38:35 GMT
716
+ Wed, 30 Jun 2021 07:38:35 GMT
556
717
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.48..@fluentui/react-provider_v9.0.0-alpha.49)
557
718
 
558
719
  ### Changes
@@ -561,7 +722,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
561
722
 
562
723
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.48)
563
724
 
564
- Tue, 29 Jun 2021 07:33:32 GMT
725
+ Tue, 29 Jun 2021 07:33:32 GMT
565
726
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.47..@fluentui/react-provider_v9.0.0-alpha.48)
566
727
 
567
728
  ### Changes
@@ -570,7 +731,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
570
731
 
571
732
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.47)
572
733
 
573
- Tue, 22 Jun 2021 07:35:11 GMT
734
+ Tue, 22 Jun 2021 07:35:11 GMT
574
735
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.46..@fluentui/react-provider_v9.0.0-alpha.47)
575
736
 
576
737
  ### Changes
@@ -579,7 +740,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
579
740
 
580
741
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.46)
581
742
 
582
- Tue, 15 Jun 2021 07:40:20 GMT
743
+ Tue, 15 Jun 2021 07:40:20 GMT
583
744
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.45..@fluentui/react-provider_v9.0.0-alpha.46)
584
745
 
585
746
  ### Changes
@@ -588,7 +749,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
588
749
 
589
750
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.45)
590
751
 
591
- Mon, 07 Jun 2021 07:38:15 GMT
752
+ Mon, 07 Jun 2021 07:38:15 GMT
592
753
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.44..@fluentui/react-provider_v9.0.0-alpha.45)
593
754
 
594
755
  ### Patches
@@ -603,7 +764,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
603
764
 
604
765
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.44)
605
766
 
606
- Fri, 04 Jun 2021 07:37:23 GMT
767
+ Fri, 04 Jun 2021 07:37:23 GMT
607
768
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.43..@fluentui/react-provider_v9.0.0-alpha.44)
608
769
 
609
770
  ### Changes
@@ -612,7 +773,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
612
773
 
613
774
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.43)
614
775
 
615
- Thu, 03 Jun 2021 07:36:03 GMT
776
+ Thu, 03 Jun 2021 07:36:03 GMT
616
777
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.42..@fluentui/react-provider_v9.0.0-alpha.43)
617
778
 
618
779
  ### Changes
@@ -621,7 +782,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
621
782
 
622
783
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.42)
623
784
 
624
- Wed, 02 Jun 2021 07:37:15 GMT
785
+ Wed, 02 Jun 2021 07:37:15 GMT
625
786
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.41..@fluentui/react-provider_v9.0.0-alpha.42)
626
787
 
627
788
  ### Changes
@@ -630,7 +791,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
630
791
 
631
792
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.41)
632
793
 
633
- Wed, 26 May 2021 07:35:43 GMT
794
+ Wed, 26 May 2021 07:35:43 GMT
634
795
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.40..@fluentui/react-provider_v9.0.0-alpha.41)
635
796
 
636
797
  ### Changes
@@ -639,7 +800,7 @@ Wed, 26 May 2021 07:35:43 GMT
639
800
 
640
801
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.40)
641
802
 
642
- Fri, 21 May 2021 07:34:54 GMT
803
+ Fri, 21 May 2021 07:34:54 GMT
643
804
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.39..@fluentui/react-provider_v9.0.0-alpha.40)
644
805
 
645
806
  ### Changes
@@ -648,7 +809,7 @@ Fri, 21 May 2021 07:34:54 GMT
648
809
 
649
810
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.39)
650
811
 
651
- Thu, 20 May 2021 07:41:54 GMT
812
+ Thu, 20 May 2021 07:41:54 GMT
652
813
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.38..@fluentui/react-provider_v9.0.0-alpha.39)
653
814
 
654
815
  ### Patches
@@ -663,7 +824,7 @@ Thu, 20 May 2021 07:41:54 GMT
663
824
 
664
825
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.38)
665
826
 
666
- Wed, 19 May 2021 07:34:20 GMT
827
+ Wed, 19 May 2021 07:34:20 GMT
667
828
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.37..@fluentui/react-provider_v9.0.0-alpha.38)
668
829
 
669
830
  ### Patches
@@ -676,7 +837,7 @@ Wed, 19 May 2021 07:34:20 GMT
676
837
 
677
838
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.37)
678
839
 
679
- Tue, 18 May 2021 07:34:38 GMT
840
+ Tue, 18 May 2021 07:34:38 GMT
680
841
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.36..@fluentui/react-provider_v9.0.0-alpha.37)
681
842
 
682
843
  ### Changes
@@ -685,7 +846,7 @@ Tue, 18 May 2021 07:34:38 GMT
685
846
 
686
847
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.36)
687
848
 
688
- Thu, 13 May 2021 07:36:55 GMT
849
+ Thu, 13 May 2021 07:36:55 GMT
689
850
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.35..@fluentui/react-provider_v9.0.0-alpha.36)
690
851
 
691
852
  ### Changes
@@ -694,7 +855,7 @@ Thu, 13 May 2021 07:36:55 GMT
694
855
 
695
856
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.35)
696
857
 
697
- Wed, 12 May 2021 07:36:20 GMT
858
+ Wed, 12 May 2021 07:36:20 GMT
698
859
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.34..@fluentui/react-provider_v9.0.0-alpha.35)
699
860
 
700
861
  ### Changes
@@ -703,7 +864,7 @@ Wed, 12 May 2021 07:36:20 GMT
703
864
 
704
865
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.34)
705
866
 
706
- Mon, 10 May 2021 07:36:07 GMT
867
+ Mon, 10 May 2021 07:36:07 GMT
707
868
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.33..@fluentui/react-provider_v9.0.0-alpha.34)
708
869
 
709
870
  ### Changes
@@ -712,7 +873,7 @@ Mon, 10 May 2021 07:36:07 GMT
712
873
 
713
874
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.33)
714
875
 
715
- Wed, 05 May 2021 07:36:50 GMT
876
+ Wed, 05 May 2021 07:36:50 GMT
716
877
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.32..@fluentui/react-provider_v9.0.0-alpha.33)
717
878
 
718
879
  ### Changes
@@ -721,7 +882,7 @@ Wed, 05 May 2021 07:36:50 GMT
721
882
 
722
883
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.32)
723
884
 
724
- Tue, 04 May 2021 07:36:35 GMT
885
+ Tue, 04 May 2021 07:36:35 GMT
725
886
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.31..@fluentui/react-provider_v9.0.0-alpha.32)
726
887
 
727
888
  ### Changes
@@ -730,7 +891,7 @@ Tue, 04 May 2021 07:36:35 GMT
730
891
 
731
892
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.31)
732
893
 
733
- Mon, 03 May 2021 07:45:19 GMT
894
+ Mon, 03 May 2021 07:45:19 GMT
734
895
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.30..@fluentui/react-provider_v9.0.0-alpha.31)
735
896
 
736
897
  ### Changes
@@ -739,7 +900,7 @@ Mon, 03 May 2021 07:45:19 GMT
739
900
 
740
901
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.30)
741
902
 
742
- Fri, 30 Apr 2021 07:42:23 GMT
903
+ Fri, 30 Apr 2021 07:42:23 GMT
743
904
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.29..@fluentui/react-provider_v9.0.0-alpha.30)
744
905
 
745
906
  ### Patches
@@ -755,7 +916,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
755
916
 
756
917
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.29)
757
918
 
758
- Wed, 28 Apr 2021 07:32:59 GMT
919
+ Wed, 28 Apr 2021 07:32:59 GMT
759
920
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.28..@fluentui/react-provider_v9.0.0-alpha.29)
760
921
 
761
922
  ### Changes
@@ -764,7 +925,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
764
925
 
765
926
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.28)
766
927
 
767
- Tue, 27 Apr 2021 07:34:03 GMT
928
+ Tue, 27 Apr 2021 07:34:03 GMT
768
929
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.27..@fluentui/react-provider_v9.0.0-alpha.28)
769
930
 
770
931
  ### Changes
@@ -773,7 +934,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
773
934
 
774
935
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.27)
775
936
 
776
- Mon, 26 Apr 2021 07:34:31 GMT
937
+ Mon, 26 Apr 2021 07:34:31 GMT
777
938
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.26..@fluentui/react-provider_v9.0.0-alpha.27)
778
939
 
779
940
  ### Changes
@@ -782,7 +943,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
782
943
 
783
944
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.26)
784
945
 
785
- Fri, 23 Apr 2021 07:37:10 GMT
946
+ Fri, 23 Apr 2021 07:37:10 GMT
786
947
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.25..@fluentui/react-provider_v9.0.0-alpha.26)
787
948
 
788
949
  ### Patches
@@ -797,7 +958,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
797
958
 
798
959
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.25)
799
960
 
800
- Thu, 22 Apr 2021 07:33:28 GMT
961
+ Thu, 22 Apr 2021 07:33:28 GMT
801
962
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.24..@fluentui/react-provider_v9.0.0-alpha.25)
802
963
 
803
964
  ### Changes
@@ -806,7 +967,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
806
967
 
807
968
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.24)
808
969
 
809
- Wed, 21 Apr 2021 07:31:50 GMT
970
+ Wed, 21 Apr 2021 07:31:50 GMT
810
971
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.23..@fluentui/react-provider_v9.0.0-alpha.24)
811
972
 
812
973
  ### Changes
@@ -815,7 +976,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
815
976
 
816
977
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.23)
817
978
 
818
- Tue, 20 Apr 2021 07:31:35 GMT
979
+ Tue, 20 Apr 2021 07:31:35 GMT
819
980
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.22..@fluentui/react-provider_v9.0.0-alpha.23)
820
981
 
821
982
  ### Changes
@@ -824,7 +985,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
824
985
 
825
986
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.22)
826
987
 
827
- Fri, 16 Apr 2021 18:08:21 GMT
988
+ Fri, 16 Apr 2021 18:08:21 GMT
828
989
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.21..@fluentui/react-provider_v9.0.0-alpha.22)
829
990
 
830
991
  ### Changes
@@ -833,7 +994,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
833
994
 
834
995
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.21)
835
996
 
836
- Fri, 16 Apr 2021 07:32:08 GMT
997
+ Fri, 16 Apr 2021 07:32:08 GMT
837
998
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.20..@fluentui/react-provider_v9.0.0-alpha.21)
838
999
 
839
1000
  ### Changes
@@ -842,7 +1003,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
842
1003
 
843
1004
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.20)
844
1005
 
845
- Wed, 14 Apr 2021 07:34:12 GMT
1006
+ Wed, 14 Apr 2021 07:34:12 GMT
846
1007
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.19..@fluentui/react-provider_v9.0.0-alpha.20)
847
1008
 
848
1009
  ### Changes
@@ -851,7 +1012,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
851
1012
 
852
1013
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.19)
853
1014
 
854
- Thu, 08 Apr 2021 07:33:06 GMT
1015
+ Thu, 08 Apr 2021 07:33:06 GMT
855
1016
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.18..@fluentui/react-provider_v9.0.0-alpha.19)
856
1017
 
857
1018
  ### Changes
@@ -860,7 +1021,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
860
1021
 
861
1022
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.18)
862
1023
 
863
- Thu, 01 Apr 2021 20:13:37 GMT
1024
+ Thu, 01 Apr 2021 20:13:37 GMT
864
1025
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.17..@fluentui/react-provider_v9.0.0-alpha.18)
865
1026
 
866
1027
  ### Changes
@@ -869,7 +1030,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
869
1030
 
870
1031
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.17)
871
1032
 
872
- Wed, 31 Mar 2021 00:53:43 GMT
1033
+ Wed, 31 Mar 2021 00:53:43 GMT
873
1034
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.16..@fluentui/react-provider_v9.0.0-alpha.17)
874
1035
 
875
1036
  ### Patches
@@ -884,7 +1045,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
884
1045
 
885
1046
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.16)
886
1047
 
887
- Tue, 30 Mar 2021 07:34:45 GMT
1048
+ Tue, 30 Mar 2021 07:34:45 GMT
888
1049
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.15..@fluentui/react-provider_v9.0.0-alpha.16)
889
1050
 
890
1051
  ### Changes
@@ -894,7 +1055,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
894
1055
 
895
1056
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.15)
896
1057
 
897
- Fri, 26 Mar 2021 07:32:34 GMT
1058
+ Fri, 26 Mar 2021 07:32:34 GMT
898
1059
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.14..@fluentui/react-provider_v9.0.0-alpha.15)
899
1060
 
900
1061
  ### Changes
@@ -903,7 +1064,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
903
1064
 
904
1065
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.14)
905
1066
 
906
- Thu, 25 Mar 2021 07:33:24 GMT
1067
+ Thu, 25 Mar 2021 07:33:24 GMT
907
1068
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.13..@fluentui/react-provider_v9.0.0-alpha.14)
908
1069
 
909
1070
  ### Changes
@@ -912,7 +1073,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
912
1073
 
913
1074
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.13)
914
1075
 
915
- Tue, 23 Mar 2021 07:31:43 GMT
1076
+ Tue, 23 Mar 2021 07:31:43 GMT
916
1077
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.12..@fluentui/react-provider_v9.0.0-alpha.13)
917
1078
 
918
1079
  ### Changes
@@ -921,7 +1082,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
921
1082
 
922
1083
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.12)
923
1084
 
924
- Thu, 18 Mar 2021 20:15:34 GMT
1085
+ Thu, 18 Mar 2021 20:15:34 GMT
925
1086
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.11..@fluentui/react-provider_v9.0.0-alpha.12)
926
1087
 
927
1088
  ### Changes
@@ -930,7 +1091,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
930
1091
 
931
1092
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.11)
932
1093
 
933
- Tue, 16 Mar 2021 07:32:44 GMT
1094
+ Tue, 16 Mar 2021 07:32:44 GMT
934
1095
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.10..@fluentui/react-provider_v9.0.0-alpha.11)
935
1096
 
936
1097
  ### Changes
@@ -939,7 +1100,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
939
1100
 
940
1101
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.10)
941
1102
 
942
- Mon, 15 Mar 2021 07:36:20 GMT
1103
+ Mon, 15 Mar 2021 07:36:20 GMT
943
1104
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.9..@fluentui/react-provider_v9.0.0-alpha.10)
944
1105
 
945
1106
  ### Changes
@@ -948,7 +1109,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
948
1109
 
949
1110
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.9)
950
1111
 
951
- Fri, 12 Mar 2021 20:04:27 GMT
1112
+ Fri, 12 Mar 2021 20:04:27 GMT
952
1113
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.8..@fluentui/react-provider_v9.0.0-alpha.9)
953
1114
 
954
1115
  ### Changes
@@ -957,7 +1118,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
957
1118
 
958
1119
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.8)
959
1120
 
960
- Wed, 10 Mar 2021 07:34:39 GMT
1121
+ Wed, 10 Mar 2021 07:34:39 GMT
961
1122
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.7..@fluentui/react-provider_v9.0.0-alpha.8)
962
1123
 
963
1124
  ### Changes
@@ -966,7 +1127,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
966
1127
 
967
1128
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.7)
968
1129
 
969
- Fri, 05 Mar 2021 20:30:59 GMT
1130
+ Fri, 05 Mar 2021 20:30:59 GMT
970
1131
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.6..@fluentui/react-provider_v9.0.0-alpha.7)
971
1132
 
972
1133
  ### Changes
@@ -975,7 +1136,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
975
1136
 
976
1137
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.6)
977
1138
 
978
- Wed, 03 Mar 2021 00:10:09 GMT
1139
+ Wed, 03 Mar 2021 00:10:09 GMT
979
1140
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.5..@fluentui/react-provider_v9.0.0-alpha.6)
980
1141
 
981
1142
  ### Changes
@@ -984,7 +1145,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
984
1145
 
985
1146
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.5)
986
1147
 
987
- Tue, 02 Mar 2021 07:24:27 GMT
1148
+ Tue, 02 Mar 2021 07:24:27 GMT
988
1149
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.4..@fluentui/react-provider_v9.0.0-alpha.5)
989
1150
 
990
1151
  ### Changes
@@ -993,7 +1154,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
993
1154
 
994
1155
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.4)
995
1156
 
996
- Fri, 26 Feb 2021 01:16:27 GMT
1157
+ Fri, 26 Feb 2021 01:16:27 GMT
997
1158
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.3..@fluentui/react-provider_v9.0.0-alpha.4)
998
1159
 
999
1160
  ### Patches
@@ -1008,7 +1169,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1008
1169
 
1009
1170
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.3)
1010
1171
 
1011
- Thu, 25 Feb 2021 20:16:39 GMT
1172
+ Thu, 25 Feb 2021 20:16:39 GMT
1012
1173
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.2..@fluentui/react-provider_v9.0.0-alpha.3)
1013
1174
 
1014
1175
  ### Changes
@@ -1017,7 +1178,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1017
1178
 
1018
1179
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.2)
1019
1180
 
1020
- Thu, 25 Feb 2021 01:15:27 GMT
1181
+ Thu, 25 Feb 2021 01:15:27 GMT
1021
1182
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.1..@fluentui/react-provider_v9.0.0-alpha.2)
1022
1183
 
1023
1184
  ### Changes
@@ -1026,7 +1187,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1026
1187
 
1027
1188
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.1)
1028
1189
 
1029
- Wed, 24 Feb 2021 00:05:29 GMT
1190
+ Wed, 24 Feb 2021 00:05:29 GMT
1030
1191
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.2.0..@fluentui/react-provider_v9.0.0-alpha.1)
1031
1192
 
1032
1193
  ### Changes
@@ -1035,7 +1196,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1035
1196
 
1036
1197
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.2.0)
1037
1198
 
1038
- Mon, 22 Feb 2021 12:26:22 GMT
1199
+ Mon, 22 Feb 2021 12:26:22 GMT
1039
1200
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.6..@fluentui/react-provider_v0.2.0)
1040
1201
 
1041
1202
  ### Minor changes
@@ -1052,7 +1213,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1052
1213
 
1053
1214
  ## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.6)
1054
1215
 
1055
- Thu, 18 Feb 2021 19:38:50 GMT
1216
+ Thu, 18 Feb 2021 19:38:50 GMT
1056
1217
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.5..@fluentui/react-provider_v0.1.6)
1057
1218
 
1058
1219
  ### Patches
@@ -1066,7 +1227,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1066
1227
 
1067
1228
  ## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.5)
1068
1229
 
1069
- Thu, 18 Feb 2021 12:27:34 GMT
1230
+ Thu, 18 Feb 2021 12:27:34 GMT
1070
1231
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.5)
1071
1232
 
1072
1233
  ### Patches
@@ -1082,7 +1243,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1082
1243
 
1083
1244
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1084
1245
 
1085
- Mon, 15 Feb 2021 12:22:00 GMT
1246
+ Mon, 15 Feb 2021 12:22:00 GMT
1086
1247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.4)
1087
1248
 
1088
1249
  ### Changes
@@ -1093,7 +1254,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1093
1254
 
1094
1255
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1095
1256
 
1096
- Fri, 12 Feb 2021 12:26:20 GMT
1257
+ Fri, 12 Feb 2021 12:26:20 GMT
1097
1258
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.4)
1098
1259
 
1099
1260
  ### Patches
@@ -1106,7 +1267,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1106
1267
 
1107
1268
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1108
1269
 
1109
- Thu, 11 Feb 2021 00:58:10 GMT
1270
+ Thu, 11 Feb 2021 00:58:10 GMT
1110
1271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.3)
1111
1272
 
1112
1273
  ### Changes
@@ -1117,7 +1278,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1117
1278
 
1118
1279
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1119
1280
 
1120
- Tue, 09 Feb 2021 00:56:52 GMT
1281
+ Tue, 09 Feb 2021 00:56:52 GMT
1121
1282
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.2..@fluentui/react-provider_v0.1.3)
1122
1283
 
1123
1284
  ### Patches
@@ -1130,7 +1291,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1130
1291
 
1131
1292
  ## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.2)
1132
1293
 
1133
- Mon, 08 Feb 2021 12:23:08 GMT
1294
+ Mon, 08 Feb 2021 12:23:08 GMT
1134
1295
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.1..@fluentui/react-provider_v0.1.2)
1135
1296
 
1136
1297
  ### Patches