@mui/x-tree-view 7.22.1 → 7.23.2
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 +380 -0
- package/README.md +3 -3
- package/TreeItem2/TreeItem2.d.ts +1 -1
- package/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,386 @@
|
|
|
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.2
|
|
7
|
+
|
|
8
|
+
_Dec 12, 2024_
|
|
9
|
+
|
|
10
|
+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
11
|
+
|
|
12
|
+
- 🌍 Improve Romanian and Turkish locales on the Data Grid
|
|
13
|
+
- 🌍 Improve Romanian locale on the Pickers
|
|
14
|
+
- 📚 Documentation improvements
|
|
15
|
+
- 🐞 Bugfixes
|
|
16
|
+
|
|
17
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
18
|
+
@ihsanberkozcan, @k-rajat19, @lhilgert9, @nusr, @rares985.
|
|
19
|
+
|
|
20
|
+
Following are all team members who have contributed to this release:
|
|
21
|
+
@alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy.
|
|
22
|
+
|
|
23
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
24
|
+
|
|
25
|
+
### Data Grid
|
|
26
|
+
|
|
27
|
+
#### `@mui/x-data-grid@7.23.2`
|
|
28
|
+
|
|
29
|
+
- [DataGrid] Fix "No rows" displaying when all rows are pinned (#15851) @nusr
|
|
30
|
+
- [DataGrid] Use `columnsManagement` slot (#15821) @k-rajat19
|
|
31
|
+
- [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
|
|
32
|
+
- [l10n] Improve Turkish (tr-TR) locale (#15748) @ihsanberkozcan
|
|
33
|
+
|
|
34
|
+
#### `@mui/x-data-grid-pro@7.23.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
35
|
+
|
|
36
|
+
Same changes as in `@mui/x-data-grid@7.23.2`, plus:
|
|
37
|
+
|
|
38
|
+
- [DataGridPro] Make Row reordering work with pagination (#15782) @k-rajat19
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-data-grid-premium@7.23.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-data-grid-pro@7.23.2`, plus:
|
|
43
|
+
|
|
44
|
+
- [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15754) @arminmeh
|
|
45
|
+
|
|
46
|
+
### Date and Time Pickers
|
|
47
|
+
|
|
48
|
+
#### `@mui/x-date-pickers@7.23.2`
|
|
49
|
+
|
|
50
|
+
- [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
|
|
51
|
+
|
|
52
|
+
#### `@mui/x-date-pickers-pro@7.23.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
53
|
+
|
|
54
|
+
Same changes as in `@mui/x-date-pickers@7.23.2`.
|
|
55
|
+
|
|
56
|
+
### Charts
|
|
57
|
+
|
|
58
|
+
#### `@mui/x-charts@7.23.2`
|
|
59
|
+
|
|
60
|
+
- [charts] Fix key generation for the ChartsGrid (#15864) @alexfauquette
|
|
61
|
+
- [charts] Fix scatter dataset with missing data (#15804) @alexfauquette
|
|
62
|
+
|
|
63
|
+
#### `@mui/x-charts-pro@7.23.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
64
|
+
|
|
65
|
+
Same changes as in `@mui/x-charts@7.23.2`.
|
|
66
|
+
|
|
67
|
+
#### `@mui/x-tree-view@v7.23.2`
|
|
68
|
+
|
|
69
|
+
No changes, releasing to keep the versions in sync.
|
|
70
|
+
|
|
71
|
+
#### `@mui/x-tree-view-pro@7.23.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
72
|
+
|
|
73
|
+
Releasing to benefit from license package fix (#15818).
|
|
74
|
+
|
|
75
|
+
### Docs
|
|
76
|
+
|
|
77
|
+
- [docs] Fix typo in charts axis documentation (#15746) @JCQuintas
|
|
78
|
+
- [docs] Improve Pickers accessible DOM structure description (#15752) @LukasTy
|
|
79
|
+
- [docs] Use `updateRows` method for list view demos (#15824) @KenanYusuf
|
|
80
|
+
- [docs] Use date library version from package dev dependencies for sandboxes (#15767) @LukasTy
|
|
81
|
+
|
|
82
|
+
### Core
|
|
83
|
+
|
|
84
|
+
- [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
|
|
85
|
+
- [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
|
|
86
|
+
|
|
87
|
+
## 7.23.1
|
|
88
|
+
|
|
89
|
+
_Dec 5, 2024_
|
|
90
|
+
|
|
91
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
92
|
+
|
|
93
|
+
- 🌍 Improve German locale on the Data Grid component
|
|
94
|
+
- 🐞 Bugfixes
|
|
95
|
+
|
|
96
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
97
|
+
@lhilgert9.
|
|
98
|
+
|
|
99
|
+
Following are all team members who have contributed to this release:
|
|
100
|
+
@arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy and @MBilalShafi.
|
|
101
|
+
|
|
102
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
103
|
+
|
|
104
|
+
### Data Grid
|
|
105
|
+
|
|
106
|
+
#### `@mui/x-data-grid@7.23.1`
|
|
107
|
+
|
|
108
|
+
- [DataGrid] Make column autosizing work with flex columns (#15712) @cherniavskii
|
|
109
|
+
- [l10n] Improve German (de-DE) locale (#15641) @lhilgert9
|
|
110
|
+
|
|
111
|
+
#### `@mui/x-data-grid-pro@7.23.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
112
|
+
|
|
113
|
+
Same changes as in `@mui/x-data-grid@7.23.1`, plus:
|
|
114
|
+
|
|
115
|
+
- [DataGridPro] Cleanup pinned rows on removal (#15702) @cherniavskii
|
|
116
|
+
|
|
117
|
+
#### `@mui/x-data-grid-premium@7.23.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
118
|
+
|
|
119
|
+
Same changes as in `@mui/x-data-grid-pro@7.23.1`.
|
|
120
|
+
|
|
121
|
+
### Date and Time Pickers
|
|
122
|
+
|
|
123
|
+
#### `@mui/x-date-pickers@7.23.1`
|
|
124
|
+
|
|
125
|
+
- [TimePicker] Prevent mouse events after `touchend` event (#15430) @arthurbalduini
|
|
126
|
+
|
|
127
|
+
#### `@mui/x-date-pickers-pro@7.23.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
128
|
+
|
|
129
|
+
Same changes as in `@mui/x-date-pickers@7.23.1`.
|
|
130
|
+
|
|
131
|
+
### Charts
|
|
132
|
+
|
|
133
|
+
#### `@mui/x-charts@7.23.1`
|
|
134
|
+
|
|
135
|
+
- [charts] Improve SVG `pattern` and `gradient` support (#15724) @JCQuintas
|
|
136
|
+
|
|
137
|
+
#### `@mui/x-charts-pro@7.23.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
138
|
+
|
|
139
|
+
Same changes as in `@mui/x-charts@7.23.1`.
|
|
140
|
+
|
|
141
|
+
### Docs
|
|
142
|
+
|
|
143
|
+
- [docs] Fix Pickers theme augmentation example (#15675) @LukasTy
|
|
144
|
+
- [docs] Remove duplicated warning (#15715) @cherniavskii
|
|
145
|
+
- [test] Force hover in headless Chrome (#15711) @cherniavskii
|
|
146
|
+
- [docs-infra] Bump `@mui/internal-markdown` to support nested demo imports (#15738) @alexfauquette
|
|
147
|
+
- [docs] Improve SEO titles for the Data Grid (#15695) @MBilalShafi
|
|
148
|
+
|
|
149
|
+
### Core
|
|
150
|
+
|
|
151
|
+
- [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
|
|
152
|
+
|
|
153
|
+
## 7.23.0
|
|
154
|
+
|
|
155
|
+
_Nov 29, 2024_
|
|
156
|
+
|
|
157
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
158
|
+
|
|
159
|
+
- ✨ 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.
|
|
160
|
+
|
|
161
|
+
https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c
|
|
162
|
+
|
|
163
|
+
- ⚛️ React 19 support
|
|
164
|
+
- 📚 Documentation improvements
|
|
165
|
+
- 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
|
|
166
|
+
- 🌍 Improve Dutch locale on the Date and Time Picker components.
|
|
167
|
+
- 🐞 Bugfixes
|
|
168
|
+
|
|
169
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
170
|
+
@dloeda, @headironc, @mathzdev, @nphmuller, @lhilgert9, @lauri865.
|
|
171
|
+
Following are all team members who have contributed to this release:
|
|
172
|
+
@oliviertassinari, @arminmeh, @KenanYusuf, @flaviendelangle, @MBilalShafi.
|
|
173
|
+
|
|
174
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
175
|
+
|
|
176
|
+
### Data Grid
|
|
177
|
+
|
|
178
|
+
#### `@mui/x-data-grid@v7.23.0`
|
|
179
|
+
|
|
180
|
+
- [DataGrid] React 19 support (#15557) @arminmeh
|
|
181
|
+
- [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15642) @jedesroches
|
|
182
|
+
- [DataGrid] Fix last separator not being hidden when grid is scrollable (#15551) @KenanYusuf
|
|
183
|
+
- [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf
|
|
184
|
+
- [DataGrid] Fix row-spanning in combination with column-pinning (#15460) @lhilgert9
|
|
185
|
+
- [DataGrid] Improve resize performance (#15592) @lauri865
|
|
186
|
+
- [DataGrid] Support column virtualization with dynamic row height (#15567) @cherniavskii
|
|
187
|
+
- [DataGrid] Improve `GridCell` performance (#15621) @lauri865
|
|
188
|
+
- [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc
|
|
189
|
+
- [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev
|
|
190
|
+
|
|
191
|
+
#### `@mui/x-data-grid-pro@v7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
192
|
+
|
|
193
|
+
Same changes as in `@mui/x-data-grid@v7.23.0`, plus:
|
|
194
|
+
|
|
195
|
+
- [DataGridPro] Fix header filtering with `boolean` column type (#15640) @k-rajat19
|
|
196
|
+
- [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15643) @zinoroman
|
|
197
|
+
- [DataGridPro] Fix selection propagation issue on initialization (#15593) @MBilalShafi
|
|
198
|
+
|
|
199
|
+
#### `@mui/x-data-grid-premium@v7.23.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
200
|
+
|
|
201
|
+
Same changes as in `@mui/x-data-grid-pro@v7.23.0`.
|
|
202
|
+
|
|
203
|
+
### Date and Time Pickers
|
|
204
|
+
|
|
205
|
+
#### `@mui/x-date-pickers@v7.23.0`
|
|
206
|
+
|
|
207
|
+
- [pickers] React 19 support (#15557) @arminmeh
|
|
208
|
+
- [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15653) @flaviendelangle
|
|
209
|
+
- [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15544) @flaviendelangle
|
|
210
|
+
- [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller
|
|
211
|
+
|
|
212
|
+
#### `@mui/x-date-pickers-pro@v7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
213
|
+
|
|
214
|
+
Same changes as in `@mui/x-date-pickers@v7.23.0`.
|
|
215
|
+
|
|
216
|
+
### Charts
|
|
217
|
+
|
|
218
|
+
#### `@mui/x-charts@v7.23.0`
|
|
219
|
+
|
|
220
|
+
- [charts] React 19 support (#15557) @arminmeh
|
|
221
|
+
- [charts] Prevent invalid `releasePointerCapture` (#15609) @alexfauquette
|
|
222
|
+
|
|
223
|
+
#### `@mui/x-charts-pro@v7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
224
|
+
|
|
225
|
+
Same changes as in `@mui/x-charts@v7.23.0`.
|
|
226
|
+
|
|
227
|
+
### Tree View
|
|
228
|
+
|
|
229
|
+
#### `@mui/x-tree-view@v7.23.0`
|
|
230
|
+
|
|
231
|
+
- [TreeView] React 19 support (#15557) @arminmeh
|
|
232
|
+
|
|
233
|
+
#### `@mui/x-tree-view-pro@7.23.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
234
|
+
|
|
235
|
+
Same changes as in `@mui/x-tree-view@7.23.0`.
|
|
236
|
+
|
|
237
|
+
### Docs
|
|
238
|
+
|
|
239
|
+
- [docs] Add data caching to lazy loaded detail panel demo (#15555) @cherniavskii
|
|
240
|
+
- [docs] Remove selectors section from list view docs (#15639) @KenanYusuf
|
|
241
|
+
- [docs] Add documentation for the list view feature (#15344) @KenanYusuf
|
|
242
|
+
|
|
243
|
+
### Core
|
|
244
|
+
|
|
245
|
+
- [core] Update @mui/monorepo (#15574) @oliviertassinari
|
|
246
|
+
|
|
247
|
+
## 7.22.3
|
|
248
|
+
|
|
249
|
+
_Nov 21, 2024_
|
|
250
|
+
|
|
251
|
+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
|
|
252
|
+
|
|
253
|
+
- 📊 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.
|
|
254
|
+
- 🌍 Improve Chinese, Spanish, Swedish, and Turkish locales on the Data Grid
|
|
255
|
+
- 🐞 Bugfixes
|
|
256
|
+
|
|
257
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
258
|
+
@CarlosLopezLg, @headironc, @viktormelin, @qerkules, @DungTiger, @hendrikpeilke, @k-rajat19.
|
|
259
|
+
Following are all team members who have contributed to this release:
|
|
260
|
+
@alexfauquette, @LukasTy, @MBilalShafi, @flaviendelangle.
|
|
261
|
+
|
|
262
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
263
|
+
|
|
264
|
+
### Data Grid
|
|
265
|
+
|
|
266
|
+
#### `@mui/x-data-grid@7.22.3`
|
|
267
|
+
|
|
268
|
+
- [DataGrid] Add prop to override search input props in `GridColumnsManagement` (#15476) @k-rajat19
|
|
269
|
+
- [DataGrid] Add test coverage for issues fixed in #15184 @MBilalShafi
|
|
270
|
+
- [DataGrid] Fix memoized selectors with arguments (#15336) @MBilalShafi
|
|
271
|
+
- [DataGrid] Fix right column group header border with virtualization (#15503) @hendrikpeilke
|
|
272
|
+
- [DataGrid] Pass reason to `onPaginationModelChange` (#15402) @DungTiger
|
|
273
|
+
- [DataGrid] Set default overlay height in flex parent layout (#15535) @cherniavskii
|
|
274
|
+
- [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc
|
|
275
|
+
- [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg
|
|
276
|
+
- [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin
|
|
277
|
+
- [l10n] Improve Turkish (tr-TR) locale (#15414) @qerkules
|
|
278
|
+
|
|
279
|
+
#### `@mui/x-data-grid-pro@7.22.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
280
|
+
|
|
281
|
+
Same changes as in `@mui/x-data-grid@7.22.3`.
|
|
282
|
+
|
|
283
|
+
#### `@mui/x-data-grid-premium@7.22.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
284
|
+
|
|
285
|
+
Same changes as in `@mui/x-data-grid-pro@7.22.3`.
|
|
286
|
+
|
|
287
|
+
### Date and Time Pickers
|
|
288
|
+
|
|
289
|
+
#### `@mui/x-date-pickers@7.22.3`
|
|
290
|
+
|
|
291
|
+
- [pickers] Always use `props.value` when it changes (#15500) @flaviendelangle
|
|
292
|
+
- [pickers] Ensure internal value timezone is updated (#15491) @LukasTy
|
|
293
|
+
- [pickers] Fix `DateTimeRangePicker` error when using format without time (#15341) @fxnoob
|
|
294
|
+
- [pickers] Fix unused code in `PickersToolbar` component (#15525) @LukasTy
|
|
295
|
+
|
|
296
|
+
#### `@mui/x-date-pickers-pro@7.22.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
297
|
+
|
|
298
|
+
Same changes as in `@mui/x-date-pickers@7.22.3`, plus:
|
|
299
|
+
|
|
300
|
+
- [DateTimeRangePicker] Use time in `referenceDate` when selecting date (#15431) @LukasTy
|
|
301
|
+
|
|
302
|
+
### Charts
|
|
303
|
+
|
|
304
|
+
#### `@mui/x-charts@7.22.3`
|
|
305
|
+
|
|
306
|
+
No changes since `@mui/x-charts@7.22.2`.
|
|
307
|
+
|
|
308
|
+
#### `@mui/x-charts-pro@7.22.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
309
|
+
|
|
310
|
+
- [charts-pro] Fix missing typeOverload (#15400) @alexfauquette
|
|
311
|
+
|
|
312
|
+
### Docs
|
|
313
|
+
|
|
314
|
+
- [docs] Add `PickersPopper` component to customization playground (#15397) @LukasTy
|
|
315
|
+
- [docs] Add `next` version links (#15423) @LukasTy
|
|
316
|
+
- [docs] Use the `loading` state in the demos (#15538) @cherniavskii
|
|
317
|
+
|
|
318
|
+
- [code-infra] Tentative fix for Argos flaky screenshot tests (#15399) @JCQuintas
|
|
319
|
+
- [docs-infra] Transpile `.ts` demo files (#15421) @KenanYusuf
|
|
320
|
+
- [core] Clarify release version bump strategy (#15536) @cherniavskii
|
|
321
|
+
|
|
322
|
+
## 7.22.2
|
|
323
|
+
|
|
324
|
+
_Nov 8, 2024_
|
|
325
|
+
|
|
326
|
+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
327
|
+
|
|
328
|
+
- 👨🏽💻 API enhancements
|
|
329
|
+
- 🐞 Bugfixes
|
|
330
|
+
|
|
331
|
+
Special thanks go out to the community contributors who have helped make this release possible:
|
|
332
|
+
@clins1994, @GuillaumeMeheut, @k-rajat19.
|
|
333
|
+
Following are all team members who have contributed to this release:
|
|
334
|
+
@LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh.
|
|
335
|
+
|
|
336
|
+
### Upcoming alpha
|
|
337
|
+
|
|
338
|
+
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.
|
|
339
|
+
|
|
340
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
341
|
+
|
|
342
|
+
### Data Grid
|
|
343
|
+
|
|
344
|
+
#### `@mui/x-data-grid@7.22.2`
|
|
345
|
+
|
|
346
|
+
- [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi
|
|
347
|
+
- [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19
|
|
348
|
+
- [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi
|
|
349
|
+
- [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf
|
|
350
|
+
- [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi
|
|
351
|
+
|
|
352
|
+
#### `@mui/x-data-grid-pro@7.22.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
353
|
+
|
|
354
|
+
Same changes as in `@mui/x-data-grid@7.22.2`, plus:
|
|
355
|
+
|
|
356
|
+
- [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19
|
|
357
|
+
- [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19
|
|
358
|
+
|
|
359
|
+
#### `@mui/x-data-grid-premium@7.22.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
360
|
+
|
|
361
|
+
Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus:
|
|
362
|
+
|
|
363
|
+
- [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh
|
|
364
|
+
|
|
365
|
+
### Date and Time Pickers
|
|
366
|
+
|
|
367
|
+
#### `@mui/x-date-pickers@7.22.2`
|
|
368
|
+
|
|
369
|
+
- [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy
|
|
370
|
+
|
|
371
|
+
#### `@mui/x-date-pickers-pro@7.22.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
372
|
+
|
|
373
|
+
Same changes as in `@mui/x-date-pickers@7.22.2`.
|
|
374
|
+
|
|
375
|
+
### Charts
|
|
376
|
+
|
|
377
|
+
#### `@mui/x-charts@7.22.2`
|
|
378
|
+
|
|
379
|
+
- [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994
|
|
380
|
+
- [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut
|
|
381
|
+
|
|
382
|
+
#### `@mui/x-charts-pro@7.0.0-beta.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
383
|
+
|
|
384
|
+
Same changes as in `@mui/x-charts@7.22.2`.
|
|
385
|
+
|
|
6
386
|
## 7.22.1
|
|
7
387
|
|
|
8
388
|
_Nov 1, 2024_
|
package/README.md
CHANGED
|
@@ -15,9 +15,9 @@ This component has the following peer dependencies that you will need to install
|
|
|
15
15
|
|
|
16
16
|
```json
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@mui/material": "^5.15.14",
|
|
19
|
-
"react": "^17.0.0 || ^18.0.0",
|
|
20
|
-
"react-dom": "^17.0.0 || ^18.0.0"
|
|
18
|
+
"@mui/material": "^5.15.14 || ^6.0.0",
|
|
19
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
20
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
21
21
|
},
|
|
22
22
|
```
|
|
23
23
|
|
package/TreeItem2/TreeItem2.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const TreeItem2GroupTransition: import("@emotion/styled").StyledC
|
|
|
16
16
|
}, {}, {}>;
|
|
17
17
|
export declare const TreeItem2Checkbox: import("@emotion/styled").StyledComponent<Pick<Omit<CheckboxProps & {
|
|
18
18
|
visible: boolean;
|
|
19
|
-
}, "ref"> & React.RefAttributes<HTMLButtonElement>, "hidden" | "visible" | "color" | "content" | "size" | "style" | "icon" | "translate" | "disabled" | "form" | "slot" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "name" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "
|
|
19
|
+
}, "ref"> & React.RefAttributes<HTMLButtonElement>, "hidden" | "visible" | "color" | "content" | "size" | "style" | "icon" | "translate" | "disabled" | "form" | "slot" | "title" | "suppressHydrationWarning" | "className" | "id" | "lang" | "name" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "readOnly" | "required" | "action" | "checked" | "component" | "sx" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "checkedIcon" | "inputProps" | "inputRef" | "indeterminate" | "indeterminateIcon" | keyof React.RefAttributes<HTMLButtonElement>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
20
20
|
type TreeItem2Component = ((props: TreeItem2Props & React.RefAttributes<HTMLLIElement>) => React.JSX.Element) & {
|
|
21
21
|
propTypes?: any;
|
|
22
22
|
};
|
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-tree-view",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.23.2",
|
|
4
4
|
"description": "The community edition of the Tree View components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./node/index.js",
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"prop-types": "^15.8.1",
|
|
41
41
|
"react-transition-group": "^4.4.5",
|
|
42
|
-
"@mui/x-internals": "7.
|
|
42
|
+
"@mui/x-internals": "7.23.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@emotion/react": "^11.9.0",
|
|
46
46
|
"@emotion/styled": "^11.8.1",
|
|
47
47
|
"@mui/material": "^5.15.14 || ^6.0.0",
|
|
48
48
|
"@mui/system": "^5.15.14 || ^6.0.0",
|
|
49
|
-
"react": "^17.0.0 || ^18.0.0",
|
|
50
|
-
"react-dom": "^17.0.0 || ^18.0.0"
|
|
49
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
50
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependenciesMeta": {
|
|
53
53
|
"@emotion/react": {
|