@fluentui/react-components 9.5.2 → 9.6.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 +351 -1
- package/CHANGELOG.md +57 -2
- package/README.md +0 -2
- package/dist/index.d.ts +3 -0
- package/dist/unstable.d.ts +33 -0
- package/lib/AccessibilityScenarios/utils.js +1 -1
- package/lib/AccessibilityScenarios/utils.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +2 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/AccessibilityScenarios/utils.js +1 -1
- package/lib-commonjs/AccessibilityScenarios/utils.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +43 -4
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +17 -16
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,357 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 25 Oct 2022 22:09:36 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.6.0",
|
|
7
|
+
"version": "9.6.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "chassunc@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-toolbar",
|
|
13
|
+
"commit": "dba7e9c342ca32d05d49d341b3912cd79652f238",
|
|
14
|
+
"comment": "chore: remove best practices"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "chassunc@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-toolbar",
|
|
19
|
+
"commit": "9bde21168a1032d2a429939b9b2d7d3ba590726f",
|
|
20
|
+
"comment": "feat: replace ToolbarRadio implementation by usage of toggle button as radio"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "tristan.watanabe@gmail.com",
|
|
24
|
+
"package": "@fluentui/keyboard-keys",
|
|
25
|
+
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
|
|
26
|
+
"comment": "chore: Migrate to new package structure."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "tristan.watanabe@gmail.com",
|
|
30
|
+
"package": "@fluentui/priority-overflow",
|
|
31
|
+
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
|
|
32
|
+
"comment": "chore: Migrate to new package structure."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "tristan.watanabe@gmail.com",
|
|
36
|
+
"package": "@fluentui/react-conformance-griffel",
|
|
37
|
+
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
|
|
38
|
+
"comment": "chore: Migrate to new package structure."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "tristan.watanabe@gmail.com",
|
|
42
|
+
"package": "@fluentui/react-context-selector",
|
|
43
|
+
"commit": "2435ea50f924fa6467a07829f3d4715e545d93c0",
|
|
44
|
+
"comment": "chore: Migrate to new package structure."
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"minor": [
|
|
48
|
+
{
|
|
49
|
+
"author": "esteban.230@hotmail.com",
|
|
50
|
+
"package": "@fluentui/react-components",
|
|
51
|
+
"commit": "acb0fd721bd23f4d66d18a0f27abd399d3877bc4",
|
|
52
|
+
"comment": "fix: Change react-persona to pinned version."
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"patch": [
|
|
56
|
+
{
|
|
57
|
+
"author": "lingfangao@hotmail.com",
|
|
58
|
+
"package": "@fluentui/react-components",
|
|
59
|
+
"commit": "025e0740b1c47bd105b9cc6277072941bf855b8c",
|
|
60
|
+
"comment": "fix: Export PopoverTriggerChildProps"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"date": "Tue, 25 Oct 2022 00:35:26 GMT",
|
|
67
|
+
"tag": "@fluentui/react-components_v9.5.3",
|
|
68
|
+
"version": "9.5.3",
|
|
69
|
+
"comments": {
|
|
70
|
+
"none": [
|
|
71
|
+
{
|
|
72
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
73
|
+
"package": "@fluentui/global-context",
|
|
74
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
75
|
+
"comment": "Update package readme"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"author": "tristan.watanabe@gmail.com",
|
|
79
|
+
"package": "@fluentui/global-context",
|
|
80
|
+
"commit": "07141711530bbdba82fd5198fe4bcef462403f40",
|
|
81
|
+
"comment": "chore: Migrate to new package structure."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
85
|
+
"package": "@fluentui/priority-overflow",
|
|
86
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
87
|
+
"comment": "Update package readme"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
91
|
+
"package": "@fluentui/react-accordion",
|
|
92
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
93
|
+
"comment": "Update package readme"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
97
|
+
"package": "@fluentui/react-alert",
|
|
98
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
99
|
+
"comment": "Update package readme"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
103
|
+
"package": "@fluentui/react-aria",
|
|
104
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
105
|
+
"comment": "Update package readme"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"author": "sarah.higley@microsoft.com",
|
|
109
|
+
"package": "@fluentui/react-combobox",
|
|
110
|
+
"commit": "d9dda6aafb1571b08e5cc0ba3437a24a20c694f6",
|
|
111
|
+
"comment": "feat: add full Dropdown component accessibility spec"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
115
|
+
"package": "@fluentui/react-combobox",
|
|
116
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
117
|
+
"comment": "Update package readme"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
121
|
+
"package": "@fluentui/react-components",
|
|
122
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
123
|
+
"comment": "Update package readme"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
127
|
+
"package": "@fluentui/react-dialog",
|
|
128
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
129
|
+
"comment": "Update package readme"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
133
|
+
"package": "@fluentui/react-input",
|
|
134
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
135
|
+
"comment": "Update package readme"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
139
|
+
"package": "@fluentui/react-menu",
|
|
140
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
141
|
+
"comment": "Update package readme"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
145
|
+
"package": "@fluentui/react-overflow",
|
|
146
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
147
|
+
"comment": "Update package readme"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"author": "esteban.230@hotmail.com",
|
|
151
|
+
"package": "@fluentui/react-persona",
|
|
152
|
+
"commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9",
|
|
153
|
+
"comment": "chore: Update beachball settings."
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
157
|
+
"package": "@fluentui/react-popover",
|
|
158
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
159
|
+
"comment": "Update package readme"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
163
|
+
"package": "@fluentui/react-portal",
|
|
164
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
165
|
+
"comment": "Update package readme"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
169
|
+
"package": "@fluentui/react-positioning",
|
|
170
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
171
|
+
"comment": "Update package readme"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
175
|
+
"package": "@fluentui/react-provider",
|
|
176
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
177
|
+
"comment": "Update package readme"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
181
|
+
"package": "@fluentui/react-radio",
|
|
182
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
183
|
+
"comment": "Update package readme"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
187
|
+
"package": "@fluentui/react-select",
|
|
188
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
189
|
+
"comment": "Update package readme"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
193
|
+
"package": "@fluentui/react-shared-contexts",
|
|
194
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
195
|
+
"comment": "Update package readme"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
199
|
+
"package": "@fluentui/react-tabster",
|
|
200
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
201
|
+
"comment": "Update package readme"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
205
|
+
"package": "@fluentui/react-text",
|
|
206
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
207
|
+
"comment": "Update package readme"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
211
|
+
"package": "@fluentui/react-textarea",
|
|
212
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
213
|
+
"comment": "Update package readme"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
217
|
+
"package": "@fluentui/react-theme",
|
|
218
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
219
|
+
"comment": "Update package readme"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
223
|
+
"package": "@fluentui/react-theme-sass",
|
|
224
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
225
|
+
"comment": "Update package readme"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
229
|
+
"package": "@fluentui/react-toolbar",
|
|
230
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
231
|
+
"comment": "Update package readme"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
235
|
+
"package": "@fluentui/react-tooltip",
|
|
236
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
237
|
+
"comment": "Update package readme"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
241
|
+
"package": "@fluentui/react-utilities",
|
|
242
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
243
|
+
"comment": "Update package readme"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"author": "miroslav.stastny@microsoft.com",
|
|
247
|
+
"package": "@fluentui/babel-preset-global-context",
|
|
248
|
+
"commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
|
|
249
|
+
"comment": "Update package readme"
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"patch": [
|
|
253
|
+
{
|
|
254
|
+
"author": "esteban.230@hotmail.com",
|
|
255
|
+
"package": "@fluentui/react-avatar",
|
|
256
|
+
"commit": "28364be921fa9e04eb472a069416b61b30da8652",
|
|
257
|
+
"comment": "fix: Add undefined option to overflowItems in partitionAvatarGroupItems."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"author": "tristan.watanabe@gmail.com",
|
|
261
|
+
"package": "@fluentui/react-badge",
|
|
262
|
+
"commit": "1420e05c305e7396bc62028ff2563d79fbc1cc70",
|
|
263
|
+
"comment": "chore: Migrate to new package structure."
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"author": "tristan.watanabe@gmail.com",
|
|
267
|
+
"package": "@fluentui/react-button",
|
|
268
|
+
"commit": "619b625d628ba1b30398052d7dc6b8110aff2c80",
|
|
269
|
+
"comment": "chore: Migrate to new package structure."
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"author": "tristan.watanabe@gmail.com",
|
|
273
|
+
"package": "@fluentui/react-checkbox",
|
|
274
|
+
"commit": "11156f964c91c90f778a08e1d7ec650104756f80",
|
|
275
|
+
"comment": "chore: Migrate to new package structure."
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"author": "ololubek@microsoft.com",
|
|
279
|
+
"package": "@fluentui/react-components",
|
|
280
|
+
"commit": "e255da7cf629534ebaaac05af3b5bb9a2f7def71",
|
|
281
|
+
"comment": "feat: add react-progress to react-components/unstable"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"author": "esteban.230@hotmail.com",
|
|
285
|
+
"package": "@fluentui/react-components",
|
|
286
|
+
"commit": "28364be921fa9e04eb472a069416b61b30da8652",
|
|
287
|
+
"comment": "chore: Export missing partitionAvatarGroupItems in unstable."
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"author": "esteban.230@hotmail.com",
|
|
291
|
+
"package": "@fluentui/react-components",
|
|
292
|
+
"commit": "69892eab60695a2da2dca35a067cc12fa3a44bac",
|
|
293
|
+
"comment": "chore: Updating react-persona's version."
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
297
|
+
"package": "@fluentui/react-dialog",
|
|
298
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc",
|
|
299
|
+
"comment": "bugfix: adds cursor pointer style to dialog close button"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"author": "tristan.watanabe@gmail.com",
|
|
303
|
+
"package": "@fluentui/react-image",
|
|
304
|
+
"commit": "c483be010271f3224064a9778e6432167f2249d0",
|
|
305
|
+
"comment": "chore: Migrate to new package structure."
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"author": "seanmonahan@microsoft.com",
|
|
309
|
+
"package": "@fluentui/react-spinbutton",
|
|
310
|
+
"commit": "ab9bf285848173c8a3f2113b9dac63dbbebf7407",
|
|
311
|
+
"comment": "feat: updates internal SpinButton padding"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"author": "tristan.watanabe@gmail.com",
|
|
315
|
+
"package": "@fluentui/react-text",
|
|
316
|
+
"commit": "36a3fc729e3ece19ba59fdf996a685578c0d0876",
|
|
317
|
+
"comment": "chore: Migrate to new package structure."
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"prerelease": [
|
|
321
|
+
{
|
|
322
|
+
"author": "adam.samec@gmail.com",
|
|
323
|
+
"package": "@fluentui/react-components",
|
|
324
|
+
"commit": "5464a92a4301e431fe322b67212d47b866e048ad",
|
|
325
|
+
"comment": "Add uncomplete Input scenario"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"author": "behowell@microsoft.com",
|
|
329
|
+
"package": "@fluentui/react-field",
|
|
330
|
+
"commit": "f9436f583d3c291921fe7a4531f69551096e758c",
|
|
331
|
+
"comment": "feat: Add support for validationState to ProgressField"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"author": "esteban.230@hotmail.com",
|
|
335
|
+
"package": "@fluentui/react-persona",
|
|
336
|
+
"commit": "69892eab60695a2da2dca35a067cc12fa3a44bac",
|
|
337
|
+
"comment": "chore: Change version back to beta."
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"author": "behowell@microsoft.com",
|
|
341
|
+
"package": "@fluentui/react-progress",
|
|
342
|
+
"commit": "f9436f583d3c291921fe7a4531f69551096e758c",
|
|
343
|
+
"comment": "feat: Add validationState to Progress, to make the bar red or green"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"author": "ololubek@microsoft.com",
|
|
347
|
+
"package": "@fluentui/react-progress",
|
|
348
|
+
"commit": "e255da7cf629534ebaaac05af3b5bb9a2f7def71",
|
|
349
|
+
"comment": "feat: add react-progress to react-components/unstable"
|
|
350
|
+
}
|
|
351
|
+
]
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"date": "Thu, 20 Oct 2022 08:39:25 GMT",
|
|
6
356
|
"tag": "@fluentui/react-components_v9.5.2",
|
|
7
357
|
"version": "9.5.2",
|
|
8
358
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,67 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 25 Oct 2022 22:09:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.6.0)
|
|
8
|
+
|
|
9
|
+
Tue, 25 Oct 2022 22:09:36 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.5.3..@fluentui/react-components_v9.6.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- fix: Change react-persona to pinned version. ([PR #25367](https://github.com/microsoft/fluentui/pull/25367) by esteban.230@hotmail.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-components`
|
|
20
|
+
- fix: Export PopoverTriggerChildProps ([PR #25159](https://github.com/microsoft/fluentui/pull/25159) by lingfangao@hotmail.com)
|
|
21
|
+
|
|
22
|
+
## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.5.3)
|
|
23
|
+
|
|
24
|
+
Tue, 25 Oct 2022 00:35:26 GMT
|
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.5.2..@fluentui/react-components_v9.5.3)
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- `@fluentui/react-avatar`
|
|
30
|
+
- fix: Add undefined option to overflowItems in partitionAvatarGroupItems. ([PR #25310](https://github.com/microsoft/fluentui/pull/25310) by esteban.230@hotmail.com)
|
|
31
|
+
- `@fluentui/react-badge`
|
|
32
|
+
- chore: Migrate to new package structure. ([PR #25335](https://github.com/microsoft/fluentui/pull/25335) by tristan.watanabe@gmail.com)
|
|
33
|
+
- `@fluentui/react-button`
|
|
34
|
+
- chore: Migrate to new package structure. ([PR #25336](https://github.com/microsoft/fluentui/pull/25336) by tristan.watanabe@gmail.com)
|
|
35
|
+
- `@fluentui/react-checkbox`
|
|
36
|
+
- chore: Migrate to new package structure. ([PR #25337](https://github.com/microsoft/fluentui/pull/25337) by tristan.watanabe@gmail.com)
|
|
37
|
+
- `@fluentui/react-components`
|
|
38
|
+
- feat: add react-progress to react-components/unstable ([PR #25226](https://github.com/microsoft/fluentui/pull/25226) by ololubek@microsoft.com)
|
|
39
|
+
- chore: Export missing partitionAvatarGroupItems in unstable. ([PR #25310](https://github.com/microsoft/fluentui/pull/25310) by esteban.230@hotmail.com)
|
|
40
|
+
- chore: Updating react-persona's version. ([PR #25357](https://github.com/microsoft/fluentui/pull/25357) by esteban.230@hotmail.com)
|
|
41
|
+
- `@fluentui/react-dialog`
|
|
42
|
+
- bugfix: adds cursor pointer style to dialog close button ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by bernardo.sunderhus@gmail.com)
|
|
43
|
+
- `@fluentui/react-image`
|
|
44
|
+
- chore: Migrate to new package structure. ([PR #25230](https://github.com/microsoft/fluentui/pull/25230) by tristan.watanabe@gmail.com)
|
|
45
|
+
- `@fluentui/react-spinbutton`
|
|
46
|
+
- feat: updates internal SpinButton padding ([PR #25286](https://github.com/microsoft/fluentui/pull/25286) by seanmonahan@microsoft.com)
|
|
47
|
+
- `@fluentui/react-text`
|
|
48
|
+
- chore: Migrate to new package structure. ([PR #25231](https://github.com/microsoft/fluentui/pull/25231) by tristan.watanabe@gmail.com)
|
|
49
|
+
|
|
50
|
+
### Changes
|
|
51
|
+
|
|
52
|
+
- `@fluentui/react-components`
|
|
53
|
+
- Add uncomplete Input scenario ([PR #21651](https://github.com/microsoft/fluentui/pull/21651) by adam.samec@gmail.com)
|
|
54
|
+
- `@fluentui/react-field`
|
|
55
|
+
- feat: Add support for validationState to ProgressField ([PR #25253](https://github.com/microsoft/fluentui/pull/25253) by behowell@microsoft.com)
|
|
56
|
+
- `@fluentui/react-persona`
|
|
57
|
+
- chore: Change version back to beta. ([PR #25357](https://github.com/microsoft/fluentui/pull/25357) by esteban.230@hotmail.com)
|
|
58
|
+
- `@fluentui/react-progress`
|
|
59
|
+
- feat: Add validationState to Progress, to make the bar red or green ([PR #25253](https://github.com/microsoft/fluentui/pull/25253) by behowell@microsoft.com)
|
|
60
|
+
- feat: add react-progress to react-components/unstable ([PR #25226](https://github.com/microsoft/fluentui/pull/25226) by ololubek@microsoft.com)
|
|
61
|
+
|
|
7
62
|
## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.5.2)
|
|
8
63
|
|
|
9
|
-
Thu, 20 Oct 2022 08:
|
|
64
|
+
Thu, 20 Oct 2022 08:39:25 GMT
|
|
10
65
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.5.1..@fluentui/react-components_v9.5.2)
|
|
11
66
|
|
|
12
67
|
### Minor changes
|
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
This is a suite package for converged components and related utilities. It is a result of a dedupe effort for `@fluentui/react` and `@fluentui/react-northstar`.
|
|
6
6
|
|
|
7
|
-
The components are available for limited production use, please contact us if you intend to use them in your product. The APIs might change before final release.
|
|
8
|
-
|
|
9
7
|
### Usage
|
|
10
8
|
|
|
11
9
|
Add @fluentui/react-components to a project:
|
package/dist/index.d.ts
CHANGED
|
@@ -266,6 +266,7 @@ import { PopoverSurfaceProps } from '@fluentui/react-popover';
|
|
|
266
266
|
import { PopoverSurfaceSlots } from '@fluentui/react-popover';
|
|
267
267
|
import { PopoverSurfaceState } from '@fluentui/react-popover';
|
|
268
268
|
import { PopoverTrigger } from '@fluentui/react-popover';
|
|
269
|
+
import { PopoverTriggerChildProps } from '@fluentui/react-popover';
|
|
269
270
|
import { PopoverTriggerProps } from '@fluentui/react-popover';
|
|
270
271
|
import { PopoverTriggerState } from '@fluentui/react-popover';
|
|
271
272
|
import { Portal } from '@fluentui/react-portal';
|
|
@@ -1126,6 +1127,8 @@ export { PopoverSurfaceState }
|
|
|
1126
1127
|
|
|
1127
1128
|
export { PopoverTrigger }
|
|
1128
1129
|
|
|
1130
|
+
export { PopoverTriggerChildProps }
|
|
1131
|
+
|
|
1129
1132
|
export { PopoverTriggerProps }
|
|
1130
1133
|
|
|
1131
1134
|
export { PopoverTriggerState }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -94,11 +94,19 @@ import { Overflow } from '@fluentui/react-overflow';
|
|
|
94
94
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
95
95
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
96
96
|
import { OverflowProps } from '@fluentui/react-overflow';
|
|
97
|
+
import { PartitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
98
|
+
import { partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
99
|
+
import { PartitionAvatarGroupItemsOptions } from '@fluentui/react-avatar';
|
|
97
100
|
import { Persona } from '@fluentui/react-persona';
|
|
98
101
|
import { personaClassNames } from '@fluentui/react-persona';
|
|
99
102
|
import { PersonaProps } from '@fluentui/react-persona';
|
|
100
103
|
import { PersonaSlots } from '@fluentui/react-persona';
|
|
101
104
|
import { PersonaState } from '@fluentui/react-persona';
|
|
105
|
+
import { Progress } from '@fluentui/react-progress';
|
|
106
|
+
import { progressClassNames } from '@fluentui/react-progress';
|
|
107
|
+
import { ProgressProps } from '@fluentui/react-progress';
|
|
108
|
+
import { ProgressSlots } from '@fluentui/react-progress';
|
|
109
|
+
import { ProgressState } from '@fluentui/react-progress';
|
|
102
110
|
import { RadioGroupField } from '@fluentui/react-field';
|
|
103
111
|
import { radioGroupFieldClassNames } from '@fluentui/react-field';
|
|
104
112
|
import { RadioGroupFieldProps } from '@fluentui/react-field';
|
|
@@ -117,6 +125,7 @@ import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
|
117
125
|
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
118
126
|
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
119
127
|
import { renderPersona_unstable } from '@fluentui/react-persona';
|
|
128
|
+
import { renderProgress_unstable } from '@fluentui/react-progress';
|
|
120
129
|
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
121
130
|
import { renderTable_unstable } from '@fluentui/react-table';
|
|
122
131
|
import { renderTableBody_unstable } from '@fluentui/react-table';
|
|
@@ -250,6 +259,8 @@ import { useOptionStyles_unstable } from '@fluentui/react-combobox';
|
|
|
250
259
|
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
251
260
|
import { usePersona_unstable } from '@fluentui/react-persona';
|
|
252
261
|
import { usePersonaStyles_unstable } from '@fluentui/react-persona';
|
|
262
|
+
import { useProgress_unstable } from '@fluentui/react-progress';
|
|
263
|
+
import { useProgressStyles_unstable } from '@fluentui/react-progress';
|
|
253
264
|
import { useSelect_unstable } from '@fluentui/react-select';
|
|
254
265
|
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
255
266
|
import { useTable_unstable } from '@fluentui/react-table';
|
|
@@ -467,6 +478,12 @@ export { OverflowItemProps }
|
|
|
467
478
|
|
|
468
479
|
export { OverflowProps }
|
|
469
480
|
|
|
481
|
+
export { PartitionAvatarGroupItems }
|
|
482
|
+
|
|
483
|
+
export { partitionAvatarGroupItems }
|
|
484
|
+
|
|
485
|
+
export { PartitionAvatarGroupItemsOptions }
|
|
486
|
+
|
|
470
487
|
export { Persona }
|
|
471
488
|
|
|
472
489
|
export { personaClassNames }
|
|
@@ -477,6 +494,16 @@ export { PersonaSlots }
|
|
|
477
494
|
|
|
478
495
|
export { PersonaState }
|
|
479
496
|
|
|
497
|
+
export { Progress }
|
|
498
|
+
|
|
499
|
+
export { progressClassNames }
|
|
500
|
+
|
|
501
|
+
export { ProgressProps }
|
|
502
|
+
|
|
503
|
+
export { ProgressSlots }
|
|
504
|
+
|
|
505
|
+
export { ProgressState }
|
|
506
|
+
|
|
480
507
|
export { RadioGroupField }
|
|
481
508
|
|
|
482
509
|
export { radioGroupFieldClassNames }
|
|
@@ -513,6 +540,8 @@ export { renderOptionGroup_unstable }
|
|
|
513
540
|
|
|
514
541
|
export { renderPersona_unstable }
|
|
515
542
|
|
|
543
|
+
export { renderProgress_unstable }
|
|
544
|
+
|
|
516
545
|
export { renderSelect_unstable }
|
|
517
546
|
|
|
518
547
|
export { renderTable_unstable }
|
|
@@ -779,6 +808,10 @@ export { usePersona_unstable }
|
|
|
779
808
|
|
|
780
809
|
export { usePersonaStyles_unstable }
|
|
781
810
|
|
|
811
|
+
export { useProgress_unstable }
|
|
812
|
+
|
|
813
|
+
export { useProgressStyles_unstable }
|
|
814
|
+
|
|
782
815
|
export { useSelect_unstable }
|
|
783
816
|
|
|
784
817
|
export { useSelectStyles_unstable }
|
|
@@ -10,7 +10,7 @@ export const FullscreenLink = props => /*#__PURE__*/React.createElement("a", {
|
|
|
10
10
|
}, props.content);
|
|
11
11
|
export const ScenariosListLink = props => /*#__PURE__*/React.createElement("a", {
|
|
12
12
|
className: "sbdocs sbdocs-a",
|
|
13
|
-
href: `iframe.html?id=accessibility-
|
|
13
|
+
href: `iframe.html?id=concepts-developer-accessibility-stories-list-of-scenarios--page`
|
|
14
14
|
}, props.children);
|
|
15
15
|
export const BackLink = () => /*#__PURE__*/React.createElement(ScenariosListLink, null, "Go back to main menu");
|
|
16
16
|
export const Scenario = ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["AccessibilityScenarios/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAEA,MAAM,SAAS,GAAG,yBAAlB;AACA,MAAM,mBAAmB,GAAG,KAA5B,C,CAQA;AACA;;AACA,OAAO,MAAM,cAAc,GAAI,KAAD,iBAC5B,KAAA,CAAA,aAAA,CAAA,GAAA,EAAA;EAAG,SAAS,EAAC,iBAAb;EAA+B,IAAI,EAAE,kBAAkB,KAAK,CAAC,MAAM,KAAK,KAAK,CAAC,KAAK,EAAnF;EAAuF,MAAM,EAAC;AAA9F,CAAA,EACG,KAAK,CAAC,OADT,CADK;AAMP,OAAO,MAAM,iBAAiB,GAAa,KAAK,iBAC9C,KAAA,CAAA,aAAA,CAAA,GAAA,EAAA;
|
|
1
|
+
{"version":3,"sources":["AccessibilityScenarios/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AAEA,MAAM,SAAS,GAAG,yBAAlB;AACA,MAAM,mBAAmB,GAAG,KAA5B,C,CAQA;AACA;;AACA,OAAO,MAAM,cAAc,GAAI,KAAD,iBAC5B,KAAA,CAAA,aAAA,CAAA,GAAA,EAAA;EAAG,SAAS,EAAC,iBAAb;EAA+B,IAAI,EAAE,kBAAkB,KAAK,CAAC,MAAM,KAAK,KAAK,CAAC,KAAK,EAAnF;EAAuF,MAAM,EAAC;AAA9F,CAAA,EACG,KAAK,CAAC,OADT,CADK;AAMP,OAAO,MAAM,iBAAiB,GAAa,KAAK,iBAC9C,KAAA,CAAA,aAAA,CAAA,GAAA,EAAA;EACE,SAAS,EAAC,iBADZ;EAEE,IAAI,EAAE;AAFR,CAAA,EAIG,KAAK,CAAC,QAJT,CADK;AASP,OAAO,MAAM,QAAQ,GAAG,mBAAM,KAAA,CAAA,aAAA,CAAC,iBAAD,EAAkB,IAAlB,EAAkB,sBAAlB,CAAvB;AAEP,OAAO,MAAM,QAAQ,GAAmD,CAAC;EAAE,SAAF;EAAa;AAAb,CAAD,KAA4B;EAClG,KAAK,CAAC,SAAN,CAAgB,MAAK;IACnB,QAAQ,CAAC,KAAT,GAAiB,SAAS,GAAG,mBAAZ,GAAkC,SAAnD;EACD,CAFD,EAEG,CAAC,SAAD,CAFH;EAIA,oBACE,KAAA,CAAA,aAAA,CAAA,KAAA,EAAA;IAAK,IAAI,EAAC;EAAV,CAAA,eACE,KAAA,CAAA,aAAA,CAAC,QAAD,EAAS,IAAT,CADF,eAEE,KAAA,CAAA,aAAA,CAAA,IAAA,EAAA,IAAA,CAFF,EAGG,QAHH,CADF;AAOD,CAZM","sourcesContent":["import * as React from 'react';\n\nconst APP_TITLE = 'Accessibility Scenarios';\nconst APP_TITLE_SEPARATOR = ' | ';\n\ninterface FullscreenLinkProps {\n parent: string;\n story: string;\n content: string;\n}\n\n// https://storybook.js.org/addons/@storybook/addon-links does not allow opening a story in new tab\n// so this is a naive attempt for opening a story in full screen\nexport const FullscreenLink = (props: FullscreenLinkProps) => (\n <a className=\"sbdocs sbdocs-a\" href={`iframe.html?id=${props.parent}--${props.story}`} target=\"_blank\">\n {props.content}\n </a>\n);\n\nexport const ScenariosListLink: React.FC = props => (\n <a\n className=\"sbdocs sbdocs-a\"\n href={`iframe.html?id=concepts-developer-accessibility-stories-list-of-scenarios--page`}\n >\n {props.children}\n </a>\n);\n\nexport const BackLink = () => <ScenariosListLink>Go back to main menu</ScenariosListLink>;\n\nexport const Scenario: React.FunctionComponent<{ pageTitle: string }> = ({ pageTitle, children }) => {\n React.useEffect(() => {\n document.title = pageTitle + APP_TITLE_SEPARATOR + APP_TITLE;\n }, [pageTitle]);\n\n return (\n <div role=\"main\">\n <BackLink />\n <br />\n {children}\n </div>\n );\n};\n"],"sourceRoot":"../src/"}
|