@fluentui/react-components 9.13.0 → 9.15.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 +223 -1
- package/CHANGELOG.md +76 -2
- package/dist/index.d.ts +498 -0
- package/dist/unstable.d.ts +0 -471
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +0 -1
- package/lib/unstable/index.js.map +1 -1
- package/lib-amd/index.js +103 -2
- package/lib-amd/index.js.map +1 -1
- package/lib-commonjs/index.js +610 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +2 -569
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +40 -40
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,229 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 10 Feb 2023 08:46:43 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.15.0",
|
|
7
|
+
"version": "9.15.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "behowell@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-avatar",
|
|
13
|
+
"commit": "30999b8e1a383db0ef254bcaed2f8ee05fc85909",
|
|
14
|
+
"comment": "fix: Small mistake in docs for Avatar icon prop"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "behowell@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-field",
|
|
19
|
+
"commit": "7db30ce5c8ff56bbcfb01d40e60db382356b6b38",
|
|
20
|
+
"comment": "chore: Update Field spec and migration guide"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "behowell@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-field",
|
|
25
|
+
"commit": "2a4adf399928df00013a1b58eb5dd1ce77141c57",
|
|
26
|
+
"comment": "chore: Update Field documentation and stories"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"prerelease": [
|
|
30
|
+
{
|
|
31
|
+
"author": "marcosvmmoura@gmail.com",
|
|
32
|
+
"package": "@fluentui/react-card",
|
|
33
|
+
"commit": "43a79058970c5e18c912b1a5a47e776ad8b72465",
|
|
34
|
+
"comment": "fix: keyboard navigation not working for select elements"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
38
|
+
"package": "@fluentui/react-table",
|
|
39
|
+
"commit": "fbe4207b3b40b147e936ecaf1e8fad9a8b357db9",
|
|
40
|
+
"comment": "feat: TableCellLayout component now supports truncate prop"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
44
|
+
"package": "@fluentui/react-table",
|
|
45
|
+
"commit": "c5149e270e02a09eae9b7dfbba4da3aa4ac77a52",
|
|
46
|
+
"comment": "feat: DataGrid - add support for resizable columns"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"minor": [
|
|
50
|
+
{
|
|
51
|
+
"author": "lingfangao@hotmail.com",
|
|
52
|
+
"package": "@fluentui/react-components",
|
|
53
|
+
"commit": "6a925547d8051b7d9a1855d6f20b7920d946fcdf",
|
|
54
|
+
"comment": "feat: Release `Table` and `DataGrid` as stable"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"author": "lingfangao@hotmail.com",
|
|
58
|
+
"package": "@fluentui/react-positioning",
|
|
59
|
+
"commit": "95a7b63876ccdc142172d93fe30b035d80f4fe88",
|
|
60
|
+
"comment": "feat: Add `overflowBoundaryPadding` positioning prop"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"patch": [
|
|
64
|
+
{
|
|
65
|
+
"author": "esteban.230@hotmail.com",
|
|
66
|
+
"package": "@fluentui/react-provider",
|
|
67
|
+
"commit": "2043f6d0278192d009426549e6cb63dba4b93593",
|
|
68
|
+
"comment": "fix: Do not add an escape character for colons in the styleTagId since useId now removes colons from the generated id in React 18."
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "seanmonahan@microsoft.com",
|
|
72
|
+
"package": "@fluentui/react-spinbutton",
|
|
73
|
+
"commit": "ab3ee4ca37d90bd42ba0c90a444f9f701d76df7f",
|
|
74
|
+
"comment": "chore: improve SpinButton documentation for home/end hotkeys"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "seanmonahan@microsoft.com",
|
|
78
|
+
"package": "@fluentui/react-spinbutton",
|
|
79
|
+
"commit": "dc2adec63a4f71534bf9ed51684503ccb507ceb7",
|
|
80
|
+
"comment": "fix: properly handle single character text input for SpinButton"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"author": "lingfangao@hotmail.com",
|
|
84
|
+
"package": "@fluentui/react-table",
|
|
85
|
+
"commit": "6a925547d8051b7d9a1855d6f20b7920d946fcdf",
|
|
86
|
+
"comment": "feat: Release 9.0.0"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"author": "esteban.230@hotmail.com",
|
|
90
|
+
"package": "@fluentui/react-utilities",
|
|
91
|
+
"commit": "2043f6d0278192d009426549e6cb63dba4b93593",
|
|
92
|
+
"comment": "fix: Generate id first to avoid hook order mismatch in React 18 and remove colons from generated id in React 18."
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"date": "Tue, 07 Feb 2023 14:13:04 GMT",
|
|
99
|
+
"tag": "@fluentui/react-components_v9.14.0",
|
|
100
|
+
"version": "9.14.0",
|
|
101
|
+
"comments": {
|
|
102
|
+
"minor": [
|
|
103
|
+
{
|
|
104
|
+
"author": "seanmonahan@microsoft.com",
|
|
105
|
+
"package": "@fluentui/react-components",
|
|
106
|
+
"commit": "7c106679b0d571df8085e607931fb55c288d24de",
|
|
107
|
+
"comment": "chore: export SlotRenderFunction type"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
111
|
+
"package": "@fluentui/react-components",
|
|
112
|
+
"commit": "c625afa508c0dead93ea2d3cb698b41dc67ec187",
|
|
113
|
+
"comment": "Added export of column sizing"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"author": "yuanboxue@microsoft.com",
|
|
117
|
+
"package": "@fluentui/react-tabster",
|
|
118
|
+
"commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66",
|
|
119
|
+
"comment": "feat: add `unstable_hasDefault` option in `useArrowNavigationGroup` that specifies the arrow navigation group has default focusable item"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"author": "lingfangao@hotmail.com",
|
|
123
|
+
"package": "@fluentui/react-tabster",
|
|
124
|
+
"commit": "7b7f2cc005b44155e78b9aad071085e1f8db7030",
|
|
125
|
+
"comment": "feat: Bump keyborg to 2.0.0 and tabster to 4.0.1"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"author": "sarah.higley@microsoft.com",
|
|
129
|
+
"package": "@fluentui/react-combobox",
|
|
130
|
+
"commit": "22ecddb787ec8626605eb9cd79d8905d93ed179f",
|
|
131
|
+
"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\""
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"patch": [
|
|
135
|
+
{
|
|
136
|
+
"author": "lingfangao@hotmail.com",
|
|
137
|
+
"package": "@fluentui/react-components",
|
|
138
|
+
"commit": "0b35790d67cad33bd1d52d2418fcca6ef8b4a710",
|
|
139
|
+
"comment": "feat: exports `useDataGridContextValues_unstable`"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"author": "lingfangao@hotmail.com",
|
|
143
|
+
"package": "@fluentui/react-positioning",
|
|
144
|
+
"commit": "db4be59f6c1677bd9182205dabfcb3e2bb47837f",
|
|
145
|
+
"comment": "fix(createPositionManager): computePosition should not apply styles after destruction"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"author": "lingfangao@hotmail.com",
|
|
149
|
+
"package": "@fluentui/priority-overflow",
|
|
150
|
+
"commit": "7274228423cc06749b72ab6a8a112db6f18f5378",
|
|
151
|
+
"comment": "fix: New overflow items all always dispatch updates to subscriber"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"author": "makotom@microsoft.com",
|
|
155
|
+
"package": "@fluentui/react-badge",
|
|
156
|
+
"commit": "fe583c0be359e23a4ae6c4f1ab69d359800393e5",
|
|
157
|
+
"comment": "fix: Using correct icon and color for away + out-of-office PresenceBadge."
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"author": "sarah.higley@microsoft.com",
|
|
161
|
+
"package": "@fluentui/react-button",
|
|
162
|
+
"commit": "d75055c94921130a2433ea62f0002f560ef7e610",
|
|
163
|
+
"comment": "fix: add forced-colors primary button variant"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"prerelease": [
|
|
167
|
+
{
|
|
168
|
+
"author": "lingfangao@hotmail.com",
|
|
169
|
+
"package": "@fluentui/react-data-grid-react-window",
|
|
170
|
+
"commit": "787d758ce8a3cf9eef16692969877163af8538f9",
|
|
171
|
+
"comment": "feat: Initial release react-data-grid-react-window"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"author": "esteban.230@hotmail.com",
|
|
175
|
+
"package": "@fluentui/react-infobutton",
|
|
176
|
+
"commit": "794d9e845cb952f597ba786e70cd8d248be62746",
|
|
177
|
+
"comment": "chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label."
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"author": "esteban.230@hotmail.com",
|
|
181
|
+
"package": "@fluentui/react-infobutton",
|
|
182
|
+
"commit": "34514e3502e2830d81f9de25956be8b624cd3c20",
|
|
183
|
+
"comment": "chore: Making the content focusable and updating example's text."
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"author": "lingfangao@hotmail.com",
|
|
187
|
+
"package": "@fluentui/react-table",
|
|
188
|
+
"commit": "0b35790d67cad33bd1d52d2418fcca6ef8b4a710",
|
|
189
|
+
"comment": "feat: exports `useDataGridContextValues_unstable`"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"author": "jirivyhnalek@microsoft.com",
|
|
193
|
+
"package": "@fluentui/react-table",
|
|
194
|
+
"commit": "c625afa508c0dead93ea2d3cb698b41dc67ec187",
|
|
195
|
+
"comment": "Add support for column resizing"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"author": "marcosvmmoura@gmail.com",
|
|
199
|
+
"package": "@fluentui/react-card",
|
|
200
|
+
"commit": "24ed48c6ff8d0340314931cfecd74e3265b47148",
|
|
201
|
+
"comment": "docs: improve API documentation of card props"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"none": [
|
|
205
|
+
{
|
|
206
|
+
"author": "lingfangao@hotmail.com",
|
|
207
|
+
"package": "@fluentui/react-overflow",
|
|
208
|
+
"commit": "7274228423cc06749b72ab6a8a112db6f18f5378",
|
|
209
|
+
"comment": "Export useOverflowContext as @internal for testing purposes"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"author": "kakrookaran@gmail.com",
|
|
213
|
+
"package": "@fluentui/react-spinbutton",
|
|
214
|
+
"commit": "7d266a45afded6a702ac86d5cf0722745b882266",
|
|
215
|
+
"comment": "Updated the story description"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"author": "marcosvmmoura@gmail.com",
|
|
219
|
+
"package": "@fluentui/react-card",
|
|
220
|
+
"commit": "0cbf85cf12a08ff04ac1807a49ca469f92330211",
|
|
221
|
+
"comment": "docs: improve a11y of card storybook examples"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"date": "Tue, 31 Jan 2023 19:53:53 GMT",
|
|
6
228
|
"tag": "@fluentui/react-components_v9.13.0",
|
|
7
229
|
"version": "9.13.0",
|
|
8
230
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,86 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 10 Feb 2023 08:46:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.15.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.15.0)
|
|
8
|
+
|
|
9
|
+
Fri, 10 Feb 2023 08:46:43 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.14.0..@fluentui/react-components_v9.15.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: Release `Table` and `DataGrid` as stable ([PR #26736](https://github.com/microsoft/fluentui/pull/26736) by lingfangao@hotmail.com)
|
|
16
|
+
- `@fluentui/react-positioning`
|
|
17
|
+
- feat: Add `overflowBoundaryPadding` positioning prop ([PR #26730](https://github.com/microsoft/fluentui/pull/26730) by lingfangao@hotmail.com)
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `@fluentui/react-provider`
|
|
22
|
+
- fix: Do not add an escape character for colons in the styleTagId since useId now removes colons from the generated id in React 18. ([PR #26745](https://github.com/microsoft/fluentui/pull/26745) by esteban.230@hotmail.com)
|
|
23
|
+
- `@fluentui/react-spinbutton`
|
|
24
|
+
- chore: improve SpinButton documentation for home/end hotkeys ([PR #26724](https://github.com/microsoft/fluentui/pull/26724) by seanmonahan@microsoft.com)
|
|
25
|
+
- fix: properly handle single character text input for SpinButton ([PR #26789](https://github.com/microsoft/fluentui/pull/26789) by seanmonahan@microsoft.com)
|
|
26
|
+
- `@fluentui/react-table`
|
|
27
|
+
- feat: Release 9.0.0 ([PR #26736](https://github.com/microsoft/fluentui/pull/26736) by lingfangao@hotmail.com)
|
|
28
|
+
- `@fluentui/react-utilities`
|
|
29
|
+
- fix: Generate id first to avoid hook order mismatch in React 18 and remove colons from generated id in React 18. ([PR #26745](https://github.com/microsoft/fluentui/pull/26745) by esteban.230@hotmail.com)
|
|
30
|
+
|
|
31
|
+
### Changes
|
|
32
|
+
|
|
33
|
+
- `@fluentui/react-card`
|
|
34
|
+
- fix: keyboard navigation not working for select elements ([PR #26612](https://github.com/microsoft/fluentui/pull/26612) by marcosvmmoura@gmail.com)
|
|
35
|
+
- `@fluentui/react-table`
|
|
36
|
+
- feat: TableCellLayout component now supports truncate prop ([PR #26738](https://github.com/microsoft/fluentui/pull/26738) by jirivyhnalek@microsoft.com)
|
|
37
|
+
- feat: DataGrid - add support for resizable columns ([PR #26690](https://github.com/microsoft/fluentui/pull/26690) by jirivyhnalek@microsoft.com)
|
|
38
|
+
|
|
39
|
+
## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.14.0)
|
|
40
|
+
|
|
41
|
+
Tue, 07 Feb 2023 14:13:04 GMT
|
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.13.0..@fluentui/react-components_v9.14.0)
|
|
43
|
+
|
|
44
|
+
### Minor changes
|
|
45
|
+
|
|
46
|
+
- `@fluentui/react-components`
|
|
47
|
+
- chore: export SlotRenderFunction type ([PR #26600](https://github.com/microsoft/fluentui/pull/26600) by seanmonahan@microsoft.com)
|
|
48
|
+
- Added export of column sizing ([PR #26477](https://github.com/microsoft/fluentui/pull/26477) by jirivyhnalek@microsoft.com)
|
|
49
|
+
- `@fluentui/react-tabster`
|
|
50
|
+
- 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)
|
|
51
|
+
- 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)
|
|
52
|
+
- `@fluentui/react-combobox`
|
|
53
|
+
- 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)
|
|
54
|
+
|
|
55
|
+
### Patches
|
|
56
|
+
|
|
57
|
+
- `@fluentui/react-components`
|
|
58
|
+
- feat: exports `useDataGridContextValues_unstable` ([PR #26627](https://github.com/microsoft/fluentui/pull/26627) by lingfangao@hotmail.com)
|
|
59
|
+
- `@fluentui/react-positioning`
|
|
60
|
+
- fix(createPositionManager): computePosition should not apply styles after destruction ([PR #26593](https://github.com/microsoft/fluentui/pull/26593) by lingfangao@hotmail.com)
|
|
61
|
+
- `@fluentui/priority-overflow`
|
|
62
|
+
- fix: New overflow items all always dispatch updates to subscriber ([PR #26565](https://github.com/microsoft/fluentui/pull/26565) by lingfangao@hotmail.com)
|
|
63
|
+
- `@fluentui/react-badge`
|
|
64
|
+
- 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)
|
|
65
|
+
- `@fluentui/react-button`
|
|
66
|
+
- fix: add forced-colors primary button variant ([PR #26623](https://github.com/microsoft/fluentui/pull/26623) by sarah.higley@microsoft.com)
|
|
67
|
+
|
|
68
|
+
### Changes
|
|
69
|
+
|
|
70
|
+
- `@fluentui/react-data-grid-react-window`
|
|
71
|
+
- feat: Initial release react-data-grid-react-window ([PR #26731](https://github.com/microsoft/fluentui/pull/26731) by lingfangao@hotmail.com)
|
|
72
|
+
- `@fluentui/react-infobutton`
|
|
73
|
+
- 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)
|
|
74
|
+
- chore: Making the content focusable and updating example's text. ([PR #26596](https://github.com/microsoft/fluentui/pull/26596) by esteban.230@hotmail.com)
|
|
75
|
+
- `@fluentui/react-table`
|
|
76
|
+
- feat: exports `useDataGridContextValues_unstable` ([PR #26627](https://github.com/microsoft/fluentui/pull/26627) by lingfangao@hotmail.com)
|
|
77
|
+
- Add support for column resizing ([PR #26477](https://github.com/microsoft/fluentui/pull/26477) by jirivyhnalek@microsoft.com)
|
|
78
|
+
- `@fluentui/react-card`
|
|
79
|
+
- docs: improve API documentation of card props ([PR #26614](https://github.com/microsoft/fluentui/pull/26614) by marcosvmmoura@gmail.com)
|
|
80
|
+
|
|
7
81
|
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.13.0)
|
|
8
82
|
|
|
9
|
-
Tue, 31 Jan 2023 19:
|
|
83
|
+
Tue, 31 Jan 2023 19:53:53 GMT
|
|
10
84
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.12.0..@fluentui/react-components_v9.13.0)
|
|
11
85
|
|
|
12
86
|
### Minor changes
|