@fluentui/react-provider 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0
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 +536 -16
- package/CHANGELOG.md +275 -114
- package/dist/index.d.ts +73 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/FluentProvider/FluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/FluentProvider.types.js.map +1 -1
- package/lib/components/FluentProvider/index.js +1 -0
- package/lib/components/FluentProvider/index.js.map +1 -1
- package/lib/components/FluentProvider/renderFluentProvider.js +5 -5
- package/lib/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProvider.js +7 -3
- package/lib/components/FluentProvider/useFluentProvider.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderContextValues.js +1 -2
- package/lib/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
- package/lib/components/FluentProvider/useFluentProviderStyles.js +16 -7
- package/lib/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +13 -8
- package/lib/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/index.js +2 -0
- package/lib-commonjs/components/FluentProvider/index.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js +4 -4
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProvider.js +8 -4
- package/lib-commonjs/components/FluentProvider/useFluentProvider.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js +1 -3
- package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js +17 -7
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.js.map +1 -1
- package/lib-commonjs/components/FluentProvider/{useThemeStyleTag.js → useFluentProviderThemeStyleTag.js} +14 -9
- package/lib-commonjs/components/FluentProvider/useFluentProviderThemeStyleTag.js.map +1 -0
- package/lib-commonjs/index.js +36 -10
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +20 -24
- package/dist/react-provider.d.ts +0 -69
- package/lib/FluentProvider.d.ts +0 -1
- package/lib/components/FluentProvider/FluentProvider.d.ts +0 -3
- package/lib/components/FluentProvider/FluentProvider.types.d.ts +0 -26
- package/lib/components/FluentProvider/index.d.ts +0 -6
- package/lib/components/FluentProvider/renderFluentProvider.d.ts +0 -5
- package/lib/components/FluentProvider/useFluentProvider.d.ts +0 -12
- package/lib/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
- package/lib/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
- package/lib/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
- package/lib/components/FluentProvider/useThemeStyleTag.js.map +0 -1
- package/lib/index.d.ts +0 -2
- package/lib-commonjs/FluentProvider.d.ts +0 -1
- package/lib-commonjs/components/FluentProvider/FluentProvider.d.ts +0 -3
- package/lib-commonjs/components/FluentProvider/FluentProvider.types.d.ts +0 -26
- package/lib-commonjs/components/FluentProvider/index.d.ts +0 -6
- package/lib-commonjs/components/FluentProvider/renderFluentProvider.d.ts +0 -5
- package/lib-commonjs/components/FluentProvider/useFluentProvider.d.ts +0 -12
- package/lib-commonjs/components/FluentProvider/useFluentProviderContextValues.d.ts +0 -2
- package/lib-commonjs/components/FluentProvider/useFluentProviderStyles.d.ts +0 -4
- package/lib-commonjs/components/FluentProvider/useThemeStyleTag.d.ts +0 -7
- package/lib-commonjs/components/FluentProvider/useThemeStyleTag.js.map +0 -1
- package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.json
CHANGED
@@ -2,46 +2,566 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-provider_v0.0.0
|
7
|
-
"version": "0.0.0
|
5
|
+
"date": "Tue, 28 Jun 2022 04:31:10 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v0.0.0",
|
7
|
+
"version": "0.0.0",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"commit": "40a69e316b0b7a4b39267276bf79314aef59d26f",
|
14
|
+
"comment": "fix: properly handle text direction in styles"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "lingfangao@hotmail.com",
|
18
|
+
"package": "@fluentui/react-provider",
|
19
|
+
"commit": "675acea49c97f10837ddee9b8c4350ca27750125",
|
20
|
+
"comment": "Bump Griffel dependencies"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "lingfangao@hotmail.com",
|
24
|
+
"package": "@fluentui/react-provider",
|
25
|
+
"commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
|
26
|
+
"comment": "Update 9.0.0-rc dependencies to use caret range"
|
27
|
+
}
|
28
|
+
],
|
29
|
+
"none": [
|
30
|
+
{
|
31
|
+
"author": "tristan.watanabe@gmail.com",
|
32
|
+
"package": "@fluentui/react-provider",
|
33
|
+
"commit": "1605d04371d97cad328aae23b74821cf599a8052",
|
34
|
+
"comment": "chore: Move Provider stories to folder with index entry."
|
35
|
+
}
|
36
|
+
],
|
37
|
+
"patch": [
|
38
|
+
{
|
39
|
+
"author": "lingfangao@hotmail.com",
|
40
|
+
"package": "@fluentui/react-provider",
|
41
|
+
"commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
|
42
|
+
"comment": "feat: Initial 9.0.0 release"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"author": "beachball",
|
46
|
+
"package": "@fluentui/react-provider",
|
47
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0",
|
48
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"author": "beachball",
|
52
|
+
"package": "@fluentui/react-provider",
|
53
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0",
|
54
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"author": "beachball",
|
58
|
+
"package": "@fluentui/react-provider",
|
59
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0",
|
60
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"author": "beachball",
|
64
|
+
"package": "@fluentui/react-provider",
|
65
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0",
|
66
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"author": "beachball",
|
70
|
+
"package": "@fluentui/react-provider",
|
71
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1",
|
72
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
73
|
+
}
|
74
|
+
]
|
75
|
+
}
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"date": "Thu, 23 Jun 2022 14:25:31 GMT",
|
79
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.14",
|
80
|
+
"version": "9.0.0-rc.14",
|
81
|
+
"comments": {
|
82
|
+
"prerelease": [
|
83
|
+
{
|
84
|
+
"author": "beachball",
|
85
|
+
"package": "@fluentui/react-provider",
|
86
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.11",
|
87
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"author": "beachball",
|
91
|
+
"package": "@fluentui/react-provider",
|
92
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
|
93
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"author": "beachball",
|
97
|
+
"package": "@fluentui/react-provider",
|
98
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
|
99
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
100
|
+
}
|
101
|
+
]
|
102
|
+
}
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"date": "Tue, 31 May 2022 21:28:42 GMT",
|
106
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.13",
|
107
|
+
"version": "9.0.0-rc.13",
|
108
|
+
"comments": {
|
109
|
+
"prerelease": [
|
110
|
+
{
|
111
|
+
"author": "behowell@microsoft.com",
|
112
|
+
"package": "@fluentui/react-provider",
|
113
|
+
"commit": "eb3bf4d3f06fef632a98e1e354d92689dae218d6",
|
114
|
+
"comment": "BREAKING: FluentProvider now adds `line-height` by default"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"author": "bernardo.sunderhus@gmail.com",
|
118
|
+
"package": "@fluentui/react-provider",
|
119
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
|
120
|
+
"comment": "updates import to react-shared-components, removes re-export to provider"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"author": "me@levithomason.com",
|
124
|
+
"package": "@fluentui/react-provider",
|
125
|
+
"commit": "4ed24c29ddf8de037e4402d67c820b7398eaa265",
|
126
|
+
"comment": "remove export useTheme"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"author": "olfedias@microsoft.com",
|
130
|
+
"package": "@fluentui/react-provider",
|
131
|
+
"commit": "8da715ea657e5124f56450426b8052ef49a20180",
|
132
|
+
"comment": "chore: replace useConst() usage"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"author": "olfedias@microsoft.com",
|
136
|
+
"package": "@fluentui/react-provider",
|
137
|
+
"commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
|
138
|
+
"comment": "chore: Update Griffel to latest version"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"author": "beachball",
|
142
|
+
"package": "@fluentui/react-provider",
|
143
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.10",
|
144
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"author": "beachball",
|
148
|
+
"package": "@fluentui/react-provider",
|
149
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.13",
|
150
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"author": "beachball",
|
154
|
+
"package": "@fluentui/react-provider",
|
155
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
|
156
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"author": "beachball",
|
160
|
+
"package": "@fluentui/react-provider",
|
161
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
|
162
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
163
|
+
}
|
164
|
+
]
|
165
|
+
}
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"date": "Thu, 26 May 2022 21:01:27 GMT",
|
169
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.12",
|
170
|
+
"version": "9.0.0-rc.12",
|
171
|
+
"comments": {
|
172
|
+
"none": [
|
173
|
+
{
|
174
|
+
"author": "olfedias@microsoft.com",
|
175
|
+
"package": "@fluentui/react-provider",
|
176
|
+
"commit": "200be4ce33d4c57fbce1cfed87dd110f289de3af",
|
177
|
+
"comment": "add description for the component"
|
178
|
+
}
|
179
|
+
],
|
180
|
+
"prerelease": [
|
181
|
+
{
|
182
|
+
"author": "beachball",
|
183
|
+
"package": "@fluentui/react-provider",
|
184
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
|
185
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
186
|
+
}
|
187
|
+
]
|
188
|
+
}
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"date": "Mon, 23 May 2022 18:56:47 GMT",
|
192
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.11",
|
193
|
+
"version": "9.0.0-rc.11",
|
194
|
+
"comments": {
|
195
|
+
"prerelease": [
|
196
|
+
{
|
197
|
+
"author": "esteban.230@hotmail.com",
|
198
|
+
"package": "@fluentui/react-provider",
|
199
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
200
|
+
"comment": "Removing <componentName>ClassName exports."
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"author": "beachball",
|
204
|
+
"package": "@fluentui/react-provider",
|
205
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
|
206
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"author": "beachball",
|
210
|
+
"package": "@fluentui/react-provider",
|
211
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
|
212
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"author": "beachball",
|
216
|
+
"package": "@fluentui/react-provider",
|
217
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
218
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"author": "beachball",
|
222
|
+
"package": "@fluentui/react-provider",
|
223
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
224
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
225
|
+
}
|
226
|
+
]
|
227
|
+
}
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"date": "Mon, 23 May 2022 12:13:35 GMT",
|
231
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.10",
|
232
|
+
"version": "9.0.0-rc.10",
|
233
|
+
"comments": {
|
234
|
+
"prerelease": [
|
235
|
+
{
|
236
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
237
|
+
"package": "@fluentui/react-provider",
|
238
|
+
"commit": "44062b15587c3a18b7f02d2beb3ba19fa793fb9c",
|
239
|
+
"comment": "Removing FluentProviderCommons type."
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"author": "olfedias@microsoft.com",
|
243
|
+
"package": "@fluentui/react-provider",
|
244
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
245
|
+
"comment": "chore: Update Griffel to latest version"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"author": "olfedias@microsoft.com",
|
249
|
+
"package": "@fluentui/react-provider",
|
250
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
251
|
+
"comment": "chore: Update Griffel to latest version"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"author": "beachball",
|
255
|
+
"package": "@fluentui/react-provider",
|
256
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
257
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"author": "beachball",
|
261
|
+
"package": "@fluentui/react-provider",
|
262
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
|
263
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"author": "beachball",
|
267
|
+
"package": "@fluentui/react-provider",
|
268
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
269
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"author": "beachball",
|
273
|
+
"package": "@fluentui/react-provider",
|
274
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
275
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"author": "beachball",
|
279
|
+
"package": "@fluentui/react-provider",
|
280
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
281
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
282
|
+
}
|
283
|
+
]
|
284
|
+
}
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
288
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.9",
|
289
|
+
"version": "9.0.0-rc.9",
|
290
|
+
"comments": {
|
291
|
+
"prerelease": [
|
292
|
+
{
|
293
|
+
"author": "beachball",
|
294
|
+
"package": "@fluentui/react-provider",
|
295
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
296
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"author": "beachball",
|
300
|
+
"package": "@fluentui/react-provider",
|
301
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
|
302
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"author": "beachball",
|
306
|
+
"package": "@fluentui/react-provider",
|
307
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
308
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"author": "beachball",
|
312
|
+
"package": "@fluentui/react-provider",
|
313
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
314
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"author": "beachball",
|
318
|
+
"package": "@fluentui/react-provider",
|
319
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
320
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
321
|
+
}
|
322
|
+
]
|
323
|
+
}
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"date": "Wed, 04 May 2022 13:26:48 GMT",
|
327
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.8",
|
328
|
+
"version": "9.0.0-rc.8",
|
329
|
+
"comments": {
|
330
|
+
"none": [
|
331
|
+
{
|
332
|
+
"author": "tristan.watanabe@gmail.com",
|
333
|
+
"package": "@fluentui/react-provider",
|
334
|
+
"commit": "5842ed56a87ffcd6aa607cd98d3c95087221f017",
|
335
|
+
"comment": "react-provider: Move to new common folder."
|
336
|
+
}
|
337
|
+
],
|
338
|
+
"prerelease": [
|
339
|
+
{
|
340
|
+
"author": "mgodbolt@microsoft.com",
|
341
|
+
"package": "@fluentui/react-provider",
|
342
|
+
"commit": "c45f4a6c3dd09c77ce5f5f5e2926ce9494169e99",
|
343
|
+
"comment": "check for styleTag.sheet before performing actions on the sheet"
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"author": "martinhochel@microsoft.com",
|
347
|
+
"package": "@fluentui/react-provider",
|
348
|
+
"commit": "773b889cd09d46934feeabdbbc389c678b80f7a0",
|
349
|
+
"comment": "feat: ship rolluped only dts"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"author": "beachball",
|
353
|
+
"package": "@fluentui/react-provider",
|
354
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
355
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"author": "beachball",
|
359
|
+
"package": "@fluentui/react-provider",
|
360
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
361
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"author": "beachball",
|
365
|
+
"package": "@fluentui/react-provider",
|
366
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
367
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"author": "beachball",
|
371
|
+
"package": "@fluentui/react-provider",
|
372
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
373
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
374
|
+
}
|
375
|
+
]
|
376
|
+
}
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"date": "Mon, 25 Apr 2022 09:32:18 GMT",
|
380
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.7",
|
381
|
+
"version": "9.0.0-rc.7",
|
382
|
+
"comments": {
|
383
|
+
"prerelease": [
|
384
|
+
{
|
385
|
+
"author": "olfedias@microsoft.com",
|
386
|
+
"package": "@fluentui/react-provider",
|
387
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6",
|
388
|
+
"comment": "feat: export useFluentProviderThemeStyleTag from @fluentui/react-provider"
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"author": "beachball",
|
392
|
+
"package": "@fluentui/react-provider",
|
393
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
394
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
395
|
+
}
|
396
|
+
]
|
397
|
+
}
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"date": "Tue, 19 Apr 2022 19:16:49 GMT",
|
401
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.6",
|
402
|
+
"version": "9.0.0-rc.6",
|
403
|
+
"comments": {
|
404
|
+
"prerelease": [
|
405
|
+
{
|
406
|
+
"author": "seanmonahan@microsoft.com",
|
407
|
+
"package": "@fluentui/react-provider",
|
408
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
409
|
+
"comment": "Add static classnames to Provider"
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"author": "olfedias@microsoft.com",
|
413
|
+
"package": "@fluentui/react-provider",
|
414
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
415
|
+
"comment": "chore: Update Griffel to latest version"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"author": "beachball",
|
419
|
+
"package": "@fluentui/react-provider",
|
420
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
421
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"author": "beachball",
|
425
|
+
"package": "@fluentui/react-provider",
|
426
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
427
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"author": "beachball",
|
431
|
+
"package": "@fluentui/react-provider",
|
432
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
433
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"author": "beachball",
|
437
|
+
"package": "@fluentui/react-provider",
|
438
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
439
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"author": "beachball",
|
443
|
+
"package": "@fluentui/react-provider",
|
444
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
445
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
446
|
+
}
|
447
|
+
],
|
448
|
+
"none": [
|
449
|
+
{
|
450
|
+
"author": "mgodbolt@microsoft.com",
|
451
|
+
"package": "@fluentui/react-provider",
|
452
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
453
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"author": "elcraig@microsoft.com",
|
457
|
+
"package": "@fluentui/react-provider",
|
458
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
459
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
460
|
+
}
|
461
|
+
]
|
462
|
+
}
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"date": "Fri, 04 Mar 2022 05:17:39 GMT",
|
466
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.5",
|
467
|
+
"version": "9.0.0-rc.5",
|
468
|
+
"comments": {
|
469
|
+
"prerelease": [
|
470
|
+
{
|
471
|
+
"author": "dzearing@microsoft.com",
|
472
|
+
"package": "@fluentui/react-provider",
|
473
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
474
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"author": "beachball",
|
478
|
+
"package": "@fluentui/react-provider",
|
479
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
480
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"author": "beachball",
|
484
|
+
"package": "@fluentui/react-provider",
|
485
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
486
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"author": "beachball",
|
490
|
+
"package": "@fluentui/react-provider",
|
491
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
492
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"author": "beachball",
|
496
|
+
"package": "@fluentui/react-provider",
|
497
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
498
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
499
|
+
}
|
500
|
+
]
|
501
|
+
}
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
505
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.4",
|
506
|
+
"version": "9.0.0-rc.4",
|
507
|
+
"comments": {
|
508
|
+
"prerelease": [
|
509
|
+
{
|
510
|
+
"author": "beachball",
|
511
|
+
"package": "@fluentui/react-provider",
|
512
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
513
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"author": "beachball",
|
517
|
+
"package": "@fluentui/react-provider",
|
518
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
519
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
520
|
+
}
|
521
|
+
]
|
522
|
+
}
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"date": "Fri, 18 Feb 2022 13:35:34 GMT",
|
526
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.3",
|
527
|
+
"version": "9.0.0-rc.3",
|
528
|
+
"comments": {
|
529
|
+
"prerelease": [
|
530
|
+
{
|
531
|
+
"author": "lingfangao@hotmail.com",
|
12
532
|
"package": "@fluentui/react-provider",
|
13
|
-
"commit": "
|
14
|
-
"comment": "
|
533
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
534
|
+
"comment": "fix: Source maps contain original source code"
|
15
535
|
},
|
16
536
|
{
|
17
537
|
"author": "beachball",
|
18
538
|
"package": "@fluentui/react-provider",
|
19
|
-
"comment": "Bump @fluentui/react-shared-contexts to
|
20
|
-
"commit": "
|
539
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
540
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
21
541
|
},
|
22
542
|
{
|
23
543
|
"author": "beachball",
|
24
544
|
"package": "@fluentui/react-provider",
|
25
|
-
"comment": "Bump @fluentui/react-tabster to
|
26
|
-
"commit": "
|
545
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
546
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
27
547
|
},
|
28
548
|
{
|
29
549
|
"author": "beachball",
|
30
550
|
"package": "@fluentui/react-provider",
|
31
|
-
"comment": "Bump @fluentui/react-theme to
|
32
|
-
"commit": "
|
551
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
552
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
33
553
|
},
|
34
554
|
{
|
35
555
|
"author": "beachball",
|
36
556
|
"package": "@fluentui/react-provider",
|
37
|
-
"comment": "Bump @fluentui/react-utilities to
|
38
|
-
"commit": "
|
557
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
558
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
39
559
|
},
|
40
560
|
{
|
41
561
|
"author": "beachball",
|
42
562
|
"package": "@fluentui/react-provider",
|
43
|
-
"comment": "Bump @fluentui/react-conformance-griffel to
|
44
|
-
"commit": "
|
563
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
564
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
45
565
|
}
|
46
566
|
]
|
47
567
|
}
|