@mui/x-license 7.20.0 → 7.23.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.md +495 -31
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,470 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 7.23.0
|
|
7
|
+
|
|
8
|
+
_Nov 29, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.
|
|
13
|
+
|
|
14
|
+
https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c
|
|
15
|
+
|
|
16
|
+
- ⚛️ React 19 support
|
|
17
|
+
- 📚 Documentation improvements
|
|
18
|
+
- 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
|
|
19
|
+
- 🌍 Improve Dutch locale on the Date and Time Picker components.
|
|
20
|
+
- 🐞 Bugfixes
|
|
21
|
+
|
|
22
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
23
|
+
@dloeda, @headironc, @mathzdev, @nphmuller, @lhilgert9, @lauri865.
|
|
24
|
+
Following are all team members who have contributed to this release:
|
|
25
|
+
@oliviertassinari, @arminmeh, @KenanYusuf, @flaviendelangle, @MBilalShafi.
|
|
26
|
+
|
|
27
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
28
|
+
|
|
29
|
+
### Data Grid
|
|
30
|
+
|
|
31
|
+
#### `@mui/x-data-grid@v7.23.0`
|
|
32
|
+
|
|
33
|
+
- [DataGrid] React 19 support (#15557) @arminmeh
|
|
34
|
+
- [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15642) @jedesroches
|
|
35
|
+
- [DataGrid] Fix last separator not being hidden when grid is scrollable (#15551) @KenanYusuf
|
|
36
|
+
- [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf
|
|
37
|
+
- [DataGrid] Fix row-spanning in combination with column-pinning (#15460) @lhilgert9
|
|
38
|
+
- [DataGrid] Improve resize performance (#15592) @lauri865
|
|
39
|
+
- [DataGrid] Support column virtualization with dynamic row height (#15567) @cherniavskii
|
|
40
|
+
- [DataGrid] Improve `GridCell` performance (#15621) @lauri865
|
|
41
|
+
- [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc
|
|
42
|
+
- [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-data-grid-pro@v7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
45
|
+
|
|
46
|
+
Same changes as in `@mui/x-data-grid@v7.23.0`, plus:
|
|
47
|
+
|
|
48
|
+
- [DataGridPro] Fix header filtering with `boolean` column type (#15640) @k-rajat19
|
|
49
|
+
- [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15643) @zinoroman
|
|
50
|
+
- [DataGridPro] Fix selection propagation issue on initialization (#15593) @MBilalShafi
|
|
51
|
+
|
|
52
|
+
#### `@mui/x-data-grid-premium@v7.23.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
53
|
+
|
|
54
|
+
Same changes as in `@mui/x-data-grid-pro@v7.23.0`.
|
|
55
|
+
|
|
56
|
+
### Date and Time Pickers
|
|
57
|
+
|
|
58
|
+
#### `@mui/x-date-pickers@v7.23.0`
|
|
59
|
+
|
|
60
|
+
- [pickers] React 19 support (#15557) @arminmeh
|
|
61
|
+
- [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15653) @flaviendelangle
|
|
62
|
+
- [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15544) @flaviendelangle
|
|
63
|
+
- [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller
|
|
64
|
+
|
|
65
|
+
#### `@mui/x-date-pickers-pro@v7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
66
|
+
|
|
67
|
+
Same changes as in `@mui/x-date-pickers@v7.23.0`.
|
|
68
|
+
|
|
69
|
+
### Charts
|
|
70
|
+
|
|
71
|
+
#### `@mui/x-charts@v7.23.0`
|
|
72
|
+
|
|
73
|
+
- [charts] React 19 support (#15557) @arminmeh
|
|
74
|
+
- [charts] Prevent invalid `releasePointerCapture` (#15609) @alexfauquette
|
|
75
|
+
|
|
76
|
+
#### `@mui/x-charts-pro@v7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
77
|
+
|
|
78
|
+
Same changes as in `@mui/x-charts@v7.23.0`.
|
|
79
|
+
|
|
80
|
+
### Tree View
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-tree-view@v7.23.0`
|
|
83
|
+
|
|
84
|
+
- [TreeView] React 19 support (#15557) @arminmeh
|
|
85
|
+
|
|
86
|
+
#### `@mui/x-tree-view-pro@7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
87
|
+
|
|
88
|
+
Same changes as in `@mui/x-tree-view@7.23.0`.
|
|
89
|
+
|
|
90
|
+
### Docs
|
|
91
|
+
|
|
92
|
+
- [docs] Add data caching to lazy loaded detail panel demo (#15555) @cherniavskii
|
|
93
|
+
- [docs] Remove selectors section from list view docs (#15639) @KenanYusuf
|
|
94
|
+
- [docs] Add documentation for the list view feature (#15344) @KenanYusuf
|
|
95
|
+
|
|
96
|
+
### Core
|
|
97
|
+
|
|
98
|
+
- [core] Update @mui/monorepo (#15574) @oliviertassinari
|
|
99
|
+
|
|
100
|
+
## 7.22.3
|
|
101
|
+
|
|
102
|
+
_Nov 21, 2024_
|
|
103
|
+
|
|
104
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
105
|
+
|
|
106
|
+
- 📊 Charts Pro get stable. The [zoom](https://mui.com/x/react-charts/zoom-and-pan/) and [Heatmap](https://mui.com/x/react-charts/heatmap/) are now stable.
|
|
107
|
+
- 🌍 Improve Chinese, Spanish, Swedish, and Turkish locales on the Data Grid
|
|
108
|
+
- 🐞 Bugfixes
|
|
109
|
+
|
|
110
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
111
|
+
@CarlosLopezLg, @headironc, @viktormelin, @qerkules, @DungTiger, @hendrikpeilke, @k-rajat19.
|
|
112
|
+
Following are all team members who have contributed to this release:
|
|
113
|
+
@alexfauquette, @LukasTy, @MBilalShafi, @flaviendelangle.
|
|
114
|
+
|
|
115
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
116
|
+
|
|
117
|
+
### Data Grid
|
|
118
|
+
|
|
119
|
+
#### `@mui/x-data-grid@7.22.3`
|
|
120
|
+
|
|
121
|
+
- [DataGrid] Add prop to override search input props in `GridColumnsManagement` (#15476) @k-rajat19
|
|
122
|
+
- [DataGrid] Add test coverage for issues fixed in #15184 @MBilalShafi
|
|
123
|
+
- [DataGrid] Fix memoized selectors with arguments (#15336) @MBilalShafi
|
|
124
|
+
- [DataGrid] Fix right column group header border with virtualization (#15503) @hendrikpeilke
|
|
125
|
+
- [DataGrid] Pass reason to `onPaginationModelChange` (#15402) @DungTiger
|
|
126
|
+
- [DataGrid] Set default overlay height in flex parent layout (#15535) @cherniavskii
|
|
127
|
+
- [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc
|
|
128
|
+
- [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg
|
|
129
|
+
- [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin
|
|
130
|
+
- [l10n] Improve Turkish (tr-TR) locale (#15414) @qerkules
|
|
131
|
+
|
|
132
|
+
#### `@mui/x-data-grid-pro@7.22.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
133
|
+
|
|
134
|
+
Same changes as in `@mui/x-data-grid@7.22.3`.
|
|
135
|
+
|
|
136
|
+
#### `@mui/x-data-grid-premium@7.22.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
137
|
+
|
|
138
|
+
Same changes as in `@mui/x-data-grid-pro@7.22.3`.
|
|
139
|
+
|
|
140
|
+
### Date and Time Pickers
|
|
141
|
+
|
|
142
|
+
#### `@mui/x-date-pickers@7.22.3`
|
|
143
|
+
|
|
144
|
+
- [pickers] Always use `props.value` when it changes (#15500) @flaviendelangle
|
|
145
|
+
- [pickers] Ensure internal value timezone is updated (#15491) @LukasTy
|
|
146
|
+
- [pickers] Fix `DateTimeRangePicker` error when using format without time (#15341) @fxnoob
|
|
147
|
+
- [pickers] Fix unused code in `PickersToolbar` component (#15525) @LukasTy
|
|
148
|
+
|
|
149
|
+
#### `@mui/x-date-pickers-pro@7.22.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
150
|
+
|
|
151
|
+
Same changes as in `@mui/x-date-pickers@7.22.3`, plus:
|
|
152
|
+
|
|
153
|
+
- [DateTimeRangePicker] Use time in `referenceDate` when selecting date (#15431) @LukasTy
|
|
154
|
+
|
|
155
|
+
### Charts
|
|
156
|
+
|
|
157
|
+
#### `@mui/x-charts@7.22.3`
|
|
158
|
+
|
|
159
|
+
No changes since `@mui/x-charts@7.22.2`.
|
|
160
|
+
|
|
161
|
+
#### `@mui/x-charts-pro@7.22.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
162
|
+
|
|
163
|
+
- [charts-pro] Fix missing typeOverload (#15400) @alexfauquette
|
|
164
|
+
|
|
165
|
+
### Docs
|
|
166
|
+
|
|
167
|
+
- [docs] Add `PickersPopper` component to customization playground (#15397) @LukasTy
|
|
168
|
+
- [docs] Add `next` version links (#15423) @LukasTy
|
|
169
|
+
- [docs] Use the `loading` state in the demos (#15538) @cherniavskii
|
|
170
|
+
|
|
171
|
+
- [code-infra] Tentative fix for Argos flaky screenshot tests (#15399) @JCQuintas
|
|
172
|
+
- [docs-infra] Transpile `.ts` demo files (#15421) @KenanYusuf
|
|
173
|
+
- [core] Clarify release version bump strategy (#15536) @cherniavskii
|
|
174
|
+
|
|
175
|
+
## 7.22.2
|
|
176
|
+
|
|
177
|
+
_Nov 8, 2024_
|
|
178
|
+
|
|
179
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
180
|
+
|
|
181
|
+
- 👨🏽💻 API enhancements
|
|
182
|
+
- 🐞 Bugfixes
|
|
183
|
+
|
|
184
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
185
|
+
@clins1994, @GuillaumeMeheut, @k-rajat19.
|
|
186
|
+
Following are all team members who have contributed to this release:
|
|
187
|
+
@LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh.
|
|
188
|
+
|
|
189
|
+
### Upcoming alpha
|
|
190
|
+
|
|
191
|
+
Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable.
|
|
192
|
+
|
|
193
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
194
|
+
|
|
195
|
+
### Data Grid
|
|
196
|
+
|
|
197
|
+
#### `@mui/x-data-grid@7.22.2`
|
|
198
|
+
|
|
199
|
+
- [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi
|
|
200
|
+
- [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19
|
|
201
|
+
- [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi
|
|
202
|
+
- [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf
|
|
203
|
+
- [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi
|
|
204
|
+
|
|
205
|
+
#### `@mui/x-data-grid-pro@7.22.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
206
|
+
|
|
207
|
+
Same changes as in `@mui/x-data-grid@7.22.2`, plus:
|
|
208
|
+
|
|
209
|
+
- [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19
|
|
210
|
+
- [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19
|
|
211
|
+
|
|
212
|
+
#### `@mui/x-data-grid-premium@7.22.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
213
|
+
|
|
214
|
+
Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus:
|
|
215
|
+
|
|
216
|
+
- [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh
|
|
217
|
+
|
|
218
|
+
### Date and Time Pickers
|
|
219
|
+
|
|
220
|
+
#### `@mui/x-date-pickers@7.22.2`
|
|
221
|
+
|
|
222
|
+
- [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy
|
|
223
|
+
|
|
224
|
+
#### `@mui/x-date-pickers-pro@7.22.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
225
|
+
|
|
226
|
+
Same changes as in `@mui/x-date-pickers@7.22.2`.
|
|
227
|
+
|
|
228
|
+
### Charts
|
|
229
|
+
|
|
230
|
+
#### `@mui/x-charts@7.22.2`
|
|
231
|
+
|
|
232
|
+
- [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994
|
|
233
|
+
- [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut
|
|
234
|
+
|
|
235
|
+
#### `@mui/x-charts-pro@7.0.0-beta.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
236
|
+
|
|
237
|
+
Same changes as in `@mui/x-charts@7.22.2`.
|
|
238
|
+
|
|
239
|
+
## 7.22.1
|
|
240
|
+
|
|
241
|
+
_Nov 1, 2024_
|
|
242
|
+
|
|
243
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
244
|
+
|
|
245
|
+
- 🐞 Bugfixes
|
|
246
|
+
- 📚 Documentation improvements
|
|
247
|
+
- 🌍 Improve Polish (pl-PL) locale on the Date Pickers
|
|
248
|
+
|
|
249
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
250
|
+
@wojtkolos, @dpak-maurya, @k-rajat19.
|
|
251
|
+
Following are all team members who have contributed to this release:
|
|
252
|
+
@LukasTy, @arminmeh, @MBilalShafi, @KenanYusuf, @flaviendelangle.
|
|
253
|
+
|
|
254
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
255
|
+
|
|
256
|
+
### Data Grid
|
|
257
|
+
|
|
258
|
+
#### `@mui/x-data-grid@7.22.1`
|
|
259
|
+
|
|
260
|
+
- [DataGrid] Fix right column group header border (#15152) @KenanYusuf
|
|
261
|
+
- [DataGrid] Fix scroll jump when holding down arrow keys (#15167) @arminmeh
|
|
262
|
+
- [DataGrid] Move `rowGroupingModelChange` handler to respective hook (#15127) @MBilalShafi
|
|
263
|
+
- [DataGrid] Prevent error when deleting the last row (#15153) @dpak-maurya
|
|
264
|
+
- [DataGrid] Fix overlay height in autoHeight mode (#15205) @cherniavskii
|
|
265
|
+
|
|
266
|
+
#### `@mui/x-data-grid-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
267
|
+
|
|
268
|
+
Same changes as in `@mui/x-data-grid@7.22.1`, plus:
|
|
269
|
+
|
|
270
|
+
- [DataGridPro] Add list view tests (#15166) @KenanYusuf
|
|
271
|
+
|
|
272
|
+
#### `@mui/x-data-grid-premium@7.22.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
273
|
+
|
|
274
|
+
- [DataGridPremium] Keep focus on the grouping cell on space bar press #15155 @k-rajat19
|
|
275
|
+
|
|
276
|
+
### Date and Time Pickers
|
|
277
|
+
|
|
278
|
+
#### `@mui/x-date-pickers@7.22.1`
|
|
279
|
+
|
|
280
|
+
- [l10n] Improve Polish (pl-PL) locale (#15177) @wojtkolos
|
|
281
|
+
|
|
282
|
+
#### `@mui/x-date-pickers-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
283
|
+
|
|
284
|
+
Same changes as in `@mui/x-date-pickers@7.22.1`.
|
|
285
|
+
|
|
286
|
+
### Tree View
|
|
287
|
+
|
|
288
|
+
#### `@mui/x-tree-view@7.22.1`
|
|
289
|
+
|
|
290
|
+
- [TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package (#15208) @flaviendelangle
|
|
291
|
+
- [TreeView] Fix drag and drop color usage (#15149) @LukasTy
|
|
292
|
+
|
|
293
|
+
#### `@mui/x-tree-view-pro@7.22.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
294
|
+
|
|
295
|
+
Same changes as in `@mui/x-tree-view@7.22.1`.
|
|
296
|
+
|
|
297
|
+
### Docs
|
|
298
|
+
|
|
299
|
+
- [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#15199) @arminmeh
|
|
300
|
+
|
|
301
|
+
## 7.22.0
|
|
302
|
+
|
|
303
|
+
_Oct 25, 2024_
|
|
304
|
+
|
|
305
|
+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
306
|
+
|
|
307
|
+
- 🛰 Introduce [server-side support for Data Grid row grouping](https://mui.com/x/react-data-grid/server-side-data/row-grouping/)
|
|
308
|
+
- 🐞 Bugfixes
|
|
309
|
+
- 📚 Documentation improvements
|
|
310
|
+
- 🌍 Improve Portuguese (pt-BR) locale on the Data Grid component
|
|
311
|
+
|
|
312
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
313
|
+
@clins1994, @GITPHLAP, @k-rajat19, @kalyan90, @merotosc, @yash49.
|
|
314
|
+
Following are all team members who have contributed to this release:
|
|
315
|
+
@cherniavskii, @flaviendelangle, @LukasTy, @MBilalShafi, @romgrk.
|
|
316
|
+
|
|
317
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
318
|
+
|
|
319
|
+
### Data Grid
|
|
320
|
+
|
|
321
|
+
#### `@mui/x-data-grid@7.22.0`
|
|
322
|
+
|
|
323
|
+
- [DataGrid] Fix `GridPanelAnchor` positioning (#15022) @k-rajat19
|
|
324
|
+
- [DataGrid] Fix ugly prop-types for the `pageStyle` prop of the `GridPrintExportMenuItem` component (#15015) @flaviendelangle
|
|
325
|
+
- [DataGrid] Fix value type in filter model for number and boolean column type (#14733) @k-rajat19
|
|
326
|
+
- [DataGrid] Focus next row when the focused row is deleted (#15067) @cherniavskii
|
|
327
|
+
- [DataGrid] Remove some usages of `<Box />` and `<Badge />` (#15013) @romgrk
|
|
328
|
+
- [DataGrid] Fix number of rows to display for page size options with negative value (#14890) @kalyan90
|
|
329
|
+
- [l10n] Improve Portuguese (pt-BR) locale (#15021) @k-rajat19
|
|
330
|
+
|
|
331
|
+
#### `@mui/x-data-grid-pro@7.22.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
332
|
+
|
|
333
|
+
Same changes as in `@mui/x-data-grid@7.22.0`, plus:
|
|
334
|
+
|
|
335
|
+
- [DataGridPro] Fix column pinning layout (#15073) @cherniavskii
|
|
336
|
+
|
|
337
|
+
#### `@mui/x-data-grid-premium@7.22.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
338
|
+
|
|
339
|
+
Same changes as in `@mui/x-data-grid-pro@7.22.0`, plus:
|
|
340
|
+
|
|
341
|
+
- [DataGridPremium] Server-side data source with row grouping (#15109) @MBilalShafi
|
|
342
|
+
|
|
343
|
+
### Date and Time Pickers
|
|
344
|
+
|
|
345
|
+
#### `@mui/x-date-pickers@7.22.0`
|
|
346
|
+
|
|
347
|
+
- [pickers] Fix `DateCalendar` timezone management (#15119) @LukasTy
|
|
348
|
+
- [pickers] Fix `DigitalClock` time options on a `DST` switch day (#15092) @LukasTy
|
|
349
|
+
|
|
350
|
+
#### `@mui/x-date-pickers-pro@7.22.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
351
|
+
|
|
352
|
+
Same changes as in `@mui/x-date-pickers@7.22.0`.
|
|
353
|
+
|
|
354
|
+
### Charts
|
|
355
|
+
|
|
356
|
+
#### `@mui/x-charts@7.22.0`
|
|
357
|
+
|
|
358
|
+
- [charts] Export data type in `onAxisClick(_, data)` callback (#15038) @clins1994
|
|
359
|
+
|
|
360
|
+
#### `@mui/x-charts-pro@7.0.0-beta.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
361
|
+
|
|
362
|
+
Same changes as in `@mui/x-charts@7.22.0`.
|
|
363
|
+
|
|
364
|
+
### Tree View
|
|
365
|
+
|
|
366
|
+
#### `@mui/x-tree-view@7.22.0`
|
|
367
|
+
|
|
368
|
+
- [TreeView] Make the cancellable event types public (#14992) @flaviendelangle
|
|
369
|
+
|
|
370
|
+
### Docs
|
|
371
|
+
|
|
372
|
+
- [docs] Fix typo in Tree View docs (#15047) @yash49
|
|
373
|
+
|
|
374
|
+
### Core
|
|
375
|
+
|
|
376
|
+
- [core] Adjust cherry-pick GH actions (#15101) @LukasTy
|
|
377
|
+
- [core] Update prettier target branch (#15100) @MBilalShafi
|
|
378
|
+
- [core] Update some `default-branch-switch` instances for `v7.x` (#15085) @MBilalShafi
|
|
379
|
+
- [test] Revert to using `fireEvent` instead of `userEvent` (#14927) @LukasTy
|
|
380
|
+
|
|
381
|
+
## 7.21.0
|
|
382
|
+
|
|
383
|
+
_Oct 17, 2024_
|
|
384
|
+
|
|
385
|
+
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
386
|
+
|
|
387
|
+
- 💫 Added [`dataset` prop support for the Scatter Chart component](https://mui.com/x/react-charts/scatter/#using-a-dataset)
|
|
388
|
+
- 🐞 Bugfixes
|
|
389
|
+
- 📚 Documentation improvements
|
|
390
|
+
|
|
391
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
392
|
+
@k-rajat19, @kalyan90, @rotembarsela, @wangkailang.
|
|
393
|
+
Following are all team members who have contributed to this release:
|
|
394
|
+
@arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @arminmeh, @romgrk, @KenanYusuf, @oliviertassinari, @samuelsycamore.
|
|
395
|
+
|
|
396
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
397
|
+
|
|
398
|
+
### Data Grid
|
|
399
|
+
|
|
400
|
+
#### `@mui/x-data-grid@7.21.0`
|
|
401
|
+
|
|
402
|
+
- [DataGrid] Fix `onRowSelectionModelChange` firing unnecessarily on initial render (#14909) @MBilalShafi
|
|
403
|
+
- [DataGrid] Fix `onRowSelectionModelChange` not being called after row is removed (#14972) @arminmeh
|
|
404
|
+
- [DataGrid] Fix pagination scrollbar issue on small zoom (#14911) @cherniavskii
|
|
405
|
+
- [DataGrid] Fix scroll jumping (#14929) @romgrk
|
|
406
|
+
- [DataGrid] Fix excessive white space at the end of the Data Grid (#14864) @kalyan90
|
|
407
|
+
|
|
408
|
+
#### `@mui/x-data-grid-pro@7.21.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
409
|
+
|
|
410
|
+
Same changes as in `@mui/x-data-grid@7.21.0`, plus:
|
|
411
|
+
|
|
412
|
+
- [DataGridPro] Fix indeterminate checkbox state for server-side data (#14956) @MBilalShafi
|
|
413
|
+
- [DataGridPro] Fix scrolling performance when `rowHeight={undefined}` (#14983) @cherniavskii
|
|
414
|
+
- [DataGridPro] List view (#14393) @KenanYusuf @cherniavskii
|
|
415
|
+
|
|
416
|
+
#### `@mui/x-data-grid-premium@7.21.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
417
|
+
|
|
418
|
+
Same changes as in `@mui/x-data-grid-pro@7.21.0`.
|
|
419
|
+
|
|
420
|
+
### Date and Time Pickers
|
|
421
|
+
|
|
422
|
+
#### `@mui/x-date-pickers@7.21.0`
|
|
423
|
+
|
|
424
|
+
- [pickers] Cleanup `PageUp` and `PageDown` event handlers on time components (#14928) @arthurbalduini
|
|
425
|
+
- [pickers] Create the new picker's `ownerState` object (#14889) @flaviendelangle
|
|
426
|
+
- [pickers] Fix `PickerValidDate` usage in the Date Range Picker Toolbar (#14925) @flaviendelangle
|
|
427
|
+
|
|
428
|
+
#### `@mui/x-date-pickers-pro@7.21.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
429
|
+
|
|
430
|
+
Same changes as in `@mui/x-date-pickers@7.21.0`.
|
|
431
|
+
|
|
432
|
+
### Charts
|
|
433
|
+
|
|
434
|
+
#### `@mui/x-charts@7.21.0`
|
|
435
|
+
|
|
436
|
+
- [charts] Allow `dataset` to be used with the Scatter Chart (#14915) @JCQuintas
|
|
437
|
+
- [charts] Ensure `reduce motion` preference disables animation on page load (#14417) @JCQuintas
|
|
438
|
+
|
|
439
|
+
#### `@mui/x-charts-pro@7.0.0-beta.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
440
|
+
|
|
441
|
+
Same changes as in `@mui/x-charts@7.21.0`.
|
|
442
|
+
|
|
443
|
+
### Tree View
|
|
444
|
+
|
|
445
|
+
#### `@mui/x-tree-view@7.21.0`
|
|
446
|
+
|
|
447
|
+
- [TreeView] Fix `alpha` usage with CSS variables (#14969) @wangkailang
|
|
448
|
+
- [TreeView] Fix usage of the `aria-selected` attribute (#14991) @flaviendelangle
|
|
449
|
+
- [TreeView] Fix hydration error (#15002) @flaviendelangle
|
|
450
|
+
|
|
451
|
+
### `@mui/x-codemod@7.21.0`
|
|
452
|
+
|
|
453
|
+
- [codemod] Add a new utility to rename imports (#14919) @flaviendelangle
|
|
454
|
+
|
|
455
|
+
### Docs
|
|
456
|
+
|
|
457
|
+
- [docs] Add recipe showing how to toggle detail panels on row click (#14666) @k-rajat19
|
|
458
|
+
- [docs] Fix broken link to the validation section in the Data grid component (#14973) @arminmeh
|
|
459
|
+
- [docs] Update v5 migration codesandbox @oliviertassinari
|
|
460
|
+
- [docs] Enforce component style rules for the Tree View (#14963) @samuelsycamore
|
|
461
|
+
|
|
462
|
+
### Core
|
|
463
|
+
|
|
464
|
+
- [core] Fix shortcut with localization keyboard (#14220) @rotembarsela
|
|
465
|
+
- [core] Fix docs deploy command (#14920) @arminmeh
|
|
466
|
+
- [code-infra] Prepare some tests to work in `vitest/playwright` (#14926) @JCQuintas
|
|
467
|
+
- [test] Fix `AdapterDayjs` coverage calculation (#14957) @LukasTy
|
|
468
|
+
- [test] Fix split infinitive API convention use @oliviertassinari
|
|
469
|
+
|
|
6
470
|
## 7.20.0
|
|
7
471
|
|
|
8
472
|
_Oct 11, 2024_
|
|
@@ -79,7 +543,7 @@ Same changes as in `@mui/x-charts@7.20.0`.
|
|
|
79
543
|
- [docs] Add custom columns panel demo (#14825) @cherniavskii
|
|
80
544
|
- [docs] Capitalize all instances of "Data Grid" (#14884) @samuelsycamore
|
|
81
545
|
- [docs] Divide charts `tooltip` and `highlighting` pages (#14824) @JCQuintas
|
|
82
|
-
- [docs] Document the
|
|
546
|
+
- [docs] Document the `<TreeItem2 />` component and the `useTreeItem2` hook (#14551) @noraleonte
|
|
83
547
|
- [docs] Fix column pinning for "Disable detail panel content scroll" section (#14854 and #14885) @kalyan90
|
|
84
548
|
- [docs] Fix detail panel demo not working well with pinned columns (#14883) @cherniavskii
|
|
85
549
|
- [docs] New recipe of a read-only field (#14606) @flaviendelangle
|
|
@@ -367,7 +831,7 @@ Same changes as in `@mui/x-charts@7.17.0`.
|
|
|
367
831
|
|
|
368
832
|
### Docs
|
|
369
833
|
|
|
370
|
-
- [docs] Add missing callout on "Imperative API"
|
|
834
|
+
- [docs] Add missing callout on "Imperative API" Tree View sections (#14503) @flaviendelangle
|
|
371
835
|
- [docs] Fix broken redirection to MUI X v5 @oliviertassinari
|
|
372
836
|
- [docs] Fix multiple `console.error` messages on `charts` docs (#14554) @JCQuintas
|
|
373
837
|
- [docs] Fixed typo in Row Grouping recipes (#14549) @Miodini
|
|
@@ -708,7 +1172,7 @@ Same changes as in `@mui/x-charts@7.13.0`.
|
|
|
708
1172
|
- [core] Fix ESLint issue (#14207) @LukasTy
|
|
709
1173
|
- [core] Fix Netlify build cache issue (#14182) @cherniavskii
|
|
710
1174
|
- [code-infra] Refactor Netlify `cache-docs` plugin setup (#14105) @LukasTy
|
|
711
|
-
- [internals] Move utils needed for
|
|
1175
|
+
- [internals] Move utils needed for Tree View virtualization to shared package (#14202) @flaviendelangle
|
|
712
1176
|
|
|
713
1177
|
## 7.12.1
|
|
714
1178
|
|
|
@@ -799,7 +1263,7 @@ This expansion of the Pro plan comes with some adjustments to our pricing strate
|
|
|
799
1263
|
|
|
800
1264
|
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
801
1265
|
|
|
802
|
-
- 🎁 Introduce [item reordering using drag and drop](https://mui.com/x/react-tree-view/rich-tree-view/ordering/) on the
|
|
1266
|
+
- 🎁 Introduce [item reordering using drag and drop](https://mui.com/x/react-tree-view/rich-tree-view/ordering/) on the `<RichTreeViewPro />` component
|
|
803
1267
|
|
|
804
1268
|
<img width="287" src="https://github.com/user-attachments/assets/78bd83c5-7ce4-4ed7-acf9-be70b2dbce54" alt="Item reordering using drag and drop" />
|
|
805
1269
|
|
|
@@ -1292,7 +1756,7 @@ Same changes as in `@mui/x-date-pickers@7.8.0`.
|
|
|
1292
1756
|
|
|
1293
1757
|
- [core] Add eslint rule to restrict import from `../internals` root (#13633) @JCQuintas
|
|
1294
1758
|
- [docs-infra] Sync `\_app` folder with monorepo (#13582) @Janpot
|
|
1295
|
-
- [license] Allow usage of
|
|
1759
|
+
- [license] Allow usage of Charts and Tree View Pro package for old premium licenses (#13619) @flaviendelangle
|
|
1296
1760
|
|
|
1297
1761
|
## 7.7.1
|
|
1298
1762
|
|
|
@@ -1360,7 +1824,7 @@ Same changes as in `@mui/x-date-pickers@7.7.1`, plus:
|
|
|
1360
1824
|
- [TreeView] Improve typing to support optional dependencies in plugins and in the item (#13523) @flaviendelangle
|
|
1361
1825
|
- [TreeView] Move `useTreeViewId` to the core plugins (#13566) @flaviendelangle
|
|
1362
1826
|
- [TreeView] Remove unused state from `useTreeViewId` (#13579) @flaviendelangle
|
|
1363
|
-
- [TreeView] Support `itemId` with escaping characters when using
|
|
1827
|
+
- [TreeView] Support `itemId` with escaping characters when using Simple Tree View (#13487) @oukunan
|
|
1364
1828
|
|
|
1365
1829
|
### Docs
|
|
1366
1830
|
|
|
@@ -1440,7 +1904,7 @@ Same changes as in `@mui/x-date-pickers@7.7.0`.
|
|
|
1440
1904
|
- [TreeView] Improve TypeScript for plugins (#13380) @flaviendelangle
|
|
1441
1905
|
- [TreeView] Improve the typing of the cancelable events (#13152) @flaviendelangle
|
|
1442
1906
|
- [TreeView] Prepare support for PigmentCSS (#13412) @flaviendelangle
|
|
1443
|
-
- [TreeView] Refactor the
|
|
1907
|
+
- [TreeView] Refactor the Tree View internals to prepare for headless API (#13311) @flaviendelangle
|
|
1444
1908
|
|
|
1445
1909
|
### Docs
|
|
1446
1910
|
|
|
@@ -1455,7 +1919,7 @@ Same changes as in `@mui/x-date-pickers@7.7.0`.
|
|
|
1455
1919
|
- [core] Add `eslint-plugin-react-compiler` experimental version and rules (#13415) @JCQuintas
|
|
1456
1920
|
- [core] Minor setup cleanup (#13467) @LukasTy
|
|
1457
1921
|
- [infra] Adjust CI setup (#13448) @LukasTy
|
|
1458
|
-
- [test] Add tests for the custom slots of
|
|
1922
|
+
- [test] Add tests for the custom slots of `<TreeItem2 />` (#13314) @flaviendelangle
|
|
1459
1923
|
|
|
1460
1924
|
## 7.6.2
|
|
1461
1925
|
|
|
@@ -1640,7 +2104,7 @@ _May 23, 2024_
|
|
|
1640
2104
|
|
|
1641
2105
|
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
1642
2106
|
|
|
1643
|
-
- 🧰 Improve
|
|
2107
|
+
- 🧰 Improve Tree View testing
|
|
1644
2108
|
- 📊 Add `label` to be displayed in BarChart
|
|
1645
2109
|
|
|
1646
2110
|
### Data Grid
|
|
@@ -1816,7 +2280,7 @@ Same changes as in `@mui/x-date-pickers@7.4.0`.
|
|
|
1816
2280
|
|
|
1817
2281
|
#### `@mui/x-tree-view@7.4.0`
|
|
1818
2282
|
|
|
1819
|
-
- [TreeView] Fix props propagation and theme entry in
|
|
2283
|
+
- [TreeView] Fix props propagation and theme entry in `<TreeItem2 />` (#12889) @flaviendelangle
|
|
1820
2284
|
|
|
1821
2285
|
### Docs
|
|
1822
2286
|
|
|
@@ -2126,7 +2590,7 @@ Same changes as in `@mui/x-date-pickers@7.2.0`, plus:
|
|
|
2126
2590
|
### Docs
|
|
2127
2591
|
|
|
2128
2592
|
- [docs] Add `AxisFormatter` documentation for customizing tick/tooltip value formatting (#12700) @JCQuintas
|
|
2129
|
-
- [docs] Add file explorer example to rich
|
|
2593
|
+
- [docs] Add file explorer example to rich Tree View customization docs (#12707) @noraleonte
|
|
2130
2594
|
- [docs] Do not use import of depth 3 in the doc (#12716) @flaviendelangle
|
|
2131
2595
|
- [docs] Explain how to clip plots with composition (#12679) @alexfauquette
|
|
2132
2596
|
- [docs] Fix typo in Data Grid v7 migration page (#12720) @bfaulk96
|
|
@@ -2202,7 +2666,7 @@ Same changes as in `@mui/x-date-pickers@7.1.1`, plus:
|
|
|
2202
2666
|
#### `@mui/x-tree-view@7.1.1`
|
|
2203
2667
|
|
|
2204
2668
|
- [TreeView] Add JSDoc to all `publicAPI` methods (#12649) @flaviendelangle
|
|
2205
|
-
- [TreeView] Create
|
|
2669
|
+
- [TreeView] Create `<RichTreeViewPro />` component (not released yet) (#12610) @flaviendelangle
|
|
2206
2670
|
- [TreeView] Create Pro package (not released yet) (#12240) @flaviendelangle
|
|
2207
2671
|
- [TreeView] Fix typo in errors (#12623) @alissa-tung
|
|
2208
2672
|
- [TreeView] New API method: `setItemExpansion` (#12595) @flaviendelangle
|
|
@@ -2222,13 +2686,13 @@ Same changes as in `@mui/x-date-pickers@7.1.1`, plus:
|
|
|
2222
2686
|
- [docs] Move Data Grid interfaces to standard API page layout (#12016) @alexfauquette
|
|
2223
2687
|
- [docs] Remove ` around @default values (#12158) @alexfauquette
|
|
2224
2688
|
- [docs] Remove `day` from the default `dayOfWeekFormatter` function params (#12644) @LukasTy
|
|
2225
|
-
- [docs] Use
|
|
2689
|
+
- [docs] Use `<TreeItem2 />` for icon expansion example on `<RichTreeView />` (#12563) @flaviendelangle
|
|
2226
2690
|
|
|
2227
2691
|
### Core
|
|
2228
2692
|
|
|
2229
2693
|
- [core] Add cherry-pick `master` to `v6` action (#12648) @LukasTy
|
|
2230
2694
|
- [core] Fix typo in `@mui/x-tree-view-pro/themeAugmentation` (#12674) @flaviendelangle
|
|
2231
|
-
- [core] Introduce `describeTreeView` to run test on
|
|
2695
|
+
- [core] Introduce `describeTreeView` to run test on `<SimpleTreeView />` and `<RichTreeView />`, using `<TreeItem />` and `<TreeItem2 />` + migrate expansion tests (#12428) @flaviendelangle
|
|
2232
2696
|
- [core] Limit `test-types` CI step allowed memory (#12651) @LukasTy
|
|
2233
2697
|
- [core] Remove explicit `express` package (#12602) @LukasTy
|
|
2234
2698
|
- [core] Update to new embedded translations in the docs package (#12232) @Janpot
|
|
@@ -2293,7 +2757,7 @@ Same changes as in `@mui/x-date-pickers@7.1.0`, plus:
|
|
|
2293
2757
|
|
|
2294
2758
|
#### `@mui/x-tree-view@7.1.0`
|
|
2295
2759
|
|
|
2296
|
-
- [TreeView] Do not use outdated version of the state to compute new label first char in
|
|
2760
|
+
- [TreeView] Do not use outdated version of the state to compute new label first char in Rich Tree View (#12512) @flaviendelangle
|
|
2297
2761
|
|
|
2298
2762
|
### Docs
|
|
2299
2763
|
|
|
@@ -2420,7 +2884,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0`, plus:
|
|
|
2420
2884
|
|
|
2421
2885
|
#### Breaking changes
|
|
2422
2886
|
|
|
2423
|
-
- The required `nodeId` prop used by
|
|
2887
|
+
- The required `nodeId` prop used by `<TreeItem />` has been renamed to `itemId` for consistency:
|
|
2424
2888
|
|
|
2425
2889
|
```diff
|
|
2426
2890
|
<TreeView>
|
|
@@ -2573,7 +3037,7 @@ The `onNodeFocus` callback has been renamed to `onItemFocus` for consistency:
|
|
|
2573
3037
|
#### `@mui/x-tree-view@7.0.0-beta.7`
|
|
2574
3038
|
|
|
2575
3039
|
- [TreeView] Clean the usage of the term "item" and "node" in API introduced during v7 (#12368) @noraleonte
|
|
2576
|
-
- [TreeView] Introduce a new
|
|
3040
|
+
- [TreeView] Introduce a new `<TreeItem2 />` component and a new `useTreeItem2` hook (#11721) @flaviendelangle
|
|
2577
3041
|
- [TreeView] Rename `onNodeFocus` to `onItemFocus` (#12419) @noraleonte
|
|
2578
3042
|
|
|
2579
3043
|
### Docs
|
|
@@ -2631,9 +3095,9 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.6`.
|
|
|
2631
3095
|
|
|
2632
3096
|
#### Breaking changes
|
|
2633
3097
|
|
|
2634
|
-
- The component used to animate the item children is now defined as a slot on the
|
|
3098
|
+
- The component used to animate the item children is now defined as a slot on the `<TreeItem />` component.
|
|
2635
3099
|
|
|
2636
|
-
If you were passing a `TransitionComponent` or `TransitionProps` to your
|
|
3100
|
+
If you were passing a `TransitionComponent` or `TransitionProps` to your `<TreeItem />` component,
|
|
2637
3101
|
you need to use the new `groupTransition` slot on this component:
|
|
2638
3102
|
|
|
2639
3103
|
```diff
|
|
@@ -2649,7 +3113,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.6`.
|
|
|
2649
3113
|
</SimpleTreeView>
|
|
2650
3114
|
```
|
|
2651
3115
|
|
|
2652
|
-
- The `group` class of the
|
|
3116
|
+
- The `group` class of the `<TreeItem />` component has been renamed to `groupTransition` to match with its new slot name.
|
|
2653
3117
|
|
|
2654
3118
|
```diff
|
|
2655
3119
|
const StyledTreeItem = styled(TreeItem)({
|
|
@@ -2663,14 +3127,14 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.6`.
|
|
|
2663
3127
|
#### `@mui/x-tree-view@7.0.0-beta.6`
|
|
2664
3128
|
|
|
2665
3129
|
- [TreeView] Fix invalid nodes state when updating `props.items` (#12359) @flaviendelangle
|
|
2666
|
-
- [TreeView] In the
|
|
3130
|
+
- [TreeView] In the Rich Tree View, do not use the item id as the HTML id attribute (#12319) @flaviendelangle
|
|
2667
3131
|
- [TreeView] New instance and publicAPI method: `getItem` (#12251) @flaviendelangle
|
|
2668
3132
|
- [TreeView] Replace `TransitionComponent` and `TransitionProps` with a `groupTransition` slot (#12336) @flaviendelangle
|
|
2669
3133
|
|
|
2670
3134
|
### Docs
|
|
2671
3135
|
|
|
2672
3136
|
- [docs] Add a note about `z-index` usage in SVG (#12337) @alexfauquette
|
|
2673
|
-
- [docs]
|
|
3137
|
+
- [docs] Rich Tree View customization docs (#12231) @noraleonte
|
|
2674
3138
|
|
|
2675
3139
|
### Core
|
|
2676
3140
|
|
|
@@ -3323,7 +3787,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-beta.0`, plus:
|
|
|
3323
3787
|
|
|
3324
3788
|
### Docs
|
|
3325
3789
|
|
|
3326
|
-
- [docs] Add `contextValue` to the headless
|
|
3790
|
+
- [docs] Add `contextValue` to the headless Tree View doc (#11705) @flaviendelangle
|
|
3327
3791
|
- [docs] Add section for the `disableSelection` prop (#11821) @flaviendelangle
|
|
3328
3792
|
- [docs] Fix brand name non-breaking space (#11758) @oliviertassinari
|
|
3329
3793
|
- [docs] Fix typo in Data Grid components page (#11775) @flaviendelangle
|
|
@@ -3346,7 +3810,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
3346
3810
|
|
|
3347
3811
|
- 🎁 The Data Grid headers have been refactored to bring immense improvements to scrolling, state management, and overall performance of the grid.
|
|
3348
3812
|
- ⚙️ The Data Grid disabled column-specific features like filtering, sorting, grouping, etc. could now be accessed programmatically. See the related [docs](https://next.mui.com/x/react-data-grid/api-object/#access-the-disabled-column-features) section.
|
|
3349
|
-
- 🚀 Uplift the
|
|
3813
|
+
- 🚀 Uplift the Simple Tree View customization examples (#11424) @noraleonte
|
|
3350
3814
|
- 🌍 Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11668) on the Data Grid @BCaspari
|
|
3351
3815
|
- 🐞 Bugfixes
|
|
3352
3816
|
- 💔 Bump `@mui/material` peer dependency for all packages (#11692) @LukasTy
|
|
@@ -3557,7 +4021,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.9`.
|
|
|
3557
4021
|
```
|
|
3558
4022
|
|
|
3559
4023
|
- The `useTreeItem` hook has been renamed `useTreeItemState`.
|
|
3560
|
-
This will help create a new headless version of the
|
|
4024
|
+
This will help create a new headless version of the Tree Item component based on a future `useTreeItem` hook.
|
|
3561
4025
|
|
|
3562
4026
|
```diff
|
|
3563
4027
|
-import { TreeItem, useTreeItem } from '@mui/x-tree-view/TreeItem';
|
|
@@ -3657,13 +4121,13 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.9`.
|
|
|
3657
4121
|
- [docs] Cleanup and fix Pickers Playground styling (#11700) @LukasTy
|
|
3658
4122
|
- [docs] First draft of the Tree View custom plugin doc (#11564) @flaviendelangle
|
|
3659
4123
|
- [docs] Fix Pickers migration syntax and diffs (#11695) @LukasTy
|
|
3660
|
-
- [docs] Fix generated
|
|
4124
|
+
- [docs] Fix generated Tree View API docs (#11737) @LukasTy
|
|
3661
4125
|
- [docs] Generate docs for Tree View slots (#11730) @flaviendelangle
|
|
3662
4126
|
- [docs] Improve codemod for v7 (#11650) @oliviertassinari
|
|
3663
4127
|
- [docs] Improve Data Grid `pageSizeOptions` prop documentation (#11682) @oliviertassinari
|
|
3664
4128
|
- [docs] Parse markdown on API docs demo titles (#11728) @LukasTy
|
|
3665
4129
|
- [docs] Remove the description from the `className` prop (#11693) @oliviertassinari
|
|
3666
|
-
- [docs] Uplift
|
|
4130
|
+
- [docs] Uplift Simple Tree View customization examples (#11424) @noraleonte
|
|
3667
4131
|
- [docs] Uplift the Date Pickers playground (#11555) @danilo-leal
|
|
3668
4132
|
|
|
3669
4133
|
### Core
|
|
@@ -3740,8 +4204,8 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.8`.
|
|
|
3740
4204
|
|
|
3741
4205
|
### Tree View / `@mui/x-tree-view@7.0.0-alpha.8`
|
|
3742
4206
|
|
|
3743
|
-
- [
|
|
3744
|
-
- [
|
|
4207
|
+
- [TreeView] Cleanup `onKeyDown` handler (#11481) @flaviendelangle
|
|
4208
|
+
- [TreeView] Define the parameters used by each plugin to avoid listing them in each component (#11473) @flaviendelangle
|
|
3745
4209
|
|
|
3746
4210
|
### Docs
|
|
3747
4211
|
|
|
@@ -3768,7 +4232,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
|
|
|
3768
4232
|
|
|
3769
4233
|
- 🎁 New component to create a Tree View from a structured data source:
|
|
3770
4234
|
|
|
3771
|
-
You can now directly pass your data to the
|
|
4235
|
+
You can now directly pass your data to the `<RichTreeView />` component instead of manually converting it into JSX `<TreeItem />` components:
|
|
3772
4236
|
|
|
3773
4237
|
```tsx
|
|
3774
4238
|
const ITEMS = [
|
|
@@ -5099,7 +5563,7 @@ Here is an example of the renaming for the `<ChartsTooltip />` component.
|
|
|
5099
5563
|
|
|
5100
5564
|
### Core
|
|
5101
5565
|
|
|
5102
|
-
- [core] Adds migration docs for
|
|
5566
|
+
- [core] Adds migration docs for Charts, Pickers, and Tree View (#10926) @michelengelen
|
|
5103
5567
|
- [core] Bump monorepo (#10959) @LukasTy
|
|
5104
5568
|
- [core] Changed prettier branch value to next (#10917) @michelengelen
|
|
5105
5569
|
- [core] Fix GitHub title tag consistency @oliviertassinari
|
package/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-license",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.23.0",
|
|
4
4
|
"description": "MUI X License verification",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@mui/utils": "^5.16.6 || ^6.0.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"react": "^17.0.0 || ^18.0.0"
|
|
31
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=14.0.0"
|