@fluentui/react-provider 9.0.0-rc.5 → 9.0.0-rc.8

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 (47) hide show
  1. package/CHANGELOG.json +140 -1
  2. package/CHANGELOG.md +147 -108
  3. package/dist/{react-provider.d.ts → index.d.ts} +13 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/FluentProvider/index.js +1 -0
  6. package/lib/components/FluentProvider/index.js.map +1 -1
  7. package/lib/components/FluentProvider/useFluentProvider.js +2 -2
  8. package/lib/components/FluentProvider/useFluentProvider.js.map +1 -1
  9. package/lib/components/FluentProvider/useFluentProviderStyles.js +8 -1
  10. package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  11. package/lib/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +13 -8
  12. package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  13. package/lib/index.js +2 -1
  14. package/lib/index.js.map +1 -1
  15. package/lib-commonjs/components/FluentProvider/index.js +2 -0
  16. package/lib-commonjs/components/FluentProvider/index.js.map +1 -1
  17. package/lib-commonjs/components/FluentProvider/useFluentProvider.js +2 -2
  18. package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -1
  19. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +9 -2
  20. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
  21. package/lib-commonjs/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +14 -9
  22. package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
  23. package/lib-commonjs/index.js +51 -3
  24. package/lib-commonjs/index.js.map +1 -1
  25. package/package.json +11 -21
  26. package/lib/FluentProvider.d.ts +0 -1
  27. package/lib/components/FluentProvider/FluentProvider.d.ts +0 -3
  28. package/lib/components/FluentProvider/FluentProvider.types.d.ts +0 -26
  29. package/lib/components/FluentProvider/index.d.ts +0 -6
  30. package/lib/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  31. package/lib/components/FluentProvider/useFluentProvider.d.ts +0 -12
  32. package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  33. package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
  34. package/lib/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  35. package/lib/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  36. package/lib/index.d.ts +0 -2
  37. package/lib-commonjs/FluentProvider.d.ts +0 -1
  38. package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +0 -3
  39. package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +0 -26
  40. package/lib-commonjs/components/FluentProvider/index.d.ts +0 -6
  41. package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +0 -5
  42. package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +0 -12
  43. package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
  44. package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
  45. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
  46. package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +0 -1
  47. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,51 @@
1
1
  # Change Log - @fluentui/react-provider
2
2
 
3
- This log was last generated on Fri, 04 Mar 2022 05:15:54 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 13:24:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.8)
8
+
9
+ Wed, 04 May 2022 13:24:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.7..@fluentui/react-provider_v9.0.0-rc.8)
11
+
12
+ ### Changes
13
+
14
+ - check for styleTag.sheet before performing actions on the sheet ([PR #22684](https://github.com/microsoft/fluentui/pull/22684) by mgodbolt@microsoft.com)
15
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
16
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
18
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
20
+
21
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.7)
22
+
23
+ Mon, 25 Apr 2022 09:32:18 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.6..@fluentui/react-provider_v9.0.0-rc.7)
25
+
26
+ ### Changes
27
+
28
+ - feat: export useFluentProviderThemeStyleTag from @fluentui/react-provider ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by olfedias@microsoft.com)
29
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
30
+
31
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.6)
32
+
33
+ Tue, 19 Apr 2022 19:16:49 GMT
34
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.5..@fluentui/react-provider_v9.0.0-rc.6)
35
+
36
+ ### Changes
37
+
38
+ - Add static classnames to Provider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
39
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
40
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
41
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
42
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
43
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
44
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
45
+
7
46
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.5)
8
47
 
9
- Fri, 04 Mar 2022 05:15:54 GMT
48
+ Fri, 04 Mar 2022 05:17:39 GMT
10
49
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.4..@fluentui/react-provider_v9.0.0-rc.5)
11
50
 
12
51
  ### Changes
@@ -19,7 +58,7 @@ Fri, 04 Mar 2022 05:15:54 GMT
19
58
 
20
59
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.4)
21
60
 
22
- Tue, 01 Mar 2022 02:17:40 GMT
61
+ Tue, 01 Mar 2022 02:17:40 GMT
23
62
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.3..@fluentui/react-provider_v9.0.0-rc.4)
24
63
 
25
64
  ### Changes
@@ -29,7 +68,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
29
68
 
30
69
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.3)
31
70
 
32
- Fri, 18 Feb 2022 13:35:34 GMT
71
+ Fri, 18 Feb 2022 13:35:34 GMT
33
72
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.1..@fluentui/react-provider_v9.0.0-rc.3)
34
73
 
35
74
  ### Changes
@@ -43,7 +82,7 @@ Fri, 18 Feb 2022 13:35:34 GMT
43
82
 
44
83
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.1)
45
84
 
46
- Thu, 10 Feb 2022 08:50:43 GMT
85
+ Thu, 10 Feb 2022 08:50:43 GMT
47
86
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.5..@fluentui/react-provider_v9.0.0-rc.1)
48
87
 
49
88
  ### Changes
@@ -60,7 +99,7 @@ Thu, 10 Feb 2022 08:50:43 GMT
60
99
  - Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
61
100
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
62
101
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
63
- - 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)
102
+ - 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)
64
103
  - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
65
104
  - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
66
105
  - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
@@ -69,7 +108,7 @@ Thu, 10 Feb 2022 08:50:43 GMT
69
108
 
70
109
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.5)
71
110
 
72
- Thu, 25 Nov 2021 08:34:16 GMT
111
+ Thu, 25 Nov 2021 08:34:16 GMT
73
112
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.4..@fluentui/react-provider_v9.0.0-beta.5)
74
113
 
75
114
  ### Changes
@@ -85,7 +124,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
85
124
 
86
125
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.4)
87
126
 
88
- Fri, 12 Nov 2021 13:25:31 GMT
127
+ Fri, 12 Nov 2021 13:25:31 GMT
89
128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.3..@fluentui/react-provider_v9.0.0-beta.4)
90
129
 
91
130
  ### Changes
@@ -103,7 +142,7 @@ Fri, 12 Nov 2021 13:25:31 GMT
103
142
 
104
143
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.3)
105
144
 
106
- Wed, 27 Oct 2021 12:14:21 GMT
145
+ Wed, 27 Oct 2021 12:14:21 GMT
107
146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.2..@fluentui/react-provider_v9.0.0-beta.3)
108
147
 
109
148
  ### Changes
@@ -120,7 +159,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
120
159
 
121
160
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.2)
122
161
 
123
- Tue, 12 Oct 2021 19:45:58 GMT
162
+ Tue, 12 Oct 2021 19:45:58 GMT
124
163
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.1..@fluentui/react-provider_v9.0.0-beta.2)
125
164
 
126
165
  ### Changes
@@ -129,7 +168,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
129
168
 
130
169
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.1)
131
170
 
132
- Wed, 06 Oct 2021 10:37:22 GMT
171
+ Wed, 06 Oct 2021 10:37:22 GMT
133
172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.90..@fluentui/react-provider_v9.0.0-beta.1)
134
173
 
135
174
  ### Changes
@@ -146,7 +185,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
146
185
 
147
186
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.90)
148
187
 
149
- Tue, 05 Oct 2021 12:47:58 GMT
188
+ Tue, 05 Oct 2021 12:47:58 GMT
150
189
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.89..@fluentui/react-provider_v9.0.0-alpha.90)
151
190
 
152
191
  ### Changes
@@ -159,7 +198,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
159
198
 
160
199
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.89)
161
200
 
162
- Tue, 05 Oct 2021 09:28:07 GMT
201
+ Tue, 05 Oct 2021 09:28:07 GMT
163
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.88..@fluentui/react-provider_v9.0.0-alpha.89)
164
203
 
165
204
  ### Changes
@@ -173,7 +212,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
173
212
 
174
213
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.88)
175
214
 
176
- Fri, 01 Oct 2021 14:13:08 GMT
215
+ Fri, 01 Oct 2021 14:13:08 GMT
177
216
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.86..@fluentui/react-provider_v9.0.0-alpha.88)
178
217
 
179
218
  ### Changes
@@ -190,7 +229,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
190
229
 
191
230
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.86)
192
231
 
193
- Fri, 01 Oct 2021 09:44:56 GMT
232
+ Fri, 01 Oct 2021 09:44:56 GMT
194
233
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.85..@fluentui/react-provider_v9.0.0-alpha.86)
195
234
 
196
235
  ### Changes
@@ -199,7 +238,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
199
238
 
200
239
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.85)
201
240
 
202
- Wed, 29 Sep 2021 08:06:11 GMT
241
+ Wed, 29 Sep 2021 08:06:11 GMT
203
242
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.84..@fluentui/react-provider_v9.0.0-alpha.85)
204
243
 
205
244
  ### Changes
@@ -214,7 +253,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
214
253
 
215
254
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.84)
216
255
 
217
- Mon, 27 Sep 2021 08:06:00 GMT
256
+ Mon, 27 Sep 2021 08:06:00 GMT
218
257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.83..@fluentui/react-provider_v9.0.0-alpha.84)
219
258
 
220
259
  ### Changes
@@ -228,7 +267,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
228
267
 
229
268
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.83)
230
269
 
231
- Fri, 24 Sep 2021 09:17:17 GMT
270
+ Fri, 24 Sep 2021 09:17:17 GMT
232
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.82..@fluentui/react-provider_v9.0.0-alpha.83)
233
272
 
234
273
  ### Changes
@@ -242,7 +281,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
242
281
 
243
282
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.82)
244
283
 
245
- Thu, 23 Sep 2021 08:21:34 GMT
284
+ Thu, 23 Sep 2021 08:21:34 GMT
246
285
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.81..@fluentui/react-provider_v9.0.0-alpha.82)
247
286
 
248
287
  ### Changes
@@ -256,7 +295,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
256
295
 
257
296
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.81)
258
297
 
259
- Wed, 22 Sep 2021 10:10:07 GMT
298
+ Wed, 22 Sep 2021 10:10:07 GMT
260
299
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.80..@fluentui/react-provider_v9.0.0-alpha.81)
261
300
 
262
301
  ### Changes
@@ -270,7 +309,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
270
309
 
271
310
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.80)
272
311
 
273
- Tue, 21 Sep 2021 07:42:34 GMT
312
+ Tue, 21 Sep 2021 07:42:34 GMT
274
313
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.79..@fluentui/react-provider_v9.0.0-alpha.80)
275
314
 
276
315
  ### Changes
@@ -285,7 +324,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
285
324
 
286
325
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.79)
287
326
 
288
- Mon, 20 Sep 2021 07:36:26 GMT
327
+ Mon, 20 Sep 2021 07:36:26 GMT
289
328
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.78..@fluentui/react-provider_v9.0.0-alpha.79)
290
329
 
291
330
  ### Changes
@@ -294,7 +333,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
294
333
 
295
334
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.78)
296
335
 
297
- Fri, 17 Sep 2021 07:35:26 GMT
336
+ Fri, 17 Sep 2021 07:35:26 GMT
298
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.77..@fluentui/react-provider_v9.0.0-alpha.78)
299
338
 
300
339
  ### Changes
@@ -303,7 +342,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
303
342
 
304
343
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.77)
305
344
 
306
- Thu, 16 Sep 2021 07:38:39 GMT
345
+ Thu, 16 Sep 2021 07:38:39 GMT
307
346
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.76..@fluentui/react-provider_v9.0.0-alpha.77)
308
347
 
309
348
  ### Changes
@@ -313,7 +352,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
313
352
 
314
353
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.76)
315
354
 
316
- Tue, 14 Sep 2021 20:09:02 GMT
355
+ Tue, 14 Sep 2021 20:09:02 GMT
317
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.75..@fluentui/react-provider_v9.0.0-alpha.76)
318
357
 
319
358
  ### Changes
@@ -322,7 +361,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
322
361
 
323
362
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.75)
324
363
 
325
- Fri, 10 Sep 2021 16:31:53 GMT
364
+ Fri, 10 Sep 2021 16:31:53 GMT
326
365
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.74..@fluentui/react-provider_v9.0.0-alpha.75)
327
366
 
328
367
  ### Changes
@@ -333,7 +372,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
333
372
 
334
373
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.74)
335
374
 
336
- Fri, 10 Sep 2021 07:39:51 GMT
375
+ Fri, 10 Sep 2021 07:39:51 GMT
337
376
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.73..@fluentui/react-provider_v9.0.0-alpha.74)
338
377
 
339
378
  ### Changes
@@ -342,7 +381,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
342
381
 
343
382
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.73)
344
383
 
345
- Mon, 06 Sep 2021 07:34:53 GMT
384
+ Mon, 06 Sep 2021 07:34:53 GMT
346
385
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.72..@fluentui/react-provider_v9.0.0-alpha.73)
347
386
 
348
387
  ### Changes
@@ -351,7 +390,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
351
390
 
352
391
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.72)
353
392
 
354
- Thu, 02 Sep 2021 07:36:46 GMT
393
+ Thu, 02 Sep 2021 07:36:46 GMT
355
394
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.71..@fluentui/react-provider_v9.0.0-alpha.72)
356
395
 
357
396
  ### Patches
@@ -364,7 +403,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
364
403
 
365
404
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.71)
366
405
 
367
- Wed, 01 Sep 2021 07:39:56 GMT
406
+ Wed, 01 Sep 2021 07:39:56 GMT
368
407
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.70..@fluentui/react-provider_v9.0.0-alpha.71)
369
408
 
370
409
  ### Changes
@@ -373,7 +412,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
373
412
 
374
413
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.70)
375
414
 
376
- Tue, 31 Aug 2021 07:37:47 GMT
415
+ Tue, 31 Aug 2021 07:37:47 GMT
377
416
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.69..@fluentui/react-provider_v9.0.0-alpha.70)
378
417
 
379
418
  ### Changes
@@ -382,7 +421,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
382
421
 
383
422
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.69)
384
423
 
385
- Fri, 27 Aug 2021 07:33:32 GMT
424
+ Fri, 27 Aug 2021 07:33:32 GMT
386
425
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.68..@fluentui/react-provider_v9.0.0-alpha.69)
387
426
 
388
427
  ### Changes
@@ -391,7 +430,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
391
430
 
392
431
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.68)
393
432
 
394
- Thu, 26 Aug 2021 07:35:43 GMT
433
+ Thu, 26 Aug 2021 07:35:43 GMT
395
434
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.67..@fluentui/react-provider_v9.0.0-alpha.68)
396
435
 
397
436
  ### Changes
@@ -400,7 +439,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
400
439
 
401
440
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.67)
402
441
 
403
- Tue, 24 Aug 2021 07:34:48 GMT
442
+ Tue, 24 Aug 2021 07:34:48 GMT
404
443
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.66..@fluentui/react-provider_v9.0.0-alpha.67)
405
444
 
406
445
  ### Changes
@@ -409,7 +448,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
409
448
 
410
449
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.66)
411
450
 
412
- Fri, 20 Aug 2021 07:37:28 GMT
451
+ Fri, 20 Aug 2021 07:37:28 GMT
413
452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.65..@fluentui/react-provider_v9.0.0-alpha.66)
414
453
 
415
454
  ### Changes
@@ -418,7 +457,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
418
457
 
419
458
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.65)
420
459
 
421
- Thu, 19 Aug 2021 07:41:35 GMT
460
+ Thu, 19 Aug 2021 07:41:35 GMT
422
461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.64..@fluentui/react-provider_v9.0.0-alpha.65)
423
462
 
424
463
  ### Changes
@@ -427,7 +466,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
427
466
 
428
467
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.64)
429
468
 
430
- Fri, 13 Aug 2021 07:36:34 GMT
469
+ Fri, 13 Aug 2021 07:36:34 GMT
431
470
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.63..@fluentui/react-provider_v9.0.0-alpha.64)
432
471
 
433
472
  ### Changes
@@ -436,7 +475,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
436
475
 
437
476
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.63)
438
477
 
439
- Tue, 10 Aug 2021 07:33:28 GMT
478
+ Tue, 10 Aug 2021 07:33:28 GMT
440
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.62..@fluentui/react-provider_v9.0.0-alpha.63)
441
480
 
442
481
  ### Changes
@@ -445,7 +484,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
445
484
 
446
485
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.62)
447
486
 
448
- Fri, 06 Aug 2021 07:35:14 GMT
487
+ Fri, 06 Aug 2021 07:35:14 GMT
449
488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.61..@fluentui/react-provider_v9.0.0-alpha.62)
450
489
 
451
490
  ### Changes
@@ -454,7 +493,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
454
493
 
455
494
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.61)
456
495
 
457
- Tue, 03 Aug 2021 07:39:30 GMT
496
+ Tue, 03 Aug 2021 07:39:30 GMT
458
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.60..@fluentui/react-provider_v9.0.0-alpha.61)
459
498
 
460
499
  ### Patches
@@ -469,7 +508,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
469
508
 
470
509
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.60)
471
510
 
472
- Mon, 02 Aug 2021 07:36:20 GMT
511
+ Mon, 02 Aug 2021 07:36:20 GMT
473
512
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.59..@fluentui/react-provider_v9.0.0-alpha.60)
474
513
 
475
514
  ### Changes
@@ -478,7 +517,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
478
517
 
479
518
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.59)
480
519
 
481
- Mon, 26 Jul 2021 07:37:30 GMT
520
+ Mon, 26 Jul 2021 07:37:30 GMT
482
521
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.58..@fluentui/react-provider_v9.0.0-alpha.59)
483
522
 
484
523
  ### Changes
@@ -487,7 +526,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
487
526
 
488
527
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.58)
489
528
 
490
- Fri, 23 Jul 2021 07:38:19 GMT
529
+ Fri, 23 Jul 2021 07:38:19 GMT
491
530
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.57..@fluentui/react-provider_v9.0.0-alpha.58)
492
531
 
493
532
  ### Changes
@@ -496,7 +535,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
496
535
 
497
536
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.57)
498
537
 
499
- Thu, 22 Jul 2021 07:36:55 GMT
538
+ Thu, 22 Jul 2021 07:36:55 GMT
500
539
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.56..@fluentui/react-provider_v9.0.0-alpha.57)
501
540
 
502
541
  ### Changes
@@ -505,7 +544,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
505
544
 
506
545
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.56)
507
546
 
508
- Thu, 15 Jul 2021 07:36:18 GMT
547
+ Thu, 15 Jul 2021 07:36:18 GMT
509
548
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.55..@fluentui/react-provider_v9.0.0-alpha.56)
510
549
 
511
550
  ### Changes
@@ -514,7 +553,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
514
553
 
515
554
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.55)
516
555
 
517
- Tue, 13 Jul 2021 22:32:58 GMT
556
+ Tue, 13 Jul 2021 22:32:58 GMT
518
557
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.54..@fluentui/react-provider_v9.0.0-alpha.55)
519
558
 
520
559
  ### Patches
@@ -523,7 +562,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
523
562
 
524
563
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.54)
525
564
 
526
- Tue, 13 Jul 2021 07:35:36 GMT
565
+ Tue, 13 Jul 2021 07:35:36 GMT
527
566
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.53..@fluentui/react-provider_v9.0.0-alpha.54)
528
567
 
529
568
  ### Changes
@@ -532,7 +571,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
532
571
 
533
572
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.53)
534
573
 
535
- Fri, 09 Jul 2021 07:39:31 GMT
574
+ Fri, 09 Jul 2021 07:39:31 GMT
536
575
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.52..@fluentui/react-provider_v9.0.0-alpha.53)
537
576
 
538
577
  ### Patches
@@ -547,7 +586,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
547
586
 
548
587
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.52)
549
588
 
550
- Fri, 02 Jul 2021 23:15:55 GMT
589
+ Fri, 02 Jul 2021 23:15:55 GMT
551
590
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.51..@fluentui/react-provider_v9.0.0-alpha.52)
552
591
 
553
592
  ### Changes
@@ -556,7 +595,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
556
595
 
557
596
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.51)
558
597
 
559
- Fri, 02 Jul 2021 07:37:06 GMT
598
+ Fri, 02 Jul 2021 07:37:06 GMT
560
599
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.50..@fluentui/react-provider_v9.0.0-alpha.51)
561
600
 
562
601
  ### Changes
@@ -565,7 +604,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
565
604
 
566
605
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.50)
567
606
 
568
- Thu, 01 Jul 2021 07:35:05 GMT
607
+ Thu, 01 Jul 2021 07:35:05 GMT
569
608
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.49..@fluentui/react-provider_v9.0.0-alpha.50)
570
609
 
571
610
  ### Changes
@@ -575,7 +614,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
575
614
 
576
615
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.49)
577
616
 
578
- Wed, 30 Jun 2021 07:38:35 GMT
617
+ Wed, 30 Jun 2021 07:38:35 GMT
579
618
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.48..@fluentui/react-provider_v9.0.0-alpha.49)
580
619
 
581
620
  ### Changes
@@ -584,7 +623,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
584
623
 
585
624
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.48)
586
625
 
587
- Tue, 29 Jun 2021 07:33:32 GMT
626
+ Tue, 29 Jun 2021 07:33:32 GMT
588
627
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.47..@fluentui/react-provider_v9.0.0-alpha.48)
589
628
 
590
629
  ### Changes
@@ -593,7 +632,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
593
632
 
594
633
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.47)
595
634
 
596
- Tue, 22 Jun 2021 07:35:11 GMT
635
+ Tue, 22 Jun 2021 07:35:11 GMT
597
636
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.46..@fluentui/react-provider_v9.0.0-alpha.47)
598
637
 
599
638
  ### Changes
@@ -602,7 +641,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
602
641
 
603
642
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.46)
604
643
 
605
- Tue, 15 Jun 2021 07:40:20 GMT
644
+ Tue, 15 Jun 2021 07:40:20 GMT
606
645
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.45..@fluentui/react-provider_v9.0.0-alpha.46)
607
646
 
608
647
  ### Changes
@@ -611,7 +650,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
611
650
 
612
651
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.45)
613
652
 
614
- Mon, 07 Jun 2021 07:38:15 GMT
653
+ Mon, 07 Jun 2021 07:38:15 GMT
615
654
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.44..@fluentui/react-provider_v9.0.0-alpha.45)
616
655
 
617
656
  ### Patches
@@ -626,7 +665,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
626
665
 
627
666
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.44)
628
667
 
629
- Fri, 04 Jun 2021 07:37:23 GMT
668
+ Fri, 04 Jun 2021 07:37:23 GMT
630
669
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.43..@fluentui/react-provider_v9.0.0-alpha.44)
631
670
 
632
671
  ### Changes
@@ -635,7 +674,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
635
674
 
636
675
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.43)
637
676
 
638
- Thu, 03 Jun 2021 07:36:03 GMT
677
+ Thu, 03 Jun 2021 07:36:03 GMT
639
678
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.42..@fluentui/react-provider_v9.0.0-alpha.43)
640
679
 
641
680
  ### Changes
@@ -644,7 +683,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
644
683
 
645
684
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.42)
646
685
 
647
- Wed, 02 Jun 2021 07:37:15 GMT
686
+ Wed, 02 Jun 2021 07:37:15 GMT
648
687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.41..@fluentui/react-provider_v9.0.0-alpha.42)
649
688
 
650
689
  ### Changes
@@ -653,7 +692,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
653
692
 
654
693
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.41)
655
694
 
656
- Wed, 26 May 2021 07:35:43 GMT
695
+ Wed, 26 May 2021 07:35:43 GMT
657
696
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.40..@fluentui/react-provider_v9.0.0-alpha.41)
658
697
 
659
698
  ### Changes
@@ -662,7 +701,7 @@ Wed, 26 May 2021 07:35:43 GMT
662
701
 
663
702
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.40)
664
703
 
665
- Fri, 21 May 2021 07:34:54 GMT
704
+ Fri, 21 May 2021 07:34:54 GMT
666
705
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.39..@fluentui/react-provider_v9.0.0-alpha.40)
667
706
 
668
707
  ### Changes
@@ -671,7 +710,7 @@ Fri, 21 May 2021 07:34:54 GMT
671
710
 
672
711
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.39)
673
712
 
674
- Thu, 20 May 2021 07:41:54 GMT
713
+ Thu, 20 May 2021 07:41:54 GMT
675
714
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.38..@fluentui/react-provider_v9.0.0-alpha.39)
676
715
 
677
716
  ### Patches
@@ -686,7 +725,7 @@ Thu, 20 May 2021 07:41:54 GMT
686
725
 
687
726
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.38)
688
727
 
689
- Wed, 19 May 2021 07:34:20 GMT
728
+ Wed, 19 May 2021 07:34:20 GMT
690
729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.37..@fluentui/react-provider_v9.0.0-alpha.38)
691
730
 
692
731
  ### Patches
@@ -699,7 +738,7 @@ Wed, 19 May 2021 07:34:20 GMT
699
738
 
700
739
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.37)
701
740
 
702
- Tue, 18 May 2021 07:34:38 GMT
741
+ Tue, 18 May 2021 07:34:38 GMT
703
742
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.36..@fluentui/react-provider_v9.0.0-alpha.37)
704
743
 
705
744
  ### Changes
@@ -708,7 +747,7 @@ Tue, 18 May 2021 07:34:38 GMT
708
747
 
709
748
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.36)
710
749
 
711
- Thu, 13 May 2021 07:36:55 GMT
750
+ Thu, 13 May 2021 07:36:55 GMT
712
751
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.35..@fluentui/react-provider_v9.0.0-alpha.36)
713
752
 
714
753
  ### Changes
@@ -717,7 +756,7 @@ Thu, 13 May 2021 07:36:55 GMT
717
756
 
718
757
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.35)
719
758
 
720
- Wed, 12 May 2021 07:36:20 GMT
759
+ Wed, 12 May 2021 07:36:20 GMT
721
760
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.34..@fluentui/react-provider_v9.0.0-alpha.35)
722
761
 
723
762
  ### Changes
@@ -726,7 +765,7 @@ Wed, 12 May 2021 07:36:20 GMT
726
765
 
727
766
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.34)
728
767
 
729
- Mon, 10 May 2021 07:36:07 GMT
768
+ Mon, 10 May 2021 07:36:07 GMT
730
769
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.33..@fluentui/react-provider_v9.0.0-alpha.34)
731
770
 
732
771
  ### Changes
@@ -735,7 +774,7 @@ Mon, 10 May 2021 07:36:07 GMT
735
774
 
736
775
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.33)
737
776
 
738
- Wed, 05 May 2021 07:36:50 GMT
777
+ Wed, 05 May 2021 07:36:50 GMT
739
778
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.32..@fluentui/react-provider_v9.0.0-alpha.33)
740
779
 
741
780
  ### Changes
@@ -744,7 +783,7 @@ Wed, 05 May 2021 07:36:50 GMT
744
783
 
745
784
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.32)
746
785
 
747
- Tue, 04 May 2021 07:36:35 GMT
786
+ Tue, 04 May 2021 07:36:35 GMT
748
787
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.31..@fluentui/react-provider_v9.0.0-alpha.32)
749
788
 
750
789
  ### Changes
@@ -753,7 +792,7 @@ Tue, 04 May 2021 07:36:35 GMT
753
792
 
754
793
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.31)
755
794
 
756
- Mon, 03 May 2021 07:45:19 GMT
795
+ Mon, 03 May 2021 07:45:19 GMT
757
796
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.30..@fluentui/react-provider_v9.0.0-alpha.31)
758
797
 
759
798
  ### Changes
@@ -762,7 +801,7 @@ Mon, 03 May 2021 07:45:19 GMT
762
801
 
763
802
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.30)
764
803
 
765
- Fri, 30 Apr 2021 07:42:23 GMT
804
+ Fri, 30 Apr 2021 07:42:23 GMT
766
805
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.29..@fluentui/react-provider_v9.0.0-alpha.30)
767
806
 
768
807
  ### Patches
@@ -778,7 +817,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
778
817
 
779
818
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.29)
780
819
 
781
- Wed, 28 Apr 2021 07:32:59 GMT
820
+ Wed, 28 Apr 2021 07:32:59 GMT
782
821
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.28..@fluentui/react-provider_v9.0.0-alpha.29)
783
822
 
784
823
  ### Changes
@@ -787,7 +826,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
787
826
 
788
827
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.28)
789
828
 
790
- Tue, 27 Apr 2021 07:34:03 GMT
829
+ Tue, 27 Apr 2021 07:34:03 GMT
791
830
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.27..@fluentui/react-provider_v9.0.0-alpha.28)
792
831
 
793
832
  ### Changes
@@ -796,7 +835,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
796
835
 
797
836
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.27)
798
837
 
799
- Mon, 26 Apr 2021 07:34:31 GMT
838
+ Mon, 26 Apr 2021 07:34:31 GMT
800
839
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.26..@fluentui/react-provider_v9.0.0-alpha.27)
801
840
 
802
841
  ### Changes
@@ -805,7 +844,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
805
844
 
806
845
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.26)
807
846
 
808
- Fri, 23 Apr 2021 07:37:10 GMT
847
+ Fri, 23 Apr 2021 07:37:10 GMT
809
848
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.25..@fluentui/react-provider_v9.0.0-alpha.26)
810
849
 
811
850
  ### Patches
@@ -820,7 +859,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
820
859
 
821
860
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.25)
822
861
 
823
- Thu, 22 Apr 2021 07:33:28 GMT
862
+ Thu, 22 Apr 2021 07:33:28 GMT
824
863
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.24..@fluentui/react-provider_v9.0.0-alpha.25)
825
864
 
826
865
  ### Changes
@@ -829,7 +868,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
829
868
 
830
869
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.24)
831
870
 
832
- Wed, 21 Apr 2021 07:31:50 GMT
871
+ Wed, 21 Apr 2021 07:31:50 GMT
833
872
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.23..@fluentui/react-provider_v9.0.0-alpha.24)
834
873
 
835
874
  ### Changes
@@ -838,7 +877,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
838
877
 
839
878
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.23)
840
879
 
841
- Tue, 20 Apr 2021 07:31:35 GMT
880
+ Tue, 20 Apr 2021 07:31:35 GMT
842
881
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.22..@fluentui/react-provider_v9.0.0-alpha.23)
843
882
 
844
883
  ### Changes
@@ -847,7 +886,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
847
886
 
848
887
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.22)
849
888
 
850
- Fri, 16 Apr 2021 18:08:21 GMT
889
+ Fri, 16 Apr 2021 18:08:21 GMT
851
890
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.21..@fluentui/react-provider_v9.0.0-alpha.22)
852
891
 
853
892
  ### Changes
@@ -856,7 +895,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
856
895
 
857
896
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.21)
858
897
 
859
- Fri, 16 Apr 2021 07:32:08 GMT
898
+ Fri, 16 Apr 2021 07:32:08 GMT
860
899
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.20..@fluentui/react-provider_v9.0.0-alpha.21)
861
900
 
862
901
  ### Changes
@@ -865,7 +904,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
865
904
 
866
905
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.20)
867
906
 
868
- Wed, 14 Apr 2021 07:34:12 GMT
907
+ Wed, 14 Apr 2021 07:34:12 GMT
869
908
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.19..@fluentui/react-provider_v9.0.0-alpha.20)
870
909
 
871
910
  ### Changes
@@ -874,7 +913,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
874
913
 
875
914
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.19)
876
915
 
877
- Thu, 08 Apr 2021 07:33:06 GMT
916
+ Thu, 08 Apr 2021 07:33:06 GMT
878
917
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.18..@fluentui/react-provider_v9.0.0-alpha.19)
879
918
 
880
919
  ### Changes
@@ -883,7 +922,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
883
922
 
884
923
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.18)
885
924
 
886
- Thu, 01 Apr 2021 20:13:37 GMT
925
+ Thu, 01 Apr 2021 20:13:37 GMT
887
926
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.17..@fluentui/react-provider_v9.0.0-alpha.18)
888
927
 
889
928
  ### Changes
@@ -892,7 +931,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
892
931
 
893
932
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.17)
894
933
 
895
- Wed, 31 Mar 2021 00:53:43 GMT
934
+ Wed, 31 Mar 2021 00:53:43 GMT
896
935
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.16..@fluentui/react-provider_v9.0.0-alpha.17)
897
936
 
898
937
  ### Patches
@@ -907,7 +946,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
907
946
 
908
947
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.16)
909
948
 
910
- Tue, 30 Mar 2021 07:34:45 GMT
949
+ Tue, 30 Mar 2021 07:34:45 GMT
911
950
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.15..@fluentui/react-provider_v9.0.0-alpha.16)
912
951
 
913
952
  ### Changes
@@ -917,7 +956,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
917
956
 
918
957
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.15)
919
958
 
920
- Fri, 26 Mar 2021 07:32:34 GMT
959
+ Fri, 26 Mar 2021 07:32:34 GMT
921
960
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.14..@fluentui/react-provider_v9.0.0-alpha.15)
922
961
 
923
962
  ### Changes
@@ -926,7 +965,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
926
965
 
927
966
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.14)
928
967
 
929
- Thu, 25 Mar 2021 07:33:24 GMT
968
+ Thu, 25 Mar 2021 07:33:24 GMT
930
969
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.13..@fluentui/react-provider_v9.0.0-alpha.14)
931
970
 
932
971
  ### Changes
@@ -935,7 +974,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
935
974
 
936
975
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.13)
937
976
 
938
- Tue, 23 Mar 2021 07:31:43 GMT
977
+ Tue, 23 Mar 2021 07:31:43 GMT
939
978
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.12..@fluentui/react-provider_v9.0.0-alpha.13)
940
979
 
941
980
  ### Changes
@@ -944,7 +983,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
944
983
 
945
984
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.12)
946
985
 
947
- Thu, 18 Mar 2021 20:15:34 GMT
986
+ Thu, 18 Mar 2021 20:15:34 GMT
948
987
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.11..@fluentui/react-provider_v9.0.0-alpha.12)
949
988
 
950
989
  ### Changes
@@ -953,7 +992,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
953
992
 
954
993
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.11)
955
994
 
956
- Tue, 16 Mar 2021 07:32:44 GMT
995
+ Tue, 16 Mar 2021 07:32:44 GMT
957
996
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.10..@fluentui/react-provider_v9.0.0-alpha.11)
958
997
 
959
998
  ### Changes
@@ -962,7 +1001,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
962
1001
 
963
1002
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.10)
964
1003
 
965
- Mon, 15 Mar 2021 07:36:20 GMT
1004
+ Mon, 15 Mar 2021 07:36:20 GMT
966
1005
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.9..@fluentui/react-provider_v9.0.0-alpha.10)
967
1006
 
968
1007
  ### Changes
@@ -971,7 +1010,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
971
1010
 
972
1011
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.9)
973
1012
 
974
- Fri, 12 Mar 2021 20:04:27 GMT
1013
+ Fri, 12 Mar 2021 20:04:27 GMT
975
1014
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.8..@fluentui/react-provider_v9.0.0-alpha.9)
976
1015
 
977
1016
  ### Changes
@@ -980,7 +1019,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
980
1019
 
981
1020
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.8)
982
1021
 
983
- Wed, 10 Mar 2021 07:34:39 GMT
1022
+ Wed, 10 Mar 2021 07:34:39 GMT
984
1023
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.7..@fluentui/react-provider_v9.0.0-alpha.8)
985
1024
 
986
1025
  ### Changes
@@ -989,7 +1028,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
989
1028
 
990
1029
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.7)
991
1030
 
992
- Fri, 05 Mar 2021 20:30:59 GMT
1031
+ Fri, 05 Mar 2021 20:30:59 GMT
993
1032
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.6..@fluentui/react-provider_v9.0.0-alpha.7)
994
1033
 
995
1034
  ### Changes
@@ -998,7 +1037,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
998
1037
 
999
1038
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.6)
1000
1039
 
1001
- Wed, 03 Mar 2021 00:10:09 GMT
1040
+ Wed, 03 Mar 2021 00:10:09 GMT
1002
1041
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.5..@fluentui/react-provider_v9.0.0-alpha.6)
1003
1042
 
1004
1043
  ### Changes
@@ -1007,7 +1046,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1007
1046
 
1008
1047
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.5)
1009
1048
 
1010
- Tue, 02 Mar 2021 07:24:27 GMT
1049
+ Tue, 02 Mar 2021 07:24:27 GMT
1011
1050
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.4..@fluentui/react-provider_v9.0.0-alpha.5)
1012
1051
 
1013
1052
  ### Changes
@@ -1016,7 +1055,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1016
1055
 
1017
1056
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.4)
1018
1057
 
1019
- Fri, 26 Feb 2021 01:16:27 GMT
1058
+ Fri, 26 Feb 2021 01:16:27 GMT
1020
1059
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.3..@fluentui/react-provider_v9.0.0-alpha.4)
1021
1060
 
1022
1061
  ### Patches
@@ -1031,7 +1070,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1031
1070
 
1032
1071
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.3)
1033
1072
 
1034
- Thu, 25 Feb 2021 20:16:39 GMT
1073
+ Thu, 25 Feb 2021 20:16:39 GMT
1035
1074
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.2..@fluentui/react-provider_v9.0.0-alpha.3)
1036
1075
 
1037
1076
  ### Changes
@@ -1040,7 +1079,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1040
1079
 
1041
1080
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.2)
1042
1081
 
1043
- Thu, 25 Feb 2021 01:15:27 GMT
1082
+ Thu, 25 Feb 2021 01:15:27 GMT
1044
1083
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.1..@fluentui/react-provider_v9.0.0-alpha.2)
1045
1084
 
1046
1085
  ### Changes
@@ -1049,7 +1088,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1049
1088
 
1050
1089
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.1)
1051
1090
 
1052
- Wed, 24 Feb 2021 00:05:29 GMT
1091
+ Wed, 24 Feb 2021 00:05:29 GMT
1053
1092
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.2.0..@fluentui/react-provider_v9.0.0-alpha.1)
1054
1093
 
1055
1094
  ### Changes
@@ -1058,7 +1097,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1058
1097
 
1059
1098
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.2.0)
1060
1099
 
1061
- Mon, 22 Feb 2021 12:26:22 GMT
1100
+ Mon, 22 Feb 2021 12:26:22 GMT
1062
1101
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.6..@fluentui/react-provider_v0.2.0)
1063
1102
 
1064
1103
  ### Minor changes
@@ -1075,7 +1114,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1075
1114
 
1076
1115
  ## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.6)
1077
1116
 
1078
- Thu, 18 Feb 2021 19:38:50 GMT
1117
+ Thu, 18 Feb 2021 19:38:50 GMT
1079
1118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.5..@fluentui/react-provider_v0.1.6)
1080
1119
 
1081
1120
  ### Patches
@@ -1089,7 +1128,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1089
1128
 
1090
1129
  ## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.5)
1091
1130
 
1092
- Thu, 18 Feb 2021 12:27:34 GMT
1131
+ Thu, 18 Feb 2021 12:27:34 GMT
1093
1132
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.5)
1094
1133
 
1095
1134
  ### Patches
@@ -1105,7 +1144,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1105
1144
 
1106
1145
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1107
1146
 
1108
- Mon, 15 Feb 2021 12:22:00 GMT
1147
+ Mon, 15 Feb 2021 12:22:00 GMT
1109
1148
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.4)
1110
1149
 
1111
1150
  ### Changes
@@ -1116,7 +1155,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1116
1155
 
1117
1156
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
1118
1157
 
1119
- Fri, 12 Feb 2021 12:26:20 GMT
1158
+ Fri, 12 Feb 2021 12:26:20 GMT
1120
1159
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.4)
1121
1160
 
1122
1161
  ### Patches
@@ -1129,7 +1168,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1129
1168
 
1130
1169
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1131
1170
 
1132
- Thu, 11 Feb 2021 00:58:10 GMT
1171
+ Thu, 11 Feb 2021 00:58:10 GMT
1133
1172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.3)
1134
1173
 
1135
1174
  ### Changes
@@ -1140,7 +1179,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1140
1179
 
1141
1180
  ## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
1142
1181
 
1143
- Tue, 09 Feb 2021 00:56:52 GMT
1182
+ Tue, 09 Feb 2021 00:56:52 GMT
1144
1183
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.2..@fluentui/react-provider_v0.1.3)
1145
1184
 
1146
1185
  ### Patches
@@ -1153,7 +1192,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1153
1192
 
1154
1193
  ## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.2)
1155
1194
 
1156
- Mon, 08 Feb 2021 12:23:08 GMT
1195
+ Mon, 08 Feb 2021 12:23:08 GMT
1157
1196
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.1..@fluentui/react-provider_v0.1.2)
1158
1197
 
1159
1198
  ### Patches