@fluentui/react-provider 9.0.0-rc.7 → 9.0.0

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