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