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