@fluentui/react-components 9.4.0 → 9.5.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 +472 -1
- package/CHANGELOG.md +129 -2
- package/dist/index.d.ts +183 -0
- package/dist/unstable.d.ts +0 -168
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +0 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +213 -3
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +3 -193
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +38 -37
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,478 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 13 Oct 2022 10:59:17 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.5.0",
|
|
7
|
+
"version": "9.5.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfangao@hotmail.com",
|
|
12
|
+
"package": "@fluentui/priority-overflow",
|
|
13
|
+
"commit": "6440417cb5db157acfb33d9f2c93de9bf7493791",
|
|
14
|
+
"comment": "feat: Adds API to register overflow menus for better available space calculation"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "lingfangao@hotmail.com",
|
|
18
|
+
"package": "@fluentui/priority-overflow",
|
|
19
|
+
"commit": "d59683655d4d2a3775df4a2b41a09504cddd72ad",
|
|
20
|
+
"comment": "new overflow items should only be enqueued while observing"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "olfedias@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-alert",
|
|
25
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
26
|
+
"comment": "chore: Update Griffel to latest version"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "olfedias@microsoft.com",
|
|
30
|
+
"package": "@fluentui/react-card",
|
|
31
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
32
|
+
"comment": "chore: Update Griffel to latest version"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "olfedias@microsoft.com",
|
|
36
|
+
"package": "@fluentui/react-combobox",
|
|
37
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
38
|
+
"comment": "chore: Update Griffel to latest version"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "sarah.higley@microsoft.com",
|
|
42
|
+
"package": "@fluentui/react-combobox",
|
|
43
|
+
"commit": "610eaf4725950121d3646e07a452d541ea3f3776",
|
|
44
|
+
"comment": "fix: add ScrollIntoView hook for Listbox options"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "sarah.higley@microsoft.com",
|
|
48
|
+
"package": "@fluentui/react-combobox",
|
|
49
|
+
"commit": "0bf5374da5df0649ac7fdc065d141f0b8cd7ddf6",
|
|
50
|
+
"comment": "feat: export contexts from react-combobox"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "sarah.higley@microsoft.com",
|
|
54
|
+
"package": "@fluentui/react-combobox",
|
|
55
|
+
"commit": "e154da8243c0b3a900aeaaa55d91c4ca96f8a705",
|
|
56
|
+
"comment": "fix: Dropdown arrow icon layout when no placeholder or value is present"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "olfedias@microsoft.com",
|
|
60
|
+
"package": "@fluentui/react-conformance-griffel",
|
|
61
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
62
|
+
"comment": "chore: Update Griffel to latest version"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "olfedias@microsoft.com",
|
|
66
|
+
"package": "@fluentui/react-dialog",
|
|
67
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
68
|
+
"comment": "chore: Update Griffel to latest version"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
72
|
+
"package": "@fluentui/react-dialog",
|
|
73
|
+
"commit": "12222c2cfb1851ac6fbf57d17a1573432e842ec7",
|
|
74
|
+
"comment": "feat: focus on surface if no focusable element is available"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
78
|
+
"package": "@fluentui/react-dialog",
|
|
79
|
+
"commit": "17c5fe742918bbc41ed22f492a289f53bffc5008",
|
|
80
|
+
"comment": "chore: improves DialogTrigger types"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
84
|
+
"package": "@fluentui/react-dialog",
|
|
85
|
+
"commit": "443c503b94e602e55857e4e311413c6257d60766",
|
|
86
|
+
"comment": "chore: cleanups in types"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
90
|
+
"package": "@fluentui/react-dialog",
|
|
91
|
+
"commit": "b48083b3009bc75f28c328de0024eb400b989145",
|
|
92
|
+
"comment": "fix: aria-* properties should be reassignable"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"author": "ololubek@microsoft.com",
|
|
96
|
+
"package": "@fluentui/react-field",
|
|
97
|
+
"commit": "a8e81b5296f1551e74010c1d2ad9d37c6fd48306",
|
|
98
|
+
"comment": "Add ProgressField to @fluentui/react-field"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"author": "behowell@microsoft.com",
|
|
102
|
+
"package": "@fluentui/react-field",
|
|
103
|
+
"commit": "c78ae4c551ef8dd8109fc339047cfdfd1c1b9948",
|
|
104
|
+
"comment": "fix: CheckboxField to set a generated ID on the input, to match the label's htmlFor"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"author": "olfedias@microsoft.com",
|
|
108
|
+
"package": "@fluentui/react-field",
|
|
109
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
110
|
+
"comment": "chore: Update Griffel to latest version"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"author": "behowell@microsoft.com",
|
|
114
|
+
"package": "@fluentui/react-field",
|
|
115
|
+
"commit": "8954cd0e856c4fdda7745f40d3c30916a6e24f6b",
|
|
116
|
+
"comment": "fix: Field should have block layout, not inline"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"author": "lingfangao@hotmail.com",
|
|
120
|
+
"package": "@fluentui/react-overflow",
|
|
121
|
+
"commit": "6440417cb5db157acfb33d9f2c93de9bf7493791",
|
|
122
|
+
"comment": "fix: useOverflowMenu should register overflow menu"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"author": "olfedias@microsoft.com",
|
|
126
|
+
"package": "@fluentui/react-overflow",
|
|
127
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
128
|
+
"comment": "chore: Update Griffel to latest version"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"author": "ololubek@microsoft.com",
|
|
132
|
+
"package": "@fluentui/react-progress",
|
|
133
|
+
"commit": "863058740bb2f3e82680db503268b3e937ddf86d",
|
|
134
|
+
"comment": "chore: Add vr and conformance tests."
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"author": "ololubek@microsoft.com",
|
|
138
|
+
"package": "@fluentui/react-progress",
|
|
139
|
+
"commit": "a8e81b5296f1551e74010c1d2ad9d37c6fd48306",
|
|
140
|
+
"comment": "Add justify-self styling to Progress styles"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"author": "ololubek@microsoft.com",
|
|
144
|
+
"package": "@fluentui/react-progress",
|
|
145
|
+
"commit": "7c61a4294381ddc4b738a31c71f0a953cbe2ee95",
|
|
146
|
+
"comment": "Add documentation"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"author": "behowell@microsoft.com",
|
|
150
|
+
"package": "@fluentui/react-progress",
|
|
151
|
+
"commit": "4f46035db0cd28a5987932120c68755e024869c8",
|
|
152
|
+
"comment": "fix: Progress should set aria-valuemin and aria-valuemax when the value is 0"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"author": "olfedias@microsoft.com",
|
|
156
|
+
"package": "@fluentui/react-progress",
|
|
157
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
158
|
+
"comment": "chore: Update Griffel to latest version"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"author": "olfedias@microsoft.com",
|
|
162
|
+
"package": "@fluentui/react-select",
|
|
163
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
164
|
+
"comment": "chore: Update Griffel to latest version"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"author": "olfedias@microsoft.com",
|
|
168
|
+
"package": "@fluentui/react-table",
|
|
169
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
170
|
+
"comment": "chore: Update Griffel to latest version"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"author": "lingfangao@hotmail.com",
|
|
174
|
+
"package": "@fluentui/react-table",
|
|
175
|
+
"commit": "33559052b672f787b021bd2fbc9826e88ce2a2de",
|
|
176
|
+
"comment": "BREAKING: refactor `useTable` to be composable"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"author": "lingfangao@hotmail.com",
|
|
180
|
+
"package": "@fluentui/react-toolbar",
|
|
181
|
+
"commit": "2d36a7c692d301b420b6a4b1a78b139fdc955612",
|
|
182
|
+
"comment": "fix: Toolbar selection should work"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"author": "olfedias@microsoft.com",
|
|
186
|
+
"package": "@fluentui/react-toolbar",
|
|
187
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
188
|
+
"comment": "chore: Update Griffel to latest version"
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"patch": [
|
|
192
|
+
{
|
|
193
|
+
"author": "olfedias@microsoft.com",
|
|
194
|
+
"package": "@fluentui/react-accordion",
|
|
195
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
196
|
+
"comment": "chore: Update Griffel to latest version"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"author": "olfedias@microsoft.com",
|
|
200
|
+
"package": "@fluentui/react-avatar",
|
|
201
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
202
|
+
"comment": "chore: Update Griffel to latest version"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"author": "olfedias@microsoft.com",
|
|
206
|
+
"package": "@fluentui/react-badge",
|
|
207
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
208
|
+
"comment": "chore: Update Griffel to latest version"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"author": "olfedias@microsoft.com",
|
|
212
|
+
"package": "@fluentui/react-button",
|
|
213
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
214
|
+
"comment": "chore: Update Griffel to latest version"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"author": "makotom@microsoft.com",
|
|
218
|
+
"package": "@fluentui/react-button",
|
|
219
|
+
"commit": "755d076070dd69c0a798eb5863aadf98e76b024a",
|
|
220
|
+
"comment": "feat: Adding subtle transition between states on Button components."
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"author": "olfedias@microsoft.com",
|
|
224
|
+
"package": "@fluentui/react-checkbox",
|
|
225
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
226
|
+
"comment": "chore: Update Griffel to latest version"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"author": "olfedias@microsoft.com",
|
|
230
|
+
"package": "@fluentui/react-components",
|
|
231
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
232
|
+
"comment": "chore: Update Griffel to latest version"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"author": "ololubek@microsoft.com",
|
|
236
|
+
"package": "@fluentui/react-components",
|
|
237
|
+
"commit": "93f154ac2821be1fd408fa98943a641f9d3dc464",
|
|
238
|
+
"comment": "docs: update Icon docs with examples"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
242
|
+
"package": "@fluentui/react-dialog",
|
|
243
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a",
|
|
244
|
+
"comment": "feat: react-dialog stable release"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"author": "olfedias@microsoft.com",
|
|
248
|
+
"package": "@fluentui/react-divider",
|
|
249
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
250
|
+
"comment": "chore: Update Griffel to latest version"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"author": "olfedias@microsoft.com",
|
|
254
|
+
"package": "@fluentui/react-image",
|
|
255
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
256
|
+
"comment": "chore: Update Griffel to latest version"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"author": "olfedias@microsoft.com",
|
|
260
|
+
"package": "@fluentui/react-input",
|
|
261
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
262
|
+
"comment": "chore: Update Griffel to latest version"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"author": "olfedias@microsoft.com",
|
|
266
|
+
"package": "@fluentui/react-label",
|
|
267
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
268
|
+
"comment": "chore: Update Griffel to latest version"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"author": "olfedias@microsoft.com",
|
|
272
|
+
"package": "@fluentui/react-link",
|
|
273
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
274
|
+
"comment": "chore: Update Griffel to latest version"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"author": "olfedias@microsoft.com",
|
|
278
|
+
"package": "@fluentui/react-menu",
|
|
279
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
280
|
+
"comment": "chore: Update Griffel to latest version"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
284
|
+
"package": "@fluentui/react-menu",
|
|
285
|
+
"commit": "17c5fe742918bbc41ed22f492a289f53bffc5008",
|
|
286
|
+
"comment": "chore: improves MenuTrigger types"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"author": "lingfangao@hotmail.com",
|
|
290
|
+
"package": "@fluentui/react-menu",
|
|
291
|
+
"commit": "77e15dac2727ae2a8b466744fc291447548e4249",
|
|
292
|
+
"comment": "fix: Menu trigger should be focused when menu is closed with keyboard"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"author": "olfedias@microsoft.com",
|
|
296
|
+
"package": "@fluentui/react-persona",
|
|
297
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
298
|
+
"comment": "chore: Update Griffel to latest version"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"author": "esteban.230@hotmail.com",
|
|
302
|
+
"package": "@fluentui/react-persona",
|
|
303
|
+
"commit": "0b45dbb1df893c61086b5de4f312f7258d3d8fd7",
|
|
304
|
+
"comment": "chore: Add unit and conformance tests."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"author": "esteban.230@hotmail.com",
|
|
308
|
+
"package": "@fluentui/react-persona",
|
|
309
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a",
|
|
310
|
+
"comment": "chore: Adding bundle-size command for bundle-size fixtures."
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
314
|
+
"package": "@fluentui/react-popover",
|
|
315
|
+
"commit": "17c5fe742918bbc41ed22f492a289f53bffc5008",
|
|
316
|
+
"comment": "chore: improves PopoverTrigger types"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"author": "olfedias@microsoft.com",
|
|
320
|
+
"package": "@fluentui/react-popover",
|
|
321
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
322
|
+
"comment": "chore: Update Griffel to latest version"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"author": "olfedias@microsoft.com",
|
|
326
|
+
"package": "@fluentui/react-portal",
|
|
327
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
328
|
+
"comment": "chore: Update Griffel to latest version"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"author": "olfedias@microsoft.com",
|
|
332
|
+
"package": "@fluentui/react-positioning",
|
|
333
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
334
|
+
"comment": "chore: Update Griffel to latest version"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"author": "yuanboxue@microsoft.com",
|
|
338
|
+
"package": "@fluentui/react-positioning",
|
|
339
|
+
"commit": "16c7bcadf6f5a1f66dd8224f014ceee4c4800be3",
|
|
340
|
+
"comment": "fix `usePositioning` to reset `overrideTargetRef` when target in hook options is undefined"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"author": "olfedias@microsoft.com",
|
|
344
|
+
"package": "@fluentui/react-provider",
|
|
345
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
346
|
+
"comment": "chore: Update Griffel to latest version"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"author": "olfedias@microsoft.com",
|
|
350
|
+
"package": "@fluentui/react-radio",
|
|
351
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
352
|
+
"comment": "chore: Update Griffel to latest version"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"author": "olfedias@microsoft.com",
|
|
356
|
+
"package": "@fluentui/react-slider",
|
|
357
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
358
|
+
"comment": "chore: Update Griffel to latest version"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"author": "olfedias@microsoft.com",
|
|
362
|
+
"package": "@fluentui/react-spinbutton",
|
|
363
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
364
|
+
"comment": "chore: Update Griffel to latest version"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"author": "olfedias@microsoft.com",
|
|
368
|
+
"package": "@fluentui/react-spinner",
|
|
369
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
370
|
+
"comment": "chore: Update Griffel to latest version"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"author": "olfedias@microsoft.com",
|
|
374
|
+
"package": "@fluentui/react-switch",
|
|
375
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
376
|
+
"comment": "chore: Update Griffel to latest version"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"author": "olfedias@microsoft.com",
|
|
380
|
+
"package": "@fluentui/react-tabs",
|
|
381
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
382
|
+
"comment": "chore: Update Griffel to latest version"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"author": "olfedias@microsoft.com",
|
|
386
|
+
"package": "@fluentui/react-tabster",
|
|
387
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
388
|
+
"comment": "chore: Update Griffel to latest version"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"author": "olfedias@microsoft.com",
|
|
392
|
+
"package": "@fluentui/react-text",
|
|
393
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
394
|
+
"comment": "chore: Update Griffel to latest version"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"author": "olfedias@microsoft.com",
|
|
398
|
+
"package": "@fluentui/react-textarea",
|
|
399
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
400
|
+
"comment": "chore: Update Griffel to latest version"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
404
|
+
"package": "@fluentui/react-tooltip",
|
|
405
|
+
"commit": "17c5fe742918bbc41ed22f492a289f53bffc5008",
|
|
406
|
+
"comment": "chore: improves Tooltip types"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"author": "behowell@microsoft.com",
|
|
410
|
+
"package": "@fluentui/react-tooltip",
|
|
411
|
+
"commit": "c0b200c4c2ce25dbe3b95f8fc08454e362d25e17",
|
|
412
|
+
"comment": "fix: The Tooltip should not hide if it gets keyboard focus"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"author": "olfedias@microsoft.com",
|
|
416
|
+
"package": "@fluentui/react-tooltip",
|
|
417
|
+
"commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
|
|
418
|
+
"comment": "chore: Update Griffel to latest version"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
422
|
+
"package": "@fluentui/react-utilities",
|
|
423
|
+
"commit": "17c5fe742918bbc41ed22f492a289f53bffc5008",
|
|
424
|
+
"comment": "chore: restricts trigger API types"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"minor": [
|
|
428
|
+
{
|
|
429
|
+
"author": "mgodbolt@microsoft.com",
|
|
430
|
+
"package": "@fluentui/react-components",
|
|
431
|
+
"commit": "90e00c3534b8f263446f995ac040de135032797f",
|
|
432
|
+
"comment": "feat: Re-export Portal component and related bits"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
436
|
+
"package": "@fluentui/react-components",
|
|
437
|
+
"commit": "cd05c21e62ff37812d614330eb70f97fd978c97a",
|
|
438
|
+
"comment": "feat: react-dialog stable release"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"none": [
|
|
442
|
+
{
|
|
443
|
+
"author": "olfedias@microsoft.com",
|
|
444
|
+
"package": "@fluentui/react-components",
|
|
445
|
+
"commit": "324fe638ab10e48e83dc379054c7c6f3ea634c51",
|
|
446
|
+
"comment": "chore: add a bundle size fixture (Button, Provider & theme)"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"author": "email not defined",
|
|
450
|
+
"package": "@fluentui/react-dialog",
|
|
451
|
+
"commit": "42acccd4445b42c806f957de00e5f2567589279f",
|
|
452
|
+
"comment": "chore: updates stories and tests"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"author": "lingfangao@hotmail.com",
|
|
456
|
+
"package": "@fluentui/react-overflow",
|
|
457
|
+
"commit": "d59683655d4d2a3775df4a2b41a09504cddd72ad",
|
|
458
|
+
"comment": "chore: Add browser e2e tests"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"author": "mgodbolt@microsoft.com",
|
|
462
|
+
"package": "@fluentui/react-portal",
|
|
463
|
+
"commit": "90e00c3534b8f263446f995ac040de135032797f",
|
|
464
|
+
"comment": "chore: Update docs and prep for addition to react-components package"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"author": "chassunc@microsoft.com",
|
|
468
|
+
"package": "@fluentui/react-toolbar",
|
|
469
|
+
"commit": "41c30da2fdb58551d5ec3ce2450ccab5d2d49969",
|
|
470
|
+
"comment": "chore: update api"
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"date": "Mon, 03 Oct 2022 22:24:33 GMT",
|
|
6
477
|
"tag": "@fluentui/react-components_v9.4.0",
|
|
7
478
|
"version": "9.4.0",
|
|
8
479
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,139 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 13 Oct 2022 10:59:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.5.0)
|
|
8
|
+
|
|
9
|
+
Thu, 13 Oct 2022 10:59:17 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.4.0..@fluentui/react-components_v9.5.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Re-export Portal component and related bits ([PR #25047](https://github.com/microsoft/fluentui/pull/25047) by mgodbolt@microsoft.com)
|
|
16
|
+
- feat: react-dialog stable release ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by bernardo.sunderhus@gmail.com)
|
|
17
|
+
|
|
18
|
+
### Patches
|
|
19
|
+
|
|
20
|
+
- `@fluentui/react-accordion`
|
|
21
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
22
|
+
- `@fluentui/react-avatar`
|
|
23
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
24
|
+
- `@fluentui/react-badge`
|
|
25
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
26
|
+
- `@fluentui/react-button`
|
|
27
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
28
|
+
- feat: Adding subtle transition between states on Button components. ([PR #25106](https://github.com/microsoft/fluentui/pull/25106) by makotom@microsoft.com)
|
|
29
|
+
- `@fluentui/react-checkbox`
|
|
30
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
31
|
+
- `@fluentui/react-components`
|
|
32
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
33
|
+
- docs: update Icon docs with examples ([PR #24768](https://github.com/microsoft/fluentui/pull/24768) by ololubek@microsoft.com)
|
|
34
|
+
- `@fluentui/react-dialog`
|
|
35
|
+
- feat: react-dialog stable release ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by bernardo.sunderhus@gmail.com)
|
|
36
|
+
- `@fluentui/react-divider`
|
|
37
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
38
|
+
- `@fluentui/react-image`
|
|
39
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
40
|
+
- `@fluentui/react-input`
|
|
41
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
42
|
+
- `@fluentui/react-label`
|
|
43
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
44
|
+
- `@fluentui/react-link`
|
|
45
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
46
|
+
- `@fluentui/react-menu`
|
|
47
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
48
|
+
- chore: improves MenuTrigger types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
49
|
+
- fix: Menu trigger should be focused when menu is closed with keyboard ([PR #25165](https://github.com/microsoft/fluentui/pull/25165) by lingfangao@hotmail.com)
|
|
50
|
+
- `@fluentui/react-persona`
|
|
51
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
52
|
+
- chore: Add unit and conformance tests. ([PR #25007](https://github.com/microsoft/fluentui/pull/25007) by esteban.230@hotmail.com)
|
|
53
|
+
- chore: Adding bundle-size command for bundle-size fixtures. ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by esteban.230@hotmail.com)
|
|
54
|
+
- `@fluentui/react-popover`
|
|
55
|
+
- chore: improves PopoverTrigger types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
56
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
57
|
+
- `@fluentui/react-portal`
|
|
58
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
59
|
+
- `@fluentui/react-positioning`
|
|
60
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
61
|
+
- fix `usePositioning` to reset `overrideTargetRef` when target in hook options is undefined ([PR #25135](https://github.com/microsoft/fluentui/pull/25135) by yuanboxue@microsoft.com)
|
|
62
|
+
- `@fluentui/react-provider`
|
|
63
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
64
|
+
- `@fluentui/react-radio`
|
|
65
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
66
|
+
- `@fluentui/react-slider`
|
|
67
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
68
|
+
- `@fluentui/react-spinbutton`
|
|
69
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
70
|
+
- `@fluentui/react-spinner`
|
|
71
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
72
|
+
- `@fluentui/react-switch`
|
|
73
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
74
|
+
- `@fluentui/react-tabs`
|
|
75
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
76
|
+
- `@fluentui/react-tabster`
|
|
77
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
78
|
+
- `@fluentui/react-text`
|
|
79
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
80
|
+
- `@fluentui/react-textarea`
|
|
81
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
82
|
+
- `@fluentui/react-tooltip`
|
|
83
|
+
- chore: improves Tooltip types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
84
|
+
- fix: The Tooltip should not hide if it gets keyboard focus ([PR #25138](https://github.com/microsoft/fluentui/pull/25138) by behowell@microsoft.com)
|
|
85
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
86
|
+
- `@fluentui/react-utilities`
|
|
87
|
+
- chore: restricts trigger API types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
88
|
+
|
|
89
|
+
### Changes
|
|
90
|
+
|
|
91
|
+
- `@fluentui/priority-overflow`
|
|
92
|
+
- feat: Adds API to register overflow menus for better available space calculation ([PR #25091](https://github.com/microsoft/fluentui/pull/25091) by lingfangao@hotmail.com)
|
|
93
|
+
- new overflow items should only be enqueued while observing ([PR #25122](https://github.com/microsoft/fluentui/pull/25122) by lingfangao@hotmail.com)
|
|
94
|
+
- `@fluentui/react-alert`
|
|
95
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
96
|
+
- `@fluentui/react-card`
|
|
97
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
98
|
+
- `@fluentui/react-combobox`
|
|
99
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
100
|
+
- fix: add ScrollIntoView hook for Listbox options ([PR #25080](https://github.com/microsoft/fluentui/pull/25080) by sarah.higley@microsoft.com)
|
|
101
|
+
- feat: export contexts from react-combobox ([PR #25099](https://github.com/microsoft/fluentui/pull/25099) by sarah.higley@microsoft.com)
|
|
102
|
+
- fix: Dropdown arrow icon layout when no placeholder or value is present ([PR #25049](https://github.com/microsoft/fluentui/pull/25049) by sarah.higley@microsoft.com)
|
|
103
|
+
- `@fluentui/react-conformance-griffel`
|
|
104
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
105
|
+
- `@fluentui/react-dialog`
|
|
106
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
107
|
+
- feat: focus on surface if no focusable element is available ([PR #25173](https://github.com/microsoft/fluentui/pull/25173) by bernardo.sunderhus@gmail.com)
|
|
108
|
+
- chore: improves DialogTrigger types ([PR #25044](https://github.com/microsoft/fluentui/pull/25044) by bernardo.sunderhus@gmail.com)
|
|
109
|
+
- chore: cleanups in types ([PR #25070](https://github.com/microsoft/fluentui/pull/25070) by bernardo.sunderhus@gmail.com)
|
|
110
|
+
- fix: aria-* properties should be reassignable ([PR #25092](https://github.com/microsoft/fluentui/pull/25092) by bernardo.sunderhus@gmail.com)
|
|
111
|
+
- `@fluentui/react-field`
|
|
112
|
+
- Add ProgressField to @fluentui/react-field ([PR #25103](https://github.com/microsoft/fluentui/pull/25103) by ololubek@microsoft.com)
|
|
113
|
+
- fix: CheckboxField to set a generated ID on the input, to match the label's htmlFor ([PR #25079](https://github.com/microsoft/fluentui/pull/25079) by behowell@microsoft.com)
|
|
114
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
115
|
+
- fix: Field should have block layout, not inline ([PR #25126](https://github.com/microsoft/fluentui/pull/25126) by behowell@microsoft.com)
|
|
116
|
+
- `@fluentui/react-overflow`
|
|
117
|
+
- fix: useOverflowMenu should register overflow menu ([PR #25091](https://github.com/microsoft/fluentui/pull/25091) by lingfangao@hotmail.com)
|
|
118
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
119
|
+
- `@fluentui/react-progress`
|
|
120
|
+
- chore: Add vr and conformance tests. ([PR #25105](https://github.com/microsoft/fluentui/pull/25105) by ololubek@microsoft.com)
|
|
121
|
+
- Add justify-self styling to Progress styles ([PR #25103](https://github.com/microsoft/fluentui/pull/25103) by ololubek@microsoft.com)
|
|
122
|
+
- Add documentation ([PR #25194](https://github.com/microsoft/fluentui/pull/25194) by ololubek@microsoft.com)
|
|
123
|
+
- fix: Progress should set aria-valuemin and aria-valuemax when the value is 0 ([PR #25198](https://github.com/microsoft/fluentui/pull/25198) by behowell@microsoft.com)
|
|
124
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
125
|
+
- `@fluentui/react-select`
|
|
126
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
127
|
+
- `@fluentui/react-table`
|
|
128
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
129
|
+
- BREAKING: refactor `useTable` to be composable ([PR #24947](https://github.com/microsoft/fluentui/pull/24947) by lingfangao@hotmail.com)
|
|
130
|
+
- `@fluentui/react-toolbar`
|
|
131
|
+
- fix: Toolbar selection should work ([PR #25153](https://github.com/microsoft/fluentui/pull/25153) by lingfangao@hotmail.com)
|
|
132
|
+
- chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
|
|
133
|
+
|
|
7
134
|
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.4.0)
|
|
8
135
|
|
|
9
|
-
Mon, 03 Oct 2022 22:
|
|
136
|
+
Mon, 03 Oct 2022 22:24:33 GMT
|
|
10
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.3.2..@fluentui/react-components_v9.4.0)
|
|
11
138
|
|
|
12
139
|
### Minor changes
|