@fluentui/react-provider 9.0.0-rc.1 → 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 (57) hide show
  1. package/CHANGELOG.json +341 -1
  2. package/CHANGELOG.md +210 -105
  3. package/dist/{react-provider.d.ts → index.d.ts} +29 -15
  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.map +1 -1
  11. package/lib/components/FluentProvider/useFluentProvider.js +2 -2
  12. package/lib/components/FluentProvider/useFluentProvider.js.map +1 -1
  13. package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
  14. package/lib/components/FluentProvider/useFluentProviderStyles.js +8 -1
  15. package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  16. package/lib/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +13 -8
  17. package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  18. package/lib/index.js +2 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib-commonjs/FluentProvider.js.map +1 -1
  21. package/lib-commonjs/components/FluentProvider/FluentProvider.js.map +1 -1
  22. package/lib-commonjs/components/FluentProvider/FluentProvider.types.js.map +1 -1
  23. package/lib-commonjs/components/FluentProvider/index.js +2 -0
  24. package/lib-commonjs/components/FluentProvider/index.js.map +1 -1
  25. package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -1
  26. package/lib-commonjs/components/FluentProvider/useFluentProvider.js +2 -2
  27. package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -1
  28. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
  29. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +9 -2
  30. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  31. package/lib-commonjs/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +14 -9
  32. package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  33. package/lib-commonjs/index.js +51 -3
  34. package/lib-commonjs/index.js.map +1 -1
  35. package/package.json +18 -21
  36. package/lib/FluentProvider.d.ts +0 -1
  37. package/lib/components/FluentProvider/FluentProvider.d.ts +0 -3
  38. package/lib/components/FluentProvider/FluentProvider.types.d.ts +0 -26
  39. package/lib/components/FluentProvider/index.d.ts +0 -6
  40. package/lib/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  41. package/lib/components/FluentProvider/useFluentProvider.d.ts +0 -12
  42. package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  43. package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
  44. package/lib/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  45. package/lib/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  46. package/lib/index.d.ts +0 -2
  47. package/lib-commonjs/FluentProvider.d.ts +0 -1
  48. package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +0 -3
  49. package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +0 -26
  50. package/lib-commonjs/components/FluentProvider/index.d.ts +0 -6
  51. package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  52. package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +0 -12
  53. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  54. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
  55. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  56. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  57. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,117 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:43:57 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-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.10)
8
+
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
+
12
+ ### Changes
13
+
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
+
7
112
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.1)
8
113
 
9
- Thu, 10 Feb 2022 08:43:57 GMT
114
+ Thu, 10 Feb 2022 08:50:43 GMT
10
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)
11
116
 
12
117
  ### Changes
@@ -23,7 +128,7 @@ Thu, 10 Feb 2022 08:43:57 GMT
23
128
  - Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
24
129
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
25
130
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
26
- - 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)
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)
27
132
  - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
28
133
  - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
29
134
  - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
@@ -32,7 +137,7 @@ Thu, 10 Feb 2022 08:43:57 GMT
32
137
 
33
138
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.5)
34
139
 
35
- Thu, 25 Nov 2021 08:34:16 GMT
140
+ Thu, 25 Nov 2021 08:34:16 GMT
36
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)
37
142
 
38
143
  ### Changes
@@ -48,7 +153,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
48
153
 
49
154
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.4)
50
155
 
51
- Fri, 12 Nov 2021 13:25:31 GMT
156
+ Fri, 12 Nov 2021 13:25:31 GMT
52
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)
53
158
 
54
159
  ### Changes
@@ -66,7 +171,7 @@ Fri, 12 Nov 2021 13:25:31 GMT
66
171
 
67
172
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.3)
68
173
 
69
- Wed, 27 Oct 2021 12:14:21 GMT
174
+ Wed, 27 Oct 2021 12:14:21 GMT
70
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)
71
176
 
72
177
  ### Changes
@@ -83,7 +188,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
83
188
 
84
189
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.2)
85
190
 
86
- Tue, 12 Oct 2021 19:45:58 GMT
191
+ Tue, 12 Oct 2021 19:45:58 GMT
87
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)
88
193
 
89
194
  ### Changes
@@ -92,7 +197,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
92
197
 
93
198
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.1)
94
199
 
95
- Wed, 06 Oct 2021 10:37:22 GMT
200
+ Wed, 06 Oct 2021 10:37:22 GMT
96
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)
97
202
 
98
203
  ### Changes
@@ -109,7 +214,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
109
214
 
110
215
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.90)
111
216
 
112
- Tue, 05 Oct 2021 12:47:58 GMT
217
+ Tue, 05 Oct 2021 12:47:58 GMT
113
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)
114
219
 
115
220
  ### Changes
@@ -122,7 +227,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
122
227
 
123
228
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.89)
124
229
 
125
- Tue, 05 Oct 2021 09:28:07 GMT
230
+ Tue, 05 Oct 2021 09:28:07 GMT
126
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)
127
232
 
128
233
  ### Changes
@@ -136,7 +241,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
136
241
 
137
242
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.88)
138
243
 
139
- Fri, 01 Oct 2021 14:13:08 GMT
244
+ Fri, 01 Oct 2021 14:13:08 GMT
140
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)
141
246
 
142
247
  ### Changes
@@ -153,7 +258,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
153
258
 
154
259
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.86)
155
260
 
156
- Fri, 01 Oct 2021 09:44:56 GMT
261
+ Fri, 01 Oct 2021 09:44:56 GMT
157
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)
158
263
 
159
264
  ### Changes
@@ -162,7 +267,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
162
267
 
163
268
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.85)
164
269
 
165
- Wed, 29 Sep 2021 08:06:11 GMT
270
+ Wed, 29 Sep 2021 08:06:11 GMT
166
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)
167
272
 
168
273
  ### Changes
@@ -177,7 +282,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
177
282
 
178
283
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.84)
179
284
 
180
- Mon, 27 Sep 2021 08:06:00 GMT
285
+ Mon, 27 Sep 2021 08:06:00 GMT
181
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)
182
287
 
183
288
  ### Changes
@@ -191,7 +296,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
191
296
 
192
297
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.83)
193
298
 
194
- Fri, 24 Sep 2021 09:17:17 GMT
299
+ Fri, 24 Sep 2021 09:17:17 GMT
195
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)
196
301
 
197
302
  ### Changes
@@ -205,7 +310,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
205
310
 
206
311
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.82)
207
312
 
208
- Thu, 23 Sep 2021 08:21:34 GMT
313
+ Thu, 23 Sep 2021 08:21:34 GMT
209
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)
210
315
 
211
316
  ### Changes
@@ -219,7 +324,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
219
324
 
220
325
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.81)
221
326
 
222
- Wed, 22 Sep 2021 10:10:07 GMT
327
+ Wed, 22 Sep 2021 10:10:07 GMT
223
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)
224
329
 
225
330
  ### Changes
@@ -233,7 +338,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
233
338
 
234
339
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.80)
235
340
 
236
- Tue, 21 Sep 2021 07:42:34 GMT
341
+ Tue, 21 Sep 2021 07:42:34 GMT
237
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)
238
343
 
239
344
  ### Changes
@@ -248,7 +353,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
248
353
 
249
354
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.79)
250
355
 
251
- Mon, 20 Sep 2021 07:36:26 GMT
356
+ Mon, 20 Sep 2021 07:36:26 GMT
252
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)
253
358
 
254
359
  ### Changes
@@ -257,7 +362,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
257
362
 
258
363
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.78)
259
364
 
260
- Fri, 17 Sep 2021 07:35:26 GMT
365
+ Fri, 17 Sep 2021 07:35:26 GMT
261
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)
262
367
 
263
368
  ### Changes
@@ -266,7 +371,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
266
371
 
267
372
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.77)
268
373
 
269
- Thu, 16 Sep 2021 07:38:39 GMT
374
+ Thu, 16 Sep 2021 07:38:39 GMT
270
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)
271
376
 
272
377
  ### Changes
@@ -276,7 +381,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
276
381
 
277
382
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.76)
278
383
 
279
- Tue, 14 Sep 2021 20:09:02 GMT
384
+ Tue, 14 Sep 2021 20:09:02 GMT
280
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)
281
386
 
282
387
  ### Changes
@@ -285,7 +390,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
285
390
 
286
391
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.75)
287
392
 
288
- Fri, 10 Sep 2021 16:31:53 GMT
393
+ Fri, 10 Sep 2021 16:31:53 GMT
289
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)
290
395
 
291
396
  ### Changes
@@ -296,7 +401,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
296
401
 
297
402
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.74)
298
403
 
299
- Fri, 10 Sep 2021 07:39:51 GMT
404
+ Fri, 10 Sep 2021 07:39:51 GMT
300
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)
301
406
 
302
407
  ### Changes
@@ -305,7 +410,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
305
410
 
306
411
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.73)
307
412
 
308
- Mon, 06 Sep 2021 07:34:53 GMT
413
+ Mon, 06 Sep 2021 07:34:53 GMT
309
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)
310
415
 
311
416
  ### Changes
@@ -314,7 +419,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
314
419
 
315
420
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.72)
316
421
 
317
- Thu, 02 Sep 2021 07:36:46 GMT
422
+ Thu, 02 Sep 2021 07:36:46 GMT
318
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)
319
424
 
320
425
  ### Patches
@@ -327,7 +432,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
327
432
 
328
433
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.71)
329
434
 
330
- Wed, 01 Sep 2021 07:39:56 GMT
435
+ Wed, 01 Sep 2021 07:39:56 GMT
331
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)
332
437
 
333
438
  ### Changes
@@ -336,7 +441,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
336
441
 
337
442
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.70)
338
443
 
339
- Tue, 31 Aug 2021 07:37:47 GMT
444
+ Tue, 31 Aug 2021 07:37:47 GMT
340
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)
341
446
 
342
447
  ### Changes
@@ -345,7 +450,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
345
450
 
346
451
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.69)
347
452
 
348
- Fri, 27 Aug 2021 07:33:32 GMT
453
+ Fri, 27 Aug 2021 07:33:32 GMT
349
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)
350
455
 
351
456
  ### Changes
@@ -354,7 +459,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
354
459
 
355
460
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.68)
356
461
 
357
- Thu, 26 Aug 2021 07:35:43 GMT
462
+ Thu, 26 Aug 2021 07:35:43 GMT
358
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)
359
464
 
360
465
  ### Changes
@@ -363,7 +468,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
363
468
 
364
469
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.67)
365
470
 
366
- Tue, 24 Aug 2021 07:34:48 GMT
471
+ Tue, 24 Aug 2021 07:34:48 GMT
367
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)
368
473
 
369
474
  ### Changes
@@ -372,7 +477,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
372
477
 
373
478
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.66)
374
479
 
375
- Fri, 20 Aug 2021 07:37:28 GMT
480
+ Fri, 20 Aug 2021 07:37:28 GMT
376
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)
377
482
 
378
483
  ### Changes
@@ -381,7 +486,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
381
486
 
382
487
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.65)
383
488
 
384
- Thu, 19 Aug 2021 07:41:35 GMT
489
+ Thu, 19 Aug 2021 07:41:35 GMT
385
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)
386
491
 
387
492
  ### Changes
@@ -390,7 +495,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
390
495
 
391
496
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.64)
392
497
 
393
- Fri, 13 Aug 2021 07:36:34 GMT
498
+ Fri, 13 Aug 2021 07:36:34 GMT
394
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)
395
500
 
396
501
  ### Changes
@@ -399,7 +504,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
399
504
 
400
505
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.63)
401
506
 
402
- Tue, 10 Aug 2021 07:33:28 GMT
507
+ Tue, 10 Aug 2021 07:33:28 GMT
403
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)
404
509
 
405
510
  ### Changes
@@ -408,7 +513,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
408
513
 
409
514
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.62)
410
515
 
411
- Fri, 06 Aug 2021 07:35:14 GMT
516
+ Fri, 06 Aug 2021 07:35:14 GMT
412
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)
413
518
 
414
519
  ### Changes
@@ -417,7 +522,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
417
522
 
418
523
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.61)
419
524
 
420
- Tue, 03 Aug 2021 07:39:30 GMT
525
+ Tue, 03 Aug 2021 07:39:30 GMT
421
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)
422
527
 
423
528
  ### Patches
@@ -432,7 +537,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
432
537
 
433
538
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.60)
434
539
 
435
- Mon, 02 Aug 2021 07:36:20 GMT
540
+ Mon, 02 Aug 2021 07:36:20 GMT
436
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)
437
542
 
438
543
  ### Changes
@@ -441,7 +546,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
441
546
 
442
547
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.59)
443
548
 
444
- Mon, 26 Jul 2021 07:37:30 GMT
549
+ Mon, 26 Jul 2021 07:37:30 GMT
445
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)
446
551
 
447
552
  ### Changes
@@ -450,7 +555,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
450
555
 
451
556
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.58)
452
557
 
453
- Fri, 23 Jul 2021 07:38:19 GMT
558
+ Fri, 23 Jul 2021 07:38:19 GMT
454
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)
455
560
 
456
561
  ### Changes
@@ -459,7 +564,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
459
564
 
460
565
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.57)
461
566
 
462
- Thu, 22 Jul 2021 07:36:55 GMT
567
+ Thu, 22 Jul 2021 07:36:55 GMT
463
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)
464
569
 
465
570
  ### Changes
@@ -468,7 +573,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
468
573
 
469
574
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.56)
470
575
 
471
- Thu, 15 Jul 2021 07:36:18 GMT
576
+ Thu, 15 Jul 2021 07:36:18 GMT
472
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)
473
578
 
474
579
  ### Changes
@@ -477,7 +582,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
477
582
 
478
583
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.55)
479
584
 
480
- Tue, 13 Jul 2021 22:32:58 GMT
585
+ Tue, 13 Jul 2021 22:32:58 GMT
481
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)
482
587
 
483
588
  ### Patches
@@ -486,7 +591,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
486
591
 
487
592
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.54)
488
593
 
489
- Tue, 13 Jul 2021 07:35:36 GMT
594
+ Tue, 13 Jul 2021 07:35:36 GMT
490
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)
491
596
 
492
597
  ### Changes
@@ -495,7 +600,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
495
600
 
496
601
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.53)
497
602
 
498
- Fri, 09 Jul 2021 07:39:31 GMT
603
+ Fri, 09 Jul 2021 07:39:31 GMT
499
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)
500
605
 
501
606
  ### Patches
@@ -510,7 +615,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
510
615
 
511
616
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.52)
512
617
 
513
- Fri, 02 Jul 2021 23:15:55 GMT
618
+ Fri, 02 Jul 2021 23:15:55 GMT
514
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)
515
620
 
516
621
  ### Changes
@@ -519,7 +624,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
519
624
 
520
625
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.51)
521
626
 
522
- Fri, 02 Jul 2021 07:37:06 GMT
627
+ Fri, 02 Jul 2021 07:37:06 GMT
523
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)
524
629
 
525
630
  ### Changes
@@ -528,7 +633,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
528
633
 
529
634
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.50)
530
635
 
531
- Thu, 01 Jul 2021 07:35:05 GMT
636
+ Thu, 01 Jul 2021 07:35:05 GMT
532
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)
533
638
 
534
639
  ### Changes
@@ -538,7 +643,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
538
643
 
539
644
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.49)
540
645
 
541
- Wed, 30 Jun 2021 07:38:35 GMT
646
+ Wed, 30 Jun 2021 07:38:35 GMT
542
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)
543
648
 
544
649
  ### Changes
@@ -547,7 +652,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
547
652
 
548
653
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.48)
549
654
 
550
- Tue, 29 Jun 2021 07:33:32 GMT
655
+ Tue, 29 Jun 2021 07:33:32 GMT
551
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)
552
657
 
553
658
  ### Changes
@@ -556,7 +661,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
556
661
 
557
662
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.47)
558
663
 
559
- Tue, 22 Jun 2021 07:35:11 GMT
664
+ Tue, 22 Jun 2021 07:35:11 GMT
560
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)
561
666
 
562
667
  ### Changes
@@ -565,7 +670,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
565
670
 
566
671
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.46)
567
672
 
568
- Tue, 15 Jun 2021 07:40:20 GMT
673
+ Tue, 15 Jun 2021 07:40:20 GMT
569
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)
570
675
 
571
676
  ### Changes
@@ -574,7 +679,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
574
679
 
575
680
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.45)
576
681
 
577
- Mon, 07 Jun 2021 07:38:15 GMT
682
+ Mon, 07 Jun 2021 07:38:15 GMT
578
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)
579
684
 
580
685
  ### Patches
@@ -589,7 +694,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
589
694
 
590
695
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.44)
591
696
 
592
- Fri, 04 Jun 2021 07:37:23 GMT
697
+ Fri, 04 Jun 2021 07:37:23 GMT
593
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)
594
699
 
595
700
  ### Changes
@@ -598,7 +703,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
598
703
 
599
704
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.43)
600
705
 
601
- Thu, 03 Jun 2021 07:36:03 GMT
706
+ Thu, 03 Jun 2021 07:36:03 GMT
602
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)
603
708
 
604
709
  ### Changes
@@ -607,7 +712,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
607
712
 
608
713
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.42)
609
714
 
610
- Wed, 02 Jun 2021 07:37:15 GMT
715
+ Wed, 02 Jun 2021 07:37:15 GMT
611
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)
612
717
 
613
718
  ### Changes
@@ -616,7 +721,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
616
721
 
617
722
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.41)
618
723
 
619
- Wed, 26 May 2021 07:35:43 GMT
724
+ Wed, 26 May 2021 07:35:43 GMT
620
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)
621
726
 
622
727
  ### Changes
@@ -625,7 +730,7 @@ Wed, 26 May 2021 07:35:43 GMT
625
730
 
626
731
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.40)
627
732
 
628
- Fri, 21 May 2021 07:34:54 GMT
733
+ Fri, 21 May 2021 07:34:54 GMT
629
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)
630
735
 
631
736
  ### Changes
@@ -634,7 +739,7 @@ Fri, 21 May 2021 07:34:54 GMT
634
739
 
635
740
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.39)
636
741
 
637
- Thu, 20 May 2021 07:41:54 GMT
742
+ Thu, 20 May 2021 07:41:54 GMT
638
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)
639
744
 
640
745
  ### Patches
@@ -649,7 +754,7 @@ Thu, 20 May 2021 07:41:54 GMT
649
754
 
650
755
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.38)
651
756
 
652
- Wed, 19 May 2021 07:34:20 GMT
757
+ Wed, 19 May 2021 07:34:20 GMT
653
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)
654
759
 
655
760
  ### Patches
@@ -662,7 +767,7 @@ Wed, 19 May 2021 07:34:20 GMT
662
767
 
663
768
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.37)
664
769
 
665
- Tue, 18 May 2021 07:34:38 GMT
770
+ Tue, 18 May 2021 07:34:38 GMT
666
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)
667
772
 
668
773
  ### Changes
@@ -671,7 +776,7 @@ Tue, 18 May 2021 07:34:38 GMT
671
776
 
672
777
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.36)
673
778
 
674
- Thu, 13 May 2021 07:36:55 GMT
779
+ Thu, 13 May 2021 07:36:55 GMT
675
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)
676
781
 
677
782
  ### Changes
@@ -680,7 +785,7 @@ Thu, 13 May 2021 07:36:55 GMT
680
785
 
681
786
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.35)
682
787
 
683
- Wed, 12 May 2021 07:36:20 GMT
788
+ Wed, 12 May 2021 07:36:20 GMT
684
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)
685
790
 
686
791
  ### Changes
@@ -689,7 +794,7 @@ Wed, 12 May 2021 07:36:20 GMT
689
794
 
690
795
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.34)
691
796
 
692
- Mon, 10 May 2021 07:36:07 GMT
797
+ Mon, 10 May 2021 07:36:07 GMT
693
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)
694
799
 
695
800
  ### Changes
@@ -698,7 +803,7 @@ Mon, 10 May 2021 07:36:07 GMT
698
803
 
699
804
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.33)
700
805
 
701
- Wed, 05 May 2021 07:36:50 GMT
806
+ Wed, 05 May 2021 07:36:50 GMT
702
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)
703
808
 
704
809
  ### Changes
@@ -707,7 +812,7 @@ Wed, 05 May 2021 07:36:50 GMT
707
812
 
708
813
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.32)
709
814
 
710
- Tue, 04 May 2021 07:36:35 GMT
815
+ Tue, 04 May 2021 07:36:35 GMT
711
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)
712
817
 
713
818
  ### Changes
@@ -716,7 +821,7 @@ Tue, 04 May 2021 07:36:35 GMT
716
821
 
717
822
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.31)
718
823
 
719
- Mon, 03 May 2021 07:45:19 GMT
824
+ Mon, 03 May 2021 07:45:19 GMT
720
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)
721
826
 
722
827
  ### Changes
@@ -725,7 +830,7 @@ Mon, 03 May 2021 07:45:19 GMT
725
830
 
726
831
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.30)
727
832
 
728
- Fri, 30 Apr 2021 07:42:23 GMT
833
+ Fri, 30 Apr 2021 07:42:23 GMT
729
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)
730
835
 
731
836
  ### Patches
@@ -741,7 +846,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
741
846
 
742
847
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.29)
743
848
 
744
- Wed, 28 Apr 2021 07:32:59 GMT
849
+ Wed, 28 Apr 2021 07:32:59 GMT
745
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)
746
851
 
747
852
  ### Changes
@@ -750,7 +855,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
750
855
 
751
856
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.28)
752
857
 
753
- Tue, 27 Apr 2021 07:34:03 GMT
858
+ Tue, 27 Apr 2021 07:34:03 GMT
754
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)
755
860
 
756
861
  ### Changes
@@ -759,7 +864,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
759
864
 
760
865
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.27)
761
866
 
762
- Mon, 26 Apr 2021 07:34:31 GMT
867
+ Mon, 26 Apr 2021 07:34:31 GMT
763
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)
764
869
 
765
870
  ### Changes
@@ -768,7 +873,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
768
873
 
769
874
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.26)
770
875
 
771
- Fri, 23 Apr 2021 07:37:10 GMT
876
+ Fri, 23 Apr 2021 07:37:10 GMT
772
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)
773
878
 
774
879
  ### Patches
@@ -783,7 +888,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
783
888
 
784
889
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.25)
785
890
 
786
- Thu, 22 Apr 2021 07:33:28 GMT
891
+ Thu, 22 Apr 2021 07:33:28 GMT
787
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)
788
893
 
789
894
  ### Changes
@@ -792,7 +897,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
792
897
 
793
898
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.24)
794
899
 
795
- Wed, 21 Apr 2021 07:31:50 GMT
900
+ Wed, 21 Apr 2021 07:31:50 GMT
796
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)
797
902
 
798
903
  ### Changes
@@ -801,7 +906,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
801
906
 
802
907
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.23)
803
908
 
804
- Tue, 20 Apr 2021 07:31:35 GMT
909
+ Tue, 20 Apr 2021 07:31:35 GMT
805
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)
806
911
 
807
912
  ### Changes
@@ -810,7 +915,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
810
915
 
811
916
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.22)
812
917
 
813
- Fri, 16 Apr 2021 18:08:21 GMT
918
+ Fri, 16 Apr 2021 18:08:21 GMT
814
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)
815
920
 
816
921
  ### Changes
@@ -819,7 +924,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
819
924
 
820
925
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.21)
821
926
 
822
- Fri, 16 Apr 2021 07:32:08 GMT
927
+ Fri, 16 Apr 2021 07:32:08 GMT
823
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)
824
929
 
825
930
  ### Changes
@@ -828,7 +933,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
828
933
 
829
934
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.20)
830
935
 
831
- Wed, 14 Apr 2021 07:34:12 GMT
936
+ Wed, 14 Apr 2021 07:34:12 GMT
832
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)
833
938
 
834
939
  ### Changes
@@ -837,7 +942,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
837
942
 
838
943
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.19)
839
944
 
840
- Thu, 08 Apr 2021 07:33:06 GMT
945
+ Thu, 08 Apr 2021 07:33:06 GMT
841
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)
842
947
 
843
948
  ### Changes
@@ -846,7 +951,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
846
951
 
847
952
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.18)
848
953
 
849
- Thu, 01 Apr 2021 20:13:37 GMT
954
+ Thu, 01 Apr 2021 20:13:37 GMT
850
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)
851
956
 
852
957
  ### Changes
@@ -855,7 +960,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
855
960
 
856
961
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.17)
857
962
 
858
- Wed, 31 Mar 2021 00:53:43 GMT
963
+ Wed, 31 Mar 2021 00:53:43 GMT
859
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)
860
965
 
861
966
  ### Patches
@@ -870,7 +975,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
870
975
 
871
976
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.16)
872
977
 
873
- Tue, 30 Mar 2021 07:34:45 GMT
978
+ Tue, 30 Mar 2021 07:34:45 GMT
874
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)
875
980
 
876
981
  ### Changes
@@ -880,7 +985,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
880
985
 
881
986
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.15)
882
987
 
883
- Fri, 26 Mar 2021 07:32:34 GMT
988
+ Fri, 26 Mar 2021 07:32:34 GMT
884
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)
885
990
 
886
991
  ### Changes
@@ -889,7 +994,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
889
994
 
890
995
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.14)
891
996
 
892
- Thu, 25 Mar 2021 07:33:24 GMT
997
+ Thu, 25 Mar 2021 07:33:24 GMT
893
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)
894
999
 
895
1000
  ### Changes
@@ -898,7 +1003,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
898
1003
 
899
1004
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.13)
900
1005
 
901
- Tue, 23 Mar 2021 07:31:43 GMT
1006
+ Tue, 23 Mar 2021 07:31:43 GMT
902
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)
903
1008
 
904
1009
  ### Changes
@@ -907,7 +1012,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
907
1012
 
908
1013
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.12)
909
1014
 
910
- Thu, 18 Mar 2021 20:15:34 GMT
1015
+ Thu, 18 Mar 2021 20:15:34 GMT
911
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)
912
1017
 
913
1018
  ### Changes
@@ -916,7 +1021,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
916
1021
 
917
1022
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.11)
918
1023
 
919
- Tue, 16 Mar 2021 07:32:44 GMT
1024
+ Tue, 16 Mar 2021 07:32:44 GMT
920
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)
921
1026
 
922
1027
  ### Changes
@@ -925,7 +1030,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
925
1030
 
926
1031
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.10)
927
1032
 
928
- Mon, 15 Mar 2021 07:36:20 GMT
1033
+ Mon, 15 Mar 2021 07:36:20 GMT
929
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)
930
1035
 
931
1036
  ### Changes
@@ -934,7 +1039,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
934
1039
 
935
1040
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.9)
936
1041
 
937
- Fri, 12 Mar 2021 20:04:27 GMT
1042
+ Fri, 12 Mar 2021 20:04:27 GMT
938
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)
939
1044
 
940
1045
  ### Changes
@@ -943,7 +1048,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
943
1048
 
944
1049
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.8)
945
1050
 
946
- Wed, 10 Mar 2021 07:34:39 GMT
1051
+ Wed, 10 Mar 2021 07:34:39 GMT
947
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)
948
1053
 
949
1054
  ### Changes
@@ -952,7 +1057,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
952
1057
 
953
1058
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.7)
954
1059
 
955
- Fri, 05 Mar 2021 20:30:59 GMT
1060
+ Fri, 05 Mar 2021 20:30:59 GMT
956
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)
957
1062
 
958
1063
  ### Changes
@@ -961,7 +1066,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
961
1066
 
962
1067
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.6)
963
1068
 
964
- Wed, 03 Mar 2021 00:10:09 GMT
1069
+ Wed, 03 Mar 2021 00:10:09 GMT
965
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)
966
1071
 
967
1072
  ### Changes
@@ -970,7 +1075,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
970
1075
 
971
1076
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.5)
972
1077
 
973
- Tue, 02 Mar 2021 07:24:27 GMT
1078
+ Tue, 02 Mar 2021 07:24:27 GMT
974
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)
975
1080
 
976
1081
  ### Changes
@@ -979,7 +1084,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
979
1084
 
980
1085
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.4)
981
1086
 
982
- Fri, 26 Feb 2021 01:16:27 GMT
1087
+ Fri, 26 Feb 2021 01:16:27 GMT
983
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)
984
1089
 
985
1090
  ### Patches
@@ -994,7 +1099,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
994
1099
 
995
1100
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.3)
996
1101
 
997
- Thu, 25 Feb 2021 20:16:39 GMT
1102
+ Thu, 25 Feb 2021 20:16:39 GMT
998
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)
999
1104
 
1000
1105
  ### Changes
@@ -1003,7 +1108,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1003
1108
 
1004
1109
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.2)
1005
1110
 
1006
- Thu, 25 Feb 2021 01:15:27 GMT
1111
+ Thu, 25 Feb 2021 01:15:27 GMT
1007
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)
1008
1113
 
1009
1114
  ### Changes
@@ -1012,7 +1117,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1012
1117
 
1013
1118
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.1)
1014
1119
 
1015
- Wed, 24 Feb 2021 00:05:29 GMT
1120
+ Wed, 24 Feb 2021 00:05:29 GMT
1016
1121
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.2.0..@fluentui/react-provider_v9.0.0-alpha.1)
1017
1122
 
1018
1123
  ### Changes
@@ -1021,7 +1126,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1021
1126
 
1022
1127
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.2.0)
1023
1128
 
1024
- Mon, 22 Feb 2021 12:26:22 GMT
1129
+ Mon, 22 Feb 2021 12:26:22 GMT
1025
1130
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.6..@fluentui/react-provider_v0.2.0)
1026
1131
 
1027
1132
  ### Minor changes
@@ -1038,7 +1143,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1038
1143
 
1039
1144
  ## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.6)
1040
1145
 
1041
- Thu, 18 Feb 2021 19:38:50 GMT
1146
+ Thu, 18 Feb 2021 19:38:50 GMT
1042
1147
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.5..@fluentui/react-provider_v0.1.6)
1043
1148
 
1044
1149
  ### Patches
@@ -1052,7 +1157,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1052
1157
 
1053
1158
  ## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.5)
1054
1159
 
1055
- Thu, 18 Feb 2021 12:27:34 GMT
1160
+ Thu, 18 Feb 2021 12:27:34 GMT
1056
1161
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.5)
1057
1162
 
1058
1163
  ### Patches
@@ -1068,7 +1173,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1068
1173
 
1069
1174
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1070
1175
 
1071
- Mon, 15 Feb 2021 12:22:00 GMT
1176
+ Mon, 15 Feb 2021 12:22:00 GMT
1072
1177
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.4)
1073
1178
 
1074
1179
  ### Changes
@@ -1079,7 +1184,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1079
1184
 
1080
1185
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1081
1186
 
1082
- Fri, 12 Feb 2021 12:26:20 GMT
1187
+ Fri, 12 Feb 2021 12:26:20 GMT
1083
1188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.4)
1084
1189
 
1085
1190
  ### Patches
@@ -1092,7 +1197,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1092
1197
 
1093
1198
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1094
1199
 
1095
- Thu, 11 Feb 2021 00:58:10 GMT
1200
+ Thu, 11 Feb 2021 00:58:10 GMT
1096
1201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.3)
1097
1202
 
1098
1203
  ### Changes
@@ -1103,7 +1208,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1103
1208
 
1104
1209
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1105
1210
 
1106
- Tue, 09 Feb 2021 00:56:52 GMT
1211
+ Tue, 09 Feb 2021 00:56:52 GMT
1107
1212
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.2..@fluentui/react-provider_v0.1.3)
1108
1213
 
1109
1214
  ### Patches
@@ -1116,7 +1221,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1116
1221
 
1117
1222
  ## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.2)
1118
1223
 
1119
- Mon, 08 Feb 2021 12:23:08 GMT
1224
+ Mon, 08 Feb 2021 12:23:08 GMT
1120
1225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.1..@fluentui/react-provider_v0.1.2)
1121
1226
 
1122
1227
  ### Patches