@fluentui/react-provider 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10
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 +661 -24
- package/CHANGELOG.md +277 -113
- package/dist/index.d.ts +83 -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 +14 -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 +2 -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 +18 -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 +51 -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.json
CHANGED
@@ -2,70 +2,707 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-provider_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Mon, 23 May 2022 12:10:00 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.10",
|
7
|
+
"version": "9.0.0-rc.10",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"commit": "44062b15587c3a18b7f02d2beb3ba19fa793fb9c",
|
14
|
+
"comment": "Removing FluentProviderCommons type."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "olfedias@microsoft.com",
|
18
|
+
"package": "@fluentui/react-provider",
|
19
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
20
|
+
"comment": "chore: Update Griffel to latest version"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "olfedias@microsoft.com",
|
24
|
+
"package": "@fluentui/react-provider",
|
25
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
26
|
+
"comment": "chore: Update Griffel to latest version"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-provider",
|
31
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
32
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-provider",
|
37
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
|
38
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-provider",
|
43
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
44
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-provider",
|
49
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
50
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-provider",
|
55
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
56
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
57
|
+
}
|
58
|
+
]
|
59
|
+
}
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
63
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.9",
|
64
|
+
"version": "9.0.0-rc.9",
|
65
|
+
"comments": {
|
66
|
+
"prerelease": [
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-provider",
|
70
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
71
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "beachball",
|
75
|
+
"package": "@fluentui/react-provider",
|
76
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
|
77
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"author": "beachball",
|
81
|
+
"package": "@fluentui/react-provider",
|
82
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
83
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"author": "beachball",
|
87
|
+
"package": "@fluentui/react-provider",
|
88
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
89
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"author": "beachball",
|
93
|
+
"package": "@fluentui/react-provider",
|
94
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
95
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
96
|
+
}
|
97
|
+
]
|
98
|
+
}
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"date": "Wed, 04 May 2022 13:26:48 GMT",
|
102
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.8",
|
103
|
+
"version": "9.0.0-rc.8",
|
104
|
+
"comments": {
|
105
|
+
"none": [
|
106
|
+
{
|
107
|
+
"author": "tristan.watanabe@gmail.com",
|
108
|
+
"package": "@fluentui/react-provider",
|
109
|
+
"commit": "5842ed56a87ffcd6aa607cd98d3c95087221f017",
|
110
|
+
"comment": "react-provider: Move to new common folder."
|
111
|
+
}
|
112
|
+
],
|
113
|
+
"prerelease": [
|
114
|
+
{
|
115
|
+
"author": "mgodbolt@microsoft.com",
|
116
|
+
"package": "@fluentui/react-provider",
|
117
|
+
"commit": "c45f4a6c3dd09c77ce5f5f5e2926ce9494169e99",
|
118
|
+
"comment": "check for styleTag.sheet before performing actions on the sheet"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"author": "martinhochel@microsoft.com",
|
122
|
+
"package": "@fluentui/react-provider",
|
123
|
+
"commit": "773b889cd09d46934feeabdbbc389c678b80f7a0",
|
124
|
+
"comment": "feat: ship rolluped only dts"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"author": "beachball",
|
128
|
+
"package": "@fluentui/react-provider",
|
129
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
130
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"author": "beachball",
|
134
|
+
"package": "@fluentui/react-provider",
|
135
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
136
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"author": "beachball",
|
140
|
+
"package": "@fluentui/react-provider",
|
141
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
142
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"author": "beachball",
|
146
|
+
"package": "@fluentui/react-provider",
|
147
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
148
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
149
|
+
}
|
150
|
+
]
|
151
|
+
}
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"date": "Mon, 25 Apr 2022 09:32:18 GMT",
|
155
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.7",
|
156
|
+
"version": "9.0.0-rc.7",
|
157
|
+
"comments": {
|
158
|
+
"prerelease": [
|
159
|
+
{
|
160
|
+
"author": "olfedias@microsoft.com",
|
161
|
+
"package": "@fluentui/react-provider",
|
162
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6",
|
163
|
+
"comment": "feat: export useFluentProviderThemeStyleTag from @fluentui/react-provider"
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"author": "beachball",
|
167
|
+
"package": "@fluentui/react-provider",
|
168
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
169
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
170
|
+
}
|
171
|
+
]
|
172
|
+
}
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"date": "Tue, 19 Apr 2022 19:16:49 GMT",
|
176
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.6",
|
177
|
+
"version": "9.0.0-rc.6",
|
178
|
+
"comments": {
|
179
|
+
"prerelease": [
|
180
|
+
{
|
181
|
+
"author": "seanmonahan@microsoft.com",
|
182
|
+
"package": "@fluentui/react-provider",
|
183
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
184
|
+
"comment": "Add static classnames to Provider"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"author": "olfedias@microsoft.com",
|
188
|
+
"package": "@fluentui/react-provider",
|
189
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
190
|
+
"comment": "chore: Update Griffel to latest version"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"author": "beachball",
|
194
|
+
"package": "@fluentui/react-provider",
|
195
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
196
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"author": "beachball",
|
200
|
+
"package": "@fluentui/react-provider",
|
201
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
202
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"author": "beachball",
|
206
|
+
"package": "@fluentui/react-provider",
|
207
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
208
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"author": "beachball",
|
212
|
+
"package": "@fluentui/react-provider",
|
213
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
214
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"author": "beachball",
|
218
|
+
"package": "@fluentui/react-provider",
|
219
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
220
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
221
|
+
}
|
222
|
+
],
|
223
|
+
"none": [
|
224
|
+
{
|
225
|
+
"author": "mgodbolt@microsoft.com",
|
226
|
+
"package": "@fluentui/react-provider",
|
227
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
228
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"author": "elcraig@microsoft.com",
|
232
|
+
"package": "@fluentui/react-provider",
|
233
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
234
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
235
|
+
}
|
236
|
+
]
|
237
|
+
}
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"date": "Fri, 04 Mar 2022 05:17:39 GMT",
|
241
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.5",
|
242
|
+
"version": "9.0.0-rc.5",
|
243
|
+
"comments": {
|
244
|
+
"prerelease": [
|
245
|
+
{
|
246
|
+
"author": "dzearing@microsoft.com",
|
247
|
+
"package": "@fluentui/react-provider",
|
248
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
249
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"author": "beachball",
|
253
|
+
"package": "@fluentui/react-provider",
|
254
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
255
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"author": "beachball",
|
259
|
+
"package": "@fluentui/react-provider",
|
260
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
261
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"author": "beachball",
|
265
|
+
"package": "@fluentui/react-provider",
|
266
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
267
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"author": "beachball",
|
271
|
+
"package": "@fluentui/react-provider",
|
272
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
273
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
274
|
+
}
|
275
|
+
]
|
276
|
+
}
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
280
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.4",
|
281
|
+
"version": "9.0.0-rc.4",
|
282
|
+
"comments": {
|
283
|
+
"prerelease": [
|
284
|
+
{
|
285
|
+
"author": "beachball",
|
286
|
+
"package": "@fluentui/react-provider",
|
287
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
288
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"author": "beachball",
|
292
|
+
"package": "@fluentui/react-provider",
|
293
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
294
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
295
|
+
}
|
296
|
+
]
|
297
|
+
}
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"date": "Fri, 18 Feb 2022 13:35:34 GMT",
|
301
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.3",
|
302
|
+
"version": "9.0.0-rc.3",
|
303
|
+
"comments": {
|
304
|
+
"prerelease": [
|
305
|
+
{
|
306
|
+
"author": "lingfangao@hotmail.com",
|
307
|
+
"package": "@fluentui/react-provider",
|
308
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
309
|
+
"comment": "fix: Source maps contain original source code"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"author": "beachball",
|
313
|
+
"package": "@fluentui/react-provider",
|
314
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
315
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"author": "beachball",
|
319
|
+
"package": "@fluentui/react-provider",
|
320
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
321
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"author": "beachball",
|
325
|
+
"package": "@fluentui/react-provider",
|
326
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
327
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"author": "beachball",
|
12
331
|
"package": "@fluentui/react-provider",
|
13
|
-
"comment": "
|
14
|
-
"commit": "
|
332
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
333
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
15
334
|
},
|
335
|
+
{
|
336
|
+
"author": "beachball",
|
337
|
+
"package": "@fluentui/react-provider",
|
338
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
339
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
340
|
+
}
|
341
|
+
]
|
342
|
+
}
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"date": "Thu, 10 Feb 2022 08:50:43 GMT",
|
346
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.1",
|
347
|
+
"version": "9.0.0-rc.1",
|
348
|
+
"comments": {
|
349
|
+
"none": [
|
350
|
+
{
|
351
|
+
"author": "martinhochel@microsoft.com",
|
352
|
+
"package": "@fluentui/react-provider",
|
353
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
354
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"author": "olfedias@microsoft.com",
|
358
|
+
"package": "@fluentui/react-provider",
|
359
|
+
"commit": "d11a238f944b891c13b3bfa56a17ddace52f37d5",
|
360
|
+
"comment": "update stories to not use CSS shorthands in styles"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"author": "martinhochel@microsoft.com",
|
364
|
+
"package": "@fluentui/react-provider",
|
365
|
+
"commit": "28ceaaa83cd92a0389c466f0b15b283e3d9b08e4",
|
366
|
+
"comment": "chore: update all jest deps to v25 + apply single version policy"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"author": "olfedias@microsoft.com",
|
370
|
+
"package": "@fluentui/react-provider",
|
371
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
372
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"author": "olfedias@microsoft.com",
|
376
|
+
"package": "@fluentui/react-provider",
|
377
|
+
"commit": "0fe5ae5d94918a8f8805ed3e587ed98acb17c4b2",
|
378
|
+
"comment": "add @types/react-test-renderer to devDependencies"
|
379
|
+
}
|
380
|
+
],
|
381
|
+
"prerelease": [
|
382
|
+
{
|
383
|
+
"author": "mgodbolt@microsoft.com",
|
384
|
+
"package": "@fluentui/react-provider",
|
385
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
386
|
+
"comment": "remove export of commons types"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
390
|
+
"package": "@fluentui/react-provider",
|
391
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
392
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
396
|
+
"package": "@fluentui/react-provider",
|
397
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
398
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"author": "olfedias@microsoft.com",
|
402
|
+
"package": "@fluentui/react-provider",
|
403
|
+
"commit": "706305303fcf03a82052c0a9e74d8aecb102885e",
|
404
|
+
"comment": "use Griffel packages"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"author": "behowell@microsoft.com",
|
408
|
+
"package": "@fluentui/react-provider",
|
409
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
410
|
+
"comment": "Refactor component Slot typings"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
414
|
+
"package": "@fluentui/react-provider",
|
415
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
416
|
+
"comment": "Updating based on changes to composition types."
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"author": "martinhochel@microsoft.com",
|
420
|
+
"package": "@fluentui/react-provider",
|
421
|
+
"commit": "ecfe4c4fdc306e9c484706f28457f440f55d3684",
|
422
|
+
"comment": "make the FluentProvider#theme TS API reflect runtime and add warning if there is a violation"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
426
|
+
"package": "@fluentui/react-provider",
|
427
|
+
"commit": "b22c4ef0eba0730286f2ed701e1b851d8a5c03b5",
|
428
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"author": "martinhochel@microsoft.com",
|
432
|
+
"package": "@fluentui/react-provider",
|
433
|
+
"commit": "1dba2fca2365f1a748505896679ae160a6fec270",
|
434
|
+
"comment": "replace mergeThemes functionality from react-theme"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"author": "bsunderhus@microsoft.com",
|
438
|
+
"package": "@fluentui/react-provider",
|
439
|
+
"commit": "c9a03954ffd5d1a85284fb36ef4cd103ed8aa927",
|
440
|
+
"comment": "Remove `themeToCSSVariables` function"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"author": "lingfangao@hotmail.com",
|
444
|
+
"package": "@fluentui/react-provider",
|
445
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
446
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"author": "behowell@microsoft.com",
|
450
|
+
"package": "@fluentui/react-provider",
|
451
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
452
|
+
"comment": "Remove component's shorthandProps array"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"author": "behowell@microsoft.com",
|
456
|
+
"package": "@fluentui/react-provider",
|
457
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
458
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"author": "beachball",
|
462
|
+
"package": "@fluentui/react-provider",
|
463
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
|
464
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"author": "beachball",
|
468
|
+
"package": "@fluentui/react-provider",
|
469
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
470
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"author": "beachball",
|
474
|
+
"package": "@fluentui/react-provider",
|
475
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
476
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"author": "beachball",
|
480
|
+
"package": "@fluentui/react-provider",
|
481
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
482
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"author": "beachball",
|
486
|
+
"package": "@fluentui/react-provider",
|
487
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
488
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
489
|
+
}
|
490
|
+
]
|
491
|
+
}
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
|
495
|
+
"tag": "@fluentui/react-provider_v9.0.0-beta.5",
|
496
|
+
"version": "9.0.0-beta.5",
|
497
|
+
"comments": {
|
498
|
+
"none": [
|
499
|
+
{
|
500
|
+
"author": "olfedias@microsoft.com",
|
501
|
+
"package": "@fluentui/react-provider",
|
502
|
+
"commit": "14b1e35b8da2f04538c2183a9be6c6b76dad3cca",
|
503
|
+
"comment": "update tooling configs"
|
504
|
+
}
|
505
|
+
],
|
506
|
+
"prerelease": [
|
507
|
+
{
|
508
|
+
"author": "beachball",
|
509
|
+
"package": "@fluentui/react-provider",
|
510
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
511
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"author": "beachball",
|
515
|
+
"package": "@fluentui/react-provider",
|
516
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
517
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"author": "beachball",
|
521
|
+
"package": "@fluentui/react-provider",
|
522
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
523
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"author": "beachball",
|
527
|
+
"package": "@fluentui/react-provider",
|
528
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
529
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"author": "beachball",
|
533
|
+
"package": "@fluentui/react-provider",
|
534
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
535
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"author": "beachball",
|
539
|
+
"package": "@fluentui/react-provider",
|
540
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
541
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"author": "beachball",
|
545
|
+
"package": "@fluentui/react-provider",
|
546
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
547
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"author": "beachball",
|
551
|
+
"package": "@fluentui/react-provider",
|
552
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
553
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
554
|
+
}
|
555
|
+
]
|
556
|
+
}
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"date": "Fri, 12 Nov 2021 13:25:31 GMT",
|
560
|
+
"tag": "@fluentui/react-provider_v9.0.0-beta.4",
|
561
|
+
"version": "9.0.0-beta.4",
|
562
|
+
"comments": {
|
563
|
+
"prerelease": [
|
564
|
+
{
|
565
|
+
"author": "olfedias@microsoft.com",
|
566
|
+
"package": "@fluentui/react-provider",
|
567
|
+
"commit": "825ea92aae027295a94048368157c180358260f2",
|
568
|
+
"comment": "export static classes for components"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"author": "gcox@microsoft.com",
|
572
|
+
"package": "@fluentui/react-provider",
|
573
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
574
|
+
"comment": "Updated beta and RC components to ES2019"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"author": "beachball",
|
578
|
+
"package": "@fluentui/react-provider",
|
579
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
580
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"author": "beachball",
|
584
|
+
"package": "@fluentui/react-provider",
|
585
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
586
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"author": "beachball",
|
590
|
+
"package": "@fluentui/react-provider",
|
591
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
592
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"author": "beachball",
|
596
|
+
"package": "@fluentui/react-provider",
|
597
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
598
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"author": "beachball",
|
602
|
+
"package": "@fluentui/react-provider",
|
603
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
604
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"author": "beachball",
|
608
|
+
"package": "@fluentui/react-provider",
|
609
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
610
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"author": "beachball",
|
614
|
+
"package": "@fluentui/react-provider",
|
615
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
616
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"author": "beachball",
|
620
|
+
"package": "@fluentui/react-provider",
|
621
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
622
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
623
|
+
}
|
624
|
+
],
|
625
|
+
"none": [
|
626
|
+
{
|
627
|
+
"author": "me@levithomason.com",
|
628
|
+
"package": "@fluentui/react-provider",
|
629
|
+
"commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
|
630
|
+
"comment": "Docs update"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"author": "gcox@microsoft.com",
|
634
|
+
"package": "@fluentui/react-provider",
|
635
|
+
"commit": "f32855d6039f4049b69b005fe6dde0686eed503c",
|
636
|
+
"comment": "Refactored stories"
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"author": "lingfangao@hotmail.com",
|
640
|
+
"package": "@fluentui/react-provider",
|
641
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
642
|
+
"comment": "Remove beta release tag"
|
643
|
+
}
|
644
|
+
]
|
645
|
+
}
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"date": "Wed, 27 Oct 2021 12:14:21 GMT",
|
649
|
+
"tag": "@fluentui/react-provider_v9.0.0-beta.3",
|
650
|
+
"version": "9.0.0-beta.3",
|
651
|
+
"comments": {
|
652
|
+
"prerelease": [
|
16
653
|
{
|
17
654
|
"author": "peter@draxler.ml",
|
18
655
|
"package": "@fluentui/react-provider",
|
19
|
-
"
|
20
|
-
"
|
656
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
657
|
+
"comment": "added styling of documentation"
|
21
658
|
},
|
22
659
|
{
|
23
660
|
"author": "beachball",
|
24
661
|
"package": "@fluentui/react-provider",
|
25
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
26
|
-
"commit": "
|
662
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
663
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
27
664
|
},
|
28
665
|
{
|
29
666
|
"author": "beachball",
|
30
667
|
"package": "@fluentui/react-provider",
|
31
|
-
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-
|
32
|
-
"commit": "
|
668
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
|
669
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
670
|
},
|
34
671
|
{
|
35
672
|
"author": "beachball",
|
36
673
|
"package": "@fluentui/react-provider",
|
37
|
-
"comment": "Bump @fluentui/react-tabster to v9.0.0-
|
38
|
-
"commit": "
|
674
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
675
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
676
|
},
|
40
677
|
{
|
41
678
|
"author": "beachball",
|
42
679
|
"package": "@fluentui/react-provider",
|
43
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-
|
44
|
-
"commit": "
|
680
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
|
681
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
682
|
},
|
46
683
|
{
|
47
684
|
"author": "beachball",
|
48
685
|
"package": "@fluentui/react-provider",
|
49
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
50
|
-
"commit": "
|
686
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
687
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
51
688
|
},
|
52
689
|
{
|
53
690
|
"author": "beachball",
|
54
691
|
"package": "@fluentui/react-provider",
|
55
|
-
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-
|
56
|
-
"commit": "
|
692
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
693
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
57
694
|
},
|
58
695
|
{
|
59
696
|
"author": "beachball",
|
60
697
|
"package": "@fluentui/react-provider",
|
61
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
62
|
-
"commit": "
|
698
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
699
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
63
700
|
},
|
64
701
|
{
|
65
702
|
"author": "beachball",
|
66
703
|
"package": "@fluentui/react-provider",
|
67
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-
|
68
|
-
"commit": "
|
704
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
705
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
69
706
|
}
|
70
707
|
]
|
71
708
|
}
|