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