@fluentui/react-components 9.11.0 → 9.12.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 CHANGED
@@ -2,7 +2,333 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 18 Jan 2023 16:30:55 GMT",
5
+ "date": "Thu, 26 Jan 2023 13:27:41 GMT",
6
+ "tag": "@fluentui/react-components_v9.12.0",
7
+ "version": "9.12.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-avatar",
13
+ "commit": "f5f1f5eed0c4e45333f38fbefc4b1b42580b4836",
14
+ "comment": "chore: deprecates AvatarSizes in favor of AvatarSize"
15
+ },
16
+ {
17
+ "author": "bernardo.sunderhus@gmail.com",
18
+ "package": "@fluentui/react-button",
19
+ "commit": "b19643775c1b39ec5f960c7d31aeb2d55eb1cfff",
20
+ "comment": "feature: creates ButtonContext"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-components",
25
+ "commit": "fdc548e6e52077bad22ced4a332b39c7b8641a6c",
26
+ "comment": "feat: export TextareaOnChangeData type"
27
+ },
28
+ {
29
+ "author": "miroslav.stastny@microsoft.com",
30
+ "package": "@fluentui/react-components",
31
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
32
+ "comment": "feat: add support for appearance overrides (unstable)"
33
+ },
34
+ {
35
+ "author": "olfedias@microsoft.com",
36
+ "package": "@fluentui/react-components",
37
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1",
38
+ "comment": "feat: add IdPrefixProvider"
39
+ },
40
+ {
41
+ "author": "bernardo.sunderhus@gmail.com",
42
+ "package": "@fluentui/react-components",
43
+ "commit": "f5f1f5eed0c4e45333f38fbefc4b1b42580b4836",
44
+ "comment": "chore(react-avatar): deprecates AvatarSizes in favor of AvatarSize"
45
+ },
46
+ {
47
+ "author": "miroslav.stastny@microsoft.com",
48
+ "package": "@fluentui/react-input",
49
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
50
+ "comment": "feat: Allow default appearance override"
51
+ },
52
+ {
53
+ "author": "gcox@microsoft.com",
54
+ "package": "@fluentui/react-migration-v8-v9",
55
+ "commit": "38f8d75d0e279f6fe50fe5647650592cd648d6b2",
56
+ "comment": "Moved to be a v9 convergence package"
57
+ },
58
+ {
59
+ "author": "miroslav.stastny@microsoft.com",
60
+ "package": "@fluentui/react-provider",
61
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
62
+ "comment": "feat: add support for overrides (unstable)"
63
+ },
64
+ {
65
+ "author": "miroslav.stastny@microsoft.com",
66
+ "package": "@fluentui/react-shared-contexts",
67
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
68
+ "comment": "feat: Overrides context"
69
+ },
70
+ {
71
+ "author": "miroslav.stastny@microsoft.com",
72
+ "package": "@fluentui/react-spinbutton",
73
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
74
+ "comment": "feat: Allow default appearance override"
75
+ },
76
+ {
77
+ "author": "miroslav.stastny@microsoft.com",
78
+ "package": "@fluentui/react-textarea",
79
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
80
+ "comment": "feat: Allow default appearance override"
81
+ },
82
+ {
83
+ "author": "olfedias@microsoft.com",
84
+ "package": "@fluentui/react-textarea",
85
+ "commit": "fdc548e6e52077bad22ced4a332b39c7b8641a6c",
86
+ "comment": "feat: export TextareaOnChangeData type"
87
+ },
88
+ {
89
+ "author": "olfedias@microsoft.com",
90
+ "package": "@fluentui/react-utilities",
91
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1",
92
+ "comment": "feat: add IdPrefixProvider"
93
+ }
94
+ ],
95
+ "patch": [
96
+ {
97
+ "author": "sarah.higley@microsoft.com",
98
+ "package": "@fluentui/react-button",
99
+ "commit": "ea3269970b9b5072f6647fcd40c6be05229dc47c",
100
+ "comment": "fix: high contrast mode focus styles are applied"
101
+ },
102
+ {
103
+ "author": "behowell@microsoft.com",
104
+ "package": "@fluentui/react-checkbox",
105
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
106
+ "comment": "Deprecate CheckboxField_unstable in favor of Field with Checkbox as its child."
107
+ },
108
+ {
109
+ "author": "behowell@microsoft.com",
110
+ "package": "@fluentui/react-components",
111
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
112
+ "comment": "Add Field to react-components/unstable. Deprecate InputField/etc. in favor of Field with Input/etc. as its child."
113
+ },
114
+ {
115
+ "author": "behowell@microsoft.com",
116
+ "package": "@fluentui/react-input",
117
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
118
+ "comment": "Deprecate InputField_unstable in favor of Field with Input as its child."
119
+ },
120
+ {
121
+ "author": "olfedias@microsoft.com",
122
+ "package": "@fluentui/react-link",
123
+ "commit": "a2eb0b3b09c9b6007977e273311d327f43df42e1",
124
+ "comment": "fix: handle \"tabIndex\" from user's input"
125
+ },
126
+ {
127
+ "author": "olfedias@microsoft.com",
128
+ "package": "@fluentui/react-portal",
129
+ "commit": "17ce027879486fa8d2a775864cb119fb194fab8b",
130
+ "comment": "fix: update elementContains() to handle circular references"
131
+ },
132
+ {
133
+ "author": "esteban.230@hotmail.com",
134
+ "package": "@fluentui/react-provider",
135
+ "commit": "4f3871db826e542114d853b57fb2f740787f91e8",
136
+ "comment": "fix: Update FluentProvider's class name to use backslash when a colon is present."
137
+ },
138
+ {
139
+ "author": "behowell@microsoft.com",
140
+ "package": "@fluentui/react-radio",
141
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
142
+ "comment": "Deprecate RadioGroupField_unstable in favor of Field with RadioGroup as its child."
143
+ },
144
+ {
145
+ "author": "behowell@microsoft.com",
146
+ "package": "@fluentui/react-slider",
147
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
148
+ "comment": "Deprecate SliderField_unstable in favor of Field with Slider as its child."
149
+ },
150
+ {
151
+ "author": "behowell@microsoft.com",
152
+ "package": "@fluentui/react-spinbutton",
153
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
154
+ "comment": "Deprecate SpinButtonField_unstable in favor of Field with SpinButton as its child."
155
+ },
156
+ {
157
+ "author": "behowell@microsoft.com",
158
+ "package": "@fluentui/react-switch",
159
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
160
+ "comment": "Deprecate SwitchField_unstable in favor of Field with Switch as its child."
161
+ },
162
+ {
163
+ "author": "behowell@microsoft.com",
164
+ "package": "@fluentui/react-textarea",
165
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
166
+ "comment": "Deprecate TextareaField_unstable in favor of Field with Textarea as its child."
167
+ },
168
+ {
169
+ "author": "seanmonahan@microsoft.com",
170
+ "package": "@fluentui/react-toolbar",
171
+ "commit": "74d3a604225f2fcf053e4a60943c3229afed1a87",
172
+ "comment": "fix: export toolbar hooks as functions, not Typescript types"
173
+ },
174
+ {
175
+ "author": "esteban.230@hotmail.com",
176
+ "package": "@fluentui/react-utilities",
177
+ "commit": "4f3871db826e542114d853b57fb2f740787f91e8",
178
+ "comment": "fix: Leverage React.useId when available for our useId hook."
179
+ }
180
+ ],
181
+ "prerelease": [
182
+ {
183
+ "author": "sarah.higley@microsoft.com",
184
+ "package": "@fluentui/react-combobox",
185
+ "commit": "6a610c7107d57e569dcb03e02ed6480c26412cd4",
186
+ "comment": "fix: add popup maxHeight, and move shadow styles to combobox/dropdown"
187
+ },
188
+ {
189
+ "author": "sarah.higley@microsoft.com",
190
+ "package": "@fluentui/react-combobox",
191
+ "commit": "3079711d3af954e45081347e7a5abb963ef78abf",
192
+ "comment": "chore: update spec and migration docs"
193
+ },
194
+ {
195
+ "author": "sarah.higley@microsoft.com",
196
+ "package": "@fluentui/react-combobox",
197
+ "commit": "9a8b3515e95478a8fb4f9332b2998fdaa44c8ac1",
198
+ "comment": "fix: combobox should recalculate the activedescendant when the children change while open, and clear it when moving text cursor"
199
+ },
200
+ {
201
+ "author": "sarah.higley@microsoft.com",
202
+ "package": "@fluentui/react-combobox",
203
+ "commit": "175abf247751c2ababcc8deef8b4479c648ea2dd",
204
+ "comment": "fix: update multiselect checkbox styles to match checkbox"
205
+ },
206
+ {
207
+ "author": "behowell@microsoft.com",
208
+ "package": "@fluentui/react-combobox",
209
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
210
+ "comment": "Deprecate ComboboxField_unstable in favor of Field with Combobox as its child."
211
+ },
212
+ {
213
+ "author": "behowell@microsoft.com",
214
+ "package": "@fluentui/react-field",
215
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
216
+ "comment": "Implement Field component to replace InputField, ComboboxField, etc."
217
+ },
218
+ {
219
+ "author": "behowell@microsoft.com",
220
+ "package": "@fluentui/react-progress",
221
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
222
+ "comment": "Deprecate ProgressField_unstable in favor of Field with Progress as its child."
223
+ },
224
+ {
225
+ "author": "miroslav.stastny@microsoft.com",
226
+ "package": "@fluentui/react-select",
227
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
228
+ "comment": "feat: Allow default appearance override"
229
+ },
230
+ {
231
+ "author": "behowell@microsoft.com",
232
+ "package": "@fluentui/react-select",
233
+ "commit": "d6e98c0b5390c5c7e03601537b2026307e01a8d4",
234
+ "comment": "Deprecate SelectField_unstable in favor of Field with Select as its child."
235
+ },
236
+ {
237
+ "author": "bernardo.sunderhus@gmail.com",
238
+ "package": "@fluentui/react-table",
239
+ "commit": "f5f1f5eed0c4e45333f38fbefc4b1b42580b4836",
240
+ "comment": "chore(react-table): switch AvatarSizes in favor of AvatarSize"
241
+ }
242
+ ],
243
+ "none": [
244
+ {
245
+ "author": "miroslav.stastny@microsoft.com",
246
+ "package": "@fluentui/react-context-selector",
247
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
248
+ "comment": "chore: fix a typo in jsdoc"
249
+ },
250
+ {
251
+ "author": "miroslav.stastny@microsoft.com",
252
+ "package": "@fluentui/react-portal",
253
+ "commit": "6f29c8f65b2db6125efbd2a7ec2d7abdd0f44601",
254
+ "comment": "Lint based re-format"
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "date": "Mon, 23 Jan 2023 16:43:09 GMT",
261
+ "tag": "@fluentui/react-components_v9.11.1",
262
+ "version": "9.11.1",
263
+ "comments": {
264
+ "patch": [
265
+ {
266
+ "author": "martin.troback@axis.com",
267
+ "package": "@fluentui/react-components",
268
+ "commit": "c075fab840bf34761b3b8dfc2e37de1ad2ac23fc",
269
+ "comment": "make unsized icons searchable"
270
+ },
271
+ {
272
+ "author": "mifraser@microsoft.com",
273
+ "package": "@fluentui/react-components",
274
+ "commit": "547235ce85eef5fc65ed0cdd51ef5244d480b4b6",
275
+ "comment": "feat: Export 'Virtualizer' as unstable"
276
+ },
277
+ {
278
+ "author": "arthurd@microsoft.com",
279
+ "package": "@fluentui/react-portal",
280
+ "commit": "f6440277702514c86bd2a640a7706940ffcbe7d0",
281
+ "comment": "clean up parent reference to avoid memory leaks"
282
+ }
283
+ ],
284
+ "prerelease": [
285
+ {
286
+ "author": "behowell@microsoft.com",
287
+ "package": "@fluentui/react-field",
288
+ "commit": "1f145044a1ef3707e0724d75f9b70e7d2af69375",
289
+ "comment": "chore: Simplify Field layout styles"
290
+ },
291
+ {
292
+ "author": "behowell@microsoft.com",
293
+ "package": "@fluentui/react-field",
294
+ "commit": "b04b2f0c02f2ccd7960905a886ce27f2321fee72",
295
+ "comment": "fix: Stretch Field components to full width"
296
+ },
297
+ {
298
+ "author": "behowell@microsoft.com",
299
+ "package": "@fluentui/react-field",
300
+ "commit": "48a6fc95e6eb7530c162390fb70db7fac88b15ab",
301
+ "comment": "fix: Update Field label padding to match spec"
302
+ },
303
+ {
304
+ "author": "behowell@microsoft.com",
305
+ "package": "@fluentui/react-field",
306
+ "commit": "014041b7447b02856ae50638de71bdb829b0a759",
307
+ "comment": "fix: Field sets role=\"alert\" on its error message so it is announced by screen readers"
308
+ },
309
+ {
310
+ "author": "miroslav.stastny@microsoft.com",
311
+ "package": "@fluentui/react-progress",
312
+ "commit": "22b51ad9694bdaa9dbf0bd1283421d65f77dbf8c",
313
+ "comment": "Rename rectangular shape to square"
314
+ },
315
+ {
316
+ "author": "olfedias@microsoft.com",
317
+ "package": "@fluentui/react-table",
318
+ "commit": "86a28f6ebcc84819c695f12b841b9377736fb5f7",
319
+ "comment": "docs: update imports in DataGrid stories"
320
+ },
321
+ {
322
+ "author": "mifraser@microsoft.com",
323
+ "package": "@fluentui/react-virtualizer",
324
+ "commit": "547235ce85eef5fc65ed0cdd51ef5244d480b4b6",
325
+ "comment": "feat: Initial unstable release of the Virtualizer"
326
+ }
327
+ ]
328
+ }
329
+ },
330
+ {
331
+ "date": "Wed, 18 Jan 2023 16:32:53 GMT",
6
332
  "tag": "@fluentui/react-components_v9.11.0",
7
333
  "version": "9.11.0",
8
334
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,120 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 18 Jan 2023 16:30:55 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Jan 2023 13:27:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.12.0)
8
+
9
+ Thu, 26 Jan 2023 13:27:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.11.1..@fluentui/react-components_v9.12.0)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-avatar`
15
+ - chore: deprecates AvatarSizes in favor of AvatarSize ([PR #26492](https://github.com/microsoft/fluentui/pull/26492) by bernardo.sunderhus@gmail.com)
16
+ - `@fluentui/react-button`
17
+ - feature: creates ButtonContext ([PR #26478](https://github.com/microsoft/fluentui/pull/26478) by bernardo.sunderhus@gmail.com)
18
+ - `@fluentui/react-components`
19
+ - feat: export TextareaOnChangeData type ([PR #26455](https://github.com/microsoft/fluentui/pull/26455) by olfedias@microsoft.com)
20
+ - feat: add support for appearance overrides (unstable) ([PR #25262](https://github.com/microsoft/fluentui/pull/25262) by miroslav.stastny@microsoft.com)
21
+ - feat: add IdPrefixProvider ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by olfedias@microsoft.com)
22
+ - chore(react-avatar): deprecates AvatarSizes in favor of AvatarSize ([PR #26492](https://github.com/microsoft/fluentui/pull/26492) by bernardo.sunderhus@gmail.com)
23
+ - `@fluentui/react-input`
24
+ - feat: Allow default appearance override ([PR #25262](https://github.com/microsoft/fluentui/pull/25262) by miroslav.stastny@microsoft.com)
25
+ - `@fluentui/react-migration-v8-v9`
26
+ - Moved to be a v9 convergence package ([PR #26503](https://github.com/microsoft/fluentui/pull/26503) by gcox@microsoft.com)
27
+ - `@fluentui/react-provider`
28
+ - feat: add support for overrides (unstable) ([PR #25262](https://github.com/microsoft/fluentui/pull/25262) by miroslav.stastny@microsoft.com)
29
+ - `@fluentui/react-shared-contexts`
30
+ - feat: Overrides context ([PR #25262](https://github.com/microsoft/fluentui/pull/25262) by miroslav.stastny@microsoft.com)
31
+ - `@fluentui/react-spinbutton`
32
+ - feat: Allow default appearance override ([PR #25262](https://github.com/microsoft/fluentui/pull/25262) by miroslav.stastny@microsoft.com)
33
+ - `@fluentui/react-textarea`
34
+ - feat: Allow default appearance override ([PR #25262](https://github.com/microsoft/fluentui/pull/25262) by miroslav.stastny@microsoft.com)
35
+ - feat: export TextareaOnChangeData type ([PR #26455](https://github.com/microsoft/fluentui/pull/26455) by olfedias@microsoft.com)
36
+ - `@fluentui/react-utilities`
37
+ - feat: add IdPrefixProvider ([PR #26496](https://github.com/microsoft/fluentui/pull/26496) by olfedias@microsoft.com)
38
+
39
+ ### Patches
40
+
41
+ - `@fluentui/react-button`
42
+ - fix: high contrast mode focus styles are applied ([PR #26116](https://github.com/microsoft/fluentui/pull/26116) by sarah.higley@microsoft.com)
43
+ - `@fluentui/react-checkbox`
44
+ - Deprecate CheckboxField_unstable in favor of Field with Checkbox as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
45
+ - `@fluentui/react-components`
46
+ - Add Field to react-components/unstable. Deprecate InputField/etc. in favor of Field with Input/etc. as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
47
+ - `@fluentui/react-input`
48
+ - Deprecate InputField_unstable in favor of Field with Input as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
49
+ - `@fluentui/react-link`
50
+ - fix: handle "tabIndex" from user's input ([PR #26456](https://github.com/microsoft/fluentui/pull/26456) by olfedias@microsoft.com)
51
+ - `@fluentui/react-portal`
52
+ - fix: update elementContains() to handle circular references ([PR #26483](https://github.com/microsoft/fluentui/pull/26483) by olfedias@microsoft.com)
53
+ - `@fluentui/react-provider`
54
+ - fix: Update FluentProvider's class name to use backslash when a colon is present. ([PR #26465](https://github.com/microsoft/fluentui/pull/26465) by esteban.230@hotmail.com)
55
+ - `@fluentui/react-radio`
56
+ - Deprecate RadioGroupField_unstable in favor of Field with RadioGroup as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
57
+ - `@fluentui/react-slider`
58
+ - Deprecate SliderField_unstable in favor of Field with Slider as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
59
+ - `@fluentui/react-spinbutton`
60
+ - Deprecate SpinButtonField_unstable in favor of Field with SpinButton as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
61
+ - `@fluentui/react-switch`
62
+ - Deprecate SwitchField_unstable in favor of Field with Switch as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
63
+ - `@fluentui/react-textarea`
64
+ - Deprecate TextareaField_unstable in favor of Field with Textarea as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
65
+ - `@fluentui/react-toolbar`
66
+ - fix: export toolbar hooks as functions, not Typescript types ([PR #26462](https://github.com/microsoft/fluentui/pull/26462) by seanmonahan@microsoft.com)
67
+ - `@fluentui/react-utilities`
68
+ - fix: Leverage React.useId when available for our useId hook. ([PR #26465](https://github.com/microsoft/fluentui/pull/26465) by esteban.230@hotmail.com)
69
+
70
+ ### Changes
71
+
72
+ - `@fluentui/react-combobox`
73
+ - fix: add popup maxHeight, and move shadow styles to combobox/dropdown ([PR #26470](https://github.com/microsoft/fluentui/pull/26470) by sarah.higley@microsoft.com)
74
+ - chore: update spec and migration docs ([PR #26396](https://github.com/microsoft/fluentui/pull/26396) by sarah.higley@microsoft.com)
75
+ - fix: combobox should recalculate the activedescendant when the children change while open, and clear it when moving text cursor ([PR #26444](https://github.com/microsoft/fluentui/pull/26444) by sarah.higley@microsoft.com)
76
+ - fix: update multiselect checkbox styles to match checkbox ([PR #26509](https://github.com/microsoft/fluentui/pull/26509) by sarah.higley@microsoft.com)
77
+ - Deprecate ComboboxField_unstable in favor of Field with Combobox as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
78
+ - `@fluentui/react-field`
79
+ - Implement Field component to replace InputField, ComboboxField, etc. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
80
+ - `@fluentui/react-progress`
81
+ - Deprecate ProgressField_unstable in favor of Field with Progress as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
82
+ - `@fluentui/react-select`
83
+ - feat: Allow default appearance override ([PR #25262](https://github.com/microsoft/fluentui/pull/25262) by miroslav.stastny@microsoft.com)
84
+ - Deprecate SelectField_unstable in favor of Field with Select as its child. ([PR #26430](https://github.com/microsoft/fluentui/pull/26430) by behowell@microsoft.com)
85
+ - `@fluentui/react-table`
86
+ - chore(react-table): switch AvatarSizes in favor of AvatarSize ([PR #26492](https://github.com/microsoft/fluentui/pull/26492) by bernardo.sunderhus@gmail.com)
87
+
88
+ ## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.11.1)
89
+
90
+ Mon, 23 Jan 2023 16:43:09 GMT
91
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.11.0..@fluentui/react-components_v9.11.1)
92
+
93
+ ### Patches
94
+
95
+ - `@fluentui/react-components`
96
+ - make unsized icons searchable ([PR #26451](https://github.com/microsoft/fluentui/pull/26451) by martin.troback@axis.com)
97
+ - feat: Export 'Virtualizer' as unstable ([PR #25451](https://github.com/microsoft/fluentui/pull/25451) by mifraser@microsoft.com)
98
+ - `@fluentui/react-portal`
99
+ - clean up parent reference to avoid memory leaks ([PR #26435](https://github.com/microsoft/fluentui/pull/26435) by arthurd@microsoft.com)
100
+
101
+ ### Changes
102
+
103
+ - `@fluentui/react-field`
104
+ - chore: Simplify Field layout styles ([PR #26352](https://github.com/microsoft/fluentui/pull/26352) by behowell@microsoft.com)
105
+ - fix: Stretch Field components to full width ([PR #26412](https://github.com/microsoft/fluentui/pull/26412) by behowell@microsoft.com)
106
+ - fix: Update Field label padding to match spec ([PR #26413](https://github.com/microsoft/fluentui/pull/26413) by behowell@microsoft.com)
107
+ - fix: Field sets role="alert" on its error message so it is announced by screen readers ([PR #26414](https://github.com/microsoft/fluentui/pull/26414) by behowell@microsoft.com)
108
+ - `@fluentui/react-progress`
109
+ - Rename rectangular shape to square ([PR #26419](https://github.com/microsoft/fluentui/pull/26419) by miroslav.stastny@microsoft.com)
110
+ - `@fluentui/react-table`
111
+ - docs: update imports in DataGrid stories ([PR #26454](https://github.com/microsoft/fluentui/pull/26454) by olfedias@microsoft.com)
112
+ - `@fluentui/react-virtualizer`
113
+ - feat: Initial unstable release of the Virtualizer ([PR #25451](https://github.com/microsoft/fluentui/pull/25451) by mifraser@microsoft.com)
114
+
7
115
  ## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.11.0)
8
116
 
9
- Wed, 18 Jan 2023 16:30:55 GMT
117
+ Wed, 18 Jan 2023 16:32:53 GMT
10
118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.10.1..@fluentui/react-components_v9.11.0)
11
119
 
12
120
  ### Minor changes
package/dist/index.d.ts CHANGED
@@ -60,6 +60,7 @@ import { AvatarGroupSlots } from '@fluentui/react-avatar';
60
60
  import { AvatarGroupState } from '@fluentui/react-avatar';
61
61
  import { AvatarNamedColor } from '@fluentui/react-avatar';
62
62
  import { AvatarProps } from '@fluentui/react-avatar';
63
+ import { AvatarSize } from '@fluentui/react-avatar';
63
64
  import { AvatarSizes } from '@fluentui/react-avatar';
64
65
  import { AvatarSlots } from '@fluentui/react-avatar';
65
66
  import { AvatarState } from '@fluentui/react-avatar';
@@ -174,6 +175,7 @@ import { getSlots } from '@fluentui/react-utilities';
174
175
  import { GriffelRenderer } from '@griffel/react';
175
176
  import { GriffelStyle } from '@griffel/react';
176
177
  import { HorizontalSpacingTokens } from '@fluentui/react-theme';
178
+ import { IdPrefixProvider } from '@fluentui/react-utilities';
177
179
  import { Image as Image_2 } from '@fluentui/react-image';
178
180
  import { imageClassNames } from '@fluentui/react-image';
179
181
  import { ImageProps } from '@fluentui/react-image';
@@ -467,6 +469,7 @@ import { teamsLightTheme } from '@fluentui/react-theme';
467
469
  import { Text as Text_2 } from '@fluentui/react-text';
468
470
  import { Textarea } from '@fluentui/react-textarea';
469
471
  import { textareaClassNames } from '@fluentui/react-textarea';
472
+ import { TextareaOnChangeData } from '@fluentui/react-textarea';
470
473
  import { TextareaProps } from '@fluentui/react-textarea';
471
474
  import { TextareaSlots } from '@fluentui/react-textarea';
472
475
  import { TextareaState } from '@fluentui/react-textarea';
@@ -810,6 +813,8 @@ export { AvatarNamedColor }
810
813
 
811
814
  export { AvatarProps }
812
815
 
816
+ export { AvatarSize }
817
+
813
818
  export { AvatarSizes }
814
819
 
815
820
  export { AvatarSlots }
@@ -1038,6 +1043,8 @@ export { GriffelStyle }
1038
1043
 
1039
1044
  export { HorizontalSpacingTokens }
1040
1045
 
1046
+ export { IdPrefixProvider }
1047
+
1041
1048
  export { Image_2 as Image }
1042
1049
 
1043
1050
  export { imageClassNames }
@@ -1624,6 +1631,8 @@ export { Textarea }
1624
1631
 
1625
1632
  export { textareaClassNames }
1626
1633
 
1634
+ export { TextareaOnChangeData }
1635
+
1627
1636
  export { TextareaProps }
1628
1637
 
1629
1638
  export { TextareaSlots }
@@ -88,11 +88,11 @@ import { DropdownOpenEvents } from '@fluentui/react-combobox';
88
88
  import { DropdownProps } from '@fluentui/react-combobox';
89
89
  import { DropdownSlots } from '@fluentui/react-combobox';
90
90
  import { DropdownState } from '@fluentui/react-combobox';
91
- import { FieldConfig } from '@fluentui/react-field';
91
+ import { Field } from '@fluentui/react-field';
92
+ import { fieldClassNames } from '@fluentui/react-field';
92
93
  import { FieldProps } from '@fluentui/react-field';
93
94
  import { FieldSlots } from '@fluentui/react-field';
94
95
  import { FieldState } from '@fluentui/react-field';
95
- import { getFieldClassNames } from '@fluentui/react-field';
96
96
  import { InfoButton } from '@fluentui/react-infobutton';
97
97
  import { infoButtonClassNames } from '@fluentui/react-infobutton';
98
98
  import { InfoButtonProps } from '@fluentui/react-infobutton';
@@ -160,6 +160,7 @@ import { renderTableHeader_unstable } from '@fluentui/react-table';
160
160
  import { renderTableHeaderCell_unstable } from '@fluentui/react-table';
161
161
  import { renderTableRow_unstable } from '@fluentui/react-table';
162
162
  import { renderTableSelectionCell_unstable } from '@fluentui/react-table';
163
+ import { renderVirtualizer_unstable } from '@fluentui/react-virtualizer';
163
164
  import { Select } from '@fluentui/react-select';
164
165
  import { selectClassNames } from '@fluentui/react-select';
165
166
  import { SelectField_unstable as SelectField } from '@fluentui/react-select';
@@ -277,6 +278,7 @@ import { useField_unstable } from '@fluentui/react-field';
277
278
  import { useFieldStyles_unstable } from '@fluentui/react-field';
278
279
  import { useInfoButton_unstable } from '@fluentui/react-infobutton';
279
280
  import { useInfoButtonStyles_unstable } from '@fluentui/react-infobutton';
281
+ import { useIntersectionObserver } from '@fluentui/react-virtualizer';
280
282
  import { useListbox_unstable } from '@fluentui/react-combobox';
281
283
  import { useListboxContextValues } from '@fluentui/react-combobox';
282
284
  import { useListboxStyles_unstable } from '@fluentui/react-combobox';
@@ -312,6 +314,14 @@ import { useTableSelectionCell_unstable } from '@fluentui/react-table';
312
314
  import { useTableSelectionCellStyles_unstable } from '@fluentui/react-table';
313
315
  import { useTableSort } from '@fluentui/react-table';
314
316
  import { useTableStyles_unstable } from '@fluentui/react-table';
317
+ import { useVirtualizer_unstable } from '@fluentui/react-virtualizer';
318
+ import { useVirtualizerStyles_unstable } from '@fluentui/react-virtualizer';
319
+ import { Virtualizer } from '@fluentui/react-virtualizer';
320
+ import { VirtualizerChildRenderFunction } from '@fluentui/react-virtualizer';
321
+ import { virtualizerClassNames } from '@fluentui/react-virtualizer';
322
+ import { VirtualizerProps } from '@fluentui/react-virtualizer';
323
+ import { VirtualizerSlots } from '@fluentui/react-virtualizer';
324
+ import { VirtualizerState } from '@fluentui/react-virtualizer';
315
325
 
316
326
  export { Alert }
317
327
 
@@ -493,7 +503,9 @@ export { DropdownSlots }
493
503
 
494
504
  export { DropdownState }
495
505
 
496
- export { FieldConfig }
506
+ export { Field }
507
+
508
+ export { fieldClassNames }
497
509
 
498
510
  export { FieldProps }
499
511
 
@@ -501,8 +513,6 @@ export { FieldSlots }
501
513
 
502
514
  export { FieldState }
503
515
 
504
- export { getFieldClassNames }
505
-
506
516
  export { InfoButton }
507
517
 
508
518
  export { infoButtonClassNames }
@@ -637,6 +647,8 @@ export { renderTableRow_unstable }
637
647
 
638
648
  export { renderTableSelectionCell_unstable }
639
649
 
650
+ export { renderVirtualizer_unstable }
651
+
640
652
  export { Select }
641
653
 
642
654
  export { selectClassNames }
@@ -871,6 +883,8 @@ export { useInfoButton_unstable }
871
883
 
872
884
  export { useInfoButtonStyles_unstable }
873
885
 
886
+ export { useIntersectionObserver }
887
+
874
888
  export { useListbox_unstable }
875
889
 
876
890
  export { useListboxContextValues }
@@ -941,4 +955,20 @@ export { useTableSort }
941
955
 
942
956
  export { useTableStyles_unstable }
943
957
 
958
+ export { useVirtualizer_unstable }
959
+
960
+ export { useVirtualizerStyles_unstable }
961
+
962
+ export { Virtualizer }
963
+
964
+ export { VirtualizerChildRenderFunction }
965
+
966
+ export { virtualizerClassNames }
967
+
968
+ export { VirtualizerProps }
969
+
970
+ export { VirtualizerSlots }
971
+
972
+ export { VirtualizerState }
973
+
944
974
  export { }
@@ -67,8 +67,11 @@ const ReactIconGrid = () => {
67
67
  }, /*#__PURE__*/React.createElement(Icon, null), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement("code", null, Icon.displayName));
68
68
  };
69
69
  const filteredIcons = React.useMemo(() => reactIcons.filter(icon => {
70
- var _a, _b;
71
- return size === 'Unsized' ? icon.displayName && !/\d/.test(icon.displayName.toLowerCase()) : ((_a = icon.displayName) === null || _a === void 0 ? void 0 : _a.toLowerCase().indexOf(search.toLowerCase())) !== -1 && ((_b = icon.displayName) === null || _b === void 0 ? void 0 : _b.indexOf(String(size))) !== -1;
70
+ var _a, _b, _c;
71
+ if (size === 'Unsized') {
72
+ return icon.displayName && !/\d/.test(icon.displayName.toLowerCase()) && ((_a = icon.displayName) === null || _a === void 0 ? void 0 : _a.toLowerCase().indexOf(search.toLowerCase())) !== -1;
73
+ }
74
+ return ((_b = icon.displayName) === null || _b === void 0 ? void 0 : _b.toLowerCase().indexOf(search.toLowerCase())) !== -1 && ((_c = icon.displayName) === null || _c === void 0 ? void 0 : _c.indexOf(String(size))) !== -1;
72
75
  }), [search, size]);
73
76
  return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Input, {
74
77
  type: "search",