@fluentui/react-components 9.20.4 → 9.22.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 +781 -1
- package/CHANGELOG.md +239 -2
- package/dist/index.d.ts +6 -0
- package/dist/unstable.d.ts +189 -0
- package/lib/Concepts/Icons/ReactIconGrid.js +101 -94
- package/lib/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +2 -2
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js +28 -73
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib-commonjs/index.js +2 -3
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +42 -4
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +46 -45
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,249 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 20 Jun 2023 12:34:37 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.22.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.22.0)
|
|
8
|
+
|
|
9
|
+
Tue, 20 Jun 2023 12:34:37 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.21.0..@fluentui/react-components_v9.22.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/priority-overflow`
|
|
15
|
+
- feat: Added support for custom divider ([PR #28011](https://github.com/microsoft/fluentui/pull/28011) by vkozlova@microsoft.com)
|
|
16
|
+
- `@fluentui/react-components`
|
|
17
|
+
- feat: Added Overflow divider ([PR #28011](https://github.com/microsoft/fluentui/pull/28011) by vkozlova@microsoft.com)
|
|
18
|
+
- [FEATURE] Imperative scrolling functionality for react-virtualizer ([PR #27864](https://github.com/microsoft/fluentui/pull/27864) by mifraser@microsoft.com)
|
|
19
|
+
- `@fluentui/react-conformance`
|
|
20
|
+
- BREAKING CHANGE: migrate package to v9 setup in order to be able to run generate-api task without build ([PR #28215](https://github.com/microsoft/fluentui/pull/28215) by martinhochel@microsoft.com)
|
|
21
|
+
- `@fluentui/react-menu`
|
|
22
|
+
- feat: Add slide and fade in animation on open ([PR #28119](https://github.com/microsoft/fluentui/pull/28119) by lingfangao@hotmail.com)
|
|
23
|
+
- `@fluentui/react-migration-v8-v9`
|
|
24
|
+
- Add/update theme tokens ([PR #27791](https://github.com/microsoft/fluentui/pull/27791) by miroslav.stastny@microsoft.com)
|
|
25
|
+
- `@fluentui/react-popover`
|
|
26
|
+
- feat: Add slide and fade in animation on open ([PR #28119](https://github.com/microsoft/fluentui/pull/28119) by lingfangao@hotmail.com)
|
|
27
|
+
- `@fluentui/react-positioning`
|
|
28
|
+
- feat: Implement shared styles for slide animations ([PR #28119](https://github.com/microsoft/fluentui/pull/28119) by lingfangao@hotmail.com)
|
|
29
|
+
- `@fluentui/react-table`
|
|
30
|
+
- DataGrid now exposes containerWidthOffset prop, which is mainly used internally to adjust available space for column resizing based on other props ([PR #27983](https://github.com/microsoft/fluentui/pull/27983) by jirivyhnalek@microsoft.com)
|
|
31
|
+
- feat: Implement `focusMode` for DataGridCell ([PR #28167](https://github.com/microsoft/fluentui/pull/28167) by lingfangao@hotmail.com)
|
|
32
|
+
- `@fluentui/react-tabster`
|
|
33
|
+
- useArrowNavigationGroup grid-linear axis ([PR #28253](https://github.com/microsoft/fluentui/pull/28253) by jukapsia@microsoft.com)
|
|
34
|
+
|
|
35
|
+
### Patches
|
|
36
|
+
|
|
37
|
+
- `@fluentui/react-accordion`
|
|
38
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
39
|
+
- `@fluentui/react-avatar`
|
|
40
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
41
|
+
- fix: Do not render the image when src prop is undefined. ([PR #28146](https://github.com/microsoft/fluentui/pull/28146) by esteban.230@hotmail.com)
|
|
42
|
+
- `@fluentui/react-badge`
|
|
43
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
44
|
+
- `@fluentui/react-button`
|
|
45
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
46
|
+
- `@fluentui/react-checkbox`
|
|
47
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
48
|
+
- `@fluentui/react-combobox`
|
|
49
|
+
- fix: Option's checkIcon adds provided className at the end to avoid overrides. ([PR #28143](https://github.com/microsoft/fluentui/pull/28143) by esteban.230@hotmail.com)
|
|
50
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
51
|
+
- `@fluentui/react-datepicker-compat`
|
|
52
|
+
- fix: Do not move focus to the input on first render. ([PR #28188](https://github.com/microsoft/fluentui/pull/28188) by esteban.230@hotmail.com)
|
|
53
|
+
- feat: Add null to value prop for controlled cases to work correctly. ([PR #28056](https://github.com/microsoft/fluentui/pull/28056) by esteban.230@hotmail.com)
|
|
54
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
55
|
+
- `@fluentui/react-dialog`
|
|
56
|
+
- bugfix: Ensures dialog actions stretches on breakpoints ([PR #28258](https://github.com/microsoft/fluentui/pull/28258) by bernardo.sunderhus@gmail.com)
|
|
57
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
58
|
+
- fix: dialog title now takes whole row when there are no actions. This fixes an earlier regresssion. ([PR #28035](https://github.com/microsoft/fluentui/pull/28035) by derdem@microsoft.com)
|
|
59
|
+
- `@fluentui/react-field`
|
|
60
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
61
|
+
- `@fluentui/react-menu`
|
|
62
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
63
|
+
- `@fluentui/react-migration-v0-v9`
|
|
64
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
65
|
+
- `@fluentui/react-migration-v8-v9`
|
|
66
|
+
- chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments ([PR #28067](https://github.com/microsoft/fluentui/pull/28067) by martinhochel@microsoft.com)
|
|
67
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
68
|
+
- `@fluentui/react-overflow`
|
|
69
|
+
- Added support for custom divider ([PR #28011](https://github.com/microsoft/fluentui/pull/28011) by vkozlova@microsoft.com)
|
|
70
|
+
- `@fluentui/react-portal`
|
|
71
|
+
- fix: use `position: absolute` to prevent scroll jumps ([PR #28109](https://github.com/microsoft/fluentui/pull/28109) by olfedias@microsoft.com)
|
|
72
|
+
- `@fluentui/react-positioning`
|
|
73
|
+
- chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments ([PR #28067](https://github.com/microsoft/fluentui/pull/28067) by martinhochel@microsoft.com)
|
|
74
|
+
- fix: cleanup assignment of initial styles ([PR #28109](https://github.com/microsoft/fluentui/pull/28109) by olfedias@microsoft.com)
|
|
75
|
+
- `@fluentui/react-radio`
|
|
76
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
77
|
+
- `@fluentui/react-select`
|
|
78
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
79
|
+
- `@fluentui/react-skeleton`
|
|
80
|
+
- fix: Add reduced motion styling for Skeleton ([PR #28086](https://github.com/microsoft/fluentui/pull/28086) by ololubek@microsoft.com)
|
|
81
|
+
- `@fluentui/react-spinbutton`
|
|
82
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
83
|
+
- `@fluentui/react-switch`
|
|
84
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
85
|
+
- `@fluentui/react-table`
|
|
86
|
+
- Update table styles to reflect token changes ([PR #27791](https://github.com/microsoft/fluentui/pull/27791) by miroslav.stastny@microsoft.com)
|
|
87
|
+
- fix: TableHeaderCell should not render button when not sortable ([PR #28097](https://github.com/microsoft/fluentui/pull/28097) by lingfangao@hotmail.com)
|
|
88
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
89
|
+
- `@fluentui/react-tabster`
|
|
90
|
+
- chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments ([PR #28067](https://github.com/microsoft/fluentui/pull/28067) by martinhochel@microsoft.com)
|
|
91
|
+
- `@fluentui/react-textarea`
|
|
92
|
+
- fix: Remove fixed height so rows prop works and add missing max-height. ([PR #28181](https://github.com/microsoft/fluentui/pull/28181) by esteban.230@hotmail.com)
|
|
93
|
+
- `@fluentui/react-utilities`
|
|
94
|
+
- fix: getNativeElementProps should support animation event handlers ([PR #28094](https://github.com/microsoft/fluentui/pull/28094) by lingfangao@hotmail.com)
|
|
95
|
+
|
|
96
|
+
### Changes
|
|
97
|
+
|
|
98
|
+
- `@fluentui/react-alert`
|
|
99
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
100
|
+
- `@fluentui/react-data-grid-react-window`
|
|
101
|
+
- Fixed an issue where columns would overflow when resizableColumns is on ([PR #27983](https://github.com/microsoft/fluentui/pull/27983) by jirivyhnalek@microsoft.com)
|
|
102
|
+
- `@fluentui/react-infobutton`
|
|
103
|
+
- chore: Create InfoIconLabel component scaffold. ([PR #28200](https://github.com/microsoft/fluentui/pull/28200) by esteban.230@hotmail.com)
|
|
104
|
+
- chore: Create InfoTip component. ([PR #28071](https://github.com/microsoft/fluentui/pull/28071) by esteban.230@hotmail.com)
|
|
105
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
106
|
+
- chore: Rename InfoTip to InfoIcon to better align with InfoButton. ([PR #28177](https://github.com/microsoft/fluentui/pull/28177) by esteban.230@hotmail.com)
|
|
107
|
+
- `@fluentui/react-theme-sass`
|
|
108
|
+
- Add theme tokens ([PR #27791](https://github.com/microsoft/fluentui/pull/27791) by miroslav.stastny@microsoft.com)
|
|
109
|
+
- `@fluentui/react-tree`
|
|
110
|
+
- chore: update @fluentui/react-icons to 2.0.203 ([PR #28203](https://github.com/microsoft/fluentui/pull/28203) by ololubek@microsoft.com)
|
|
111
|
+
- `@fluentui/react-virtualizer`
|
|
112
|
+
- feature: Add scrollTo index hook and callbacks, isScrolling flag ([PR #27864](https://github.com/microsoft/fluentui/pull/27864) by mifraser@microsoft.com)
|
|
113
|
+
- chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments ([PR #28067](https://github.com/microsoft/fluentui/pull/28067) by martinhochel@microsoft.com)
|
|
114
|
+
- `@fluentui/tokens`
|
|
115
|
+
- Add/update theme tokens ([PR #27791](https://github.com/microsoft/fluentui/pull/27791) by miroslav.stastny@microsoft.com)
|
|
116
|
+
- fix: cast to String keys interpolated within string literals ([PR #28067](https://github.com/microsoft/fluentui/pull/28067) by martinhochel@microsoft.com)
|
|
117
|
+
|
|
118
|
+
## [9.21.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.21.0)
|
|
119
|
+
|
|
120
|
+
Wed, 31 May 2023 06:46:07 GMT
|
|
121
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.20.4..@fluentui/react-components_v9.21.0)
|
|
122
|
+
|
|
123
|
+
### Minor changes
|
|
124
|
+
|
|
125
|
+
- `@fluentui/react-combobox`
|
|
126
|
+
- export selection types from combobox ([PR #28054](https://github.com/microsoft/fluentui/pull/28054) by mgodbolt@microsoft.com)
|
|
127
|
+
- `@fluentui/react-components`
|
|
128
|
+
- feat: release react-drawer to unstable ([PR #28005](https://github.com/microsoft/fluentui/pull/28005) by marcosvmmoura@gmail.com)
|
|
129
|
+
- `@fluentui/react-popover`
|
|
130
|
+
- Add new optional useTransform parameter to allow disabling transform for positioning ([PR #27929](https://github.com/microsoft/fluentui/pull/27929) by yiliu9@microsoft.com)
|
|
131
|
+
- `@fluentui/react-positioning`
|
|
132
|
+
- Add new optional useTransform parameter to allow disabling transform for positioning ([PR #27929](https://github.com/microsoft/fluentui/pull/27929) by yiliu9@microsoft.com)
|
|
133
|
+
- `@fluentui/react-table`
|
|
134
|
+
- A column header style now reflects if its being resized by keyboard ([PR #27953](https://github.com/microsoft/fluentui/pull/27953) by jirivyhnalek@microsoft.com)
|
|
135
|
+
|
|
136
|
+
### Patches
|
|
137
|
+
|
|
138
|
+
- `@fluentui/react-accordion`
|
|
139
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
140
|
+
- `@fluentui/react-avatar`
|
|
141
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
142
|
+
- `@fluentui/react-badge`
|
|
143
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
144
|
+
- `@fluentui/react-button`
|
|
145
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
146
|
+
- `@fluentui/react-card`
|
|
147
|
+
- fix: createFocusOutlineStyle cannot work with CSS variables ([PR #27966](https://github.com/microsoft/fluentui/pull/27966) by marcosvmmoura@gmail.com)
|
|
148
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
149
|
+
- fix: make selected styles have higher priority ([PR #27985](https://github.com/microsoft/fluentui/pull/27985) by marcosvmmoura@gmail.com)
|
|
150
|
+
- `@fluentui/react-checkbox`
|
|
151
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
152
|
+
- `@fluentui/react-combobox`
|
|
153
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
154
|
+
- `@fluentui/react-components`
|
|
155
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
156
|
+
- `@fluentui/react-datepicker-compat`
|
|
157
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
158
|
+
- fix: Remove focus function from the deps to avoid constant move of focus. ([PR #28053](https://github.com/microsoft/fluentui/pull/28053) by esteban.230@hotmail.com)
|
|
159
|
+
- `@fluentui/react-dialog`
|
|
160
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
161
|
+
- `@fluentui/react-divider`
|
|
162
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
163
|
+
- `@fluentui/react-field`
|
|
164
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
165
|
+
- `@fluentui/react-image`
|
|
166
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
167
|
+
- `@fluentui/react-input`
|
|
168
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
169
|
+
- `@fluentui/react-label`
|
|
170
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
171
|
+
- `@fluentui/react-link`
|
|
172
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
173
|
+
- `@fluentui/react-menu`
|
|
174
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
175
|
+
- `@fluentui/react-migration-v0-v9`
|
|
176
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
177
|
+
- `@fluentui/react-migration-v8-v9`
|
|
178
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
179
|
+
- `@fluentui/react-overflow`
|
|
180
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
181
|
+
- `@fluentui/react-persona`
|
|
182
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
183
|
+
- `@fluentui/react-popover`
|
|
184
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
185
|
+
- `@fluentui/react-portal`
|
|
186
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
187
|
+
- `@fluentui/react-positioning`
|
|
188
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
189
|
+
- `@fluentui/react-progress`
|
|
190
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
191
|
+
- `@fluentui/react-provider`
|
|
192
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
193
|
+
- `@fluentui/react-radio`
|
|
194
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
195
|
+
- `@fluentui/react-select`
|
|
196
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
197
|
+
- `@fluentui/react-skeleton`
|
|
198
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
199
|
+
- `@fluentui/react-slider`
|
|
200
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
201
|
+
- `@fluentui/react-spinbutton`
|
|
202
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
203
|
+
- `@fluentui/react-spinner`
|
|
204
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
205
|
+
- `@fluentui/react-switch`
|
|
206
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
207
|
+
- `@fluentui/react-table`
|
|
208
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
209
|
+
- `@fluentui/react-tabs`
|
|
210
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
211
|
+
- `@fluentui/react-tabster`
|
|
212
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
213
|
+
- fix: createFocusOutlineStyle cannot work with CSS variables ([PR #27966](https://github.com/microsoft/fluentui/pull/27966) by marcosvmmoura@gmail.com)
|
|
214
|
+
- `@fluentui/react-text`
|
|
215
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
216
|
+
- `@fluentui/react-textarea`
|
|
217
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
218
|
+
- `@fluentui/react-toolbar`
|
|
219
|
+
- Fixed a bug where ToolbarDivider default styles were prioritized ([PR #28044](https://github.com/microsoft/fluentui/pull/28044) by jirivyhnalek@microsoft.com)
|
|
220
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
221
|
+
- `@fluentui/react-tooltip`
|
|
222
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
223
|
+
- `@fluentui/react-utilities`
|
|
224
|
+
- fix: tweak type errors exposed in ts 4.5 ([PR #27936](https://github.com/microsoft/fluentui/pull/27936) by martinhochel@microsoft.com)
|
|
225
|
+
|
|
226
|
+
### Changes
|
|
227
|
+
|
|
228
|
+
- `@fluentui/react-alert`
|
|
229
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
230
|
+
- `@fluentui/react-conformance-griffel`
|
|
231
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
232
|
+
- `@fluentui/react-drawer`
|
|
233
|
+
- feat: release react-drawer to unstable ([PR #28005](https://github.com/microsoft/fluentui/pull/28005) by marcosvmmoura@gmail.com)
|
|
234
|
+
- bumps Griffel version to 1.5.7 from 1.5.2 ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
235
|
+
- chore: move styles to .styles.ts files [react-drawer & react-toast] ([PR #27685](https://github.com/microsoft/fluentui/pull/27685) by olfedias@microsoft.com)
|
|
236
|
+
- `@fluentui/react-infobutton`
|
|
237
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
238
|
+
- `@fluentui/react-tree`
|
|
239
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
240
|
+
- `@fluentui/react-virtualizer`
|
|
241
|
+
- chore: Update Griffel to v1.5.7. ([PR #27925](https://github.com/microsoft/fluentui/pull/27925) by seanmonahan@microsoft.com)
|
|
242
|
+
- chore: move makeStyles() calls to .styles.ts files ([PR #27685](https://github.com/microsoft/fluentui/pull/27685) by olfedias@microsoft.com)
|
|
243
|
+
|
|
7
244
|
## [9.20.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.20.4)
|
|
8
245
|
|
|
9
|
-
Thu, 25 May 2023
|
|
246
|
+
Thu, 25 May 2023 10:00:48 GMT
|
|
10
247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.20.3..@fluentui/react-components_v9.20.4)
|
|
11
248
|
|
|
12
249
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -157,6 +157,7 @@ import { createTableColumn } from '@fluentui/react-table';
|
|
|
157
157
|
import { CreateTableColumnOptions } from '@fluentui/react-table';
|
|
158
158
|
import { createTeamsDarkTheme } from '@fluentui/react-theme';
|
|
159
159
|
import { CurveTokens } from '@fluentui/react-theme';
|
|
160
|
+
import { DATA_OVERFLOW_DIVIDER } from '@fluentui/react-overflow';
|
|
160
161
|
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
161
162
|
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
162
163
|
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
@@ -401,6 +402,7 @@ import { OptionProps } from '@fluentui/react-combobox';
|
|
|
401
402
|
import { OptionSlots } from '@fluentui/react-combobox';
|
|
402
403
|
import { OptionState } from '@fluentui/react-combobox';
|
|
403
404
|
import { Overflow } from '@fluentui/react-overflow';
|
|
405
|
+
import { OverflowDivider } from '@fluentui/react-overflow';
|
|
404
406
|
import { OverflowItem } from '@fluentui/react-overflow';
|
|
405
407
|
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
406
408
|
import { OverflowProps } from '@fluentui/react-overflow';
|
|
@@ -1335,6 +1337,8 @@ export { createTeamsDarkTheme }
|
|
|
1335
1337
|
|
|
1336
1338
|
export { CurveTokens }
|
|
1337
1339
|
|
|
1340
|
+
export { DATA_OVERFLOW_DIVIDER }
|
|
1341
|
+
|
|
1338
1342
|
export { DATA_OVERFLOW_ITEM }
|
|
1339
1343
|
|
|
1340
1344
|
export { DATA_OVERFLOW_MENU }
|
|
@@ -1823,6 +1827,8 @@ export { OptionState }
|
|
|
1823
1827
|
|
|
1824
1828
|
export { Overflow }
|
|
1825
1829
|
|
|
1830
|
+
export { OverflowDivider }
|
|
1831
|
+
|
|
1826
1832
|
export { OverflowItem }
|
|
1827
1833
|
|
|
1828
1834
|
export { OverflowItemProps }
|
package/dist/unstable.d.ts
CHANGED
|
@@ -3,6 +3,41 @@ import { alertClassNames } from '@fluentui/react-alert';
|
|
|
3
3
|
import { AlertProps } from '@fluentui/react-alert';
|
|
4
4
|
import { AlertSlots } from '@fluentui/react-alert';
|
|
5
5
|
import { AlertState } from '@fluentui/react-alert';
|
|
6
|
+
import { Drawer } from '@fluentui/react-drawer';
|
|
7
|
+
import { DrawerBody } from '@fluentui/react-drawer';
|
|
8
|
+
import { drawerBodyClassNames } from '@fluentui/react-drawer';
|
|
9
|
+
import { DrawerBodySlots } from '@fluentui/react-drawer';
|
|
10
|
+
import { DrawerBodyState } from '@fluentui/react-drawer';
|
|
11
|
+
import { DrawerFooter } from '@fluentui/react-drawer';
|
|
12
|
+
import { drawerFooterClassNames } from '@fluentui/react-drawer';
|
|
13
|
+
import { DrawerFooterSlots } from '@fluentui/react-drawer';
|
|
14
|
+
import { DrawerFooterState } from '@fluentui/react-drawer';
|
|
15
|
+
import { DrawerHeader } from '@fluentui/react-drawer';
|
|
16
|
+
import { drawerHeaderClassNames } from '@fluentui/react-drawer';
|
|
17
|
+
import { DrawerHeaderNavigation } from '@fluentui/react-drawer';
|
|
18
|
+
import { drawerHeaderNavigationClassNames } from '@fluentui/react-drawer';
|
|
19
|
+
import { DrawerHeaderNavigationProps } from '@fluentui/react-drawer';
|
|
20
|
+
import { DrawerHeaderNavigationSlots } from '@fluentui/react-drawer';
|
|
21
|
+
import { DrawerHeaderNavigationState } from '@fluentui/react-drawer';
|
|
22
|
+
import { DrawerHeaderSlots } from '@fluentui/react-drawer';
|
|
23
|
+
import { DrawerHeaderState } from '@fluentui/react-drawer';
|
|
24
|
+
import { DrawerHeaderTitle } from '@fluentui/react-drawer';
|
|
25
|
+
import { drawerHeaderTitleClassNames } from '@fluentui/react-drawer';
|
|
26
|
+
import { DrawerHeaderTitleSlots } from '@fluentui/react-drawer';
|
|
27
|
+
import { DrawerHeaderTitleState } from '@fluentui/react-drawer';
|
|
28
|
+
import { DrawerInline } from '@fluentui/react-drawer';
|
|
29
|
+
import { drawerInlineClassNames } from '@fluentui/react-drawer';
|
|
30
|
+
import { DrawerInlineProps } from '@fluentui/react-drawer';
|
|
31
|
+
import { DrawerInlineSlots } from '@fluentui/react-drawer';
|
|
32
|
+
import { DrawerInlineState } from '@fluentui/react-drawer';
|
|
33
|
+
import { DrawerOverlay } from '@fluentui/react-drawer';
|
|
34
|
+
import { drawerOverlayClassNames } from '@fluentui/react-drawer';
|
|
35
|
+
import { DrawerOverlayProps } from '@fluentui/react-drawer';
|
|
36
|
+
import { DrawerOverlaySlots } from '@fluentui/react-drawer';
|
|
37
|
+
import { DrawerOverlayState } from '@fluentui/react-drawer';
|
|
38
|
+
import { DrawerProps } from '@fluentui/react-drawer';
|
|
39
|
+
import { DrawerSlots } from '@fluentui/react-drawer';
|
|
40
|
+
import { DrawerState } from '@fluentui/react-drawer';
|
|
6
41
|
import { flattenTree_unstable } from '@fluentui/react-tree';
|
|
7
42
|
import { FlatTree } from '@fluentui/react-tree';
|
|
8
43
|
import { FlatTreeItem } from '@fluentui/react-tree';
|
|
@@ -20,6 +55,14 @@ import { InfoLabelSlots } from '@fluentui/react-infobutton';
|
|
|
20
55
|
import { InfoLabelState } from '@fluentui/react-infobutton';
|
|
21
56
|
import { NestedTreeItem } from '@fluentui/react-tree';
|
|
22
57
|
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
58
|
+
import { renderDrawer_unstable } from '@fluentui/react-drawer';
|
|
59
|
+
import { renderDrawerBody_unstable } from '@fluentui/react-drawer';
|
|
60
|
+
import { renderDrawerFooter_unstable } from '@fluentui/react-drawer';
|
|
61
|
+
import { renderDrawerHeader_unstable } from '@fluentui/react-drawer';
|
|
62
|
+
import { renderDrawerHeaderNavigation_unstable } from '@fluentui/react-drawer';
|
|
63
|
+
import { renderDrawerHeaderTitle_unstable } from '@fluentui/react-drawer';
|
|
64
|
+
import { renderDrawerInline_unstable } from '@fluentui/react-drawer';
|
|
65
|
+
import { renderDrawerOverlay_unstable } from '@fluentui/react-drawer';
|
|
23
66
|
import { renderInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
24
67
|
import { renderInfoLabel_unstable } from '@fluentui/react-infobutton';
|
|
25
68
|
import { renderTree_unstable } from '@fluentui/react-tree';
|
|
@@ -31,6 +74,11 @@ import { renderVirtualizer_unstable } from '@fluentui/react-virtualizer';
|
|
|
31
74
|
import { renderVirtualizerScrollView_unstable } from '@fluentui/react-virtualizer';
|
|
32
75
|
import { renderVirtualizerScrollViewDynamic_unstable } from '@fluentui/react-virtualizer';
|
|
33
76
|
import { ResizeCallbackWithRef } from '@fluentui/react-virtualizer';
|
|
77
|
+
import { ScrollToInterface } from '@fluentui/react-virtualizer';
|
|
78
|
+
import { scrollToItemDynamic } from '@fluentui/react-virtualizer';
|
|
79
|
+
import { ScrollToItemDynamicParams } from '@fluentui/react-virtualizer';
|
|
80
|
+
import { scrollToItemStatic } from '@fluentui/react-virtualizer';
|
|
81
|
+
import { ScrollToItemStaticParams } from '@fluentui/react-virtualizer';
|
|
34
82
|
import { Tree } from '@fluentui/react-tree';
|
|
35
83
|
import { treeClassNames } from '@fluentui/react-tree';
|
|
36
84
|
import { TreeContextValue } from '@fluentui/react-tree';
|
|
@@ -66,6 +114,21 @@ import { TreeSlots } from '@fluentui/react-tree';
|
|
|
66
114
|
import { TreeState } from '@fluentui/react-tree';
|
|
67
115
|
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
68
116
|
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
117
|
+
import { useDrawer_unstable } from '@fluentui/react-drawer';
|
|
118
|
+
import { useDrawerBody_unstable } from '@fluentui/react-drawer';
|
|
119
|
+
import { useDrawerBodyStyles_unstable } from '@fluentui/react-drawer';
|
|
120
|
+
import { useDrawerFooter_unstable } from '@fluentui/react-drawer';
|
|
121
|
+
import { useDrawerFooterStyles_unstable } from '@fluentui/react-drawer';
|
|
122
|
+
import { useDrawerHeader_unstable } from '@fluentui/react-drawer';
|
|
123
|
+
import { useDrawerHeaderNavigation_unstable } from '@fluentui/react-drawer';
|
|
124
|
+
import { useDrawerHeaderNavigationStyles_unstable } from '@fluentui/react-drawer';
|
|
125
|
+
import { useDrawerHeaderStyles_unstable } from '@fluentui/react-drawer';
|
|
126
|
+
import { useDrawerHeaderTitle_unstable } from '@fluentui/react-drawer';
|
|
127
|
+
import { useDrawerHeaderTitleStyles_unstable } from '@fluentui/react-drawer';
|
|
128
|
+
import { useDrawerInline_unstable } from '@fluentui/react-drawer';
|
|
129
|
+
import { useDrawerInlineStyles_unstable } from '@fluentui/react-drawer';
|
|
130
|
+
import { useDrawerOverlay_unstable } from '@fluentui/react-drawer';
|
|
131
|
+
import { useDrawerOverlayStyles_unstable } from '@fluentui/react-drawer';
|
|
69
132
|
import { useDynamicVirtualizerMeasure } from '@fluentui/react-virtualizer';
|
|
70
133
|
import { useFlatTree_unstable } from '@fluentui/react-tree';
|
|
71
134
|
import { useInfoButton_unstable } from '@fluentui/react-infobutton';
|
|
@@ -125,6 +188,76 @@ export { AlertSlots }
|
|
|
125
188
|
|
|
126
189
|
export { AlertState }
|
|
127
190
|
|
|
191
|
+
export { Drawer }
|
|
192
|
+
|
|
193
|
+
export { DrawerBody }
|
|
194
|
+
|
|
195
|
+
export { drawerBodyClassNames }
|
|
196
|
+
|
|
197
|
+
export { DrawerBodySlots }
|
|
198
|
+
|
|
199
|
+
export { DrawerBodyState }
|
|
200
|
+
|
|
201
|
+
export { DrawerFooter }
|
|
202
|
+
|
|
203
|
+
export { drawerFooterClassNames }
|
|
204
|
+
|
|
205
|
+
export { DrawerFooterSlots }
|
|
206
|
+
|
|
207
|
+
export { DrawerFooterState }
|
|
208
|
+
|
|
209
|
+
export { DrawerHeader }
|
|
210
|
+
|
|
211
|
+
export { drawerHeaderClassNames }
|
|
212
|
+
|
|
213
|
+
export { DrawerHeaderNavigation }
|
|
214
|
+
|
|
215
|
+
export { drawerHeaderNavigationClassNames }
|
|
216
|
+
|
|
217
|
+
export { DrawerHeaderNavigationProps }
|
|
218
|
+
|
|
219
|
+
export { DrawerHeaderNavigationSlots }
|
|
220
|
+
|
|
221
|
+
export { DrawerHeaderNavigationState }
|
|
222
|
+
|
|
223
|
+
export { DrawerHeaderSlots }
|
|
224
|
+
|
|
225
|
+
export { DrawerHeaderState }
|
|
226
|
+
|
|
227
|
+
export { DrawerHeaderTitle }
|
|
228
|
+
|
|
229
|
+
export { drawerHeaderTitleClassNames }
|
|
230
|
+
|
|
231
|
+
export { DrawerHeaderTitleSlots }
|
|
232
|
+
|
|
233
|
+
export { DrawerHeaderTitleState }
|
|
234
|
+
|
|
235
|
+
export { DrawerInline }
|
|
236
|
+
|
|
237
|
+
export { drawerInlineClassNames }
|
|
238
|
+
|
|
239
|
+
export { DrawerInlineProps }
|
|
240
|
+
|
|
241
|
+
export { DrawerInlineSlots }
|
|
242
|
+
|
|
243
|
+
export { DrawerInlineState }
|
|
244
|
+
|
|
245
|
+
export { DrawerOverlay }
|
|
246
|
+
|
|
247
|
+
export { drawerOverlayClassNames }
|
|
248
|
+
|
|
249
|
+
export { DrawerOverlayProps }
|
|
250
|
+
|
|
251
|
+
export { DrawerOverlaySlots }
|
|
252
|
+
|
|
253
|
+
export { DrawerOverlayState }
|
|
254
|
+
|
|
255
|
+
export { DrawerProps }
|
|
256
|
+
|
|
257
|
+
export { DrawerSlots }
|
|
258
|
+
|
|
259
|
+
export { DrawerState }
|
|
260
|
+
|
|
128
261
|
export { flattenTree_unstable }
|
|
129
262
|
|
|
130
263
|
export { FlatTree }
|
|
@@ -159,6 +292,22 @@ export { NestedTreeItem }
|
|
|
159
292
|
|
|
160
293
|
export { renderAlert_unstable }
|
|
161
294
|
|
|
295
|
+
export { renderDrawer_unstable }
|
|
296
|
+
|
|
297
|
+
export { renderDrawerBody_unstable }
|
|
298
|
+
|
|
299
|
+
export { renderDrawerFooter_unstable }
|
|
300
|
+
|
|
301
|
+
export { renderDrawerHeader_unstable }
|
|
302
|
+
|
|
303
|
+
export { renderDrawerHeaderNavigation_unstable }
|
|
304
|
+
|
|
305
|
+
export { renderDrawerHeaderTitle_unstable }
|
|
306
|
+
|
|
307
|
+
export { renderDrawerInline_unstable }
|
|
308
|
+
|
|
309
|
+
export { renderDrawerOverlay_unstable }
|
|
310
|
+
|
|
162
311
|
export { renderInfoButton_unstable }
|
|
163
312
|
|
|
164
313
|
export { renderInfoLabel_unstable }
|
|
@@ -181,6 +330,16 @@ export { renderVirtualizerScrollViewDynamic_unstable }
|
|
|
181
330
|
|
|
182
331
|
export { ResizeCallbackWithRef }
|
|
183
332
|
|
|
333
|
+
export { ScrollToInterface }
|
|
334
|
+
|
|
335
|
+
export { scrollToItemDynamic }
|
|
336
|
+
|
|
337
|
+
export { ScrollToItemDynamicParams }
|
|
338
|
+
|
|
339
|
+
export { scrollToItemStatic }
|
|
340
|
+
|
|
341
|
+
export { ScrollToItemStaticParams }
|
|
342
|
+
|
|
184
343
|
export { Tree }
|
|
185
344
|
|
|
186
345
|
export { treeClassNames }
|
|
@@ -251,6 +410,36 @@ export { useAlert_unstable }
|
|
|
251
410
|
|
|
252
411
|
export { useAlertStyles_unstable }
|
|
253
412
|
|
|
413
|
+
export { useDrawer_unstable }
|
|
414
|
+
|
|
415
|
+
export { useDrawerBody_unstable }
|
|
416
|
+
|
|
417
|
+
export { useDrawerBodyStyles_unstable }
|
|
418
|
+
|
|
419
|
+
export { useDrawerFooter_unstable }
|
|
420
|
+
|
|
421
|
+
export { useDrawerFooterStyles_unstable }
|
|
422
|
+
|
|
423
|
+
export { useDrawerHeader_unstable }
|
|
424
|
+
|
|
425
|
+
export { useDrawerHeaderNavigation_unstable }
|
|
426
|
+
|
|
427
|
+
export { useDrawerHeaderNavigationStyles_unstable }
|
|
428
|
+
|
|
429
|
+
export { useDrawerHeaderStyles_unstable }
|
|
430
|
+
|
|
431
|
+
export { useDrawerHeaderTitle_unstable }
|
|
432
|
+
|
|
433
|
+
export { useDrawerHeaderTitleStyles_unstable }
|
|
434
|
+
|
|
435
|
+
export { useDrawerInline_unstable }
|
|
436
|
+
|
|
437
|
+
export { useDrawerInlineStyles_unstable }
|
|
438
|
+
|
|
439
|
+
export { useDrawerOverlay_unstable }
|
|
440
|
+
|
|
441
|
+
export { useDrawerOverlayStyles_unstable }
|
|
442
|
+
|
|
254
443
|
export { useDynamicVirtualizerMeasure }
|
|
255
444
|
|
|
256
445
|
export { useFlatTree_unstable }
|