@fluentui/react-provider 9.0.0-rc.1 → 9.0.0-rc.12
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 +403 -1
- package/CHANGELOG.md +232 -105
- package/dist/{react-provider.d.ts → index.d.ts} +26 -17
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/FluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/FluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -1
- package/lib/components/FluentProvider/index.js +1 -0
- package/lib/components/FluentProvider/index.js.map +1 -1
- package/lib/components/FluentProvider/renderFluentProvider.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/useFluentProviderContextValues.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderStyles.js +4 -2
- package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +13 -8
- package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/FluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.types.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/renderFluentProvider.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/useFluentProviderContextValues.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +5 -3
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +14 -9
- package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
- package/lib-commonjs/index.js +44 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +18 -21
- 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 -4
- 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 -4
- 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,12 +1,139 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on Thu,
|
3
|
+
This log was last generated on Thu, 26 May 2022 21:00:03 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.12)
|
8
|
+
|
9
|
+
Thu, 26 May 2022 21:00:03 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.11..@fluentui/react-provider_v9.0.0-rc.12)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
15
|
+
|
16
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.11)
|
17
|
+
|
18
|
+
Mon, 23 May 2022 18:56:47 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.10..@fluentui/react-provider_v9.0.0-rc.11)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
24
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
25
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
26
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
27
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
28
|
+
|
29
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.10)
|
30
|
+
|
31
|
+
Mon, 23 May 2022 12:13:35 GMT
|
32
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.9..@fluentui/react-provider_v9.0.0-rc.10)
|
33
|
+
|
34
|
+
### Changes
|
35
|
+
|
36
|
+
- Removing FluentProviderCommons type. ([PR #23070](https://github.com/microsoft/fluentui/pull/23070) by Humberto.Morimoto@microsoft.com)
|
37
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
38
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
39
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
40
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
41
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
42
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
43
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
44
|
+
|
45
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.9)
|
46
|
+
|
47
|
+
Thu, 05 May 2022 18:26:30 GMT
|
48
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.8..@fluentui/react-provider_v9.0.0-rc.9)
|
49
|
+
|
50
|
+
### Changes
|
51
|
+
|
52
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
53
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
54
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
55
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
56
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
57
|
+
|
58
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.8)
|
59
|
+
|
60
|
+
Wed, 04 May 2022 13:26:48 GMT
|
61
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.7..@fluentui/react-provider_v9.0.0-rc.8)
|
62
|
+
|
63
|
+
### Changes
|
64
|
+
|
65
|
+
- check for styleTag.sheet before performing actions on the sheet ([PR #22684](https://github.com/microsoft/fluentui/pull/22684) by mgodbolt@microsoft.com)
|
66
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
67
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
68
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
69
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
70
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
71
|
+
|
72
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.7)
|
73
|
+
|
74
|
+
Mon, 25 Apr 2022 09:32:18 GMT
|
75
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.6..@fluentui/react-provider_v9.0.0-rc.7)
|
76
|
+
|
77
|
+
### Changes
|
78
|
+
|
79
|
+
- feat: export useFluentProviderThemeStyleTag from @fluentui/react-provider ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by olfedias@microsoft.com)
|
80
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
81
|
+
|
82
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.6)
|
83
|
+
|
84
|
+
Tue, 19 Apr 2022 19:16:49 GMT
|
85
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.5..@fluentui/react-provider_v9.0.0-rc.6)
|
86
|
+
|
87
|
+
### Changes
|
88
|
+
|
89
|
+
- Add static classnames to Provider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
90
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
91
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
92
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
93
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
94
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
95
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
96
|
+
|
97
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.5)
|
98
|
+
|
99
|
+
Fri, 04 Mar 2022 05:17:39 GMT
|
100
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.4..@fluentui/react-provider_v9.0.0-rc.5)
|
101
|
+
|
102
|
+
### Changes
|
103
|
+
|
104
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
105
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
106
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
107
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
108
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
109
|
+
|
110
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.4)
|
111
|
+
|
112
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
113
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.3..@fluentui/react-provider_v9.0.0-rc.4)
|
114
|
+
|
115
|
+
### Changes
|
116
|
+
|
117
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
118
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
119
|
+
|
120
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.3)
|
121
|
+
|
122
|
+
Fri, 18 Feb 2022 13:35:34 GMT
|
123
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.1..@fluentui/react-provider_v9.0.0-rc.3)
|
124
|
+
|
125
|
+
### Changes
|
126
|
+
|
127
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
128
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
129
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
130
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
131
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
132
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
133
|
+
|
7
134
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.1)
|
8
135
|
|
9
|
-
Thu, 10 Feb 2022 08:43
|
136
|
+
Thu, 10 Feb 2022 08:50:43 GMT
|
10
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.5..@fluentui/react-provider_v9.0.0-rc.1)
|
11
138
|
|
12
139
|
### Changes
|
@@ -23,7 +150,7 @@ Thu, 10 Feb 2022 08:43:57 GMT
|
|
23
150
|
- Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
|
24
151
|
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
25
152
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
26
|
-
- 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)
|
153
|
+
- 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)
|
27
154
|
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
28
155
|
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
29
156
|
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
@@ -32,7 +159,7 @@ Thu, 10 Feb 2022 08:43:57 GMT
|
|
32
159
|
|
33
160
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.5)
|
34
161
|
|
35
|
-
Thu, 25 Nov 2021 08:34:16 GMT
|
162
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
36
163
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.4..@fluentui/react-provider_v9.0.0-beta.5)
|
37
164
|
|
38
165
|
### Changes
|
@@ -48,7 +175,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
|
|
48
175
|
|
49
176
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.4)
|
50
177
|
|
51
|
-
Fri, 12 Nov 2021 13:25:31 GMT
|
178
|
+
Fri, 12 Nov 2021 13:25:31 GMT
|
52
179
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.3..@fluentui/react-provider_v9.0.0-beta.4)
|
53
180
|
|
54
181
|
### Changes
|
@@ -66,7 +193,7 @@ Fri, 12 Nov 2021 13:25:31 GMT
|
|
66
193
|
|
67
194
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.3)
|
68
195
|
|
69
|
-
Wed, 27 Oct 2021 12:14:21 GMT
|
196
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
70
197
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.2..@fluentui/react-provider_v9.0.0-beta.3)
|
71
198
|
|
72
199
|
### Changes
|
@@ -83,7 +210,7 @@ Wed, 27 Oct 2021 12:14:21 GMT
|
|
83
210
|
|
84
211
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.2)
|
85
212
|
|
86
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
213
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
87
214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.1..@fluentui/react-provider_v9.0.0-beta.2)
|
88
215
|
|
89
216
|
### Changes
|
@@ -92,7 +219,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
92
219
|
|
93
220
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.1)
|
94
221
|
|
95
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
222
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
96
223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.90..@fluentui/react-provider_v9.0.0-beta.1)
|
97
224
|
|
98
225
|
### Changes
|
@@ -109,7 +236,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
109
236
|
|
110
237
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.90)
|
111
238
|
|
112
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
239
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
113
240
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.89..@fluentui/react-provider_v9.0.0-alpha.90)
|
114
241
|
|
115
242
|
### Changes
|
@@ -122,7 +249,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
122
249
|
|
123
250
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.89)
|
124
251
|
|
125
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
252
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
126
253
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.88..@fluentui/react-provider_v9.0.0-alpha.89)
|
127
254
|
|
128
255
|
### Changes
|
@@ -136,7 +263,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
136
263
|
|
137
264
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.88)
|
138
265
|
|
139
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
266
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
140
267
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.86..@fluentui/react-provider_v9.0.0-alpha.88)
|
141
268
|
|
142
269
|
### Changes
|
@@ -153,7 +280,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
153
280
|
|
154
281
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.86)
|
155
282
|
|
156
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
283
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
157
284
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.85..@fluentui/react-provider_v9.0.0-alpha.86)
|
158
285
|
|
159
286
|
### Changes
|
@@ -162,7 +289,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
162
289
|
|
163
290
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.85)
|
164
291
|
|
165
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
292
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
166
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.84..@fluentui/react-provider_v9.0.0-alpha.85)
|
167
294
|
|
168
295
|
### Changes
|
@@ -177,7 +304,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
177
304
|
|
178
305
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.84)
|
179
306
|
|
180
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
307
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
181
308
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.83..@fluentui/react-provider_v9.0.0-alpha.84)
|
182
309
|
|
183
310
|
### Changes
|
@@ -191,7 +318,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
191
318
|
|
192
319
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.83)
|
193
320
|
|
194
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
321
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
195
322
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.82..@fluentui/react-provider_v9.0.0-alpha.83)
|
196
323
|
|
197
324
|
### Changes
|
@@ -205,7 +332,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
205
332
|
|
206
333
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.82)
|
207
334
|
|
208
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
335
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
209
336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.81..@fluentui/react-provider_v9.0.0-alpha.82)
|
210
337
|
|
211
338
|
### Changes
|
@@ -219,7 +346,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
219
346
|
|
220
347
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.81)
|
221
348
|
|
222
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
349
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
223
350
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.80..@fluentui/react-provider_v9.0.0-alpha.81)
|
224
351
|
|
225
352
|
### Changes
|
@@ -233,7 +360,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
233
360
|
|
234
361
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.80)
|
235
362
|
|
236
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
363
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
237
364
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.79..@fluentui/react-provider_v9.0.0-alpha.80)
|
238
365
|
|
239
366
|
### Changes
|
@@ -248,7 +375,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
248
375
|
|
249
376
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.79)
|
250
377
|
|
251
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
378
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
252
379
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.78..@fluentui/react-provider_v9.0.0-alpha.79)
|
253
380
|
|
254
381
|
### Changes
|
@@ -257,7 +384,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
257
384
|
|
258
385
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.78)
|
259
386
|
|
260
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
387
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
261
388
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.77..@fluentui/react-provider_v9.0.0-alpha.78)
|
262
389
|
|
263
390
|
### Changes
|
@@ -266,7 +393,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
266
393
|
|
267
394
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.77)
|
268
395
|
|
269
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
396
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
270
397
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.76..@fluentui/react-provider_v9.0.0-alpha.77)
|
271
398
|
|
272
399
|
### Changes
|
@@ -276,7 +403,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
276
403
|
|
277
404
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.76)
|
278
405
|
|
279
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
406
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
280
407
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.75..@fluentui/react-provider_v9.0.0-alpha.76)
|
281
408
|
|
282
409
|
### Changes
|
@@ -285,7 +412,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
285
412
|
|
286
413
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.75)
|
287
414
|
|
288
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
415
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
289
416
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.74..@fluentui/react-provider_v9.0.0-alpha.75)
|
290
417
|
|
291
418
|
### Changes
|
@@ -296,7 +423,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
296
423
|
|
297
424
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.74)
|
298
425
|
|
299
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
426
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
300
427
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.73..@fluentui/react-provider_v9.0.0-alpha.74)
|
301
428
|
|
302
429
|
### Changes
|
@@ -305,7 +432,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
305
432
|
|
306
433
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.73)
|
307
434
|
|
308
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
435
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
309
436
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.72..@fluentui/react-provider_v9.0.0-alpha.73)
|
310
437
|
|
311
438
|
### Changes
|
@@ -314,7 +441,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
314
441
|
|
315
442
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.72)
|
316
443
|
|
317
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
444
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
318
445
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.71..@fluentui/react-provider_v9.0.0-alpha.72)
|
319
446
|
|
320
447
|
### Patches
|
@@ -327,7 +454,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
327
454
|
|
328
455
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.71)
|
329
456
|
|
330
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
457
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
331
458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.70..@fluentui/react-provider_v9.0.0-alpha.71)
|
332
459
|
|
333
460
|
### Changes
|
@@ -336,7 +463,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
336
463
|
|
337
464
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.70)
|
338
465
|
|
339
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
466
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
340
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.69..@fluentui/react-provider_v9.0.0-alpha.70)
|
341
468
|
|
342
469
|
### Changes
|
@@ -345,7 +472,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
345
472
|
|
346
473
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.69)
|
347
474
|
|
348
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
475
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
349
476
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.68..@fluentui/react-provider_v9.0.0-alpha.69)
|
350
477
|
|
351
478
|
### Changes
|
@@ -354,7 +481,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
354
481
|
|
355
482
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.68)
|
356
483
|
|
357
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
484
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
358
485
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.67..@fluentui/react-provider_v9.0.0-alpha.68)
|
359
486
|
|
360
487
|
### Changes
|
@@ -363,7 +490,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
363
490
|
|
364
491
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.67)
|
365
492
|
|
366
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
493
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
367
494
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.66..@fluentui/react-provider_v9.0.0-alpha.67)
|
368
495
|
|
369
496
|
### Changes
|
@@ -372,7 +499,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
372
499
|
|
373
500
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.66)
|
374
501
|
|
375
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
502
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
376
503
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.65..@fluentui/react-provider_v9.0.0-alpha.66)
|
377
504
|
|
378
505
|
### Changes
|
@@ -381,7 +508,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
381
508
|
|
382
509
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.65)
|
383
510
|
|
384
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
511
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
385
512
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.64..@fluentui/react-provider_v9.0.0-alpha.65)
|
386
513
|
|
387
514
|
### Changes
|
@@ -390,7 +517,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
390
517
|
|
391
518
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.64)
|
392
519
|
|
393
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
520
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
394
521
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.63..@fluentui/react-provider_v9.0.0-alpha.64)
|
395
522
|
|
396
523
|
### Changes
|
@@ -399,7 +526,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
399
526
|
|
400
527
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.63)
|
401
528
|
|
402
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
529
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
403
530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.62..@fluentui/react-provider_v9.0.0-alpha.63)
|
404
531
|
|
405
532
|
### Changes
|
@@ -408,7 +535,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
408
535
|
|
409
536
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.62)
|
410
537
|
|
411
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
538
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
412
539
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.61..@fluentui/react-provider_v9.0.0-alpha.62)
|
413
540
|
|
414
541
|
### Changes
|
@@ -417,7 +544,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
417
544
|
|
418
545
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.61)
|
419
546
|
|
420
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
547
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
421
548
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.60..@fluentui/react-provider_v9.0.0-alpha.61)
|
422
549
|
|
423
550
|
### Patches
|
@@ -432,7 +559,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
432
559
|
|
433
560
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.60)
|
434
561
|
|
435
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
562
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
436
563
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.59..@fluentui/react-provider_v9.0.0-alpha.60)
|
437
564
|
|
438
565
|
### Changes
|
@@ -441,7 +568,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
441
568
|
|
442
569
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.59)
|
443
570
|
|
444
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
571
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
445
572
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.58..@fluentui/react-provider_v9.0.0-alpha.59)
|
446
573
|
|
447
574
|
### Changes
|
@@ -450,7 +577,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
450
577
|
|
451
578
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.58)
|
452
579
|
|
453
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
580
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
454
581
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.57..@fluentui/react-provider_v9.0.0-alpha.58)
|
455
582
|
|
456
583
|
### Changes
|
@@ -459,7 +586,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
459
586
|
|
460
587
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.57)
|
461
588
|
|
462
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
589
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
463
590
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.56..@fluentui/react-provider_v9.0.0-alpha.57)
|
464
591
|
|
465
592
|
### Changes
|
@@ -468,7 +595,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
468
595
|
|
469
596
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.56)
|
470
597
|
|
471
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
598
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
472
599
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.55..@fluentui/react-provider_v9.0.0-alpha.56)
|
473
600
|
|
474
601
|
### Changes
|
@@ -477,7 +604,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
477
604
|
|
478
605
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.55)
|
479
606
|
|
480
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
607
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
481
608
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.54..@fluentui/react-provider_v9.0.0-alpha.55)
|
482
609
|
|
483
610
|
### Patches
|
@@ -486,7 +613,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
486
613
|
|
487
614
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.54)
|
488
615
|
|
489
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
616
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
490
617
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.53..@fluentui/react-provider_v9.0.0-alpha.54)
|
491
618
|
|
492
619
|
### Changes
|
@@ -495,7 +622,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
495
622
|
|
496
623
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.53)
|
497
624
|
|
498
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
625
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
499
626
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.52..@fluentui/react-provider_v9.0.0-alpha.53)
|
500
627
|
|
501
628
|
### Patches
|
@@ -510,7 +637,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
510
637
|
|
511
638
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.52)
|
512
639
|
|
513
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
640
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
514
641
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.51..@fluentui/react-provider_v9.0.0-alpha.52)
|
515
642
|
|
516
643
|
### Changes
|
@@ -519,7 +646,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
519
646
|
|
520
647
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.51)
|
521
648
|
|
522
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
649
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
523
650
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.50..@fluentui/react-provider_v9.0.0-alpha.51)
|
524
651
|
|
525
652
|
### Changes
|
@@ -528,7 +655,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
528
655
|
|
529
656
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.50)
|
530
657
|
|
531
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
658
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
532
659
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.49..@fluentui/react-provider_v9.0.0-alpha.50)
|
533
660
|
|
534
661
|
### Changes
|
@@ -538,7 +665,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
538
665
|
|
539
666
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.49)
|
540
667
|
|
541
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
668
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
542
669
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.48..@fluentui/react-provider_v9.0.0-alpha.49)
|
543
670
|
|
544
671
|
### Changes
|
@@ -547,7 +674,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
547
674
|
|
548
675
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.48)
|
549
676
|
|
550
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
677
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
551
678
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.47..@fluentui/react-provider_v9.0.0-alpha.48)
|
552
679
|
|
553
680
|
### Changes
|
@@ -556,7 +683,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
556
683
|
|
557
684
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.47)
|
558
685
|
|
559
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
686
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
560
687
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.46..@fluentui/react-provider_v9.0.0-alpha.47)
|
561
688
|
|
562
689
|
### Changes
|
@@ -565,7 +692,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
565
692
|
|
566
693
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.46)
|
567
694
|
|
568
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
695
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
569
696
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.45..@fluentui/react-provider_v9.0.0-alpha.46)
|
570
697
|
|
571
698
|
### Changes
|
@@ -574,7 +701,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
574
701
|
|
575
702
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.45)
|
576
703
|
|
577
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
704
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
578
705
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.44..@fluentui/react-provider_v9.0.0-alpha.45)
|
579
706
|
|
580
707
|
### Patches
|
@@ -589,7 +716,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
589
716
|
|
590
717
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.44)
|
591
718
|
|
592
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
719
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
593
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.43..@fluentui/react-provider_v9.0.0-alpha.44)
|
594
721
|
|
595
722
|
### Changes
|
@@ -598,7 +725,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
598
725
|
|
599
726
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.43)
|
600
727
|
|
601
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
728
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
602
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.42..@fluentui/react-provider_v9.0.0-alpha.43)
|
603
730
|
|
604
731
|
### Changes
|
@@ -607,7 +734,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
607
734
|
|
608
735
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.42)
|
609
736
|
|
610
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
737
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
611
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.41..@fluentui/react-provider_v9.0.0-alpha.42)
|
612
739
|
|
613
740
|
### Changes
|
@@ -616,7 +743,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
616
743
|
|
617
744
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.41)
|
618
745
|
|
619
|
-
Wed, 26 May 2021 07:35:43 GMT
|
746
|
+
Wed, 26 May 2021 07:35:43 GMT
|
620
747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.40..@fluentui/react-provider_v9.0.0-alpha.41)
|
621
748
|
|
622
749
|
### Changes
|
@@ -625,7 +752,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
625
752
|
|
626
753
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.40)
|
627
754
|
|
628
|
-
Fri, 21 May 2021 07:34:54 GMT
|
755
|
+
Fri, 21 May 2021 07:34:54 GMT
|
629
756
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.39..@fluentui/react-provider_v9.0.0-alpha.40)
|
630
757
|
|
631
758
|
### Changes
|
@@ -634,7 +761,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
634
761
|
|
635
762
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.39)
|
636
763
|
|
637
|
-
Thu, 20 May 2021 07:41:54 GMT
|
764
|
+
Thu, 20 May 2021 07:41:54 GMT
|
638
765
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.38..@fluentui/react-provider_v9.0.0-alpha.39)
|
639
766
|
|
640
767
|
### Patches
|
@@ -649,7 +776,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
649
776
|
|
650
777
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.38)
|
651
778
|
|
652
|
-
Wed, 19 May 2021 07:34:20 GMT
|
779
|
+
Wed, 19 May 2021 07:34:20 GMT
|
653
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.37..@fluentui/react-provider_v9.0.0-alpha.38)
|
654
781
|
|
655
782
|
### Patches
|
@@ -662,7 +789,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
662
789
|
|
663
790
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.37)
|
664
791
|
|
665
|
-
Tue, 18 May 2021 07:34:38 GMT
|
792
|
+
Tue, 18 May 2021 07:34:38 GMT
|
666
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.36..@fluentui/react-provider_v9.0.0-alpha.37)
|
667
794
|
|
668
795
|
### Changes
|
@@ -671,7 +798,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
671
798
|
|
672
799
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.36)
|
673
800
|
|
674
|
-
Thu, 13 May 2021 07:36:55 GMT
|
801
|
+
Thu, 13 May 2021 07:36:55 GMT
|
675
802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.35..@fluentui/react-provider_v9.0.0-alpha.36)
|
676
803
|
|
677
804
|
### Changes
|
@@ -680,7 +807,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
680
807
|
|
681
808
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.35)
|
682
809
|
|
683
|
-
Wed, 12 May 2021 07:36:20 GMT
|
810
|
+
Wed, 12 May 2021 07:36:20 GMT
|
684
811
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.34..@fluentui/react-provider_v9.0.0-alpha.35)
|
685
812
|
|
686
813
|
### Changes
|
@@ -689,7 +816,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
689
816
|
|
690
817
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.34)
|
691
818
|
|
692
|
-
Mon, 10 May 2021 07:36:07 GMT
|
819
|
+
Mon, 10 May 2021 07:36:07 GMT
|
693
820
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.33..@fluentui/react-provider_v9.0.0-alpha.34)
|
694
821
|
|
695
822
|
### Changes
|
@@ -698,7 +825,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
698
825
|
|
699
826
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.33)
|
700
827
|
|
701
|
-
Wed, 05 May 2021 07:36:50 GMT
|
828
|
+
Wed, 05 May 2021 07:36:50 GMT
|
702
829
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.32..@fluentui/react-provider_v9.0.0-alpha.33)
|
703
830
|
|
704
831
|
### Changes
|
@@ -707,7 +834,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
707
834
|
|
708
835
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.32)
|
709
836
|
|
710
|
-
Tue, 04 May 2021 07:36:35 GMT
|
837
|
+
Tue, 04 May 2021 07:36:35 GMT
|
711
838
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.31..@fluentui/react-provider_v9.0.0-alpha.32)
|
712
839
|
|
713
840
|
### Changes
|
@@ -716,7 +843,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
716
843
|
|
717
844
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.31)
|
718
845
|
|
719
|
-
Mon, 03 May 2021 07:45:19 GMT
|
846
|
+
Mon, 03 May 2021 07:45:19 GMT
|
720
847
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.30..@fluentui/react-provider_v9.0.0-alpha.31)
|
721
848
|
|
722
849
|
### Changes
|
@@ -725,7 +852,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
725
852
|
|
726
853
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.30)
|
727
854
|
|
728
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
855
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
729
856
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.29..@fluentui/react-provider_v9.0.0-alpha.30)
|
730
857
|
|
731
858
|
### Patches
|
@@ -741,7 +868,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
741
868
|
|
742
869
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.29)
|
743
870
|
|
744
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
871
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
745
872
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.28..@fluentui/react-provider_v9.0.0-alpha.29)
|
746
873
|
|
747
874
|
### Changes
|
@@ -750,7 +877,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
750
877
|
|
751
878
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.28)
|
752
879
|
|
753
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
880
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
754
881
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.27..@fluentui/react-provider_v9.0.0-alpha.28)
|
755
882
|
|
756
883
|
### Changes
|
@@ -759,7 +886,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
759
886
|
|
760
887
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.27)
|
761
888
|
|
762
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
889
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
763
890
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.26..@fluentui/react-provider_v9.0.0-alpha.27)
|
764
891
|
|
765
892
|
### Changes
|
@@ -768,7 +895,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
768
895
|
|
769
896
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.26)
|
770
897
|
|
771
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
898
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
772
899
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.25..@fluentui/react-provider_v9.0.0-alpha.26)
|
773
900
|
|
774
901
|
### Patches
|
@@ -783,7 +910,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
783
910
|
|
784
911
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.25)
|
785
912
|
|
786
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
913
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
787
914
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.24..@fluentui/react-provider_v9.0.0-alpha.25)
|
788
915
|
|
789
916
|
### Changes
|
@@ -792,7 +919,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
792
919
|
|
793
920
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.24)
|
794
921
|
|
795
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
922
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
796
923
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.23..@fluentui/react-provider_v9.0.0-alpha.24)
|
797
924
|
|
798
925
|
### Changes
|
@@ -801,7 +928,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
801
928
|
|
802
929
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.23)
|
803
930
|
|
804
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
931
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
805
932
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.22..@fluentui/react-provider_v9.0.0-alpha.23)
|
806
933
|
|
807
934
|
### Changes
|
@@ -810,7 +937,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
810
937
|
|
811
938
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.22)
|
812
939
|
|
813
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
940
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
814
941
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.21..@fluentui/react-provider_v9.0.0-alpha.22)
|
815
942
|
|
816
943
|
### Changes
|
@@ -819,7 +946,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
819
946
|
|
820
947
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.21)
|
821
948
|
|
822
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
949
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
823
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.20..@fluentui/react-provider_v9.0.0-alpha.21)
|
824
951
|
|
825
952
|
### Changes
|
@@ -828,7 +955,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
828
955
|
|
829
956
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.20)
|
830
957
|
|
831
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
958
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
832
959
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.19..@fluentui/react-provider_v9.0.0-alpha.20)
|
833
960
|
|
834
961
|
### Changes
|
@@ -837,7 +964,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
837
964
|
|
838
965
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.19)
|
839
966
|
|
840
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
967
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
841
968
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.18..@fluentui/react-provider_v9.0.0-alpha.19)
|
842
969
|
|
843
970
|
### Changes
|
@@ -846,7 +973,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
846
973
|
|
847
974
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.18)
|
848
975
|
|
849
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
976
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
850
977
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.17..@fluentui/react-provider_v9.0.0-alpha.18)
|
851
978
|
|
852
979
|
### Changes
|
@@ -855,7 +982,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
855
982
|
|
856
983
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.17)
|
857
984
|
|
858
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
985
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
859
986
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.16..@fluentui/react-provider_v9.0.0-alpha.17)
|
860
987
|
|
861
988
|
### Patches
|
@@ -870,7 +997,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
870
997
|
|
871
998
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.16)
|
872
999
|
|
873
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
1000
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
874
1001
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.15..@fluentui/react-provider_v9.0.0-alpha.16)
|
875
1002
|
|
876
1003
|
### Changes
|
@@ -880,7 +1007,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
880
1007
|
|
881
1008
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.15)
|
882
1009
|
|
883
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
1010
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
884
1011
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.14..@fluentui/react-provider_v9.0.0-alpha.15)
|
885
1012
|
|
886
1013
|
### Changes
|
@@ -889,7 +1016,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
889
1016
|
|
890
1017
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.14)
|
891
1018
|
|
892
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
1019
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
893
1020
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.13..@fluentui/react-provider_v9.0.0-alpha.14)
|
894
1021
|
|
895
1022
|
### Changes
|
@@ -898,7 +1025,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
898
1025
|
|
899
1026
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.13)
|
900
1027
|
|
901
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
1028
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
902
1029
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.12..@fluentui/react-provider_v9.0.0-alpha.13)
|
903
1030
|
|
904
1031
|
### Changes
|
@@ -907,7 +1034,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
907
1034
|
|
908
1035
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.12)
|
909
1036
|
|
910
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
1037
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
911
1038
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.11..@fluentui/react-provider_v9.0.0-alpha.12)
|
912
1039
|
|
913
1040
|
### Changes
|
@@ -916,7 +1043,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
916
1043
|
|
917
1044
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.11)
|
918
1045
|
|
919
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1046
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
920
1047
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.10..@fluentui/react-provider_v9.0.0-alpha.11)
|
921
1048
|
|
922
1049
|
### Changes
|
@@ -925,7 +1052,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
925
1052
|
|
926
1053
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.10)
|
927
1054
|
|
928
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1055
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
929
1056
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.9..@fluentui/react-provider_v9.0.0-alpha.10)
|
930
1057
|
|
931
1058
|
### Changes
|
@@ -934,7 +1061,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
934
1061
|
|
935
1062
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.9)
|
936
1063
|
|
937
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1064
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
938
1065
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.8..@fluentui/react-provider_v9.0.0-alpha.9)
|
939
1066
|
|
940
1067
|
### Changes
|
@@ -943,7 +1070,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
943
1070
|
|
944
1071
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.8)
|
945
1072
|
|
946
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1073
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
947
1074
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.7..@fluentui/react-provider_v9.0.0-alpha.8)
|
948
1075
|
|
949
1076
|
### Changes
|
@@ -952,7 +1079,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
952
1079
|
|
953
1080
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.7)
|
954
1081
|
|
955
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1082
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
956
1083
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.6..@fluentui/react-provider_v9.0.0-alpha.7)
|
957
1084
|
|
958
1085
|
### Changes
|
@@ -961,7 +1088,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
961
1088
|
|
962
1089
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.6)
|
963
1090
|
|
964
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1091
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
965
1092
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.5..@fluentui/react-provider_v9.0.0-alpha.6)
|
966
1093
|
|
967
1094
|
### Changes
|
@@ -970,7 +1097,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
970
1097
|
|
971
1098
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.5)
|
972
1099
|
|
973
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1100
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
974
1101
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.4..@fluentui/react-provider_v9.0.0-alpha.5)
|
975
1102
|
|
976
1103
|
### Changes
|
@@ -979,7 +1106,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
979
1106
|
|
980
1107
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.4)
|
981
1108
|
|
982
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1109
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
983
1110
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.3..@fluentui/react-provider_v9.0.0-alpha.4)
|
984
1111
|
|
985
1112
|
### Patches
|
@@ -994,7 +1121,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
994
1121
|
|
995
1122
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.3)
|
996
1123
|
|
997
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1124
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
998
1125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.2..@fluentui/react-provider_v9.0.0-alpha.3)
|
999
1126
|
|
1000
1127
|
### Changes
|
@@ -1003,7 +1130,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
1003
1130
|
|
1004
1131
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.2)
|
1005
1132
|
|
1006
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1133
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
1007
1134
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.1..@fluentui/react-provider_v9.0.0-alpha.2)
|
1008
1135
|
|
1009
1136
|
### Changes
|
@@ -1012,7 +1139,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
1012
1139
|
|
1013
1140
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.1)
|
1014
1141
|
|
1015
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1142
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
1016
1143
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.2.0..@fluentui/react-provider_v9.0.0-alpha.1)
|
1017
1144
|
|
1018
1145
|
### Changes
|
@@ -1021,7 +1148,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
1021
1148
|
|
1022
1149
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.2.0)
|
1023
1150
|
|
1024
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
1151
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
1025
1152
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.6..@fluentui/react-provider_v0.2.0)
|
1026
1153
|
|
1027
1154
|
### Minor changes
|
@@ -1038,7 +1165,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
1038
1165
|
|
1039
1166
|
## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.6)
|
1040
1167
|
|
1041
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
1168
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
1042
1169
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.5..@fluentui/react-provider_v0.1.6)
|
1043
1170
|
|
1044
1171
|
### Patches
|
@@ -1052,7 +1179,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
1052
1179
|
|
1053
1180
|
## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.5)
|
1054
1181
|
|
1055
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
1182
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
1056
1183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.5)
|
1057
1184
|
|
1058
1185
|
### Patches
|
@@ -1068,7 +1195,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
1068
1195
|
|
1069
1196
|
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
|
1070
1197
|
|
1071
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
1198
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
1072
1199
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.4)
|
1073
1200
|
|
1074
1201
|
### Changes
|
@@ -1079,7 +1206,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
1079
1206
|
|
1080
1207
|
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
|
1081
1208
|
|
1082
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
1209
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
1083
1210
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.4)
|
1084
1211
|
|
1085
1212
|
### Patches
|
@@ -1092,7 +1219,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
1092
1219
|
|
1093
1220
|
## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
|
1094
1221
|
|
1095
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
1222
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
1096
1223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.3)
|
1097
1224
|
|
1098
1225
|
### Changes
|
@@ -1103,7 +1230,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
1103
1230
|
|
1104
1231
|
## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
|
1105
1232
|
|
1106
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
1233
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
1107
1234
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.2..@fluentui/react-provider_v0.1.3)
|
1108
1235
|
|
1109
1236
|
### Patches
|
@@ -1116,7 +1243,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
1116
1243
|
|
1117
1244
|
## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.2)
|
1118
1245
|
|
1119
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
1246
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
1120
1247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.1..@fluentui/react-provider_v0.1.2)
|
1121
1248
|
|
1122
1249
|
### Patches
|