@fluentui/react-provider 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.4
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 +391 -22
- package/CHANGELOG.md +97 -13
- package/dist/react-provider.d.ts +16 -14
- 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.d.ts +8 -7
- package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -1
- package/lib/components/FluentProvider/index.d.ts +1 -0
- package/lib/components/FluentProvider/index.js +1 -0
- package/lib/components/FluentProvider/index.js.map +1 -1
- package/lib/components/FluentProvider/renderFluentProvider.d.ts +1 -1
- package/lib/components/FluentProvider/renderFluentProvider.js +10 -8
- package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProvider.d.ts +4 -5
- package/lib/components/FluentProvider/useFluentProvider.js +44 -21
- package/lib/components/FluentProvider/useFluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +1 -1
- package/lib/components/FluentProvider/useFluentProviderContextValues.js +16 -15
- package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +2 -1
- package/lib/components/FluentProvider/useFluentProviderStyles.js +7 -5
- package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib/components/FluentProvider/useThemeStyleTag.js +19 -21
- package/lib/components/FluentProvider/useThemeStyleTag.js.map +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.d.ts +8 -7
- package/lib-commonjs/components/FluentProvider/FluentProvider.types.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/index.d.ts +1 -0
- package/lib-commonjs/components/FluentProvider/index.js +3 -1
- package/lib-commonjs/components/FluentProvider/index.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +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.d.ts +4 -5
- package/lib-commonjs/components/FluentProvider/useFluentProvider.js +51 -29
- package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +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.d.ts +2 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +11 -7
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js +21 -23
- package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +13 -15
- 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-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/CHANGELOG.json
CHANGED
@@ -2,64 +2,433 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Tue,
|
6
|
-
"tag": "@fluentui/react-provider_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Tue, 01 Mar 2022 02:16:14 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.4",
|
7
|
+
"version": "9.0.0-rc.4",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
14
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-provider",
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
20
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Fri, 18 Feb 2022 13:35:34 GMT",
|
27
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.3",
|
28
|
+
"version": "9.0.0-rc.3",
|
29
|
+
"comments": {
|
30
|
+
"prerelease": [
|
31
|
+
{
|
32
|
+
"author": "lingfangao@hotmail.com",
|
33
|
+
"package": "@fluentui/react-provider",
|
34
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
35
|
+
"comment": "fix: Source maps contain original source code"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"author": "beachball",
|
39
|
+
"package": "@fluentui/react-provider",
|
40
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
41
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"author": "beachball",
|
45
|
+
"package": "@fluentui/react-provider",
|
46
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
47
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"author": "beachball",
|
51
|
+
"package": "@fluentui/react-provider",
|
52
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
53
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"author": "beachball",
|
57
|
+
"package": "@fluentui/react-provider",
|
58
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
59
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-provider",
|
64
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
65
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
66
|
+
}
|
67
|
+
]
|
68
|
+
}
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"date": "Thu, 10 Feb 2022 08:50:43 GMT",
|
72
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.1",
|
73
|
+
"version": "9.0.0-rc.1",
|
74
|
+
"comments": {
|
75
|
+
"none": [
|
76
|
+
{
|
77
|
+
"author": "martinhochel@microsoft.com",
|
78
|
+
"package": "@fluentui/react-provider",
|
79
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
80
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "olfedias@microsoft.com",
|
84
|
+
"package": "@fluentui/react-provider",
|
85
|
+
"commit": "d11a238f944b891c13b3bfa56a17ddace52f37d5",
|
86
|
+
"comment": "update stories to not use CSS shorthands in styles"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "martinhochel@microsoft.com",
|
90
|
+
"package": "@fluentui/react-provider",
|
91
|
+
"commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
|
92
|
+
"comment": "chore: update all jest deps to v25 + apply single version policy"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "olfedias@microsoft.com",
|
96
|
+
"package": "@fluentui/react-provider",
|
97
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
98
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "olfedias@microsoft.com",
|
102
|
+
"package": "@fluentui/react-provider",
|
103
|
+
"commit": "0fe5ae5d94918a8f8805ed3e587ed98acb17c4b2",
|
104
|
+
"comment": "add @types/react-test-renderer to devDependencies"
|
105
|
+
}
|
106
|
+
],
|
107
|
+
"prerelease": [
|
108
|
+
{
|
109
|
+
"author": "mgodbolt@microsoft.com",
|
110
|
+
"package": "@fluentui/react-provider",
|
111
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
112
|
+
"comment": "remove export of commons types"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
116
|
+
"package": "@fluentui/react-provider",
|
117
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
118
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
122
|
+
"package": "@fluentui/react-provider",
|
123
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
124
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"author": "olfedias@microsoft.com",
|
128
|
+
"package": "@fluentui/react-provider",
|
129
|
+
"commit": "706305303fcf03a82052c0a9e74d8aecb102885e",
|
130
|
+
"comment": "use Griffel packages"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"author": "behowell@microsoft.com",
|
134
|
+
"package": "@fluentui/react-provider",
|
135
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
136
|
+
"comment": "Refactor component Slot typings"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
140
|
+
"package": "@fluentui/react-provider",
|
141
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
142
|
+
"comment": "Updating based on changes to composition types."
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"author": "martinhochel@microsoft.com",
|
146
|
+
"package": "@fluentui/react-provider",
|
147
|
+
"commit": "ecfe4c4fdc306e9c484706f28457f440f55d3684",
|
148
|
+
"comment": "make the FluentProvider#theme TS API reflect runtime and add warning if there is a violation"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
152
|
+
"package": "@fluentui/react-provider",
|
153
|
+
"commit": "b22c4ef0eba0730286f2ed701e1b851d8a5c03b5",
|
154
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"author": "martinhochel@microsoft.com",
|
158
|
+
"package": "@fluentui/react-provider",
|
159
|
+
"commit": "1dba2fca2365f1a748505896679ae160a6fec270",
|
160
|
+
"comment": "replace mergeThemes functionality from react-theme"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "bsunderhus@microsoft.com",
|
164
|
+
"package": "@fluentui/react-provider",
|
165
|
+
"commit": "c9a03954ffd5d1a85284fb36ef4cd103ed8aa927",
|
166
|
+
"comment": "Remove `themeToCSSVariables` function"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "lingfangao@hotmail.com",
|
170
|
+
"package": "@fluentui/react-provider",
|
171
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
172
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "behowell@microsoft.com",
|
176
|
+
"package": "@fluentui/react-provider",
|
177
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
178
|
+
"comment": "Remove component's shorthandProps array"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "behowell@microsoft.com",
|
182
|
+
"package": "@fluentui/react-provider",
|
183
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
184
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"author": "beachball",
|
188
|
+
"package": "@fluentui/react-provider",
|
189
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
|
190
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"author": "beachball",
|
194
|
+
"package": "@fluentui/react-provider",
|
195
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
196
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"author": "beachball",
|
200
|
+
"package": "@fluentui/react-provider",
|
201
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
202
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"author": "beachball",
|
206
|
+
"package": "@fluentui/react-provider",
|
207
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
208
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"author": "beachball",
|
212
|
+
"package": "@fluentui/react-provider",
|
213
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
214
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
215
|
+
}
|
216
|
+
]
|
217
|
+
}
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
|
221
|
+
"tag": "@fluentui/react-provider_v9.0.0-beta.5",
|
222
|
+
"version": "9.0.0-beta.5",
|
223
|
+
"comments": {
|
224
|
+
"none": [
|
225
|
+
{
|
226
|
+
"author": "olfedias@microsoft.com",
|
227
|
+
"package": "@fluentui/react-provider",
|
228
|
+
"commit": "14b1e35b8da2f04538c2183a9be6c6b76dad3cca",
|
229
|
+
"comment": "update tooling configs"
|
230
|
+
}
|
231
|
+
],
|
232
|
+
"prerelease": [
|
233
|
+
{
|
234
|
+
"author": "beachball",
|
235
|
+
"package": "@fluentui/react-provider",
|
236
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
237
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"author": "beachball",
|
241
|
+
"package": "@fluentui/react-provider",
|
242
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
243
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"author": "beachball",
|
247
|
+
"package": "@fluentui/react-provider",
|
248
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
249
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"author": "beachball",
|
253
|
+
"package": "@fluentui/react-provider",
|
254
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
255
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"author": "beachball",
|
259
|
+
"package": "@fluentui/react-provider",
|
260
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
261
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"author": "beachball",
|
265
|
+
"package": "@fluentui/react-provider",
|
266
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
267
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"author": "beachball",
|
271
|
+
"package": "@fluentui/react-provider",
|
272
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
273
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"author": "beachball",
|
277
|
+
"package": "@fluentui/react-provider",
|
278
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
279
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
280
|
+
}
|
281
|
+
]
|
282
|
+
}
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"date": "Fri, 12 Nov 2021 13:25:31 GMT",
|
286
|
+
"tag": "@fluentui/react-provider_v9.0.0-beta.4",
|
287
|
+
"version": "9.0.0-beta.4",
|
288
|
+
"comments": {
|
289
|
+
"prerelease": [
|
290
|
+
{
|
291
|
+
"author": "olfedias@microsoft.com",
|
292
|
+
"package": "@fluentui/react-provider",
|
293
|
+
"commit": "825ea92aae027295a94048368157c180358260f2",
|
294
|
+
"comment": "export static classes for components"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"author": "gcox@microsoft.com",
|
298
|
+
"package": "@fluentui/react-provider",
|
299
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
300
|
+
"comment": "Updated beta and RC components to ES2019"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"author": "beachball",
|
304
|
+
"package": "@fluentui/react-provider",
|
305
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
306
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "beachball",
|
310
|
+
"package": "@fluentui/react-provider",
|
311
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
312
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "beachball",
|
316
|
+
"package": "@fluentui/react-provider",
|
317
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
318
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "beachball",
|
322
|
+
"package": "@fluentui/react-provider",
|
323
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
324
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-provider",
|
329
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
330
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"author": "beachball",
|
334
|
+
"package": "@fluentui/react-provider",
|
335
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
336
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"author": "beachball",
|
340
|
+
"package": "@fluentui/react-provider",
|
341
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
342
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"author": "beachball",
|
346
|
+
"package": "@fluentui/react-provider",
|
347
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
348
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
349
|
+
}
|
350
|
+
],
|
351
|
+
"none": [
|
352
|
+
{
|
353
|
+
"author": "me@levithomason.com",
|
354
|
+
"package": "@fluentui/react-provider",
|
355
|
+
"commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
|
356
|
+
"comment": "Docs update"
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"author": "gcox@microsoft.com",
|
360
|
+
"package": "@fluentui/react-provider",
|
361
|
+
"commit": "f32855d6039f4049b69b005fe6dde0686eed503c",
|
362
|
+
"comment": "Refactored stories"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"author": "lingfangao@hotmail.com",
|
366
|
+
"package": "@fluentui/react-provider",
|
367
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
368
|
+
"comment": "Remove beta release tag"
|
369
|
+
}
|
370
|
+
]
|
371
|
+
}
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"date": "Wed, 27 Oct 2021 12:14:21 GMT",
|
375
|
+
"tag": "@fluentui/react-provider_v9.0.0-beta.3",
|
376
|
+
"version": "9.0.0-beta.3",
|
377
|
+
"comments": {
|
378
|
+
"prerelease": [
|
379
|
+
{
|
380
|
+
"author": "peter@draxler.ml",
|
12
381
|
"package": "@fluentui/react-provider",
|
13
|
-
"
|
14
|
-
"
|
382
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
383
|
+
"comment": "added styling of documentation"
|
15
384
|
},
|
16
385
|
{
|
17
386
|
"author": "beachball",
|
18
387
|
"package": "@fluentui/react-provider",
|
19
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
20
|
-
"commit": "
|
388
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
389
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
21
390
|
},
|
22
391
|
{
|
23
392
|
"author": "beachball",
|
24
393
|
"package": "@fluentui/react-provider",
|
25
|
-
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-
|
26
|
-
"commit": "
|
394
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
|
395
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
27
396
|
},
|
28
397
|
{
|
29
398
|
"author": "beachball",
|
30
399
|
"package": "@fluentui/react-provider",
|
31
|
-
"comment": "Bump @fluentui/react-tabster to v9.0.0-
|
32
|
-
"commit": "
|
400
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
401
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
402
|
},
|
34
403
|
{
|
35
404
|
"author": "beachball",
|
36
405
|
"package": "@fluentui/react-provider",
|
37
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-
|
38
|
-
"commit": "
|
406
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
|
407
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
408
|
},
|
40
409
|
{
|
41
410
|
"author": "beachball",
|
42
411
|
"package": "@fluentui/react-provider",
|
43
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
44
|
-
"commit": "
|
412
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
413
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
414
|
},
|
46
415
|
{
|
47
416
|
"author": "beachball",
|
48
417
|
"package": "@fluentui/react-provider",
|
49
|
-
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-
|
50
|
-
"commit": "
|
418
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
419
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
51
420
|
},
|
52
421
|
{
|
53
422
|
"author": "beachball",
|
54
423
|
"package": "@fluentui/react-provider",
|
55
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
56
|
-
"commit": "
|
424
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
425
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
57
426
|
},
|
58
427
|
{
|
59
428
|
"author": "beachball",
|
60
429
|
"package": "@fluentui/react-provider",
|
61
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-
|
62
|
-
"commit": "
|
430
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
431
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
63
432
|
}
|
64
433
|
]
|
65
434
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,25 +1,109 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 01 Mar 2022 02:16:14 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.4)
|
8
8
|
|
9
|
-
Tue,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-
|
9
|
+
Tue, 01 Mar 2022 02:16:14 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.3..@fluentui/react-provider_v9.0.0-rc.4)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/react-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
14
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
15
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
16
|
+
|
17
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.3)
|
18
|
+
|
19
|
+
Fri, 18 Feb 2022 13:35:34 GMT
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.1..@fluentui/react-provider_v9.0.0-rc.3)
|
21
|
+
|
22
|
+
### Changes
|
23
|
+
|
24
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
25
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
26
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
27
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
28
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
29
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
30
|
+
|
31
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.1)
|
32
|
+
|
33
|
+
Thu, 10 Feb 2022 08:50:43 GMT
|
34
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.5..@fluentui/react-provider_v9.0.0-rc.1)
|
35
|
+
|
36
|
+
### Changes
|
37
|
+
|
38
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
39
|
+
- Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
|
40
|
+
- 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)
|
41
|
+
- use Griffel packages ([PR #21360](https://github.com/microsoft/fluentui/pull/21360) by olfedias@microsoft.com)
|
42
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
43
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
44
|
+
- 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)
|
45
|
+
- 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)
|
46
|
+
- replace mergeThemes functionality from react-theme ([PR #21278](https://github.com/microsoft/fluentui/pull/21278) by martinhochel@microsoft.com)
|
47
|
+
- Remove `themeToCSSVariables` function ([PR #20828](https://github.com/microsoft/fluentui/pull/20828) by bsunderhus@microsoft.com)
|
48
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
49
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
50
|
+
- 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)
|
51
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
52
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
53
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
54
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
55
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
56
|
+
|
57
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.5)
|
58
|
+
|
59
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
60
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.4..@fluentui/react-provider_v9.0.0-beta.5)
|
61
|
+
|
62
|
+
### Changes
|
63
|
+
|
64
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
65
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
66
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
67
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
68
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
69
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
70
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
71
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
72
|
+
|
73
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.4)
|
74
|
+
|
75
|
+
Fri, 12 Nov 2021 13:25:31 GMT
|
76
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.3..@fluentui/react-provider_v9.0.0-beta.4)
|
77
|
+
|
78
|
+
### Changes
|
79
|
+
|
80
|
+
- export static classes for components ([PR #20451](https://github.com/microsoft/fluentui/pull/20451) by olfedias@microsoft.com)
|
81
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
82
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
83
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
84
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
85
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
86
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
87
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
88
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
89
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
90
|
+
|
91
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.3)
|
92
|
+
|
93
|
+
Wed, 27 Oct 2021 12:14:21 GMT
|
94
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-beta.2..@fluentui/react-provider_v9.0.0-beta.3)
|
95
|
+
|
96
|
+
### Changes
|
97
|
+
|
98
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
99
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
100
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
101
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
102
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
103
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
104
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
105
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
106
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
23
107
|
|
24
108
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-beta.2)
|
25
109
|
|