@fluentui/react-components 9.35.0 → 9.36.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 +257 -1
- package/CHANGELOG.md +100 -2
- package/dist/index.d.ts +24 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +17 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +47 -46
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,263 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 23 Oct 2023 09:48:54 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.36.0",
|
|
7
|
+
"version": "9.36.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfangao@hotmail.com",
|
|
12
|
+
"package": "@fluentui/priority-overflow",
|
|
13
|
+
"commit": "17dbeb93ab542e982942aef91ce3747acc8053c4",
|
|
14
|
+
"comment": "fix: Use container window's resize observer"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "esteban.230@hotmail.com",
|
|
18
|
+
"package": "@fluentui/react-calendar-compat",
|
|
19
|
+
"commit": "2b55f6c9b895a497e7d0d82db3fb1f579f75ade6",
|
|
20
|
+
"comment": "fix: Classnames removed and added to day cells need to be split instead of providing a string with spaces."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "lingfangao@hotmail.com",
|
|
24
|
+
"package": "@fluentui/react-table",
|
|
25
|
+
"commit": "17dbeb93ab542e982942aef91ce3747acc8053c4",
|
|
26
|
+
"comment": "fix: use targetDocument resize observer"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "lingfangao@hotmail.com",
|
|
30
|
+
"package": "@fluentui/react-tabster",
|
|
31
|
+
"commit": "0c71d4a05d9ce16cca3fdddda4854e265b227ff5",
|
|
32
|
+
"comment": "fix: focus visible polyfill should be initialised/disposed correctly"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"minor": [
|
|
36
|
+
{
|
|
37
|
+
"author": "esteban.230@hotmail.com",
|
|
38
|
+
"package": "@fluentui/react-components",
|
|
39
|
+
"commit": "16f754d8e123b02737b5980ca1c515b737b544f0",
|
|
40
|
+
"comment": "feat: Moving react-infolabel to stable."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "esteban.230@hotmail.com",
|
|
44
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
45
|
+
"commit": "626775836611bb51ca78425a52de8fc338b8b763",
|
|
46
|
+
"comment": "BREAKING: Update Datepicker to use react-calendar-compat and remove Calendar related exports."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
50
|
+
"package": "@fluentui/react-dialog",
|
|
51
|
+
"commit": "4ac68a632b61c2cb1886f32a6293c3218bf07c0e",
|
|
52
|
+
"comment": "feat: adds motion to DialogSurface"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"author": "esteban.230@hotmail.com",
|
|
56
|
+
"package": "@fluentui/react-infolabel",
|
|
57
|
+
"commit": "16f754d8e123b02737b5980ca1c515b737b544f0",
|
|
58
|
+
"comment": "feat: Move InfoLabel to stable."
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"prerelease": [
|
|
62
|
+
{
|
|
63
|
+
"author": "lingfangao@hotmail.com",
|
|
64
|
+
"package": "@fluentui/react-virtualizer",
|
|
65
|
+
"commit": "17dbeb93ab542e982942aef91ce3747acc8053c4",
|
|
66
|
+
"comment": "fix: use targetDocument resize observer"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"date": "Wed, 18 Oct 2023 17:54:01 GMT",
|
|
73
|
+
"tag": "@fluentui/react-components_v9.35.1",
|
|
74
|
+
"version": "9.35.1",
|
|
75
|
+
"comments": {
|
|
76
|
+
"patch": [
|
|
77
|
+
{
|
|
78
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
79
|
+
"package": "@fluentui/react-accordion",
|
|
80
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
81
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
85
|
+
"package": "@fluentui/react-avatar",
|
|
86
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
87
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
91
|
+
"package": "@fluentui/react-badge",
|
|
92
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
93
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
97
|
+
"package": "@fluentui/react-button",
|
|
98
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
99
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"author": "esteban.230@hotmail.com",
|
|
103
|
+
"package": "@fluentui/react-calendar-compat",
|
|
104
|
+
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad",
|
|
105
|
+
"comment": "chore: Add bundle size fixture for Calendar."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"author": "esteban.230@hotmail.com",
|
|
109
|
+
"package": "@fluentui/react-calendar-compat",
|
|
110
|
+
"commit": "8f9b998c7d2a19f62c043e2177a1e1eab0e1b71c",
|
|
111
|
+
"comment": "chore: Release react-calendar-compat."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
115
|
+
"package": "@fluentui/react-combobox",
|
|
116
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
117
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
121
|
+
"package": "@fluentui/react-components",
|
|
122
|
+
"commit": "4dc9e5be60b6ce6f3f6c72c6da39bf19a504f524",
|
|
123
|
+
"comment": "chore: deprecate getNativeElementProps in favor of getIntrinsicElementProps"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
127
|
+
"package": "@fluentui/react-divider",
|
|
128
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
129
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
133
|
+
"package": "@fluentui/react-field",
|
|
134
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
135
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
139
|
+
"package": "@fluentui/react-label",
|
|
140
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
141
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
145
|
+
"package": "@fluentui/react-link",
|
|
146
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
147
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"author": "lingfangao@hotmail.com",
|
|
151
|
+
"package": "@fluentui/react-menu",
|
|
152
|
+
"commit": "bdd690c1983d23dcb7ba703eb9ac75536f40c7c0",
|
|
153
|
+
"comment": "refactor: MenuItem uses makeResetStyles"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"author": "lingfangao@hotmail.com",
|
|
157
|
+
"package": "@fluentui/react-message-bar",
|
|
158
|
+
"commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30",
|
|
159
|
+
"comment": "chore Add bundle size fixture for MessageBar"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
163
|
+
"package": "@fluentui/react-persona",
|
|
164
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
165
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
169
|
+
"package": "@fluentui/react-progress",
|
|
170
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
171
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
175
|
+
"package": "@fluentui/react-radio",
|
|
176
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
177
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
181
|
+
"package": "@fluentui/react-skeleton",
|
|
182
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
183
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
187
|
+
"package": "@fluentui/react-spinner",
|
|
188
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
189
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
193
|
+
"package": "@fluentui/react-tabs",
|
|
194
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
195
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"author": "lingfangao@hotmail.com",
|
|
199
|
+
"package": "@fluentui/react-tabster",
|
|
200
|
+
"commit": "335cad5169597b51398b75eb44dc40003c29830b",
|
|
201
|
+
"comment": "chore: bump keyborg to 2.1.0"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
205
|
+
"package": "@fluentui/react-tree",
|
|
206
|
+
"commit": "7dea38da7c75c481d8edf9b102eea8627078179d",
|
|
207
|
+
"comment": "bugfix(react-tree): stop coercing numbers to string on TreeItemValue"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"author": "petrduda@microsoft.com",
|
|
211
|
+
"package": "@fluentui/react-tree",
|
|
212
|
+
"commit": "ca6aa3311fccbc36139b0f4db5236a3c8f1b512f",
|
|
213
|
+
"comment": "exporting TreeItemType from TreeItem component"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
217
|
+
"package": "@fluentui/react-utilities",
|
|
218
|
+
"commit": "4dc9e5be60b6ce6f3f6c72c6da39bf19a504f524",
|
|
219
|
+
"comment": "chore: deprecate getNativeElementProps in favor of getIntrinsicElementProps"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"none": [
|
|
223
|
+
{
|
|
224
|
+
"author": "lingfangao@hotmail.com",
|
|
225
|
+
"package": "@fluentui/react-dialog",
|
|
226
|
+
"commit": "aa6771ed95c5af78f413b3c20068867f032cf4c4",
|
|
227
|
+
"comment": "chore: Add e2e tests for virtual parents"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"author": "lingfangao@hotmail.com",
|
|
231
|
+
"package": "@fluentui/react-popover",
|
|
232
|
+
"commit": "aa6771ed95c5af78f413b3c20068867f032cf4c4",
|
|
233
|
+
"comment": "chore: Add e2e tests for virtual parents"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"prerelease": [
|
|
237
|
+
{
|
|
238
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
239
|
+
"package": "@fluentui/react-infobutton",
|
|
240
|
+
"commit": "967882a55a7333effea42e4c24a64e8547309116",
|
|
241
|
+
"comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"minor": [
|
|
245
|
+
{
|
|
246
|
+
"author": "esteban.230@hotmail.com",
|
|
247
|
+
"package": "@fluentui/react-infolabel-preview",
|
|
248
|
+
"commit": "ddc97f6a199b73c0a1253bee8034d2ac9fbf5344",
|
|
249
|
+
"comment": "feat: release preview package"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"author": "lingfangao@hotmail.com",
|
|
253
|
+
"package": "@fluentui/react-tabster",
|
|
254
|
+
"commit": "aa6771ed95c5af78f413b3c20068867f032cf4c4",
|
|
255
|
+
"comment": "feat: bump to tabster 4.8.0 in order to support support virtual parents"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"date": "Thu, 12 Oct 2023 14:55:42 GMT",
|
|
6
262
|
"tag": "@fluentui/react-components_v9.35.0",
|
|
7
263
|
"version": "9.35.0",
|
|
8
264
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,110 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 23 Oct 2023 09:48:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.36.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.36.0)
|
|
8
|
+
|
|
9
|
+
Mon, 23 Oct 2023 09:48:54 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.35.1..@fluentui/react-components_v9.36.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Moving react-infolabel to stable. ([PR #29585](https://github.com/microsoft/fluentui/pull/29585) by esteban.230@hotmail.com)
|
|
16
|
+
- `@fluentui/react-datepicker-compat`
|
|
17
|
+
- BREAKING: Update Datepicker to use react-calendar-compat and remove Calendar related exports. ([PR #29587](https://github.com/microsoft/fluentui/pull/29587) by esteban.230@hotmail.com)
|
|
18
|
+
- `@fluentui/react-dialog`
|
|
19
|
+
- feat: adds motion to DialogSurface ([PR #29391](https://github.com/microsoft/fluentui/pull/29391) by bernardo.sunderhus@gmail.com)
|
|
20
|
+
- `@fluentui/react-infolabel`
|
|
21
|
+
- feat: Move InfoLabel to stable. ([PR #29585](https://github.com/microsoft/fluentui/pull/29585) by esteban.230@hotmail.com)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- `@fluentui/priority-overflow`
|
|
26
|
+
- fix: Use container window's resize observer ([PR #29551](https://github.com/microsoft/fluentui/pull/29551) by lingfangao@hotmail.com)
|
|
27
|
+
- `@fluentui/react-calendar-compat`
|
|
28
|
+
- fix: Classnames removed and added to day cells need to be split instead of providing a string with spaces. ([PR #29611](https://github.com/microsoft/fluentui/pull/29611) by esteban.230@hotmail.com)
|
|
29
|
+
- `@fluentui/react-table`
|
|
30
|
+
- fix: use targetDocument resize observer ([PR #29551](https://github.com/microsoft/fluentui/pull/29551) by lingfangao@hotmail.com)
|
|
31
|
+
- `@fluentui/react-tabster`
|
|
32
|
+
- fix: focus visible polyfill should be initialised/disposed correctly ([PR #29564](https://github.com/microsoft/fluentui/pull/29564) by lingfangao@hotmail.com)
|
|
33
|
+
|
|
34
|
+
### Changes
|
|
35
|
+
|
|
36
|
+
- `@fluentui/react-virtualizer`
|
|
37
|
+
- fix: use targetDocument resize observer ([PR #29551](https://github.com/microsoft/fluentui/pull/29551) by lingfangao@hotmail.com)
|
|
38
|
+
|
|
39
|
+
## [9.35.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.35.1)
|
|
40
|
+
|
|
41
|
+
Wed, 18 Oct 2023 17:54:01 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.35.0..@fluentui/react-components_v9.35.1)
|
|
43
|
+
|
|
44
|
+
### Minor changes
|
|
45
|
+
|
|
46
|
+
- `@fluentui/react-infolabel-preview`
|
|
47
|
+
- feat: release preview package ([PR #29562](https://github.com/microsoft/fluentui/pull/29562) by esteban.230@hotmail.com)
|
|
48
|
+
- `@fluentui/react-tabster`
|
|
49
|
+
- feat: bump to tabster 4.8.0 in order to support support virtual parents ([PR #29549](https://github.com/microsoft/fluentui/pull/29549) by lingfangao@hotmail.com)
|
|
50
|
+
|
|
51
|
+
### Patches
|
|
52
|
+
|
|
53
|
+
- `@fluentui/react-accordion`
|
|
54
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
55
|
+
- `@fluentui/react-avatar`
|
|
56
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
57
|
+
- `@fluentui/react-badge`
|
|
58
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
59
|
+
- `@fluentui/react-button`
|
|
60
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
61
|
+
- `@fluentui/react-calendar-compat`
|
|
62
|
+
- chore: Add bundle size fixture for Calendar. ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by esteban.230@hotmail.com)
|
|
63
|
+
- chore: Release react-calendar-compat. ([PR #29542](https://github.com/microsoft/fluentui/pull/29542) by esteban.230@hotmail.com)
|
|
64
|
+
- `@fluentui/react-combobox`
|
|
65
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
66
|
+
- `@fluentui/react-components`
|
|
67
|
+
- chore: deprecate getNativeElementProps in favor of getIntrinsicElementProps ([PR #29535](https://github.com/microsoft/fluentui/pull/29535) by bernardo.sunderhus@gmail.com)
|
|
68
|
+
- `@fluentui/react-divider`
|
|
69
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
70
|
+
- `@fluentui/react-field`
|
|
71
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
72
|
+
- `@fluentui/react-label`
|
|
73
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
74
|
+
- `@fluentui/react-link`
|
|
75
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
76
|
+
- `@fluentui/react-menu`
|
|
77
|
+
- refactor: MenuItem uses makeResetStyles ([PR #29449](https://github.com/microsoft/fluentui/pull/29449) by lingfangao@hotmail.com)
|
|
78
|
+
- `@fluentui/react-message-bar`
|
|
79
|
+
- chore Add bundle size fixture for MessageBar ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by lingfangao@hotmail.com)
|
|
80
|
+
- `@fluentui/react-persona`
|
|
81
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
82
|
+
- `@fluentui/react-progress`
|
|
83
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
84
|
+
- `@fluentui/react-radio`
|
|
85
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
86
|
+
- `@fluentui/react-skeleton`
|
|
87
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
88
|
+
- `@fluentui/react-spinner`
|
|
89
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
90
|
+
- `@fluentui/react-tabs`
|
|
91
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
92
|
+
- `@fluentui/react-tabster`
|
|
93
|
+
- chore: bump keyborg to 2.1.0 ([PR #29520](https://github.com/microsoft/fluentui/pull/29520) by lingfangao@hotmail.com)
|
|
94
|
+
- `@fluentui/react-tree`
|
|
95
|
+
- bugfix(react-tree): stop coercing numbers to string on TreeItemValue ([PR #29529](https://github.com/microsoft/fluentui/pull/29529) by bernardo.sunderhus@gmail.com)
|
|
96
|
+
- exporting TreeItemType from TreeItem component ([PR #29532](https://github.com/microsoft/fluentui/pull/29532) by petrduda@microsoft.com)
|
|
97
|
+
- `@fluentui/react-utilities`
|
|
98
|
+
- chore: deprecate getNativeElementProps in favor of getIntrinsicElementProps ([PR #29535](https://github.com/microsoft/fluentui/pull/29535) by bernardo.sunderhus@gmail.com)
|
|
99
|
+
|
|
100
|
+
### Changes
|
|
101
|
+
|
|
102
|
+
- `@fluentui/react-infobutton`
|
|
103
|
+
- chore: migrate from getNativeElementProps to getIntrinsicElementProps ([PR #29499](https://github.com/microsoft/fluentui/pull/29499) by bernardo.sunderhus@gmail.com)
|
|
104
|
+
|
|
7
105
|
## [9.35.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.35.0)
|
|
8
106
|
|
|
9
|
-
Thu, 12 Oct 2023 14:
|
|
107
|
+
Thu, 12 Oct 2023 14:55:42 GMT
|
|
10
108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.34.3..@fluentui/react-components_v9.35.0)
|
|
11
109
|
|
|
12
110
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -308,6 +308,11 @@ import { imageClassNames } from '@fluentui/react-image';
|
|
|
308
308
|
import { ImageProps } from '@fluentui/react-image';
|
|
309
309
|
import { ImageSlots } from '@fluentui/react-image';
|
|
310
310
|
import { ImageState } from '@fluentui/react-image';
|
|
311
|
+
import { InfoLabel } from '@fluentui/react-infolabel';
|
|
312
|
+
import { infoLabelClassNames } from '@fluentui/react-infolabel';
|
|
313
|
+
import { InfoLabelProps } from '@fluentui/react-infolabel';
|
|
314
|
+
import { InfoLabelSlots } from '@fluentui/react-infolabel';
|
|
315
|
+
import { InfoLabelState } from '@fluentui/react-infolabel';
|
|
311
316
|
import { Input } from '@fluentui/react-input';
|
|
312
317
|
import { inputClassNames } from '@fluentui/react-input';
|
|
313
318
|
import { InputOnChangeData } from '@fluentui/react-input';
|
|
@@ -588,6 +593,7 @@ import { renderField_unstable } from '@fluentui/react-field';
|
|
|
588
593
|
import { renderFlatTree_unstable } from '@fluentui/react-tree';
|
|
589
594
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
590
595
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
596
|
+
import { renderInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
591
597
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
592
598
|
import { renderInteractionTag_unstable } from '@fluentui/react-tags';
|
|
593
599
|
import { renderInteractionTagPrimary_unstable } from '@fluentui/react-tags';
|
|
@@ -1081,6 +1087,8 @@ import { useHeadlessFlatTree_unstable } from '@fluentui/react-tree';
|
|
|
1081
1087
|
import { useId } from '@fluentui/react-utilities';
|
|
1082
1088
|
import { useImage_unstable } from '@fluentui/react-image';
|
|
1083
1089
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
1090
|
+
import { useInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
1091
|
+
import { useInfoLabelStyles_unstable } from '@fluentui/react-infolabel';
|
|
1084
1092
|
import { useInput_unstable } from '@fluentui/react-input';
|
|
1085
1093
|
import { useInputStyles_unstable } from '@fluentui/react-input';
|
|
1086
1094
|
import { useInteractionTag_unstable } from '@fluentui/react-tags';
|
|
@@ -1909,6 +1917,16 @@ export { ImageSlots }
|
|
|
1909
1917
|
|
|
1910
1918
|
export { ImageState }
|
|
1911
1919
|
|
|
1920
|
+
export { InfoLabel }
|
|
1921
|
+
|
|
1922
|
+
export { infoLabelClassNames }
|
|
1923
|
+
|
|
1924
|
+
export { InfoLabelProps }
|
|
1925
|
+
|
|
1926
|
+
export { InfoLabelSlots }
|
|
1927
|
+
|
|
1928
|
+
export { InfoLabelState }
|
|
1929
|
+
|
|
1912
1930
|
export { Input }
|
|
1913
1931
|
|
|
1914
1932
|
export { inputClassNames }
|
|
@@ -2469,6 +2487,8 @@ export { renderFluentProvider_unstable }
|
|
|
2469
2487
|
|
|
2470
2488
|
export { renderImage_unstable }
|
|
2471
2489
|
|
|
2490
|
+
export { renderInfoLabel_unstable }
|
|
2491
|
+
|
|
2472
2492
|
export { renderInput_unstable }
|
|
2473
2493
|
|
|
2474
2494
|
export { renderInteractionTag_unstable }
|
|
@@ -3455,6 +3475,10 @@ export { useImage_unstable }
|
|
|
3455
3475
|
|
|
3456
3476
|
export { useImageStyles_unstable }
|
|
3457
3477
|
|
|
3478
|
+
export { useInfoLabel_unstable }
|
|
3479
|
+
|
|
3480
|
+
export { useInfoLabelStyles_unstable }
|
|
3481
|
+
|
|
3458
3482
|
export { useInput_unstable }
|
|
3459
3483
|
|
|
3460
3484
|
export { useInputStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -4,7 +4,9 @@ export { createCSSRuleFromTheme, FluentProvider, fluentProviderClassNames, rende
|
|
|
4
4
|
export { createCustomFocusIndicatorStyle, createFocusOutlineStyle, useArrowNavigationGroup, useFocusableGroup, useFocusFinders, useFocusWithin, useKeyboardNavAttribute, useModalAttributes, useObservedElement, useFocusObserved, useRestoreFocusTarget, useRestoreFocusSource } from '@fluentui/react-tabster';
|
|
5
5
|
export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, tokens, typographyStyles, webDarkTheme, webLightTheme } from '@fluentui/react-theme';
|
|
6
6
|
export { useFluent_unstable as useFluent, useTooltipVisibility_unstable as useTooltipVisibility, useThemeClassName_unstable as useThemeClassName, PortalMountNodeProvider, usePortalMountNode } from '@fluentui/react-shared-contexts';
|
|
7
|
-
export { getNativeElementProps
|
|
7
|
+
export { // getNativeElementProps is deprecated but removing it would be a breaking change
|
|
8
|
+
// eslint-disable-next-line deprecation/deprecation
|
|
9
|
+
getNativeElementProps, getIntrinsicElementProps, getPartitionedNativeProps, getSlots, slot, assertSlots, IdPrefixProvider, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useEventCallback, mergeCallbacks, useIsSSR, useMergedRefs, useScrollbarWidth } from '@fluentui/react-utilities';
|
|
8
10
|
// Components
|
|
9
11
|
export { Accordion, AccordionProvider, AccordionHeader, AccordionItem, AccordionItemProvider, AccordionPanel, accordionClassNames, accordionHeaderClassNames, accordionItemClassNames, accordionPanelClassNames, renderAccordion_unstable, renderAccordionHeader_unstable, renderAccordionItem_unstable, renderAccordionPanel_unstable, useAccordion_unstable, useAccordionContext_unstable, useAccordionContextValues_unstable, useAccordionHeader_unstable, useAccordionHeaderContextValues_unstable, useAccordionHeaderStyles_unstable, useAccordionItem_unstable, useAccordionItemContext_unstable, useAccordionItemContextValues_unstable, useAccordionItemStyles_unstable, useAccordionPanel_unstable, useAccordionPanelStyles_unstable, useAccordionStyles_unstable } from '@fluentui/react-accordion';
|
|
10
12
|
export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatar_unstable, useAvatarStyles_unstable, AvatarGroup, avatarGroupClassNames, AvatarGroupItem, avatarGroupItemClassNames, AvatarGroupPopover, avatarGroupPopoverClassNames, AvatarGroupProvider, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopover_unstable, useAvatarGroupContext_unstable, partitionAvatarGroupItems } from '@fluentui/react-avatar';
|
|
@@ -44,3 +46,4 @@ export { useToastController, ToastTrigger, useToastTrigger_unstable, renderToast
|
|
|
44
46
|
export { FlatTree, FlatTreeItem, Tree, TreeItem, TreeItemLayout, TreeItemPersonaLayout, TreeItemProvider, TreeProvider, flatTreeClassNames, flattenTree_unstable, renderFlatTree_unstable, renderTreeItemLayout_unstable, renderTreeItemPersonaLayout_unstable, renderTreeItem_unstable, renderTree_unstable, treeClassNames, treeItemClassNames, treeItemLayoutClassNames, treeItemLevelToken, treeItemPersonaLayoutClassNames, useFlatTreeContextValues_unstable, useFlatTreeStyles_unstable, useFlatTree_unstable, useHeadlessFlatTree_unstable, useTreeContextValues_unstable, useTreeContext_unstable, useSubtreeContext_unstable, useTreeItemContextValues_unstable, useTreeItemContext_unstable, useTreeItemLayoutStyles_unstable, useTreeItemLayout_unstable, useTreeItemPersonaLayoutStyles_unstable, useTreeItemPersonaLayout_unstable, useTreeItemStyles_unstable, useTreeItem_unstable, useTreeStyles_unstable, useTree_unstable } from '@fluentui/react-tree';
|
|
45
47
|
export { Tag, renderTag_unstable, tagClassNames, useTagStyles_unstable, useTag_unstable, InteractionTag, renderInteractionTag_unstable, interactionTagClassNames, useInteractionTagStyles_unstable, useInteractionTag_unstable, useInteractionTagContextValues_unstable, InteractionTagPrimary, interactionTagPrimaryClassNames, renderInteractionTagPrimary_unstable, useInteractionTagPrimaryStyles_unstable, useInteractionTagPrimary_unstable, InteractionTagSecondary, renderInteractionTagSecondary_unstable, interactionTagSecondaryClassNames, useInteractionTagSecondaryStyles_unstable, useInteractionTagSecondary_unstable, TagGroup, renderTagGroup_unstable, tagGroupClassNames, useTagGroupStyles_unstable, useTagGroup_unstable, useTagGroupContextValues_unstable, useTagAvatarContextValues_unstable } from '@fluentui/react-tags';
|
|
46
48
|
export { MessageBar, useMessageBarStyles_unstable, useMessageBar_unstable, renderMessageBar_unstable, messageBarClassNames, MessageBarTitle, useMessageBarTitleStyles_unstable, useMessageBarTitle_unstable, renderMessageBarTitle_unstable, messageBarTitleClassNames, MessageBarActions, useMessageBarActionsStyles_unstable, useMessageBarActions_unstable, renderMessageBarActions_unstable, messageBarActionsClassNames, MessageBarBody, useMessageBarBodyStyles_unstable, useMessageBarBody_unstable, renderMessageBarBody_unstable, messageBarBodyClassNames, MessageBarContextProvider, useMessageBarContext, MessageBarGroup, useMessageBarGroupStyles_unstable, useMessageBarGroup_unstable, renderMessageBarGroup_unstable, messageBarGroupClassNames } from '@fluentui/react-message-bar';
|
|
49
|
+
export { InfoLabel, infoLabelClassNames, renderInfoLabel_unstable, useInfoLabelStyles_unstable, useInfoLabel_unstable } from '@fluentui/react-infolabel';
|