@fluentui/react-components 9.12.0 → 9.14.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 +253 -1
- package/CHANGELOG.md +86 -2
- package/dist/index.d.ts +246 -0
- package/dist/unstable.d.ts +24 -183
- package/lib/index.js +5 -3
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -3
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +57 -5
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +334 -18
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +52 -216
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +40 -40
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,259 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 07 Feb 2023 14:10:41 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.14.0",
|
|
7
|
+
"version": "9.14.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "seanmonahan@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-components",
|
|
13
|
+
"commit": "7c106679b0d571df8085e607931fb55c288d24de",
|
|
14
|
+
"comment": "chore: export SlotRenderFunction type"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-components",
|
|
19
|
+
"commit": "c625afa508c0dead93ea2d3cb698b41dc67ec187",
|
|
20
|
+
"comment": "Added export of column sizing"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "yuanboxue@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-tabster",
|
|
25
|
+
"commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66",
|
|
26
|
+
"comment": "feat: add `unstable_hasDefault` option in `useArrowNavigationGroup` that specifies the arrow navigation group has default focusable item"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "lingfangao@hotmail.com",
|
|
30
|
+
"package": "@fluentui/react-tabster",
|
|
31
|
+
"commit": "7b7f2cc005b44155e78b9aad071085e1f8db7030",
|
|
32
|
+
"comment": "feat: Bump keyborg to 2.0.0 and tabster to 4.0.1"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "sarah.higley@microsoft.com",
|
|
36
|
+
"package": "@fluentui/react-combobox",
|
|
37
|
+
"commit": "22ecddb787ec8626605eb9cd79d8905d93ed179f",
|
|
38
|
+
"comment": "fix: update Combobox and Dropdown to never use the Option value string as a display value; input value must be set if selectedOptions or defaultSelectOptions is set\""
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"patch": [
|
|
42
|
+
{
|
|
43
|
+
"author": "lingfangao@hotmail.com",
|
|
44
|
+
"package": "@fluentui/react-components",
|
|
45
|
+
"commit": "0b35790d67cad33bd1d52d2418fcca6ef8b4a710",
|
|
46
|
+
"comment": "feat: exports `useDataGridContextValues_unstable`"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "lingfangao@hotmail.com",
|
|
50
|
+
"package": "@fluentui/react-positioning",
|
|
51
|
+
"commit": "db4be59f6c1677bd9182205dabfcb3e2bb47837f",
|
|
52
|
+
"comment": "fix(createPositionManager): computePosition should not apply styles after destruction"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"author": "lingfangao@hotmail.com",
|
|
56
|
+
"package": "@fluentui/priority-overflow",
|
|
57
|
+
"commit": "7274228423cc06749b72ab6a8a112db6f18f5378",
|
|
58
|
+
"comment": "fix: New overflow items all always dispatch updates to subscriber"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"author": "makotom@microsoft.com",
|
|
62
|
+
"package": "@fluentui/react-badge",
|
|
63
|
+
"commit": "fe583c0be359e23a4ae6c4f1ab69d359800393e5",
|
|
64
|
+
"comment": "fix: Using correct icon and color for away + out-of-office PresenceBadge."
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"author": "sarah.higley@microsoft.com",
|
|
68
|
+
"package": "@fluentui/react-button",
|
|
69
|
+
"commit": "d75055c94921130a2433ea62f0002f560ef7e610",
|
|
70
|
+
"comment": "fix: add forced-colors primary button variant"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"prerelease": [
|
|
74
|
+
{
|
|
75
|
+
"author": "lingfangao@hotmail.com",
|
|
76
|
+
"package": "@fluentui/react-data-grid-react-window",
|
|
77
|
+
"commit": "787d758ce8a3cf9eef16692969877163af8538f9",
|
|
78
|
+
"comment": "feat: Initial release react-data-grid-react-window"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"author": "esteban.230@hotmail.com",
|
|
82
|
+
"package": "@fluentui/react-infobutton",
|
|
83
|
+
"commit": "794d9e845cb952f597ba786e70cd8d248be62746",
|
|
84
|
+
"comment": "chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label."
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"author": "esteban.230@hotmail.com",
|
|
88
|
+
"package": "@fluentui/react-infobutton",
|
|
89
|
+
"commit": "34514e3502e2830d81f9de25956be8b624cd3c20",
|
|
90
|
+
"comment": "chore: Making the content focusable and updating example's text."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"author": "lingfangao@hotmail.com",
|
|
94
|
+
"package": "@fluentui/react-table",
|
|
95
|
+
"commit": "0b35790d67cad33bd1d52d2418fcca6ef8b4a710",
|
|
96
|
+
"comment": "feat: exports `useDataGridContextValues_unstable`"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
100
|
+
"package": "@fluentui/react-table",
|
|
101
|
+
"commit": "c625afa508c0dead93ea2d3cb698b41dc67ec187",
|
|
102
|
+
"comment": "Add support for column resizing"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"author": "marcosvmmoura@gmail.com",
|
|
106
|
+
"package": "@fluentui/react-card",
|
|
107
|
+
"commit": "24ed48c6ff8d0340314931cfecd74e3265b47148",
|
|
108
|
+
"comment": "docs: improve API documentation of card props"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"none": [
|
|
112
|
+
{
|
|
113
|
+
"author": "lingfangao@hotmail.com",
|
|
114
|
+
"package": "@fluentui/react-overflow",
|
|
115
|
+
"commit": "7274228423cc06749b72ab6a8a112db6f18f5378",
|
|
116
|
+
"comment": "Export useOverflowContext as @internal for testing purposes"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"author": "kakrookaran@gmail.com",
|
|
120
|
+
"package": "@fluentui/react-spinbutton",
|
|
121
|
+
"commit": "7d266a45afded6a702ac86d5cf0722745b882266",
|
|
122
|
+
"comment": "Updated the story description"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"author": "marcosvmmoura@gmail.com",
|
|
126
|
+
"package": "@fluentui/react-card",
|
|
127
|
+
"commit": "0cbf85cf12a08ff04ac1807a49ca469f92330211",
|
|
128
|
+
"comment": "docs: improve a11y of card storybook examples"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"date": "Tue, 31 Jan 2023 19:53:53 GMT",
|
|
135
|
+
"tag": "@fluentui/react-components_v9.13.0",
|
|
136
|
+
"version": "9.13.0",
|
|
137
|
+
"comments": {
|
|
138
|
+
"patch": [
|
|
139
|
+
{
|
|
140
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
141
|
+
"package": "@fluentui/react-badge",
|
|
142
|
+
"commit": "4e058ce9ac62585e7062b8badfa85f74ebe51f84",
|
|
143
|
+
"comment": "chore: Updates border-radius to use proper token"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
|
147
|
+
"package": "@fluentui/react-button",
|
|
148
|
+
"commit": "b9284238a8b79e3d0864ce26a8bb0e9ffb33a96a",
|
|
149
|
+
"comment": "fix: Fixing button padding + minHeight to get correct sizes from design spec."
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"author": "sarah.higley@microsoft.com",
|
|
153
|
+
"package": "@fluentui/react-combobox",
|
|
154
|
+
"commit": "a864688a78bff922b8ba9accf77f69af41a58633",
|
|
155
|
+
"comment": "feat: release Combobox and Dropdown as stable components"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"author": "olfedias@microsoft.com",
|
|
159
|
+
"package": "@fluentui/react-components",
|
|
160
|
+
"commit": "798f50ff4f51e005f89157e1d57b66f343198c71",
|
|
161
|
+
"comment": "feat: re-export useFocusWithin() hook"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
165
|
+
"package": "@fluentui/react-dialog",
|
|
166
|
+
"commit": "b58cd1ad53018e1a1971d10f05dd1d545cb52753",
|
|
167
|
+
"comment": "chore: properly use tokens for border radius"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"author": "esteban.230@hotmail.com",
|
|
171
|
+
"package": "@fluentui/react-persona",
|
|
172
|
+
"commit": "f4f81bc1025ba1ac43f09ef9e45646cb06f47f89",
|
|
173
|
+
"comment": "fix: Reduce spacing between first and second line."
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"author": "esteban.230@hotmail.com",
|
|
177
|
+
"package": "@fluentui/react-persona",
|
|
178
|
+
"commit": "fc896528cd40ac5e32c0fb125fb00c502a471cab",
|
|
179
|
+
"comment": "fix: Make before and after textPositions align correctly when the Avatar size is larger than the text lines together."
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"author": "sarah.higley@microsoft.com",
|
|
183
|
+
"package": "@fluentui/react-select",
|
|
184
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083",
|
|
185
|
+
"comment": "feat: release `@fluentui/react-select` as stable"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"author": "olfedias@microsoft.com",
|
|
189
|
+
"package": "@fluentui/react-utilities",
|
|
190
|
+
"commit": "12ec691720e2394ef61bd1936d911a4245f6e0cd",
|
|
191
|
+
"comment": "fix: update definitions for SSRProvider"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"minor": [
|
|
195
|
+
{
|
|
196
|
+
"author": "sarah.higley@microsoft.com",
|
|
197
|
+
"package": "@fluentui/react-components",
|
|
198
|
+
"commit": "a864688a78bff922b8ba9accf77f69af41a58633",
|
|
199
|
+
"comment": "feat: release Combobox and Dropdown as stable components"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"author": "marcosvmmoura@gmail.com",
|
|
203
|
+
"package": "@fluentui/react-components",
|
|
204
|
+
"commit": "7e7f876324b0a1512c3163939180b875d69bd3bb",
|
|
205
|
+
"comment": "feat: expose all typography tokens as components"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"author": "gcox@microsoft.com",
|
|
209
|
+
"package": "@fluentui/react-components",
|
|
210
|
+
"commit": "8b78517786e11cd28232851d4704598443cefd64",
|
|
211
|
+
"comment": "chore: Added context exports for react-tabs"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"author": "sarah.higley@microsoft.com",
|
|
215
|
+
"package": "@fluentui/react-components",
|
|
216
|
+
"commit": "22477ef4202cd24add6ebf823196b5888c9d8083",
|
|
217
|
+
"comment": "feat: release `@fluentui/react-select` as stable"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"author": "gcox@microsoft.com",
|
|
221
|
+
"package": "@fluentui/react-tabs",
|
|
222
|
+
"commit": "8b78517786e11cd28232851d4704598443cefd64",
|
|
223
|
+
"comment": "chore: Added context exports"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"author": "marcosvmmoura@gmail.com",
|
|
227
|
+
"package": "@fluentui/react-text",
|
|
228
|
+
"commit": "7e7f876324b0a1512c3163939180b875d69bd3bb",
|
|
229
|
+
"comment": "feat: expose all typography tokens as components"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"prerelease": [
|
|
233
|
+
{
|
|
234
|
+
"author": "behowell@microsoft.com",
|
|
235
|
+
"package": "@fluentui/react-field",
|
|
236
|
+
"commit": "d59cee0443fc357a3033d0e71e23659a2ce2d57d",
|
|
237
|
+
"comment": "chore: Change the default value of validationState to error when a validationMessage is set."
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"none": [
|
|
241
|
+
{
|
|
242
|
+
"author": "sarah.higley@microsoft.com",
|
|
243
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
244
|
+
"commit": "a864688a78bff922b8ba9accf77f69af41a58633",
|
|
245
|
+
"comment": "chore: import Dropdown and Option from react-components"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"author": "marcosvmmoura@gmail.com",
|
|
249
|
+
"package": "@fluentui/react-theme",
|
|
250
|
+
"commit": "7e7f876324b0a1512c3163939180b875d69bd3bb",
|
|
251
|
+
"comment": "docs: recreate documentation for typography page"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"date": "Thu, 26 Jan 2023 13:30:51 GMT",
|
|
6
258
|
"tag": "@fluentui/react-components_v9.12.0",
|
|
7
259
|
"version": "9.12.0",
|
|
8
260
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,96 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 07 Feb 2023 14:10:41 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.14.0)
|
|
8
|
+
|
|
9
|
+
Tue, 07 Feb 2023 14:10:41 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.13.0..@fluentui/react-components_v9.14.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- chore: export SlotRenderFunction type ([PR #26600](https://github.com/microsoft/fluentui/pull/26600) by seanmonahan@microsoft.com)
|
|
16
|
+
- Added export of column sizing ([PR #26477](https://github.com/microsoft/fluentui/pull/26477) by jirivyhnalek@microsoft.com)
|
|
17
|
+
- `@fluentui/react-tabster`
|
|
18
|
+
- feat: add `unstable_hasDefault` option in `useArrowNavigationGroup` that specifies the arrow navigation group has default focusable item ([PR #26732](https://github.com/microsoft/fluentui/pull/26732) by yuanboxue@microsoft.com)
|
|
19
|
+
- feat: Bump keyborg to 2.0.0 and tabster to 4.0.1 ([PR #26584](https://github.com/microsoft/fluentui/pull/26584) by lingfangao@hotmail.com)
|
|
20
|
+
- `@fluentui/react-combobox`
|
|
21
|
+
- fix: update Combobox and Dropdown to never use the Option value string as a display value; input value must be set if selectedOptions or defaultSelectOptions is set" ([PR #26617](https://github.com/microsoft/fluentui/pull/26617) by sarah.higley@microsoft.com)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- `@fluentui/react-components`
|
|
26
|
+
- feat: exports `useDataGridContextValues_unstable` ([PR #26627](https://github.com/microsoft/fluentui/pull/26627) by lingfangao@hotmail.com)
|
|
27
|
+
- `@fluentui/react-positioning`
|
|
28
|
+
- fix(createPositionManager): computePosition should not apply styles after destruction ([PR #26593](https://github.com/microsoft/fluentui/pull/26593) by lingfangao@hotmail.com)
|
|
29
|
+
- `@fluentui/priority-overflow`
|
|
30
|
+
- fix: New overflow items all always dispatch updates to subscriber ([PR #26565](https://github.com/microsoft/fluentui/pull/26565) by lingfangao@hotmail.com)
|
|
31
|
+
- `@fluentui/react-badge`
|
|
32
|
+
- fix: Using correct icon and color for away + out-of-office PresenceBadge. ([PR #26655](https://github.com/microsoft/fluentui/pull/26655) by makotom@microsoft.com)
|
|
33
|
+
- `@fluentui/react-button`
|
|
34
|
+
- fix: add forced-colors primary button variant ([PR #26623](https://github.com/microsoft/fluentui/pull/26623) by sarah.higley@microsoft.com)
|
|
35
|
+
|
|
36
|
+
### Changes
|
|
37
|
+
|
|
38
|
+
- `@fluentui/react-data-grid-react-window`
|
|
39
|
+
- feat: Initial release react-data-grid-react-window ([PR #26731](https://github.com/microsoft/fluentui/pull/26731) by lingfangao@hotmail.com)
|
|
40
|
+
- `@fluentui/react-infobutton`
|
|
41
|
+
- chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label. ([PR #26557](https://github.com/microsoft/fluentui/pull/26557) by esteban.230@hotmail.com)
|
|
42
|
+
- chore: Making the content focusable and updating example's text. ([PR #26596](https://github.com/microsoft/fluentui/pull/26596) by esteban.230@hotmail.com)
|
|
43
|
+
- `@fluentui/react-table`
|
|
44
|
+
- feat: exports `useDataGridContextValues_unstable` ([PR #26627](https://github.com/microsoft/fluentui/pull/26627) by lingfangao@hotmail.com)
|
|
45
|
+
- Add support for column resizing ([PR #26477](https://github.com/microsoft/fluentui/pull/26477) by jirivyhnalek@microsoft.com)
|
|
46
|
+
- `@fluentui/react-card`
|
|
47
|
+
- docs: improve API documentation of card props ([PR #26614](https://github.com/microsoft/fluentui/pull/26614) by marcosvmmoura@gmail.com)
|
|
48
|
+
|
|
49
|
+
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.13.0)
|
|
50
|
+
|
|
51
|
+
Tue, 31 Jan 2023 19:53:53 GMT
|
|
52
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.12.0..@fluentui/react-components_v9.13.0)
|
|
53
|
+
|
|
54
|
+
### Minor changes
|
|
55
|
+
|
|
56
|
+
- `@fluentui/react-components`
|
|
57
|
+
- feat: release Combobox and Dropdown as stable components ([PR #26518](https://github.com/microsoft/fluentui/pull/26518) by sarah.higley@microsoft.com)
|
|
58
|
+
- feat: expose all typography tokens as components ([PR #26403](https://github.com/microsoft/fluentui/pull/26403) by marcosvmmoura@gmail.com)
|
|
59
|
+
- chore: Added context exports for react-tabs ([PR #26552](https://github.com/microsoft/fluentui/pull/26552) by gcox@microsoft.com)
|
|
60
|
+
- feat: release `@fluentui/react-select` as stable ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by sarah.higley@microsoft.com)
|
|
61
|
+
- `@fluentui/react-tabs`
|
|
62
|
+
- chore: Added context exports ([PR #26552](https://github.com/microsoft/fluentui/pull/26552) by gcox@microsoft.com)
|
|
63
|
+
- `@fluentui/react-text`
|
|
64
|
+
- feat: expose all typography tokens as components ([PR #26403](https://github.com/microsoft/fluentui/pull/26403) by marcosvmmoura@gmail.com)
|
|
65
|
+
|
|
66
|
+
### Patches
|
|
67
|
+
|
|
68
|
+
- `@fluentui/react-badge`
|
|
69
|
+
- chore: Updates border-radius to use proper token ([PR #26531](https://github.com/microsoft/fluentui/pull/26531) by bernardo.sunderhus@gmail.com)
|
|
70
|
+
- `@fluentui/react-button`
|
|
71
|
+
- fix: Fixing button padding + minHeight to get correct sizes from design spec. ([PR #26522](https://github.com/microsoft/fluentui/pull/26522) by Humberto.Morimoto@microsoft.com)
|
|
72
|
+
- `@fluentui/react-combobox`
|
|
73
|
+
- feat: release Combobox and Dropdown as stable components ([PR #26518](https://github.com/microsoft/fluentui/pull/26518) by sarah.higley@microsoft.com)
|
|
74
|
+
- `@fluentui/react-components`
|
|
75
|
+
- feat: re-export useFocusWithin() hook ([PR #26533](https://github.com/microsoft/fluentui/pull/26533) by olfedias@microsoft.com)
|
|
76
|
+
- `@fluentui/react-dialog`
|
|
77
|
+
- chore: properly use tokens for border radius ([PR #26516](https://github.com/microsoft/fluentui/pull/26516) by bernardo.sunderhus@gmail.com)
|
|
78
|
+
- `@fluentui/react-persona`
|
|
79
|
+
- fix: Reduce spacing between first and second line. ([PR #26520](https://github.com/microsoft/fluentui/pull/26520) by esteban.230@hotmail.com)
|
|
80
|
+
- fix: Make before and after textPositions align correctly when the Avatar size is larger than the text lines together. ([PR #26546](https://github.com/microsoft/fluentui/pull/26546) by esteban.230@hotmail.com)
|
|
81
|
+
- `@fluentui/react-select`
|
|
82
|
+
- feat: release `@fluentui/react-select` as stable ([PR #26491](https://github.com/microsoft/fluentui/pull/26491) by sarah.higley@microsoft.com)
|
|
83
|
+
- `@fluentui/react-utilities`
|
|
84
|
+
- fix: update definitions for SSRProvider ([PR #25582](https://github.com/microsoft/fluentui/pull/25582) by olfedias@microsoft.com)
|
|
85
|
+
|
|
86
|
+
### Changes
|
|
87
|
+
|
|
88
|
+
- `@fluentui/react-field`
|
|
89
|
+
- chore: Change the default value of validationState to error when a validationMessage is set. ([PR #26523](https://github.com/microsoft/fluentui/pull/26523) by behowell@microsoft.com)
|
|
90
|
+
|
|
7
91
|
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.12.0)
|
|
8
92
|
|
|
9
|
-
Thu, 26 Jan 2023 13:
|
|
93
|
+
Thu, 26 Jan 2023 13:30:51 GMT
|
|
10
94
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.11.1..@fluentui/react-components_v9.12.0)
|
|
11
95
|
|
|
12
96
|
### Minor changes
|