@fluentui/react-provider 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11
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 +704 -22
- package/CHANGELOG.md +290 -112
- package/dist/index.d.ts +78 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/FluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/FluentProvider.js +9 -9
- 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 +2 -0
- package/lib/components/FluentProvider/index.js.map +1 -1
- package/lib/components/FluentProvider/renderFluentProvider.js +10 -8
- package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProvider.js +46 -23
- package/lib/components/FluentProvider/useFluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderContextValues.js +16 -15
- package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderStyles.js +9 -5
- package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js +61 -0
- 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 +1 -1
- package/lib-commonjs/FluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.js +10 -10
- 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 +5 -1
- package/lib-commonjs/components/FluentProvider/index.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +15 -14
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProvider.js +52 -30
- package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js +20 -19
- package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +13 -7
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js +73 -0
- 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 +21 -26
- package/dist/react-provider.d.ts +0 -67
- package/lib/FluentProvider.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -12
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/FluentProvider/FluentProvider.d.ts +0 -3
- package/lib/components/FluentProvider/FluentProvider.types.d.ts +0 -25
- package/lib/components/FluentProvider/index.d.ts +0 -5
- package/lib/components/FluentProvider/renderFluentProvider.d.ts +0 -5
- package/lib/components/FluentProvider/useFluentProvider.d.ts +0 -13
- package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
- package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +0 -3
- package/lib/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
- package/lib/components/FluentProvider/useThemeStyleTag.js +0 -58
- 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/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -23
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +0 -3
- package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +0 -25
- package/lib-commonjs/components/FluentProvider/index.d.ts +0 -5
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +0 -5
- package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +0 -13
- package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +0 -3
- package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
- package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js +0 -70
- package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +0 -1
- package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md
CHANGED
@@ -1,29 +1,207 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 18:54:53 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.11)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-
|
9
|
+
Mon, 23 May 2022 18:54:53 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.10..@fluentui/react-provider_v9.0.0-rc.11)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-
|
16
|
-
- Bump @fluentui/react-
|
17
|
-
- Bump @fluentui/react-
|
18
|
-
- Bump @fluentui/react-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
14
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
18
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
19
|
+
|
20
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.10)
|
21
|
+
|
22
|
+
Mon, 23 May 2022 12:13:35 GMT
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.9..@fluentui/react-provider_v9.0.0-rc.10)
|
24
|
+
|
25
|
+
### Changes
|
26
|
+
|
27
|
+
- Removing FluentProviderCommons type. ([PR #23070](https://github.com/microsoft/fluentui/pull/23070) by Humberto.Morimoto@microsoft.com)
|
28
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
29
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
30
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
31
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
32
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
33
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
34
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
35
|
+
|
36
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.9)
|
37
|
+
|
38
|
+
Thu, 05 May 2022 18:26:30 GMT
|
39
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.8..@fluentui/react-provider_v9.0.0-rc.9)
|
40
|
+
|
41
|
+
### Changes
|
42
|
+
|
43
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
44
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
45
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
46
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
47
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
48
|
+
|
49
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.8)
|
50
|
+
|
51
|
+
Wed, 04 May 2022 13:26:48 GMT
|
52
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.7..@fluentui/react-provider_v9.0.0-rc.8)
|
53
|
+
|
54
|
+
### Changes
|
55
|
+
|
56
|
+
- check for styleTag.sheet before performing actions on the sheet ([PR #22684](https://github.com/microsoft/fluentui/pull/22684) by mgodbolt@microsoft.com)
|
57
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
58
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
59
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
60
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
61
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
62
|
+
|
63
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.7)
|
64
|
+
|
65
|
+
Mon, 25 Apr 2022 09:32:18 GMT
|
66
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.6..@fluentui/react-provider_v9.0.0-rc.7)
|
67
|
+
|
68
|
+
### Changes
|
69
|
+
|
70
|
+
- feat: export useFluentProviderThemeStyleTag from @fluentui/react-provider ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by olfedias@microsoft.com)
|
71
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
72
|
+
|
73
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.6)
|
74
|
+
|
75
|
+
Tue, 19 Apr 2022 19:16:49 GMT
|
76
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.5..@fluentui/react-provider_v9.0.0-rc.6)
|
77
|
+
|
78
|
+
### Changes
|
79
|
+
|
80
|
+
- Add static classnames to Provider ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
81
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
82
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
83
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
84
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
85
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
86
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
87
|
+
|
88
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.5)
|
89
|
+
|
90
|
+
Fri, 04 Mar 2022 05:17:39 GMT
|
91
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.4..@fluentui/react-provider_v9.0.0-rc.5)
|
92
|
+
|
93
|
+
### Changes
|
94
|
+
|
95
|
+
- 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)
|
96
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
97
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
98
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
99
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
100
|
+
|
101
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.4)
|
102
|
+
|
103
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
104
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.3..@fluentui/react-provider_v9.0.0-rc.4)
|
105
|
+
|
106
|
+
### Changes
|
107
|
+
|
108
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
109
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
110
|
+
|
111
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.3)
|
112
|
+
|
113
|
+
Fri, 18 Feb 2022 13:35:34 GMT
|
114
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.1..@fluentui/react-provider_v9.0.0-rc.3)
|
115
|
+
|
116
|
+
### Changes
|
117
|
+
|
118
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
119
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
120
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
121
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
122
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
123
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
124
|
+
|
125
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.1)
|
126
|
+
|
127
|
+
Thu, 10 Feb 2022 08:50:43 GMT
|
128
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.5..@fluentui/react-provider_v9.0.0-rc.1)
|
129
|
+
|
130
|
+
### Changes
|
131
|
+
|
132
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
133
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
134
|
+
- Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
|
135
|
+
- use Griffel packages ([PR #21360](https://github.com/microsoft/fluentui/pull/21360) by olfedias@microsoft.com)
|
136
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
137
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
138
|
+
- make the FluentProvider#theme TS API reflect runtime and add warning if there is a violation ([PR #21286](https://github.com/microsoft/fluentui/pull/21286) by martinhochel@microsoft.com)
|
139
|
+
- Replacing use of functions in makeStyles with direct use of tokens ([PR #21052](https://github.com/microsoft/fluentui/pull/21052) by Humberto.Morimoto@microsoft.com)
|
140
|
+
- replace mergeThemes functionality from react-theme ([PR #21278](https://github.com/microsoft/fluentui/pull/21278) by martinhochel@microsoft.com)
|
141
|
+
- Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
|
142
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
143
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
144
|
+
- 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)
|
145
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
146
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
147
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
148
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
149
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
150
|
+
|
151
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.5)
|
152
|
+
|
153
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
154
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.4..@fluentui/react-provider_v9.0.0-beta.5)
|
155
|
+
|
156
|
+
### Changes
|
157
|
+
|
158
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
159
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
160
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
161
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
162
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
163
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
164
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
165
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
166
|
+
|
167
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.4)
|
168
|
+
|
169
|
+
Fri, 12 Nov 2021 13:25:31 GMT
|
170
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.3..@fluentui/react-provider_v9.0.0-beta.4)
|
171
|
+
|
172
|
+
### Changes
|
173
|
+
|
174
|
+
- export static classes for components ([PR #20451](https://github.com/microsoft/fluentui/pull/20451) by olfedias@microsoft.com)
|
175
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
176
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
177
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
178
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
179
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
180
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
181
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
182
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
183
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
184
|
+
|
185
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.3)
|
186
|
+
|
187
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
188
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.2..@fluentui/react-provider_v9.0.0-beta.3)
|
189
|
+
|
190
|
+
### Changes
|
191
|
+
|
192
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
193
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
194
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
195
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
196
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
197
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
198
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
199
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
200
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
23
201
|
|
24
202
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.2)
|
25
203
|
|
26
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
204
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
27
205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.1..@fluentui/react-provider_v9.0.0-beta.2)
|
28
206
|
|
29
207
|
### Changes
|
@@ -32,7 +210,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
32
210
|
|
33
211
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.1)
|
34
212
|
|
35
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
213
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
36
214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.90..@fluentui/react-provider_v9.0.0-beta.1)
|
37
215
|
|
38
216
|
### Changes
|
@@ -49,7 +227,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
49
227
|
|
50
228
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.90)
|
51
229
|
|
52
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
230
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
53
231
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.89..@fluentui/react-provider_v9.0.0-alpha.90)
|
54
232
|
|
55
233
|
### Changes
|
@@ -62,7 +240,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
62
240
|
|
63
241
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.89)
|
64
242
|
|
65
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
243
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
66
244
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.88..@fluentui/react-provider_v9.0.0-alpha.89)
|
67
245
|
|
68
246
|
### Changes
|
@@ -76,7 +254,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
76
254
|
|
77
255
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.88)
|
78
256
|
|
79
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
257
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
80
258
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.86..@fluentui/react-provider_v9.0.0-alpha.88)
|
81
259
|
|
82
260
|
### Changes
|
@@ -93,7 +271,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
93
271
|
|
94
272
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.86)
|
95
273
|
|
96
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
274
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
97
275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.85..@fluentui/react-provider_v9.0.0-alpha.86)
|
98
276
|
|
99
277
|
### Changes
|
@@ -102,7 +280,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
102
280
|
|
103
281
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.85)
|
104
282
|
|
105
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
283
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
106
284
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.84..@fluentui/react-provider_v9.0.0-alpha.85)
|
107
285
|
|
108
286
|
### Changes
|
@@ -117,7 +295,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
117
295
|
|
118
296
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.84)
|
119
297
|
|
120
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
298
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
121
299
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.83..@fluentui/react-provider_v9.0.0-alpha.84)
|
122
300
|
|
123
301
|
### Changes
|
@@ -131,7 +309,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
131
309
|
|
132
310
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.83)
|
133
311
|
|
134
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
312
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
135
313
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.82..@fluentui/react-provider_v9.0.0-alpha.83)
|
136
314
|
|
137
315
|
### Changes
|
@@ -145,7 +323,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
145
323
|
|
146
324
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.82)
|
147
325
|
|
148
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
326
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
149
327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.81..@fluentui/react-provider_v9.0.0-alpha.82)
|
150
328
|
|
151
329
|
### Changes
|
@@ -159,7 +337,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
159
337
|
|
160
338
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.81)
|
161
339
|
|
162
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
340
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
163
341
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.80..@fluentui/react-provider_v9.0.0-alpha.81)
|
164
342
|
|
165
343
|
### Changes
|
@@ -173,7 +351,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
173
351
|
|
174
352
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.80)
|
175
353
|
|
176
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
354
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
177
355
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.79..@fluentui/react-provider_v9.0.0-alpha.80)
|
178
356
|
|
179
357
|
### Changes
|
@@ -188,7 +366,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
188
366
|
|
189
367
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.79)
|
190
368
|
|
191
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
369
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
192
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.78..@fluentui/react-provider_v9.0.0-alpha.79)
|
193
371
|
|
194
372
|
### Changes
|
@@ -197,7 +375,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
197
375
|
|
198
376
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.78)
|
199
377
|
|
200
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
378
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
201
379
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.77..@fluentui/react-provider_v9.0.0-alpha.78)
|
202
380
|
|
203
381
|
### Changes
|
@@ -206,7 +384,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
206
384
|
|
207
385
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.77)
|
208
386
|
|
209
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
387
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
210
388
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.76..@fluentui/react-provider_v9.0.0-alpha.77)
|
211
389
|
|
212
390
|
### Changes
|
@@ -216,7 +394,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
216
394
|
|
217
395
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.76)
|
218
396
|
|
219
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
397
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
220
398
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.75..@fluentui/react-provider_v9.0.0-alpha.76)
|
221
399
|
|
222
400
|
### Changes
|
@@ -225,7 +403,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
225
403
|
|
226
404
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.75)
|
227
405
|
|
228
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
406
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
229
407
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.74..@fluentui/react-provider_v9.0.0-alpha.75)
|
230
408
|
|
231
409
|
### Changes
|
@@ -236,7 +414,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
236
414
|
|
237
415
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.74)
|
238
416
|
|
239
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
417
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
240
418
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.73..@fluentui/react-provider_v9.0.0-alpha.74)
|
241
419
|
|
242
420
|
### Changes
|
@@ -245,7 +423,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
245
423
|
|
246
424
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.73)
|
247
425
|
|
248
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
426
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
249
427
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.72..@fluentui/react-provider_v9.0.0-alpha.73)
|
250
428
|
|
251
429
|
### Changes
|
@@ -254,7 +432,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
254
432
|
|
255
433
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.72)
|
256
434
|
|
257
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
435
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
258
436
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.71..@fluentui/react-provider_v9.0.0-alpha.72)
|
259
437
|
|
260
438
|
### Patches
|
@@ -267,7 +445,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
267
445
|
|
268
446
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.71)
|
269
447
|
|
270
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
448
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
271
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.70..@fluentui/react-provider_v9.0.0-alpha.71)
|
272
450
|
|
273
451
|
### Changes
|
@@ -276,7 +454,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
276
454
|
|
277
455
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.70)
|
278
456
|
|
279
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
457
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
280
458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.69..@fluentui/react-provider_v9.0.0-alpha.70)
|
281
459
|
|
282
460
|
### Changes
|
@@ -285,7 +463,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
285
463
|
|
286
464
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.69)
|
287
465
|
|
288
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
466
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
289
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.68..@fluentui/react-provider_v9.0.0-alpha.69)
|
290
468
|
|
291
469
|
### Changes
|
@@ -294,7 +472,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
294
472
|
|
295
473
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.68)
|
296
474
|
|
297
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
475
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
298
476
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.67..@fluentui/react-provider_v9.0.0-alpha.68)
|
299
477
|
|
300
478
|
### Changes
|
@@ -303,7 +481,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
303
481
|
|
304
482
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.67)
|
305
483
|
|
306
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
484
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
307
485
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.66..@fluentui/react-provider_v9.0.0-alpha.67)
|
308
486
|
|
309
487
|
### Changes
|
@@ -312,7 +490,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
312
490
|
|
313
491
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.66)
|
314
492
|
|
315
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
493
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
316
494
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.65..@fluentui/react-provider_v9.0.0-alpha.66)
|
317
495
|
|
318
496
|
### Changes
|
@@ -321,7 +499,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
321
499
|
|
322
500
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.65)
|
323
501
|
|
324
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
502
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
325
503
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.64..@fluentui/react-provider_v9.0.0-alpha.65)
|
326
504
|
|
327
505
|
### Changes
|
@@ -330,7 +508,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
330
508
|
|
331
509
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.64)
|
332
510
|
|
333
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
511
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
334
512
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.63..@fluentui/react-provider_v9.0.0-alpha.64)
|
335
513
|
|
336
514
|
### Changes
|
@@ -339,7 +517,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
339
517
|
|
340
518
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.63)
|
341
519
|
|
342
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
520
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
343
521
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.62..@fluentui/react-provider_v9.0.0-alpha.63)
|
344
522
|
|
345
523
|
### Changes
|
@@ -348,7 +526,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
348
526
|
|
349
527
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.62)
|
350
528
|
|
351
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
529
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
352
530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.61..@fluentui/react-provider_v9.0.0-alpha.62)
|
353
531
|
|
354
532
|
### Changes
|
@@ -357,7 +535,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
357
535
|
|
358
536
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.61)
|
359
537
|
|
360
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
538
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
361
539
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.60..@fluentui/react-provider_v9.0.0-alpha.61)
|
362
540
|
|
363
541
|
### Patches
|
@@ -372,7 +550,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
372
550
|
|
373
551
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.60)
|
374
552
|
|
375
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
553
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
376
554
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.59..@fluentui/react-provider_v9.0.0-alpha.60)
|
377
555
|
|
378
556
|
### Changes
|
@@ -381,7 +559,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
381
559
|
|
382
560
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.59)
|
383
561
|
|
384
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
562
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
385
563
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.58..@fluentui/react-provider_v9.0.0-alpha.59)
|
386
564
|
|
387
565
|
### Changes
|
@@ -390,7 +568,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
390
568
|
|
391
569
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.58)
|
392
570
|
|
393
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
571
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
394
572
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.57..@fluentui/react-provider_v9.0.0-alpha.58)
|
395
573
|
|
396
574
|
### Changes
|
@@ -399,7 +577,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
399
577
|
|
400
578
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.57)
|
401
579
|
|
402
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
580
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
403
581
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.56..@fluentui/react-provider_v9.0.0-alpha.57)
|
404
582
|
|
405
583
|
### Changes
|
@@ -408,7 +586,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
408
586
|
|
409
587
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.56)
|
410
588
|
|
411
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
589
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
412
590
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.55..@fluentui/react-provider_v9.0.0-alpha.56)
|
413
591
|
|
414
592
|
### Changes
|
@@ -417,7 +595,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
417
595
|
|
418
596
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.55)
|
419
597
|
|
420
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
598
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
421
599
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.54..@fluentui/react-provider_v9.0.0-alpha.55)
|
422
600
|
|
423
601
|
### Patches
|
@@ -426,7 +604,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
426
604
|
|
427
605
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.54)
|
428
606
|
|
429
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
607
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
430
608
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.53..@fluentui/react-provider_v9.0.0-alpha.54)
|
431
609
|
|
432
610
|
### Changes
|
@@ -435,7 +613,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
435
613
|
|
436
614
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.53)
|
437
615
|
|
438
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
616
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
439
617
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.52..@fluentui/react-provider_v9.0.0-alpha.53)
|
440
618
|
|
441
619
|
### Patches
|
@@ -450,7 +628,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
450
628
|
|
451
629
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.52)
|
452
630
|
|
453
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
631
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
454
632
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.51..@fluentui/react-provider_v9.0.0-alpha.52)
|
455
633
|
|
456
634
|
### Changes
|
@@ -459,7 +637,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
459
637
|
|
460
638
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.51)
|
461
639
|
|
462
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
640
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
463
641
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.50..@fluentui/react-provider_v9.0.0-alpha.51)
|
464
642
|
|
465
643
|
### Changes
|
@@ -468,7 +646,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
468
646
|
|
469
647
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.50)
|
470
648
|
|
471
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
649
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
472
650
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.49..@fluentui/react-provider_v9.0.0-alpha.50)
|
473
651
|
|
474
652
|
### Changes
|
@@ -478,7 +656,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
478
656
|
|
479
657
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.49)
|
480
658
|
|
481
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
659
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
482
660
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.48..@fluentui/react-provider_v9.0.0-alpha.49)
|
483
661
|
|
484
662
|
### Changes
|
@@ -487,7 +665,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
487
665
|
|
488
666
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.48)
|
489
667
|
|
490
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
668
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
491
669
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.47..@fluentui/react-provider_v9.0.0-alpha.48)
|
492
670
|
|
493
671
|
### Changes
|
@@ -496,7 +674,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
496
674
|
|
497
675
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.47)
|
498
676
|
|
499
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
677
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
500
678
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.46..@fluentui/react-provider_v9.0.0-alpha.47)
|
501
679
|
|
502
680
|
### Changes
|
@@ -505,7 +683,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
505
683
|
|
506
684
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.46)
|
507
685
|
|
508
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
686
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
509
687
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.45..@fluentui/react-provider_v9.0.0-alpha.46)
|
510
688
|
|
511
689
|
### Changes
|
@@ -514,7 +692,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
514
692
|
|
515
693
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.45)
|
516
694
|
|
517
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
695
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
518
696
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.44..@fluentui/react-provider_v9.0.0-alpha.45)
|
519
697
|
|
520
698
|
### Patches
|
@@ -529,7 +707,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
529
707
|
|
530
708
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.44)
|
531
709
|
|
532
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
710
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
533
711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.43..@fluentui/react-provider_v9.0.0-alpha.44)
|
534
712
|
|
535
713
|
### Changes
|
@@ -538,7 +716,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
538
716
|
|
539
717
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.43)
|
540
718
|
|
541
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
719
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
542
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.42..@fluentui/react-provider_v9.0.0-alpha.43)
|
543
721
|
|
544
722
|
### Changes
|
@@ -547,7 +725,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
547
725
|
|
548
726
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.42)
|
549
727
|
|
550
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
728
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
551
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.41..@fluentui/react-provider_v9.0.0-alpha.42)
|
552
730
|
|
553
731
|
### Changes
|
@@ -556,7 +734,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
556
734
|
|
557
735
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.41)
|
558
736
|
|
559
|
-
Wed, 26 May 2021 07:35:43 GMT
|
737
|
+
Wed, 26 May 2021 07:35:43 GMT
|
560
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.40..@fluentui/react-provider_v9.0.0-alpha.41)
|
561
739
|
|
562
740
|
### Changes
|
@@ -565,7 +743,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
565
743
|
|
566
744
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.40)
|
567
745
|
|
568
|
-
Fri, 21 May 2021 07:34:54 GMT
|
746
|
+
Fri, 21 May 2021 07:34:54 GMT
|
569
747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.39..@fluentui/react-provider_v9.0.0-alpha.40)
|
570
748
|
|
571
749
|
### Changes
|
@@ -574,7 +752,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
574
752
|
|
575
753
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.39)
|
576
754
|
|
577
|
-
Thu, 20 May 2021 07:41:54 GMT
|
755
|
+
Thu, 20 May 2021 07:41:54 GMT
|
578
756
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.38..@fluentui/react-provider_v9.0.0-alpha.39)
|
579
757
|
|
580
758
|
### Patches
|
@@ -589,7 +767,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
589
767
|
|
590
768
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.38)
|
591
769
|
|
592
|
-
Wed, 19 May 2021 07:34:20 GMT
|
770
|
+
Wed, 19 May 2021 07:34:20 GMT
|
593
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.37..@fluentui/react-provider_v9.0.0-alpha.38)
|
594
772
|
|
595
773
|
### Patches
|
@@ -602,7 +780,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
602
780
|
|
603
781
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.37)
|
604
782
|
|
605
|
-
Tue, 18 May 2021 07:34:38 GMT
|
783
|
+
Tue, 18 May 2021 07:34:38 GMT
|
606
784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.36..@fluentui/react-provider_v9.0.0-alpha.37)
|
607
785
|
|
608
786
|
### Changes
|
@@ -611,7 +789,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
611
789
|
|
612
790
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.36)
|
613
791
|
|
614
|
-
Thu, 13 May 2021 07:36:55 GMT
|
792
|
+
Thu, 13 May 2021 07:36:55 GMT
|
615
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.35..@fluentui/react-provider_v9.0.0-alpha.36)
|
616
794
|
|
617
795
|
### Changes
|
@@ -620,7 +798,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
620
798
|
|
621
799
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.35)
|
622
800
|
|
623
|
-
Wed, 12 May 2021 07:36:20 GMT
|
801
|
+
Wed, 12 May 2021 07:36:20 GMT
|
624
802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.34..@fluentui/react-provider_v9.0.0-alpha.35)
|
625
803
|
|
626
804
|
### Changes
|
@@ -629,7 +807,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
629
807
|
|
630
808
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.34)
|
631
809
|
|
632
|
-
Mon, 10 May 2021 07:36:07 GMT
|
810
|
+
Mon, 10 May 2021 07:36:07 GMT
|
633
811
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.33..@fluentui/react-provider_v9.0.0-alpha.34)
|
634
812
|
|
635
813
|
### Changes
|
@@ -638,7 +816,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
638
816
|
|
639
817
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.33)
|
640
818
|
|
641
|
-
Wed, 05 May 2021 07:36:50 GMT
|
819
|
+
Wed, 05 May 2021 07:36:50 GMT
|
642
820
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.32..@fluentui/react-provider_v9.0.0-alpha.33)
|
643
821
|
|
644
822
|
### Changes
|
@@ -647,7 +825,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
647
825
|
|
648
826
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.32)
|
649
827
|
|
650
|
-
Tue, 04 May 2021 07:36:35 GMT
|
828
|
+
Tue, 04 May 2021 07:36:35 GMT
|
651
829
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.31..@fluentui/react-provider_v9.0.0-alpha.32)
|
652
830
|
|
653
831
|
### Changes
|
@@ -656,7 +834,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
656
834
|
|
657
835
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.31)
|
658
836
|
|
659
|
-
Mon, 03 May 2021 07:45:19 GMT
|
837
|
+
Mon, 03 May 2021 07:45:19 GMT
|
660
838
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.30..@fluentui/react-provider_v9.0.0-alpha.31)
|
661
839
|
|
662
840
|
### Changes
|
@@ -665,7 +843,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
665
843
|
|
666
844
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.30)
|
667
845
|
|
668
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
846
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
669
847
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.29..@fluentui/react-provider_v9.0.0-alpha.30)
|
670
848
|
|
671
849
|
### Patches
|
@@ -681,7 +859,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
681
859
|
|
682
860
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.29)
|
683
861
|
|
684
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
862
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
685
863
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.28..@fluentui/react-provider_v9.0.0-alpha.29)
|
686
864
|
|
687
865
|
### Changes
|
@@ -690,7 +868,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
690
868
|
|
691
869
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.28)
|
692
870
|
|
693
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
871
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
694
872
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.27..@fluentui/react-provider_v9.0.0-alpha.28)
|
695
873
|
|
696
874
|
### Changes
|
@@ -699,7 +877,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
699
877
|
|
700
878
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.27)
|
701
879
|
|
702
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
880
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
703
881
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.26..@fluentui/react-provider_v9.0.0-alpha.27)
|
704
882
|
|
705
883
|
### Changes
|
@@ -708,7 +886,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
708
886
|
|
709
887
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.26)
|
710
888
|
|
711
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
889
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
712
890
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.25..@fluentui/react-provider_v9.0.0-alpha.26)
|
713
891
|
|
714
892
|
### Patches
|
@@ -723,7 +901,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
723
901
|
|
724
902
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.25)
|
725
903
|
|
726
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
904
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
727
905
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.24..@fluentui/react-provider_v9.0.0-alpha.25)
|
728
906
|
|
729
907
|
### Changes
|
@@ -732,7 +910,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
732
910
|
|
733
911
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.24)
|
734
912
|
|
735
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
913
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
736
914
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.23..@fluentui/react-provider_v9.0.0-alpha.24)
|
737
915
|
|
738
916
|
### Changes
|
@@ -741,7 +919,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
741
919
|
|
742
920
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.23)
|
743
921
|
|
744
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
922
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
745
923
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.22..@fluentui/react-provider_v9.0.0-alpha.23)
|
746
924
|
|
747
925
|
### Changes
|
@@ -750,7 +928,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
750
928
|
|
751
929
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.22)
|
752
930
|
|
753
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
931
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
754
932
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.21..@fluentui/react-provider_v9.0.0-alpha.22)
|
755
933
|
|
756
934
|
### Changes
|
@@ -759,7 +937,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
759
937
|
|
760
938
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.21)
|
761
939
|
|
762
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
940
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
763
941
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.20..@fluentui/react-provider_v9.0.0-alpha.21)
|
764
942
|
|
765
943
|
### Changes
|
@@ -768,7 +946,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
768
946
|
|
769
947
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.20)
|
770
948
|
|
771
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
949
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
772
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.19..@fluentui/react-provider_v9.0.0-alpha.20)
|
773
951
|
|
774
952
|
### Changes
|
@@ -777,7 +955,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
777
955
|
|
778
956
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.19)
|
779
957
|
|
780
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
958
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
781
959
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.18..@fluentui/react-provider_v9.0.0-alpha.19)
|
782
960
|
|
783
961
|
### Changes
|
@@ -786,7 +964,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
786
964
|
|
787
965
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.18)
|
788
966
|
|
789
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
967
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
790
968
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.17..@fluentui/react-provider_v9.0.0-alpha.18)
|
791
969
|
|
792
970
|
### Changes
|
@@ -795,7 +973,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
795
973
|
|
796
974
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.17)
|
797
975
|
|
798
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
976
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
799
977
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.16..@fluentui/react-provider_v9.0.0-alpha.17)
|
800
978
|
|
801
979
|
### Patches
|
@@ -810,7 +988,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
810
988
|
|
811
989
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.16)
|
812
990
|
|
813
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
991
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
814
992
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.15..@fluentui/react-provider_v9.0.0-alpha.16)
|
815
993
|
|
816
994
|
### Changes
|
@@ -820,7 +998,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
820
998
|
|
821
999
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.15)
|
822
1000
|
|
823
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
1001
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
824
1002
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.14..@fluentui/react-provider_v9.0.0-alpha.15)
|
825
1003
|
|
826
1004
|
### Changes
|
@@ -829,7 +1007,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
829
1007
|
|
830
1008
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.14)
|
831
1009
|
|
832
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
1010
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
833
1011
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.13..@fluentui/react-provider_v9.0.0-alpha.14)
|
834
1012
|
|
835
1013
|
### Changes
|
@@ -838,7 +1016,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
838
1016
|
|
839
1017
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.13)
|
840
1018
|
|
841
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
1019
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
842
1020
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.12..@fluentui/react-provider_v9.0.0-alpha.13)
|
843
1021
|
|
844
1022
|
### Changes
|
@@ -847,7 +1025,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
847
1025
|
|
848
1026
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.12)
|
849
1027
|
|
850
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
1028
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
851
1029
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.11..@fluentui/react-provider_v9.0.0-alpha.12)
|
852
1030
|
|
853
1031
|
### Changes
|
@@ -856,7 +1034,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
856
1034
|
|
857
1035
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.11)
|
858
1036
|
|
859
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1037
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
860
1038
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.10..@fluentui/react-provider_v9.0.0-alpha.11)
|
861
1039
|
|
862
1040
|
### Changes
|
@@ -865,7 +1043,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
865
1043
|
|
866
1044
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.10)
|
867
1045
|
|
868
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1046
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
869
1047
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.9..@fluentui/react-provider_v9.0.0-alpha.10)
|
870
1048
|
|
871
1049
|
### Changes
|
@@ -874,7 +1052,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
874
1052
|
|
875
1053
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.9)
|
876
1054
|
|
877
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1055
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
878
1056
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.8..@fluentui/react-provider_v9.0.0-alpha.9)
|
879
1057
|
|
880
1058
|
### Changes
|
@@ -883,7 +1061,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
883
1061
|
|
884
1062
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.8)
|
885
1063
|
|
886
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1064
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
887
1065
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.7..@fluentui/react-provider_v9.0.0-alpha.8)
|
888
1066
|
|
889
1067
|
### Changes
|
@@ -892,7 +1070,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
892
1070
|
|
893
1071
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.7)
|
894
1072
|
|
895
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1073
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
896
1074
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.6..@fluentui/react-provider_v9.0.0-alpha.7)
|
897
1075
|
|
898
1076
|
### Changes
|
@@ -901,7 +1079,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
901
1079
|
|
902
1080
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.6)
|
903
1081
|
|
904
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1082
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
905
1083
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.5..@fluentui/react-provider_v9.0.0-alpha.6)
|
906
1084
|
|
907
1085
|
### Changes
|
@@ -910,7 +1088,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
910
1088
|
|
911
1089
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.5)
|
912
1090
|
|
913
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1091
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
914
1092
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.4..@fluentui/react-provider_v9.0.0-alpha.5)
|
915
1093
|
|
916
1094
|
### Changes
|
@@ -919,7 +1097,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
919
1097
|
|
920
1098
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.4)
|
921
1099
|
|
922
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1100
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
923
1101
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.3..@fluentui/react-provider_v9.0.0-alpha.4)
|
924
1102
|
|
925
1103
|
### Patches
|
@@ -934,7 +1112,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
934
1112
|
|
935
1113
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.3)
|
936
1114
|
|
937
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1115
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
938
1116
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.2..@fluentui/react-provider_v9.0.0-alpha.3)
|
939
1117
|
|
940
1118
|
### Changes
|
@@ -943,7 +1121,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
943
1121
|
|
944
1122
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.2)
|
945
1123
|
|
946
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1124
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
947
1125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-alpha.1..@fluentui/react-provider_v9.0.0-alpha.2)
|
948
1126
|
|
949
1127
|
### Changes
|
@@ -952,7 +1130,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
952
1130
|
|
953
1131
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-alpha.1)
|
954
1132
|
|
955
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1133
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
956
1134
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.2.0..@fluentui/react-provider_v9.0.0-alpha.1)
|
957
1135
|
|
958
1136
|
### Changes
|
@@ -961,7 +1139,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
961
1139
|
|
962
1140
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.2.0)
|
963
1141
|
|
964
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
1142
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
965
1143
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.6..@fluentui/react-provider_v0.2.0)
|
966
1144
|
|
967
1145
|
### Minor changes
|
@@ -978,7 +1156,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
978
1156
|
|
979
1157
|
## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.6)
|
980
1158
|
|
981
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
1159
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
982
1160
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.5..@fluentui/react-provider_v0.1.6)
|
983
1161
|
|
984
1162
|
### Patches
|
@@ -992,7 +1170,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
992
1170
|
|
993
1171
|
## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.5)
|
994
1172
|
|
995
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
1173
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
996
1174
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.5)
|
997
1175
|
|
998
1176
|
### Patches
|
@@ -1008,7 +1186,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
1008
1186
|
|
1009
1187
|
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
|
1010
1188
|
|
1011
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
1189
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
1012
1190
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.4..@fluentui/react-provider_v0.1.4)
|
1013
1191
|
|
1014
1192
|
### Changes
|
@@ -1019,7 +1197,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
1019
1197
|
|
1020
1198
|
## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.4)
|
1021
1199
|
|
1022
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
1200
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
1023
1201
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.4)
|
1024
1202
|
|
1025
1203
|
### Patches
|
@@ -1032,7 +1210,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
1032
1210
|
|
1033
1211
|
## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
|
1034
1212
|
|
1035
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
1213
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
1036
1214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.3..@fluentui/react-provider_v0.1.3)
|
1037
1215
|
|
1038
1216
|
### Changes
|
@@ -1043,7 +1221,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
1043
1221
|
|
1044
1222
|
## [0.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.3)
|
1045
1223
|
|
1046
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
1224
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
1047
1225
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.2..@fluentui/react-provider_v0.1.3)
|
1048
1226
|
|
1049
1227
|
### Patches
|
@@ -1056,7 +1234,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
|
|
1056
1234
|
|
1057
1235
|
## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v0.1.2)
|
1058
1236
|
|
1059
|
-
Mon, 08 Feb 2021 12:23:08 GMT
|
1237
|
+
Mon, 08 Feb 2021 12:23:08 GMT
|
1060
1238
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v0.1.1..@fluentui/react-provider_v0.1.2)
|
1061
1239
|
|
1062
1240
|
### Patches
|