@fluentui/react-components 9.18.9 → 9.19.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 +272 -1
- package/CHANGELOG.md +90 -2
- package/dist/index.d.ts +51 -0
- package/dist/unstable.d.ts +0 -138
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +0 -21
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +12 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +0 -40
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +42 -42
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,278 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 17 Apr 2023 17:49:54 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.19.0",
|
|
7
|
+
"version": "9.19.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-alert",
|
|
13
|
+
"commit": "d055f1628d71368ca21464a453e5cbf89b00d505",
|
|
14
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
18
|
+
"package": "@fluentui/react-data-grid-react-window",
|
|
19
|
+
"commit": "aed714a47395773c966829e284e4ba9d1926b59c",
|
|
20
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "behowell@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
25
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
26
|
+
"comment": "chore: Update react-field dependency version"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
30
|
+
"package": "@fluentui/react-jsx-runtime",
|
|
31
|
+
"commit": "97af91aa7684bbfe149ace1b21b75fb7c04128a2",
|
|
32
|
+
"comment": "feat: implements custom JSX pragma"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "behowell@microsoft.com",
|
|
36
|
+
"package": "@fluentui/react-skeleton",
|
|
37
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
38
|
+
"comment": "chore: Update react-field dependency version"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "olfedias@microsoft.com",
|
|
42
|
+
"package": "@fluentui/react-theme-sass",
|
|
43
|
+
"commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8",
|
|
44
|
+
"comment": "fix: add \"style\" to exports field"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
48
|
+
"package": "@fluentui/react-tree",
|
|
49
|
+
"commit": "27665739a1f38468c63ea1544a2e82ff357d25f3",
|
|
50
|
+
"comment": "chore: adopt custom jsx pragma"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"patch": [
|
|
54
|
+
{
|
|
55
|
+
"author": "behowell@microsoft.com",
|
|
56
|
+
"package": "@fluentui/react-avatar",
|
|
57
|
+
"commit": "b120cc8a76bea610aeeded3eade7c78c0e9ddc0b",
|
|
58
|
+
"comment": "fix: Correct Avatar's active-inactive transition animation curve"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"author": "marcosvmmoura@gmail.com",
|
|
62
|
+
"package": "@fluentui/react-card",
|
|
63
|
+
"commit": "ea04a996fe1a9171f3cd4d0dd531fe06431edec0",
|
|
64
|
+
"comment": "fix: add support for Windows High Contrast Mode"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"author": "behowell@microsoft.com",
|
|
68
|
+
"package": "@fluentui/react-checkbox",
|
|
69
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
70
|
+
"comment": "chore: Remove deprecated CheckboxField_unstable shim component"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"author": "behowell@microsoft.com",
|
|
74
|
+
"package": "@fluentui/react-checkbox",
|
|
75
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
76
|
+
"comment": "chore: Update react-field dependency version"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"author": "behowell@microsoft.com",
|
|
80
|
+
"package": "@fluentui/react-combobox",
|
|
81
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
82
|
+
"comment": "chore: Remove deprecated ComboboxField_unstable shim component"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"author": "behowell@microsoft.com",
|
|
86
|
+
"package": "@fluentui/react-combobox",
|
|
87
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
88
|
+
"comment": "chore: Update react-field dependency version"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"author": "behowell@microsoft.com",
|
|
92
|
+
"package": "@fluentui/react-components",
|
|
93
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
94
|
+
"comment": "chore(react-components/unstable): Remove deprecated InputField, etc. shim components"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"author": "behowell@microsoft.com",
|
|
98
|
+
"package": "@fluentui/react-components",
|
|
99
|
+
"commit": "ae31ec4170f8e86ffa0e94166602a88ca226186d",
|
|
100
|
+
"comment": "chore: Remove the use of ContextSelector in RadioGroupContext"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
104
|
+
"package": "@fluentui/react-dialog",
|
|
105
|
+
"commit": "46c89e8e688152ab8d0ed44ed79572508e4fb50e",
|
|
106
|
+
"comment": "chore: adopts custom JSX pragma"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"author": "behowell@microsoft.com",
|
|
110
|
+
"package": "@fluentui/react-field",
|
|
111
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
112
|
+
"comment": "chore: Remove utilities for deprecated shim InputField, etc. components"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"author": "behowell@microsoft.com",
|
|
116
|
+
"package": "@fluentui/react-input",
|
|
117
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
118
|
+
"comment": "chore: Update react-field dependency version"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"author": "behowell@microsoft.com",
|
|
122
|
+
"package": "@fluentui/react-input",
|
|
123
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
124
|
+
"comment": "chore: Remove deprecated InputField_unstable shim component"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
128
|
+
"package": "@fluentui/react-menu",
|
|
129
|
+
"commit": "2dd987418fddbd484e64d7738e1bc999d4ce3021",
|
|
130
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
134
|
+
"package": "@fluentui/react-popover",
|
|
135
|
+
"commit": "b415aefbc882a0e84a076df45c04f1efda26c34b",
|
|
136
|
+
"comment": "feat: adopt custom JSX pragma"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"author": "behowell@microsoft.com",
|
|
140
|
+
"package": "@fluentui/react-progress",
|
|
141
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
142
|
+
"comment": "chore: Remove deprecated ProgressField_unstable shim component"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"author": "behowell@microsoft.com",
|
|
146
|
+
"package": "@fluentui/react-progress",
|
|
147
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
148
|
+
"comment": "chore: Update react-field dependency version"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
152
|
+
"package": "@fluentui/react-provider",
|
|
153
|
+
"commit": "0dfc7e1d250152df475a76a94db0fcf304d8ac14",
|
|
154
|
+
"comment": "feat: adopt custom JSX pragma"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"author": "behowell@microsoft.com",
|
|
158
|
+
"package": "@fluentui/react-radio",
|
|
159
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
160
|
+
"comment": "chore: Update react-field dependency version"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"author": "behowell@microsoft.com",
|
|
164
|
+
"package": "@fluentui/react-radio",
|
|
165
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
166
|
+
"comment": "chore: Remove deprecated RadioGroupField_unstable shim component"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"author": "behowell@microsoft.com",
|
|
170
|
+
"package": "@fluentui/react-radio",
|
|
171
|
+
"commit": "ae31ec4170f8e86ffa0e94166602a88ca226186d",
|
|
172
|
+
"comment": "chore: Remove the use of ContextSelector in RadioGroupContext"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"author": "behowell@microsoft.com",
|
|
176
|
+
"package": "@fluentui/react-select",
|
|
177
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
178
|
+
"comment": "chore: Remove deprecated SelectField_unstable shim component"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"author": "behowell@microsoft.com",
|
|
182
|
+
"package": "@fluentui/react-select",
|
|
183
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
184
|
+
"comment": "chore: Update react-field dependency version"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"author": "behowell@microsoft.com",
|
|
188
|
+
"package": "@fluentui/react-slider",
|
|
189
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
190
|
+
"comment": "chore: Remove deprecated SliderField_unstable shim component"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"author": "behowell@microsoft.com",
|
|
194
|
+
"package": "@fluentui/react-slider",
|
|
195
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
196
|
+
"comment": "chore: Update react-field dependency version"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"author": "behowell@microsoft.com",
|
|
200
|
+
"package": "@fluentui/react-spinbutton",
|
|
201
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
202
|
+
"comment": "chore: Update react-field dependency version"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"author": "behowell@microsoft.com",
|
|
206
|
+
"package": "@fluentui/react-spinbutton",
|
|
207
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
208
|
+
"comment": "chore: Remove deprecated SpinButtonField_unstable shim component"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"author": "behowell@microsoft.com",
|
|
212
|
+
"package": "@fluentui/react-switch",
|
|
213
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
214
|
+
"comment": "chore: Remove deprecated SwitchField_unstable shim component"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"author": "behowell@microsoft.com",
|
|
218
|
+
"package": "@fluentui/react-switch",
|
|
219
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
220
|
+
"comment": "chore: Update react-field dependency version"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
224
|
+
"package": "@fluentui/react-table",
|
|
225
|
+
"commit": "82e77222889983a6ee9f893e78972ec8a0125271",
|
|
226
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"author": "behowell@microsoft.com",
|
|
230
|
+
"package": "@fluentui/react-textarea",
|
|
231
|
+
"commit": "273116e8efaf4230474a0f214e9adbb5f556e5de",
|
|
232
|
+
"comment": "chore: Remove deprecated TextareaField_unstable shim component"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"author": "behowell@microsoft.com",
|
|
236
|
+
"package": "@fluentui/react-textarea",
|
|
237
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
238
|
+
"comment": "chore: Update react-field dependency version"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
242
|
+
"package": "@fluentui/react-toolbar",
|
|
243
|
+
"commit": "eefbbb3b40c9c75ff775b9771aeb393041032e39",
|
|
244
|
+
"comment": "chore: adopt custom JSX pragma"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"author": "behowell@microsoft.com",
|
|
248
|
+
"package": "@fluentui/react-utilities",
|
|
249
|
+
"commit": "c156e7682a89d7766bed3c0b9f231dc2e0a2058b",
|
|
250
|
+
"comment": "fix: Fix slot render functions"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"minor": [
|
|
254
|
+
{
|
|
255
|
+
"author": "behowell@microsoft.com",
|
|
256
|
+
"package": "@fluentui/react-components",
|
|
257
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
258
|
+
"comment": "feat: Release Field component as stable"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"author": "behowell@microsoft.com",
|
|
262
|
+
"package": "@fluentui/react-field",
|
|
263
|
+
"commit": "36f98c3a49334e4ea9b22774691560d11010f2e7",
|
|
264
|
+
"comment": "feat: Release Field component as stable"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
268
|
+
"package": "@fluentui/react-utilities",
|
|
269
|
+
"commit": "97af91aa7684bbfe149ace1b21b75fb7c04128a2",
|
|
270
|
+
"comment": "feat: ensure compatibility with custom JSX pragma"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"date": "Wed, 12 Apr 2023 09:31:42 GMT",
|
|
6
277
|
"tag": "@fluentui/react-components_v9.18.9",
|
|
7
278
|
"version": "9.18.9",
|
|
8
279
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,100 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 17 Apr 2023 17:49:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.19.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.19.0)
|
|
8
|
+
|
|
9
|
+
Mon, 17 Apr 2023 17:49:54 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.9..@fluentui/react-components_v9.19.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Release Field component as stable ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
16
|
+
- `@fluentui/react-field`
|
|
17
|
+
- feat: Release Field component as stable ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
18
|
+
- `@fluentui/react-utilities`
|
|
19
|
+
- feat: ensure compatibility with custom JSX pragma ([PR #27472](https://github.com/microsoft/fluentui/pull/27472) by bernardo.sunderhus@gmail.com)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- `@fluentui/react-avatar`
|
|
24
|
+
- fix: Correct Avatar's active-inactive transition animation curve ([PR #27537](https://github.com/microsoft/fluentui/pull/27537) by behowell@microsoft.com)
|
|
25
|
+
- `@fluentui/react-card`
|
|
26
|
+
- fix: add support for Windows High Contrast Mode ([PR #27556](https://github.com/microsoft/fluentui/pull/27556) by marcosvmmoura@gmail.com)
|
|
27
|
+
- `@fluentui/react-checkbox`
|
|
28
|
+
- chore: Remove deprecated CheckboxField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
29
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
30
|
+
- `@fluentui/react-combobox`
|
|
31
|
+
- chore: Remove deprecated ComboboxField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
32
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
33
|
+
- `@fluentui/react-components`
|
|
34
|
+
- chore(react-components/unstable): Remove deprecated InputField, etc. shim components ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
35
|
+
- chore: Remove the use of ContextSelector in RadioGroupContext ([PR #27476](https://github.com/microsoft/fluentui/pull/27476) by behowell@microsoft.com)
|
|
36
|
+
- `@fluentui/react-dialog`
|
|
37
|
+
- chore: adopts custom JSX pragma ([PR #27475](https://github.com/microsoft/fluentui/pull/27475) by bernardo.sunderhus@gmail.com)
|
|
38
|
+
- `@fluentui/react-field`
|
|
39
|
+
- chore: Remove utilities for deprecated shim InputField, etc. components ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
40
|
+
- `@fluentui/react-input`
|
|
41
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
42
|
+
- chore: Remove deprecated InputField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
43
|
+
- `@fluentui/react-menu`
|
|
44
|
+
- chore: adopt custom JSX pragma ([PR #27544](https://github.com/microsoft/fluentui/pull/27544) by bernardo.sunderhus@gmail.com)
|
|
45
|
+
- `@fluentui/react-popover`
|
|
46
|
+
- feat: adopt custom JSX pragma ([PR #27546](https://github.com/microsoft/fluentui/pull/27546) by bernardo.sunderhus@gmail.com)
|
|
47
|
+
- `@fluentui/react-progress`
|
|
48
|
+
- chore: Remove deprecated ProgressField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
49
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
50
|
+
- `@fluentui/react-provider`
|
|
51
|
+
- feat: adopt custom JSX pragma ([PR #27547](https://github.com/microsoft/fluentui/pull/27547) by bernardo.sunderhus@gmail.com)
|
|
52
|
+
- `@fluentui/react-radio`
|
|
53
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
54
|
+
- chore: Remove deprecated RadioGroupField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
55
|
+
- chore: Remove the use of ContextSelector in RadioGroupContext ([PR #27476](https://github.com/microsoft/fluentui/pull/27476) by behowell@microsoft.com)
|
|
56
|
+
- `@fluentui/react-select`
|
|
57
|
+
- chore: Remove deprecated SelectField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
58
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
59
|
+
- `@fluentui/react-slider`
|
|
60
|
+
- chore: Remove deprecated SliderField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
61
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
62
|
+
- `@fluentui/react-spinbutton`
|
|
63
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
64
|
+
- chore: Remove deprecated SpinButtonField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
65
|
+
- `@fluentui/react-switch`
|
|
66
|
+
- chore: Remove deprecated SwitchField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
67
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
68
|
+
- `@fluentui/react-table`
|
|
69
|
+
- chore: adopt custom JSX pragma ([PR #27543](https://github.com/microsoft/fluentui/pull/27543) by bernardo.sunderhus@gmail.com)
|
|
70
|
+
- `@fluentui/react-textarea`
|
|
71
|
+
- chore: Remove deprecated TextareaField_unstable shim component ([PR #27492](https://github.com/microsoft/fluentui/pull/27492) by behowell@microsoft.com)
|
|
72
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
73
|
+
- `@fluentui/react-toolbar`
|
|
74
|
+
- chore: adopt custom JSX pragma ([PR #27548](https://github.com/microsoft/fluentui/pull/27548) by bernardo.sunderhus@gmail.com)
|
|
75
|
+
- `@fluentui/react-utilities`
|
|
76
|
+
- fix: Fix slot render functions ([PR #27561](https://github.com/microsoft/fluentui/pull/27561) by behowell@microsoft.com)
|
|
77
|
+
|
|
78
|
+
### Changes
|
|
79
|
+
|
|
80
|
+
- `@fluentui/react-alert`
|
|
81
|
+
- chore: adopt custom JSX pragma ([PR #27550](https://github.com/microsoft/fluentui/pull/27550) by bernardo.sunderhus@gmail.com)
|
|
82
|
+
- `@fluentui/react-data-grid-react-window`
|
|
83
|
+
- chore: adopt custom JSX pragma ([PR #27552](https://github.com/microsoft/fluentui/pull/27552) by bernardo.sunderhus@gmail.com)
|
|
84
|
+
- `@fluentui/react-datepicker-compat`
|
|
85
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
86
|
+
- `@fluentui/react-jsx-runtime`
|
|
87
|
+
- feat: implements custom JSX pragma ([PR #27472](https://github.com/microsoft/fluentui/pull/27472) by bernardo.sunderhus@gmail.com)
|
|
88
|
+
- `@fluentui/react-skeleton`
|
|
89
|
+
- chore: Update react-field dependency version ([PR #27493](https://github.com/microsoft/fluentui/pull/27493) by behowell@microsoft.com)
|
|
90
|
+
- `@fluentui/react-theme-sass`
|
|
91
|
+
- fix: add "style" to exports field ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by olfedias@microsoft.com)
|
|
92
|
+
- `@fluentui/react-tree`
|
|
93
|
+
- chore: adopt custom jsx pragma ([PR #27542](https://github.com/microsoft/fluentui/pull/27542) by bernardo.sunderhus@gmail.com)
|
|
94
|
+
|
|
7
95
|
## [9.18.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.9)
|
|
8
96
|
|
|
9
|
-
Wed, 12 Apr 2023 09:
|
|
97
|
+
Wed, 12 Apr 2023 09:31:42 GMT
|
|
10
98
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.8..@fluentui/react-components_v9.18.9)
|
|
11
99
|
|
|
12
100
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -250,6 +250,16 @@ import { DropdownProps } from '@fluentui/react-combobox';
|
|
|
250
250
|
import { DropdownSlots } from '@fluentui/react-combobox';
|
|
251
251
|
import { DropdownState } from '@fluentui/react-combobox';
|
|
252
252
|
import { DurationTokens } from '@fluentui/react-theme';
|
|
253
|
+
import { Field } from '@fluentui/react-field';
|
|
254
|
+
import { fieldClassNames } from '@fluentui/react-field';
|
|
255
|
+
import { FieldContextProvider } from '@fluentui/react-field';
|
|
256
|
+
import { FieldContextValue } from '@fluentui/react-field';
|
|
257
|
+
import { FieldContextValues } from '@fluentui/react-field';
|
|
258
|
+
import { FieldControlProps } from '@fluentui/react-field';
|
|
259
|
+
import { FieldControlPropsOptions } from '@fluentui/react-field';
|
|
260
|
+
import { FieldProps } from '@fluentui/react-field';
|
|
261
|
+
import { FieldSlots } from '@fluentui/react-field';
|
|
262
|
+
import { FieldState } from '@fluentui/react-field';
|
|
253
263
|
import { FluentProvider } from '@fluentui/react-provider';
|
|
254
264
|
import { fluentProviderClassNames } from '@fluentui/react-provider';
|
|
255
265
|
import { FluentProviderContextValues } from '@fluentui/react-provider';
|
|
@@ -486,6 +496,7 @@ import { renderDialogTrigger_unstable } from '@fluentui/react-dialog';
|
|
|
486
496
|
import { renderDivider_unstable } from '@fluentui/react-divider';
|
|
487
497
|
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
488
498
|
import { RendererProvider } from '@griffel/react';
|
|
499
|
+
import { renderField_unstable } from '@fluentui/react-field';
|
|
489
500
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
490
501
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
491
502
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
@@ -825,6 +836,11 @@ import { useDivider_unstable } from '@fluentui/react-divider';
|
|
|
825
836
|
import { useDividerStyles_unstable } from '@fluentui/react-divider';
|
|
826
837
|
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
827
838
|
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
839
|
+
import { useField_unstable } from '@fluentui/react-field';
|
|
840
|
+
import { useFieldContext_unstable } from '@fluentui/react-field';
|
|
841
|
+
import { useFieldContextValues_unstable } from '@fluentui/react-field';
|
|
842
|
+
import { useFieldControlProps_unstable } from '@fluentui/react-field';
|
|
843
|
+
import { useFieldStyles_unstable } from '@fluentui/react-field';
|
|
828
844
|
import { useFluent_unstable as useFluent } from '@fluentui/react-shared-contexts';
|
|
829
845
|
import { useFluentProvider_unstable } from '@fluentui/react-provider';
|
|
830
846
|
import { useFluentProviderContextValues_unstable } from '@fluentui/react-provider';
|
|
@@ -903,6 +919,7 @@ import { useProgressBarStyles_unstable } from '@fluentui/react-progress';
|
|
|
903
919
|
import { useRadio_unstable } from '@fluentui/react-radio';
|
|
904
920
|
import { useRadioGroup_unstable } from '@fluentui/react-radio';
|
|
905
921
|
import { useRadioGroupContext_unstable } from '@fluentui/react-radio';
|
|
922
|
+
import { useRadioGroupContextValue_unstable } from '@fluentui/react-radio';
|
|
906
923
|
import { useRadioGroupContextValues } from '@fluentui/react-radio';
|
|
907
924
|
import { useRadioGroupStyles_unstable } from '@fluentui/react-radio';
|
|
908
925
|
import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
@@ -1484,6 +1501,26 @@ export { DropdownState }
|
|
|
1484
1501
|
|
|
1485
1502
|
export { DurationTokens }
|
|
1486
1503
|
|
|
1504
|
+
export { Field }
|
|
1505
|
+
|
|
1506
|
+
export { fieldClassNames }
|
|
1507
|
+
|
|
1508
|
+
export { FieldContextProvider }
|
|
1509
|
+
|
|
1510
|
+
export { FieldContextValue }
|
|
1511
|
+
|
|
1512
|
+
export { FieldContextValues }
|
|
1513
|
+
|
|
1514
|
+
export { FieldControlProps }
|
|
1515
|
+
|
|
1516
|
+
export { FieldControlPropsOptions }
|
|
1517
|
+
|
|
1518
|
+
export { FieldProps }
|
|
1519
|
+
|
|
1520
|
+
export { FieldSlots }
|
|
1521
|
+
|
|
1522
|
+
export { FieldState }
|
|
1523
|
+
|
|
1487
1524
|
export { FluentProvider }
|
|
1488
1525
|
|
|
1489
1526
|
export { fluentProviderClassNames }
|
|
@@ -1956,6 +1993,8 @@ export { renderDropdown_unstable }
|
|
|
1956
1993
|
|
|
1957
1994
|
export { RendererProvider }
|
|
1958
1995
|
|
|
1996
|
+
export { renderField_unstable }
|
|
1997
|
+
|
|
1959
1998
|
export { renderFluentProvider_unstable }
|
|
1960
1999
|
|
|
1961
2000
|
export { renderImage_unstable }
|
|
@@ -2634,6 +2673,16 @@ export { useDropdown_unstable }
|
|
|
2634
2673
|
|
|
2635
2674
|
export { useDropdownStyles_unstable }
|
|
2636
2675
|
|
|
2676
|
+
export { useField_unstable }
|
|
2677
|
+
|
|
2678
|
+
export { useFieldContext_unstable }
|
|
2679
|
+
|
|
2680
|
+
export { useFieldContextValues_unstable }
|
|
2681
|
+
|
|
2682
|
+
export { useFieldControlProps_unstable }
|
|
2683
|
+
|
|
2684
|
+
export { useFieldStyles_unstable }
|
|
2685
|
+
|
|
2637
2686
|
export { useFluent }
|
|
2638
2687
|
|
|
2639
2688
|
export { useFluentProvider_unstable }
|
|
@@ -2790,6 +2839,8 @@ export { useRadioGroup_unstable }
|
|
|
2790
2839
|
|
|
2791
2840
|
export { useRadioGroupContext_unstable }
|
|
2792
2841
|
|
|
2842
|
+
export { useRadioGroupContextValue_unstable }
|
|
2843
|
+
|
|
2793
2844
|
export { useRadioGroupContextValues }
|
|
2794
2845
|
|
|
2795
2846
|
export { useRadioGroupStyles_unstable }
|