@fluentui/react-components 9.26.2 → 9.27.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 +230 -1
- package/CHANGELOG.md +81 -2
- package/dist/index.d.ts +6 -0
- package/dist/unstable.d.ts +32 -8
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +1 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/index.js +2 -0
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +6 -0
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +36 -36
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,236 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 25 Jul 2023 13:26:18 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.27.0",
|
|
7
|
+
"version": "9.27.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfan.gao@microsoft.com",
|
|
12
|
+
"package": "@fluentui/priority-overflow",
|
|
13
|
+
"commit": "d8493a92520cacac29e9fe341a17d3595bc48343",
|
|
14
|
+
"comment": "fix: Overflow update should run show/hide steps twice"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "ololubek@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-accordion",
|
|
19
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
20
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "ololubek@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-avatar",
|
|
25
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
26
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "ololubek@microsoft.com",
|
|
30
|
+
"package": "@fluentui/react-badge",
|
|
31
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
32
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "ololubek@microsoft.com",
|
|
36
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
37
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
38
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "vkozlova@microsoft.com",
|
|
42
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
43
|
+
"commit": "e7e522f452c4090c7f4426082efac571e8141a8e",
|
|
44
|
+
"comment": "fix: updated readme, replaced MenuItem with MenuItemLink"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "vkozlova@microsoft.com",
|
|
48
|
+
"package": "@fluentui/react-breadcrumb-preview",
|
|
49
|
+
"commit": "312d1b36e432de1850ad94e454959a342a12b19c",
|
|
50
|
+
"comment": "fix: spacing in BreadcrumbButton and Link, added more examples to the stories"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "ololubek@microsoft.com",
|
|
54
|
+
"package": "@fluentui/react-button",
|
|
55
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
56
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "ololubek@microsoft.com",
|
|
60
|
+
"package": "@fluentui/react-checkbox",
|
|
61
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
62
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "ololubek@microsoft.com",
|
|
66
|
+
"package": "@fluentui/react-combobox",
|
|
67
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
68
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
72
|
+
"package": "@fluentui/react-components",
|
|
73
|
+
"commit": "c017e880f238c1f113ff7ff6e28560d77e7ea46b",
|
|
74
|
+
"comment": "feat: exports FlatTree"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "ololubek@microsoft.com",
|
|
78
|
+
"package": "@fluentui/react-datepicker-compat",
|
|
79
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
80
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"author": "ololubek@microsoft.com",
|
|
84
|
+
"package": "@fluentui/react-dialog",
|
|
85
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
86
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"author": "lingfan.gao@microsoft.com",
|
|
90
|
+
"package": "@fluentui/react-dialog",
|
|
91
|
+
"commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2",
|
|
92
|
+
"comment": "fix: Focus should restore to a DialogTrigger outside of a Dialog"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"author": "ololubek@microsoft.com",
|
|
96
|
+
"package": "@fluentui/react-field",
|
|
97
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
98
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"author": "ololubek@microsoft.com",
|
|
102
|
+
"package": "@fluentui/react-menu",
|
|
103
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
104
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"author": "lingfan.gao@microsoft.com",
|
|
108
|
+
"package": "@fluentui/react-menu",
|
|
109
|
+
"commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2",
|
|
110
|
+
"comment": "refactor: Remove custom focus code in favour of useRestoreFocus hooks"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"author": "ololubek@microsoft.com",
|
|
114
|
+
"package": "@fluentui/react-migration-v0-v9",
|
|
115
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
116
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"author": "ololubek@microsoft.com",
|
|
120
|
+
"package": "@fluentui/react-migration-v8-v9",
|
|
121
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
122
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"author": "lingfan.gao@microsoft.com",
|
|
126
|
+
"package": "@fluentui/react-overflow",
|
|
127
|
+
"commit": "d8493a92520cacac29e9fe341a17d3595bc48343",
|
|
128
|
+
"comment": "fix: Overflow update should run show/hide steps twice"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"author": "ololubek@microsoft.com",
|
|
132
|
+
"package": "@fluentui/react-radio",
|
|
133
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
134
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"author": "ololubek@microsoft.com",
|
|
138
|
+
"package": "@fluentui/react-search-preview",
|
|
139
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
140
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"author": "ololubek@microsoft.com",
|
|
144
|
+
"package": "@fluentui/react-select",
|
|
145
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
146
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"author": "ololubek@microsoft.com",
|
|
150
|
+
"package": "@fluentui/react-spinbutton",
|
|
151
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
152
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"author": "ololubek@microsoft.com",
|
|
156
|
+
"package": "@fluentui/react-switch",
|
|
157
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
158
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"author": "lingfan.gao@microsoft.com",
|
|
162
|
+
"package": "@fluentui/react-table",
|
|
163
|
+
"commit": "038d8f703f43ea290412001c94179ee5d1dac4d2",
|
|
164
|
+
"comment": "28456"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"author": "ololubek@microsoft.com",
|
|
168
|
+
"package": "@fluentui/react-table",
|
|
169
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
170
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"author": "ololubek@microsoft.com",
|
|
174
|
+
"package": "@fluentui/react-toast",
|
|
175
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
176
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"prerelease": [
|
|
180
|
+
{
|
|
181
|
+
"author": "ololubek@microsoft.com",
|
|
182
|
+
"package": "@fluentui/react-alert",
|
|
183
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
184
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"author": "ololubek@microsoft.com",
|
|
188
|
+
"package": "@fluentui/react-infobutton",
|
|
189
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
190
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"author": "ololubek@microsoft.com",
|
|
194
|
+
"package": "@fluentui/react-tree",
|
|
195
|
+
"commit": "1082207b08959996cd736725735cadc01d0849b0",
|
|
196
|
+
"comment": "chore: Update react-icons version to pick up fowardref change."
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
200
|
+
"package": "@fluentui/react-tree",
|
|
201
|
+
"commit": "0d4d0ef8daebaf5b6ebbcce17e64e35488864e0e",
|
|
202
|
+
"comment": "chore: moves slots from TreeItem to TreeItemLayout"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
206
|
+
"package": "@fluentui/react-tree",
|
|
207
|
+
"commit": "c017e880f238c1f113ff7ff6e28560d77e7ea46b",
|
|
208
|
+
"comment": "feat: creates FlatTree component"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"minor": [
|
|
212
|
+
{
|
|
213
|
+
"author": "lingfan.gao@microsoft.com",
|
|
214
|
+
"package": "@fluentui/react-components",
|
|
215
|
+
"commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2",
|
|
216
|
+
"comment": "feat: Export useRestoreFocusTarget and useRestoreFocusSource"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
220
|
+
"package": "@fluentui/react-table",
|
|
221
|
+
"commit": "39cf021c60171b8e56a64637ef046478c686d625",
|
|
222
|
+
"comment": "Table/DataGrid: Improve keyboard column resizing experience"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"author": "lingfan.gao@microsoft.com",
|
|
226
|
+
"package": "@fluentui/react-tabster",
|
|
227
|
+
"commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2",
|
|
228
|
+
"comment": "feat: Implement useRestoreFocusSource and useRestoreFocusTarget based on the tabster restorer API"
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"date": "Thu, 20 Jul 2023 18:27:24 GMT",
|
|
6
235
|
"tag": "@fluentui/react-components_v9.26.2",
|
|
7
236
|
"version": "9.26.2",
|
|
8
237
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,91 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 25 Jul 2023 13:26:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.27.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.27.0)
|
|
8
|
+
|
|
9
|
+
Tue, 25 Jul 2023 13:26:18 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.26.2..@fluentui/react-components_v9.27.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Export useRestoreFocusTarget and useRestoreFocusSource ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by lingfan.gao@microsoft.com)
|
|
16
|
+
- `@fluentui/react-table`
|
|
17
|
+
- Table/DataGrid: Improve keyboard column resizing experience ([PR #28493](https://github.com/microsoft/fluentui/pull/28493) by jirivyhnalek@microsoft.com)
|
|
18
|
+
- `@fluentui/react-tabster`
|
|
19
|
+
- feat: Implement useRestoreFocusSource and useRestoreFocusTarget based on the tabster restorer API ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by lingfan.gao@microsoft.com)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- `@fluentui/priority-overflow`
|
|
24
|
+
- fix: Overflow update should run show/hide steps twice ([PR #28628](https://github.com/microsoft/fluentui/pull/28628) by lingfan.gao@microsoft.com)
|
|
25
|
+
- `@fluentui/react-accordion`
|
|
26
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
27
|
+
- `@fluentui/react-avatar`
|
|
28
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
29
|
+
- `@fluentui/react-badge`
|
|
30
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
31
|
+
- `@fluentui/react-breadcrumb-preview`
|
|
32
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
33
|
+
- fix: updated readme, replaced MenuItem with MenuItemLink ([PR #28626](https://github.com/microsoft/fluentui/pull/28626) by vkozlova@microsoft.com)
|
|
34
|
+
- fix: spacing in BreadcrumbButton and Link, added more examples to the stories ([PR #28578](https://github.com/microsoft/fluentui/pull/28578) by vkozlova@microsoft.com)
|
|
35
|
+
- `@fluentui/react-button`
|
|
36
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
37
|
+
- `@fluentui/react-checkbox`
|
|
38
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
39
|
+
- `@fluentui/react-combobox`
|
|
40
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
41
|
+
- `@fluentui/react-components`
|
|
42
|
+
- feat: exports FlatTree ([PR #28620](https://github.com/microsoft/fluentui/pull/28620) by bernardo.sunderhus@gmail.com)
|
|
43
|
+
- `@fluentui/react-datepicker-compat`
|
|
44
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
45
|
+
- `@fluentui/react-dialog`
|
|
46
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
47
|
+
- fix: Focus should restore to a DialogTrigger outside of a Dialog ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by lingfan.gao@microsoft.com)
|
|
48
|
+
- `@fluentui/react-field`
|
|
49
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
50
|
+
- `@fluentui/react-menu`
|
|
51
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
52
|
+
- refactor: Remove custom focus code in favour of useRestoreFocus hooks ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by lingfan.gao@microsoft.com)
|
|
53
|
+
- `@fluentui/react-migration-v0-v9`
|
|
54
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
55
|
+
- `@fluentui/react-migration-v8-v9`
|
|
56
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
57
|
+
- `@fluentui/react-overflow`
|
|
58
|
+
- fix: Overflow update should run show/hide steps twice ([PR #28628](https://github.com/microsoft/fluentui/pull/28628) by lingfan.gao@microsoft.com)
|
|
59
|
+
- `@fluentui/react-radio`
|
|
60
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
61
|
+
- `@fluentui/react-search-preview`
|
|
62
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
63
|
+
- `@fluentui/react-select`
|
|
64
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
65
|
+
- `@fluentui/react-spinbutton`
|
|
66
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
67
|
+
- `@fluentui/react-switch`
|
|
68
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
69
|
+
- `@fluentui/react-table`
|
|
70
|
+
- 28456 ([PR #28577](https://github.com/microsoft/fluentui/pull/28577) by lingfan.gao@microsoft.com)
|
|
71
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
72
|
+
- `@fluentui/react-toast`
|
|
73
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
74
|
+
|
|
75
|
+
### Changes
|
|
76
|
+
|
|
77
|
+
- `@fluentui/react-alert`
|
|
78
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
79
|
+
- `@fluentui/react-infobutton`
|
|
80
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
81
|
+
- `@fluentui/react-tree`
|
|
82
|
+
- chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
|
|
83
|
+
- chore: moves slots from TreeItem to TreeItemLayout ([PR #28621](https://github.com/microsoft/fluentui/pull/28621) by bernardo.sunderhus@gmail.com)
|
|
84
|
+
- feat: creates FlatTree component ([PR #28620](https://github.com/microsoft/fluentui/pull/28620) by bernardo.sunderhus@gmail.com)
|
|
85
|
+
|
|
7
86
|
## [9.26.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.26.2)
|
|
8
87
|
|
|
9
|
-
Thu, 20 Jul 2023 18:24
|
|
88
|
+
Thu, 20 Jul 2023 18:27:24 GMT
|
|
10
89
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.26.1..@fluentui/react-components_v9.26.2)
|
|
11
90
|
|
|
12
91
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -995,6 +995,8 @@ import { useRadioGroupContextValue_unstable } from '@fluentui/react-radio';
|
|
|
995
995
|
import { useRadioGroupContextValues } from '@fluentui/react-radio';
|
|
996
996
|
import { useRadioGroupStyles_unstable } from '@fluentui/react-radio';
|
|
997
997
|
import { useRadioStyles_unstable } from '@fluentui/react-radio';
|
|
998
|
+
import { useRestoreFocusSource } from '@fluentui/react-tabster';
|
|
999
|
+
import { useRestoreFocusTarget } from '@fluentui/react-tabster';
|
|
998
1000
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
999
1001
|
import { useSelect_unstable } from '@fluentui/react-select';
|
|
1000
1002
|
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
@@ -3081,6 +3083,10 @@ export { useRadioGroupStyles_unstable }
|
|
|
3081
3083
|
|
|
3082
3084
|
export { useRadioStyles_unstable }
|
|
3083
3085
|
|
|
3086
|
+
export { useRestoreFocusSource }
|
|
3087
|
+
|
|
3088
|
+
export { useRestoreFocusTarget }
|
|
3089
|
+
|
|
3084
3090
|
export { useScrollbarWidth }
|
|
3085
3091
|
|
|
3086
3092
|
export { useSelect_unstable }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -40,9 +40,14 @@ import { DrawerSlots } from '@fluentui/react-drawer';
|
|
|
40
40
|
import { DrawerState } from '@fluentui/react-drawer';
|
|
41
41
|
import { flattenTree_unstable } from '@fluentui/react-tree';
|
|
42
42
|
import { FlatTree } from '@fluentui/react-tree';
|
|
43
|
-
import {
|
|
44
|
-
import { FlatTreeItemProps } from '@fluentui/react-tree';
|
|
43
|
+
import { flatTreeClassNames } from '@fluentui/react-tree';
|
|
45
44
|
import { FlatTreeProps } from '@fluentui/react-tree';
|
|
45
|
+
import { FlatTreeSlots } from '@fluentui/react-tree';
|
|
46
|
+
import { FlatTreeState } from '@fluentui/react-tree';
|
|
47
|
+
import { HeadlessFlatTree } from '@fluentui/react-tree';
|
|
48
|
+
import { HeadlessFlatTreeItem } from '@fluentui/react-tree';
|
|
49
|
+
import { HeadlessFlatTreeItemProps } from '@fluentui/react-tree';
|
|
50
|
+
import { HeadlessFlatTreeOptions } from '@fluentui/react-tree';
|
|
46
51
|
import { InfoButton } from '@fluentui/react-infobutton';
|
|
47
52
|
import { infoButtonClassNames } from '@fluentui/react-infobutton';
|
|
48
53
|
import { InfoButtonProps } from '@fluentui/react-infobutton';
|
|
@@ -53,7 +58,6 @@ import { infoLabelClassNames } from '@fluentui/react-infobutton';
|
|
|
53
58
|
import { InfoLabelProps } from '@fluentui/react-infobutton';
|
|
54
59
|
import { InfoLabelSlots } from '@fluentui/react-infobutton';
|
|
55
60
|
import { InfoLabelState } from '@fluentui/react-infobutton';
|
|
56
|
-
import { NestedTreeItem } from '@fluentui/react-tree';
|
|
57
61
|
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
58
62
|
import { renderDrawer_unstable } from '@fluentui/react-drawer';
|
|
59
63
|
import { renderDrawerBody_unstable } from '@fluentui/react-drawer';
|
|
@@ -63,6 +67,7 @@ import { renderDrawerHeaderNavigation_unstable } from '@fluentui/react-drawer';
|
|
|
63
67
|
import { renderDrawerHeaderTitle_unstable } from '@fluentui/react-drawer';
|
|
64
68
|
import { renderDrawerInline_unstable } from '@fluentui/react-drawer';
|
|
65
69
|
import { renderDrawerOverlay_unstable } from '@fluentui/react-drawer';
|
|
70
|
+
import { renderFlatTree_unstable } from '@fluentui/react-tree';
|
|
66
71
|
import { renderInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
67
72
|
import { renderInfoLabel_unstable } from '@fluentui/react-infobutton';
|
|
68
73
|
import { renderTree_unstable } from '@fluentui/react-tree';
|
|
@@ -125,6 +130,9 @@ import { useDrawerOverlay_unstable } from '@fluentui/react-drawer';
|
|
|
125
130
|
import { useDrawerOverlayStyles_unstable } from '@fluentui/react-drawer';
|
|
126
131
|
import { useDynamicVirtualizerMeasure } from '@fluentui/react-virtualizer';
|
|
127
132
|
import { useFlatTree_unstable } from '@fluentui/react-tree';
|
|
133
|
+
import { useFlatTreeContextValues_unstable } from '@fluentui/react-tree';
|
|
134
|
+
import { useFlatTreeStyles_unstable } from '@fluentui/react-tree';
|
|
135
|
+
import { useHeadlessFlatTree_unstable } from '@fluentui/react-tree';
|
|
128
136
|
import { useInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
129
137
|
import { useInfoButtonStyles_unstable } from '@fluentui/react-infobutton';
|
|
130
138
|
import { useInfoLabel_unstable } from '@fluentui/react-infobutton';
|
|
@@ -256,12 +264,22 @@ export { flattenTree_unstable }
|
|
|
256
264
|
|
|
257
265
|
export { FlatTree }
|
|
258
266
|
|
|
259
|
-
export {
|
|
260
|
-
|
|
261
|
-
export { FlatTreeItemProps }
|
|
267
|
+
export { flatTreeClassNames }
|
|
262
268
|
|
|
263
269
|
export { FlatTreeProps }
|
|
264
270
|
|
|
271
|
+
export { FlatTreeSlots }
|
|
272
|
+
|
|
273
|
+
export { FlatTreeState }
|
|
274
|
+
|
|
275
|
+
export { HeadlessFlatTree }
|
|
276
|
+
|
|
277
|
+
export { HeadlessFlatTreeItem }
|
|
278
|
+
|
|
279
|
+
export { HeadlessFlatTreeItemProps }
|
|
280
|
+
|
|
281
|
+
export { HeadlessFlatTreeOptions }
|
|
282
|
+
|
|
265
283
|
export { InfoButton }
|
|
266
284
|
|
|
267
285
|
export { infoButtonClassNames }
|
|
@@ -282,8 +300,6 @@ export { InfoLabelSlots }
|
|
|
282
300
|
|
|
283
301
|
export { InfoLabelState }
|
|
284
302
|
|
|
285
|
-
export { NestedTreeItem }
|
|
286
|
-
|
|
287
303
|
export { renderAlert_unstable }
|
|
288
304
|
|
|
289
305
|
export { renderDrawer_unstable }
|
|
@@ -302,6 +318,8 @@ export { renderDrawerInline_unstable }
|
|
|
302
318
|
|
|
303
319
|
export { renderDrawerOverlay_unstable }
|
|
304
320
|
|
|
321
|
+
export { renderFlatTree_unstable }
|
|
322
|
+
|
|
305
323
|
export { renderInfoButton_unstable }
|
|
306
324
|
|
|
307
325
|
export { renderInfoLabel_unstable }
|
|
@@ -426,6 +444,12 @@ export { useDynamicVirtualizerMeasure }
|
|
|
426
444
|
|
|
427
445
|
export { useFlatTree_unstable }
|
|
428
446
|
|
|
447
|
+
export { useFlatTreeContextValues_unstable }
|
|
448
|
+
|
|
449
|
+
export { useFlatTreeStyles_unstable }
|
|
450
|
+
|
|
451
|
+
export { useHeadlessFlatTree_unstable }
|
|
452
|
+
|
|
429
453
|
export { useInfoButton_unstable }
|
|
430
454
|
|
|
431
455
|
export { useInfoButtonStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Utilities
|
|
2
2
|
export { __css, __resetCSS, __resetStyles, __styles, createDOMRenderer, makeResetStyles, makeStaticStyles, makeStyles, mergeClasses, RendererProvider, renderToStyleElements, shorthands } from '@griffel/react';
|
|
3
3
|
export { FluentProvider, fluentProviderClassNames, renderFluentProvider_unstable, useFluentProvider_unstable, useFluentProviderContextValues_unstable, useFluentProviderStyles_unstable } from '@fluentui/react-provider';
|
|
4
|
-
export { createCustomFocusIndicatorStyle, createFocusOutlineStyle, useArrowNavigationGroup, useFocusableGroup, useFocusFinders, useFocusWithin, useKeyboardNavAttribute, useModalAttributes, useObservedElement, useFocusObserved } from '@fluentui/react-tabster';
|
|
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
7
|
export { getNativeElementProps, getPartitionedNativeProps, getSlots, IdPrefixProvider, resetIdsForTests, resolveShorthand, SSRProvider, useId, useIsomorphicLayoutEffect, useIsSSR, useMergedRefs, useScrollbarWidth } from '@fluentui/react-utilities';
|