@mui/x-tree-view 7.0.0-alpha.9 β†’ 7.0.0-beta.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 CHANGED
@@ -3,6 +3,371 @@
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
+ ## v7.0.0-beta.2
7
+
8
+ _Feb 9, 2024_
9
+
10
+ We'd like to offer a big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - πŸš€ Add slot typings on the Data Grid components (#11795) @romgrk
13
+ - 🎁 Support UTC date formatting in Charts tooltip (#11943) @shaharyar-shamshi
14
+ - 🌍 Improve Danish (da-DK) locale Data Grid (#11877) @ShahrazH
15
+ - 🐞 Bugfixes
16
+ - πŸ“š Documentation improvements
17
+
18
+ ### Data Grid
19
+
20
+ #### `@mui/x-data-grid@v7.0.0-beta.2`
21
+
22
+ - [DataGrid] Add `removeAllFilterItems` as a reason of `onFilterModelChange` callback (#11911) @shaharyar-shamshi
23
+ - [DataGrid] Add slot typings (#11795) @romgrk
24
+ - [DataGrid] Add support for dialogs in menu actions (#11909) @cherniavskii
25
+ - [DataGrid] Allow passing readonly arrays to `pageSizeOptions` prop (#11609) @pcorpet
26
+ - [DataGrid] Fix incorrect computation of `lastPage` in `GridPagination` (#11958) @MBilalShafi
27
+ - [DataGrid] Improve vertical scrolling performance (#11924) @romgrk
28
+ - [l10n] Improve Danish (da-DK) locale (#11877) @ShahrazH
29
+
30
+ #### `@mui/x-data-grid-pro@v7.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31
+
32
+ Same changes as in `@mui/x-data-grid@v7.0.0-beta.2`.
33
+
34
+ #### `@mui/x-data-grid-premium@v7.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35
+
36
+ Same changes as in `@mui/x-data-grid-pro@v7.0.0-beta.2`, plus:
37
+
38
+ - [DataGridPremium] Fix autosize grouping cell (#11870) @romgrk
39
+ - [DataGridPremium] Fix clipboard paste not working with Caps Lock enabled (#11965) @shaharyar-shamshi
40
+
41
+ ### Date Pickers
42
+
43
+ #### `@mui/x-date-pickers@v7.0.0-beta.2`
44
+
45
+ - [pickers] Avoid relying on locale in Luxon `isWithinRange` method (#11936) @LukasTy
46
+ - [pickers] Limit the valid values of `TDate` (#11791) @flaviendelangle
47
+
48
+ #### `@mui/x-date-pickers-pro@v7.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
49
+
50
+ Same changes as in `@mui/x-date-pickers@v7.0.0-beta.2`.
51
+
52
+ ### Charts / `@mui/x-charts@v7.0.0-beta.2`
53
+
54
+ - [charts] Add `reverse` property to axes (#11899) @alexfauquette
55
+ - [charts] Allow series ids to be numbers (#11941) @alexfauquette
56
+ - [charts] Support UTC date formatting in tooltip (#11943) @shaharyar-shamshi
57
+
58
+ ### Tree View / `@mui/x-tree-view@v7.0.0-beta.2`
59
+
60
+ - [TreeView] Correctly detect if an item is expandable (#11963) @swalker326
61
+ - [TreeView] Polish the default design & revise the simple version pages (#11529) @danilo-leal
62
+
63
+ ### License
64
+
65
+ #### Breaking changes
66
+
67
+ - If you're using the [commercial license](https://next.mui.com/x/introduction/licensing), you need to update the import path:
68
+
69
+ ```diff
70
+ -import { LicenseInfo } from '@mui/x-license-pro';
71
+ +import { LicenseInfo } from '@mui/x-license';
72
+ ```
73
+
74
+ `@mui/x-license@v7.0.0-beta.2`
75
+
76
+ - [license] Rename `@mui/x-license-pro` to `@mui/x-license` (#11938) @cherniavskii
77
+
78
+ ### Docs
79
+
80
+ - [docs] Add a note about `AdapterDateFnsV3` on the Getting Started page (#11985) @flaviendelangle
81
+ - [docs] Add missing `Charts` breaking change steps (#11971) @alexfauquette
82
+ - [docs] Fix `ChartsTooltip` typo (#11961) @thisisharsh7
83
+ - [docs] Refactor `Localization` documentation sections (#11989) @LukasTy
84
+ - [docs] Use "cannot" instead of "can't" or "can not" (#11986) @flaviendelangle
85
+ - [docs] Add quick fixes to the migration guide (#11806) @danilo-leal
86
+ - [docs] Avoid use of shorthand (#12000) @oliviertassinari
87
+ - [docs] Avoid the use of MUIΒ Core @oliviertassinari
88
+ - [docs] Fix image size and dark mode @oliviertassinari
89
+ - [docs] Follow blank line convention with use client @oliviertassinari
90
+ - [docs] Stable layout between light and dark mode @oliviertassinari
91
+
92
+ ### Core
93
+
94
+ - [core] Add `docs:serve` script (#11935) @cherniavskii
95
+ - [core] Bump monorepo (#12001) @cherniavskii
96
+ - [core] Deprecate `LicenseInfo` re-exports (#11956) @cherniavskii
97
+ - [core] Fix `test_types` failing on the `next` branch (#11944) @cherniavskii
98
+ - [core] Fix failing `test_static` on the next branch (#11977) @cherniavskii
99
+ - [core] Flatten grid packages folder (#11946) @cherniavskii
100
+ - [core] Improve license info deprecation message (#11974) @cherniavskii
101
+ - [core] Integrate changes from Core #40842 PR (#11801) @michaldudak
102
+ - [core] Move next config to ESM (#11882) @Janpot
103
+ - [core] Add auto-message on closed issues (#11805) @michelengelen
104
+ - [core] Simplify bug reproduction (#11849) @oliviertassinari
105
+ - [core] Fix npm reference @oliviertassinari
106
+ - [core] Normalize issue template @oliviertassinari
107
+
108
+ ## 7.0.0-beta.1
109
+
110
+ _Feb 1, 2024_
111
+
112
+ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
113
+
114
+ - πŸƒ Improve the filtering performance of the Data Grid by changing the `GridColDef` methods signatures (#11573) @cherniavskii
115
+ - 🎁 The Line Chart component now has animation by default (#11620) @alexfauquette
116
+ - πŸš€ All charts have click handlers (#11411) @alexfauquette
117
+ Test their respective documentation demonstrations to know more about the data format:
118
+
119
+ - [Scatter Chart](https://next.mui.com/x/react-charts/scatter/#click-event)
120
+ - [Line Chart](https://next.mui.com/x/react-charts/lines/#click-event)
121
+ - [Bar Chart](https://next.mui.com/x/react-charts/bars/#click-event)
122
+ - [Pie Chart](https://next.mui.com/x/react-charts/pie/#click-event)
123
+
124
+ Big thanks to @giladappsforce and @yaredtsy for their contribution on exploring this feature.
125
+
126
+ ### Data Grid
127
+
128
+ ### Breaking changes
129
+
130
+ - The signature of `GridColDef['valueGetter']` has been changed for performance reasons:
131
+
132
+ ```diff
133
+ - valueGetter: ({ value, row }) => value,
134
+ + valueGetter: (value, row, column, apiRef) => value,
135
+ ```
136
+
137
+ The `GridValueGetterParams` interface has been removed:
138
+
139
+ ```diff
140
+ - const customValueGetter = (params: GridValueGetterParams) => params.row.budget;
141
+ + const customValueGetter: GridValueGetterFn = (value, row) => row.budget;
142
+ ```
143
+
144
+ - The signature of `GridColDef['valueFormatter']` has been changed for performance reasons:
145
+
146
+ ```diff
147
+ - valueFormatter: ({ value }) => value,
148
+ + valueFormatter: (value, row, column, apiRef) => value,
149
+ ```
150
+
151
+ The `GridValueFormatterParams` interface has been removed:
152
+
153
+ ```diff
154
+ - const gridDateFormatter = ({ value, field, id }: GridValueFormatterParams<Date>) => value.toLocaleDateString();
155
+ + const gridDateFormatter: GridValueFormatter = (value: Date) => value.toLocaleDateString();
156
+ ```
157
+
158
+ - The signature of `GridColDef['valueSetter']` has been changed for performance reasons:
159
+
160
+ ```diff
161
+ - valueSetter: (params) => {
162
+ - const [firstName, lastName] = params.value!.toString().split(' ');
163
+ - return { ...params.row, firstName, lastName };
164
+ - }
165
+ + valueSetter: (value, row) => {
166
+ + const [firstName, lastName] = value!.toString().split(' ');
167
+ + return { ...row, firstName, lastName };
168
+ +}
169
+ ```
170
+
171
+ The `GridValueSetterParams` interface has been removed:
172
+
173
+ ```diff
174
+ - const setFullName = (params: GridValueSetterParams) => {
175
+ - const [firstName, lastName] = params.value!.toString().split(' ');
176
+ - return { ...params.row, firstName, lastName };
177
+ - };
178
+ + const setFullName: GridValueSetter<Row> = (value, row) => {
179
+ + const [firstName, lastName] = value!.toString().split(' ');
180
+ + return { ...row, firstName, lastName };
181
+ + }
182
+ ```
183
+
184
+ - The signature of `GridColDef['valueParser']` has been changed for performance reasons:
185
+
186
+ ```diff
187
+ - valueParser: (value, params: GridCellParams) => value.toLowerCase(),
188
+ + valueParser: (value, row, column, apiRef) => value.toLowerCase(),
189
+ ```
190
+
191
+ - The signature of `GridColDef['colSpan']` has been changed for performance reasons:
192
+
193
+ ```diff
194
+ - colSpan: ({ row, field, value }: GridCellParams) => (row.id === 'total' ? 2 : 1),
195
+ + colSpan: (value, row, column, apiRef) => (row.id === 'total' ? 2 : 1),
196
+ ```
197
+
198
+ - The signature of `GridColDef['pastedValueParser']` has been changed for performance reasons:
199
+
200
+ ```diff
201
+ - pastedValueParser: (value, params) => new Date(value),
202
+ + pastedValueParser: (value, row, column, apiRef) => new Date(value),
203
+ ```
204
+
205
+ - The signature of `GridColDef['groupingValueGetter']` has been changed for performance reasons:
206
+
207
+ ```diff
208
+ - groupingValueGetter: (params) => params.value.name,
209
+ + groupingValueGetter: (value: { name: string }) => value.name,
210
+ ```
211
+
212
+ #### `@mui/x-data-grid@7.0.0-beta.1`
213
+
214
+ - [DataGrid] Add `toggleAllMode` prop to the `columnsManagement` slot (#10794) @H999
215
+ - [DataGrid] Change `GridColDef` methods signatures (#11573) @cherniavskii
216
+ - [DataGrid] Fix row reorder with cell selection (#11783) @PEsteves8
217
+ - [DataGrid] Make columns management' casing consistent (#11858) @MBilalShafi
218
+ - [l10n] Improve Hebrew (he-IL) locale (#11788) @danielmishan85
219
+
220
+ #### `@mui/x-data-grid-pro@7.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
221
+
222
+ Same changes as in `@mui/x-data-grid@7.0.0-beta.1`.
223
+
224
+ #### `@mui/x-data-grid-premium@7.0.0-beta.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
225
+
226
+ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.1`.
227
+
228
+ ### Date Pickers
229
+
230
+ #### `@mui/x-date-pickers@7.0.0-beta.1`
231
+
232
+ - [TimePicker] Add missing toolbar classes descriptions (#11856) @LukasTy
233
+
234
+ #### `@mui/x-date-pickers-pro@7.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
235
+
236
+ Same changes as in `@mui/x-date-pickers@7.0.0-beta.1`.
237
+
238
+ ### Charts
239
+
240
+ #### Breaking changes
241
+
242
+ - The line chart now have animation by default.
243
+ You can disable it with `skipAnimation` prop.
244
+ See [animation documentation](next.mui.com/x/react-charts/lines/#animation) for more information.
245
+
246
+ - Pie charts `onClick` get renamed `onItemClick` for consistency with other charts click callback.
247
+
248
+ `@mui/x-charts@7.0.0-beta.1`
249
+
250
+ - [charts] Add `onClick` support (#11411) @alexfauquette
251
+ - [charts] Add line animation (#11620) @alexfauquette
252
+ - [charts] Document how to modify color according to values (#11824) @alexfauquette
253
+ - [charts] Fix Tooltip crash with out of range lines (#11898) @alexfauquette
254
+
255
+ ### Docs
256
+
257
+ - [docs] Add a general uplift to the changelog page (#11396) @danilo-leal
258
+ - [docs] Do not reference the Tree View overview page in the API pages (#11826) @flaviendelangle
259
+ - [docs] Fix charts API links (#11832) @alexfauquette
260
+ - [docs] Improve Support page (#11556) @oliviertassinari
261
+ - [docs] Improve column visibility documentation (#11857) @MBilalShafi
262
+ - [docs] Polish header @oliviertassinari
263
+ - [docs] Sync support page with core @oliviertassinari
264
+ - [docs] Update whats new page with "v7 Beta blogpost" content (#11879) @joserodolfofreitas
265
+
266
+ ### Core
267
+
268
+ - [core] Rely on immutable ref when possible (#11847) @oliviertassinari
269
+ - [core] Bump monorepo (#11897) @alexfauquette
270
+
271
+ ## 7.0.0-beta.0
272
+
273
+ _Jan 26, 2024_
274
+
275
+ We are glad to announce MUI X v7 beta!
276
+ This version has several improvements, bug fixes, and exciting features πŸŽ‰.
277
+ We want to offer a big thanks to the 7 contributors who made this release possible ✨:
278
+
279
+ - πŸš€ Release the [Date Time Range Picker](https://next.mui.com/x/react-date-pickers/date-time-range-picker/) component (#9528) @LukasTy
280
+
281
+ <img src="https://github.com/mui/mui-x/assets/4941090/122bb7bc-5e72-4e11-a8e5-96f3026de922" width="510" height="652" alt="Date Time Range Picker example" />
282
+
283
+ - 🎁 New column management panel design for the Data Grid (#11770) @MBilalShafi
284
+
285
+ <img width="310" alt="image" src="https://github.com/mui/mui-x/assets/12609561/a79dac8b-d54d-4e69-a63a-ef78f3993f37">
286
+
287
+ - 🐞 Bugfixes
288
+ - πŸ“š Documentation improvements
289
+
290
+ ### Data Grid
291
+
292
+ #### Breaking changes
293
+
294
+ - The columns management component has been redesigned and the component was extracted from the `ColumnsPanel` which now only serves as a wrapper to display the component above the headers as a panel. As a result, a new slot `columnsManagement` and the related prop `slotProps.columnsManagement` have been introduced. The props corresponding to the columns management component which were previously passed to the prop `slotProps.columnsPanel` should now be passed to `slotProps.columnsManagement`. `slotProps.columnsPanel` could still be used to override props corresponding to the `Panel` component used in `ColumnsPanel` which uses [`Popper`](https://next.mui.com/material-ui/react-popper/) component under the hood.
295
+
296
+ ```diff
297
+ <DataGrid
298
+ slotProps={{
299
+ - columnsPanel: {
300
+ + columnsManagement: {
301
+ sort: 'asc',
302
+ autoFocusSearchField: false,
303
+ },
304
+ }}
305
+ />
306
+ ```
307
+
308
+ - `Show all` and `Hide all` buttons in the `ColumnsPanel` have been combined into one `Show/Hide All` toggle in the new columns management component. The related props `disableShowAllButton` and `disableHideAllButton` have been replaced with a new prop `disableShowHideToggle`.
309
+
310
+ ```diff
311
+ <DataGrid
312
+ - disableShowAllButton
313
+ - disableHideAllButton
314
+ + disableShowHideToggle
315
+ />
316
+ ```
317
+
318
+ #### `@mui/x-data-grid@7.0.0-beta.0`
319
+
320
+ - [DataGrid] Export `GridColumnTypes` interface for custom column types (#11742) @cherniavskii
321
+ - [DataGrid] Initialize `apiRef` early (#11792) @cherniavskii
322
+ - [DataGrid] New column management panel design (#11770) @MBilalShafi
323
+ - [DataGrid] Fix support for tree with more than 50,000 children (#11757) @zenazn
324
+
325
+ #### `@mui/x-data-grid-pro@7.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
326
+
327
+ Same changes as in `@mui/x-data-grid@7.0.0-beta.0`.
328
+
329
+ #### `@mui/x-data-grid-premium@7.0.0-beta.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
330
+
331
+ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.0`.
332
+
333
+ ### Date Pickers
334
+
335
+ #### `@mui/x-date-pickers@7.0.0-beta.0`
336
+
337
+ - [pickers] Apply the `layout.tabs` class to `Tabs` slot (#11781) @LukasTy
338
+ - [pickers] Avoid deep imports (#11794) @LukasTy
339
+ - [pickers] Fields typing optimization (#11779) @LukasTy
340
+
341
+ #### `@mui/x-date-pickers-pro@7.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
342
+
343
+ Same changes as in `@mui/x-date-pickers@7.0.0-beta.0`, plus:
344
+
345
+ - [pickers] Add `DateTimeRangePicker` component (#9528) @LukasTy
346
+ - [pickers] Add `DateTimeRangePicker` theme augmentation (#11814) @LukasTy
347
+ - [DateRangePicker] Remove `calendars` prop on `Mobile` (#11752) @LukasTy
348
+
349
+ ### Tree View / `@mui/x-tree-view@7.0.0-beta.0`
350
+
351
+ - [TreeView] Remove unused props from prop-types and typing (#11778) @flaviendelangle
352
+ - [TreeView] Throw an error when two items have the same id (#11715) @flaviendelangle
353
+
354
+ ### Docs
355
+
356
+ - [docs] Add `contextValue` to the headless tree view doc (#11705) @flaviendelangle
357
+ - [docs] Add section for the `disableSelection` prop (#11821) @flaviendelangle
358
+ - [docs] Fix brand name non-breaking space (#11758) @oliviertassinari
359
+ - [docs] Fix typo in Data Grid components page (#11775) @flaviendelangle
360
+ - [docs] Fix use of quote, should use callout (#11759) @oliviertassinari
361
+ - [docs] Improve error message for MUI Vale rule @oliviertassinari
362
+ - [docs] Include `DateTimeRangePicker` in relevant demos (#11815) @LukasTy
363
+ - [docs] Add recipe for sorting row groups by the number of child rows (#11164) @cherniavskii
364
+
365
+ ### Core
366
+
367
+ - [core] Cleanup script and alias setup (#11749) @LukasTy
368
+ - [core] Polish issue templates @oliviertassinari
369
+ - [code-infra] Update prettier and pretty-quick (#11735) @Janpot
370
+
6
371
  ## 7.0.0-alpha.9
7
372
 
8
373
  _Jan 19, 2024_
@@ -138,14 +503,14 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.9`.
138
503
  #### Breaking changes
139
504
 
140
505
  - The `expandIcon` / `defaultExpandIcon` props, used to expand the children of a node (rendered when it is collapsed),
141
- is now defined as a slot both on the Tree View and the Tree Item components.
506
+ is now defined as a slot both on the Tree View and the Tree Item components.
142
507
 
143
508
  If you were using the `ChevronRight` icon from `@mui/icons-material`,
144
509
  you can stop passing it to your component because it is now the default value:
145
510
 
146
511
  ```diff
147
512
  -import ChevronRightIcon from '@mui/icons-material/ChevronRight';
148
-
513
+
149
514
  <SimpleTreeView
150
515
  - defaultExpandIcon={<ChevronRightIcon />}
151
516
  >
@@ -180,14 +545,14 @@ is now defined as a slot both on the Tree View and the Tree Item components.
180
545
  ```
181
546
 
182
547
  - The `collapseIcon` / `defaultCollapseIcon` props, used to collapse the children of a node (rendered when it is expanded),
183
- is now defined as a slot both on the Tree View and the Tree Item components.
548
+ is now defined as a slot both on the Tree View and the Tree Item components.
184
549
 
185
550
  If you were using the `ExpandMore` icon from `@mui/icons-material`,
186
551
  you can stop passing it to your component because it is now the default value:
187
552
 
188
553
  ```diff
189
554
  - import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
190
-
555
+
191
556
  <SimpleTreeView
192
557
  - defaultCollapseIcon={<ExpandMoreIcon />}
193
558
  >
@@ -227,14 +592,14 @@ is now defined as a slot both on the Tree View and the Tree Item components.
227
592
  ```diff
228
593
  -import { TreeItem, useTreeItem } from '@mui/x-tree-view/TreeItem';
229
594
  +import { TreeItem, useTreeItemState } from '@mui/x-tree-view/TreeItem';
230
-
595
+
231
596
  const CustomContent = React.forwardRef((props, ref) => {
232
597
  - const { disabled } = useTreeItem(props.nodeId);
233
598
  + const { disabled } = useTreeItemState(props.nodeId);
234
-
599
+
235
600
  // Render some UI
236
601
  });
237
-
602
+
238
603
  function App() {
239
604
  return (
240
605
  <SimpleTreeView>
@@ -412,7 +777,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.8`.
412
777
 
413
778
  - [docs] Fix parsing of `x-date-pickers-pro` demo adapter imports (#11628) @LukasTy
414
779
  - [docs] Improve `git diff` format @oliviertassinari
415
- - [docs] Push up the MUI X brand (#11533) @oliviertassinari
780
+ - [docs] Push up the MUIΒ X brand (#11533) @oliviertassinari
416
781
  - [docs] Remove old data grid translation files (#11646) @cherniavskii
417
782
  - [docs] Improve Server-side data grid docs (#11589) @oliviertassinari
418
783
  - [docs] Improve charts landing page (#11570) @oliviertassinari
@@ -422,8 +787,8 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.8`.
422
787
  - [core] Lock `jsdom` version (#11652) @cherniavskii
423
788
  - [core] Remove PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD (#11608) @oliviertassinari
424
789
  - [core] Simplify isSsr logic (#11606) @oliviertassinari
425
- - [core] Sync playwright cache between MUI X and Material UI (#11607) @oliviertassinari
426
- - [core] Use MUI X official name in errors (#11645) @oliviertassinari
790
+ - [core] Sync playwright cache between MUIΒ X and MaterialΒ UI (#11607) @oliviertassinari
791
+ - [core] Use MUIΒ X official name in errors (#11645) @oliviertassinari
427
792
 
428
793
  ## 7.0.0-alpha.7
429
794
 
@@ -455,7 +820,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
455
820
  items={MUI_X_PRODUCTS}
456
821
  defaultCollapseIcon={<ExpandMoreIcon />}
457
822
  defaultExpandIcon={<ChevronRightIcon />}
458
- />
823
+ />;
459
824
  ```
460
825
 
461
826
  - 🌍 Improve Czech (cs-CZ) locale on the Data Grid
@@ -559,10 +924,10 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.7`.
559
924
 
560
925
  - [core] Fix release changelog (#11496) @romgrk
561
926
  - [core] Fix use of ::before & ::after (#11515) @oliviertassinari
562
- - [core] Localize the issue template to MUI X (#11511) @oliviertassinari
927
+ - [core] Localize the issue template to MUIΒ X (#11511) @oliviertassinari
563
928
  - [core] Regen api files (#11542) @flaviendelangle
564
929
  - [core] Remove issue emoji @oliviertassinari
565
- - [core] Sync the release instructions with MUI Core @oliviertassinari
930
+ - [core] Sync the release instructions with MUIΒ Core @oliviertassinari
566
931
  - [core] Yaml format match most common convention @oliviertassinari
567
932
 
568
933
  ## 7.0.0-alpha.6
@@ -600,6 +965,7 @@ We'd like to offer a big thanks to the 6 contributors who made this release poss
600
965
  getOptionLabel: (value: any) => value.name,
601
966
  };
602
967
  ```
968
+
603
969
  - The `filterModel` now supports `Date` objects as values for `date` and `dateTime` column types.
604
970
  The `filterModel` still accepts strings as values for `date` and `dateTime` column types,
605
971
  but all updates to the `filterModel` coming from the UI (e.g. filter panel) will set the value as a `Date` object.
@@ -693,7 +1059,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-alpha.5`.
693
1059
  #### Breaking changes
694
1060
 
695
1061
  - The slot interfaces got renamed to match with `@mui/base` naming.
696
- The `SlotsComponent` suffix has been replaced with `Slots` and `SlotsComponentsProps` with `SlotProps`.
1062
+ The `SlotsComponent` suffix has been replaced with `Slots` and `SlotsComponentsProps` with `SlotProps`.
697
1063
 
698
1064
  ```diff
699
1065
  -DateCalendarSlotsComponent
@@ -1071,7 +1437,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-alpha.3`.
1071
1437
  - [docs] Polish Next.js header description @oliviertassinari
1072
1438
  - [docs] Remove the `newFeature` flag on v6 features (#11168) @flaviendelangle
1073
1439
  - [docs] Simplify a bit chart demo (#11173) @oliviertassinari
1074
- - [docs] Standardize the usage of callouts in the MUI X docs (#7127) @samuelsycamore
1440
+ - [docs] Standardize the usage of callouts in the MUIΒ X docs (#7127) @samuelsycamore
1075
1441
  - [docs] Adjust the Data Grid demo page design (#11231) @danilo-leal
1076
1442
 
1077
1443
  ### Core
@@ -1460,15 +1826,15 @@ And if you need the exact same output you can apply the following transformation
1460
1826
  // For Day.js
1461
1827
  -const isoString = adapter.toISO(value);
1462
1828
  +const isoString = value.toISOString();
1463
-
1829
+
1464
1830
  // For Luxon
1465
1831
  -const isoString = adapter.toISO(value);
1466
1832
  +const isoString = value.toUTC().toISO({ format: 'extended' });
1467
-
1833
+
1468
1834
  // For DateFns
1469
1835
  -const isoString = adapter.toISO(value);
1470
1836
  +const isoString = dateFns.formatISO(value, { format: 'extended' });
1471
-
1837
+
1472
1838
  // For Moment
1473
1839
  -const isoString = adapter.toISO(value);
1474
1840
  +const isoString = value.toISOString();
@@ -1772,6 +2138,146 @@ Here is an example of the renaming for the `<ChartsTooltip />` component.
1772
2138
  - [core] Update release instructions as per v7 configuration (#10962) @MBilalShafi
1773
2139
  - [license] Correctly throw errors (#10924) @oliviertassinari
1774
2140
 
2141
+ ## v6.19.4
2142
+
2143
+ _Feb 9, 2024_
2144
+
2145
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
2146
+
2147
+ - 🌍 Improve Danish (da-DK) locale on the Data Grid (#11972) @ShahrazH
2148
+ - 🐞 Bugfixes
2149
+ - πŸ“š Documentation improvements
2150
+
2151
+ ### Data Grid
2152
+
2153
+ #### `@mui/x-data-grid@v6.19.4`
2154
+
2155
+ - [DataGrid] Add support for dialogs in menu actions (#11937) @cherniavskii
2156
+ - [DataGrid] Allow passing readonly arrays to `pageSizeOptions` prop (#11992) @pcorpet
2157
+ - [DataGrid] Fix row reorder with cell selection (#11878) @PEsteves8
2158
+ - [DataGrid] Replace `eval` with `new Function` (#11962) @cherniavskii
2159
+ - [l10n] Improve Danish (da-DK) locale (#11972) @ShahrazH
2160
+
2161
+ #### `@mui/x-data-grid-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2162
+
2163
+ Same changes as in `@mui/x-data-grid@v6.19.4`.
2164
+
2165
+ #### `@mui/x-data-grid-premium@v6.19.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2166
+
2167
+ Same changes as in `@mui/x-data-grid-pro@v6.19.4`, plus:
2168
+
2169
+ - [DataGridPremium] Fix autosize grouping cell (#11990) @romgrk
2170
+ - [DataGridPremium] Fix error after closing print export (#11889) @cherniavskii
2171
+
2172
+ ### Date Pickers
2173
+
2174
+ #### `@mui/x-date-pickers@v6.19.4`
2175
+
2176
+ - [pickers] Avoid relying on locale in Luxon `isWithinRange` method (#11940) @LukasTy
2177
+
2178
+ #### `@mui/x-date-pickers-pro@v6.19.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2179
+
2180
+ Same changes as in `@mui/x-date-pickers@v6.19.4`.
2181
+
2182
+ ### Charts / `@mui/x-charts@v6.19.4`
2183
+
2184
+ - [charts] Add `reverse` property to axes (#11959) @alexfauquette
2185
+ - [charts] Allow series ids to be numbers (#11960) @alexfauquette
2186
+ - [charts] Fix Proptypes error by supporting string values for axes (#11953) @alexfauquette
2187
+
2188
+ ### Docs
2189
+
2190
+ - [docs] Add a note about `AdapterDateFnsV3` on the Getting Started page (#11987) @flaviendelangle
2191
+ - [docs] Avoid the use of MUI Core @oliviertassinari
2192
+ - [docs] Fix API links (#11930) @alexfauquette
2193
+ - [docs] Fix `ChartsTooltip` typo (#11967) @thisisharsh7
2194
+ - [docs] Refactor `Localization` documentation sections (#11997) @LukasTy
2195
+ - [code] Simplify bug reproduction (#11932) @alexfauquette
2196
+
2197
+ ## 6.19.3
2198
+
2199
+ _Feb 1, 2024_
2200
+
2201
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
2202
+
2203
+ - 🌍 Improve Hebrew (he-IL) locale (#11831) @danielmishan85
2204
+ - 🐞 Bugfixes
2205
+ - πŸ“š Documentation improvements
2206
+
2207
+ ### Data Grid
2208
+
2209
+ #### `@mui/x-data-grid@6.19.3`
2210
+
2211
+ - [l10n] Improve Hebrew (he-IL) locale (@danielmishan85) (#11831)
2212
+
2213
+ #### `@mui/x-data-grid-pro@6.19.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2214
+
2215
+ Same changes as in `@mui/x-data-grid@6.19.3`.
2216
+
2217
+ #### `@mui/x-data-grid-premium@6.19.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2218
+
2219
+ Same changes as in `@mui/x-data-grid-pro@6.19.3`.
2220
+
2221
+ ### Date Pickers
2222
+
2223
+ #### `@mui/x-date-pickers@6.19.3`
2224
+
2225
+ - [TimePicker] Add missing toolbar classes descriptions (#11862) @LukasTy
2226
+
2227
+ #### `@mui/x-date-pickers-pro@6.19.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2228
+
2229
+ Same changes as in `@mui/x-date-pickers@6.19.3`.
2230
+
2231
+ ### Charts / `@mui/x-charts@6.19.3`
2232
+
2233
+ - [charts] Document how to modify color according to values (#11854) @alexfauquette
2234
+
2235
+ ### Docs
2236
+
2237
+ - [docs] Add a general uplift to the whats new page (#11883) @danilo-leal
2238
+ - [docs] Fix 404 (#11852) @alexfauquette
2239
+ - [docs] Fix <title> generation (#11825) @alexfauquette
2240
+ - [docs] Fix docs:api when typo in slots typing (#11861) @alexfauquette
2241
+ - [docs] Improve Support page (#11556) @oliviertassinari
2242
+ - [docs] Sync support page with core @oliviertassinari
2243
+ - [docs] These API don't exist in MUI X v6 @oliviertassinari
2244
+ - [docs] Update whats new page with v7 Beta blogpost content (#11886) @joserodolfofreitas
2245
+
2246
+ ## 6.19.2
2247
+
2248
+ _Jan 25, 2024_
2249
+
2250
+ We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
2251
+
2252
+ - πŸš€ Apply the `layout.tabs` class to `Tabs` slot (@LukasTy) (#11782)
2253
+ - 🐞 Bugfixes
2254
+
2255
+ ### Date Pickers
2256
+
2257
+ #### `@mui/x-date-pickers@6.19.2`
2258
+
2259
+ - [pickers] Apply the `layout.tabs` class to `Tabs` slot (@LukasTy) (#11782)
2260
+
2261
+ #### `@mui/x-date-pickers-pro@6.19.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2262
+
2263
+ Same changes as in `@mui/x-date-pickers@6.19.2`, plus:
2264
+
2265
+ - [DateRangePicker] Remove `calendars` prop on `Mobile` (@LukasTy) (#11771)
2266
+
2267
+ ### Data Grid
2268
+
2269
+ #### `@mui/x-data-grid@6.19.2`
2270
+
2271
+ - [DataGrid] Fix support for tree with more than 50,000 children (@zenazn) (#11808)
2272
+
2273
+ #### `@mui/x-data-grid-pro@6.19.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2274
+
2275
+ Same changes as in `@mui/x-data-grid@6.19.2`.
2276
+
2277
+ #### `@mui/x-data-grid-premium@6.19.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2278
+
2279
+ Same changes as in `@mui/x-data-grid-pro@6.19.2`.
2280
+
1775
2281
  ## 6.19.1
1776
2282
 
1777
2283
  _Jan 19, 2024_
@@ -1836,7 +2342,7 @@ Same changes as in `@mui/x-date-pickers@6.19.0`.
1836
2342
 
1837
2343
  - [docs] Add missing component @oliviertassinari
1838
2344
  - [docs] Fix parsing of `x-date-pickers-pro` demo adapter imports (#11637) @LukasTy
1839
- - [docs] Push up the MUI X brand (#11533) @oliviertassinari
2345
+ - [docs] Push up the MUIΒ X brand (#11533) @oliviertassinari
1840
2346
  - [docs] Improve Server-side data grid docs (#11589) @oliviertassinari
1841
2347
  - [docs] Add demo to the charts overview page (#11586) @danilo-leal
1842
2348
  - [docs] Fix 404 links in the docs @oliviertassinari
@@ -2196,7 +2702,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
2196
2702
  - πŸ₯§ Pie charts are now animated.
2197
2703
  - πŸ“ˆ Line charts now support partial data, and can interpolate missing data https://mui.com/x/react-charts/lines/#skip-missing-points.
2198
2704
 
2199
- <img src="https://github.com/mui/mui-x/assets/3165635/d2d50b1b-ee29-4e4c-9ebe-629c06f3093e" width="683" height="436" />
2705
+ <img src="https://github.com/mui/mui-x/assets/3165635/d2d50b1b-ee29-4e4c-9ebe-629c06f3093e" width="683" height="436" alt="Charts partial data" />
2200
2706
 
2201
2707
  - ✨ The data grid allows to ignore [diacritics](https://en.wikipedia.org/wiki/Diacritic) when filtering.
2202
2708
  - πŸ“š Documentation improvements
@@ -2690,7 +3196,7 @@ Same changes as in `@mui/x-date-pickers@6.15.0`.
2690
3196
  - [docs] Add missing MIT packages on the Licensing page (#10348) @flaviendelangle
2691
3197
  - [docs] Clearer component pattern @oliviertassinari
2692
3198
  - [docs] Easier to understand demo (#10370) @oliviertassinari
2693
- - [docs] Fix `301` to Material UI @oliviertassinari
3199
+ - [docs] Fix `301` to MaterialΒ UI @oliviertassinari
2694
3200
  - [docs] Improve the column visibility section (#10327) @MBilalShafi
2695
3201
  - [docs] Improve the documentation section `rowIdentifier` (#10326) @MBilalShafi
2696
3202
  - [docs] Improve pickers localization documentation (#10202) @flaviendelangle
@@ -2768,12 +3274,12 @@ Same changes as in `@mui/x-date-pickers@6.14.0`.
2768
3274
  - [docs] Add conditional range picker props example (#10227) @LukasTy
2769
3275
  - [docs] Add toolbar to the multi-filters demo (#10223) @MBilalShafi
2770
3276
  - [docs] Avoid the use of "We" @oliviertassinari
2771
- - [docs] Clarify MUI vs. MUI Core difference @oliviertassinari
3277
+ - [docs] Clarify MUI vs. MUIΒ Core difference @oliviertassinari
2772
3278
  - [docs] Enable `ariaV7` flag for demos using `useDemoData` hook (#10204) @cherniavskii
2773
3279
  - [docs] Fix Tree View link to API references (#10282) @oliviertassinari
2774
3280
  - [docs] Fix image layout shift (#10313) @oliviertassinari
2775
- - [docs] Fix link to MUI X from readme logo @oliviertassinari
2776
- - [docs] Fix redirection to Base UI URLs @oliviertassinari
3281
+ - [docs] Fix link to MUIΒ X from readme logo @oliviertassinari
3282
+ - [docs] Fix redirection to BaseΒ UI URLs @oliviertassinari
2777
3283
  - [docs] Improve Tree View demos (#10268) @oliviertassinari
2778
3284
  - [docs] Improve docs for ref type props (#10273) @michelengelen
2779
3285
  - [docs] Improve npm package README (#10269) @oliviertassinari
@@ -2857,7 +3363,7 @@ Same changes as in `@mui/x-date-pickers@6.13.0`, plus:
2857
3363
  - [docs] Improve the week picker example (#8257) @flaviendelangle
2858
3364
  - [docs] Include code links in the data grid demo (#10219) @cherniavskii
2859
3365
  - [docs] Polish page for SEO (#10216) @oliviertassinari
2860
- - [docs] Use `Base UI` `Portal` for the quick filter recipe (#10188) @DanailH
3366
+ - [docs] Use `BaseΒ UI` `Portal` for the quick filter recipe (#10188) @DanailH
2861
3367
 
2862
3368
  ### Core
2863
3369
 
@@ -3118,7 +3624,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
3118
3624
 
3119
3625
  - ⌚️ Move the tree view component from `@mui/lab` package
3120
3626
 
3121
- The `<TreeView />` component has been moved to the MUI X repository.
3627
+ The `<TreeView />` component has been moved to the MUIΒ X repository.
3122
3628
  It is now accessible from its own package: `@mui/x-tree-view`.
3123
3629
 
3124
3630
  - 🌍 Improve Hebrew (he-IL), Finnish (fi-FI), and Italian (it-IT) locales on the data grid
@@ -3180,7 +3686,7 @@ Same changes as in `@mui/x-date-pickers@6.11.0`.
3180
3686
 
3181
3687
  - [docs] Add Tree View doc (#9825) @flaviendelangle
3182
3688
  - [docs] Add charts nav item (#9821) @LukasTy
3183
- - [docs] Add charts to MUI X introduction pages (#9704) @joserodolfofreitas
3689
+ - [docs] Add charts to MUIΒ X introduction pages (#9704) @joserodolfofreitas
3184
3690
  - [docs] Add example for avoiding picker views layout shift (#9781) @noraleonte
3185
3691
  - [docs] Consistency of Next.js App Router @oliviertassinari
3186
3692
  - [docs] Fix API page regression: bring back slots section (#9866) @alexfauquette
@@ -3249,7 +3755,7 @@ Same changes as in `@mui/x-date-pickers@6.10.2`.
3249
3755
  ### Docs
3250
3756
 
3251
3757
  - [docs] Add `pnpm` in more places @oliviertassinari
3252
- - [docs] Add `pnpm` installation instructions for MUI X (#9707) @richbustos
3758
+ - [docs] Add `pnpm` installation instructions for MUIΒ X (#9707) @richbustos
3253
3759
  - [docs] Align pickers "uncontrolled vs controlled" sections (#9772) @LukasTy
3254
3760
  - [docs] Apply style guide to the data grid Layout page (#9673) @richbustos
3255
3761
  - [docs] Differentiate between packages in `slotProps` docs (#9668) @cherniavskii
@@ -3558,7 +4064,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
3558
4064
 
3559
4065
  - πŸš€ Introducing UTC and timezone support for pickers.
3560
4066
 
3561
- <img width="774" src="https://github.com/mui/mui-x/assets/3165635/ad95a404-ee67-4aff-b996-ad6cbb322348">
4067
+ <img width="774" src="https://github.com/mui/mui-x/assets/3165635/ad95a404-ee67-4aff-b996-ad6cbb322348" alt="Pickers time zone switching">
3562
4068
 
3563
4069
  Visit the [documentation](https://mui.com/x/react-date-pickers/timezone/) to learn how to use it.
3564
4070
 
@@ -3610,7 +4116,7 @@ Same changes as in `@mui/x-date-pickers@6.9.0`.
3610
4116
 
3611
4117
  - [docs] Add examples of using different time view renderers (#9360) @LukasTy
3612
4118
  - [docs] Add recipe for single-click editing (#8365) @m4theushw
3613
- - [docs] Fix Base UI references (#9349) @oliviertassinari
4119
+ - [docs] Fix BaseΒ UI references (#9349) @oliviertassinari
3614
4120
  - [docs] Fix random screenshot generation (#9364) @cherniavskii
3615
4121
  - [docs] Remove random generation from chart doc example (#9343) @flaviendelangle
3616
4122
  - [docs] Sync h1 with sidenav link (#9252) @oliviertassinari
@@ -3794,7 +4300,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
3794
4300
 
3795
4301
  - πŸš€ New date time picking UI on [`DesktopDateTimePicker`](https://mui.com/x/react-date-pickers/date-time-picker/)
3796
4302
 
3797
- <img src="https://github.com/mui/mui-x/assets/3165635/4e1fe9f9-03eb-4f23-99dd-80212b21fb23" width="840" height="506" />
4303
+ <img src="https://github.com/mui/mui-x/assets/3165635/4e1fe9f9-03eb-4f23-99dd-80212b21fb23" width="840" height="506" alt="Desktop Date Time Picker example" />
3798
4304
 
3799
4305
  - πŸš€ Performance improvements
3800
4306
  - 🐞 Bugfixes
@@ -3870,7 +4376,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
3870
4376
 
3871
4377
  - πŸ’« Introduce filtering on column headers for `DataGridPro` and `DataGridPremium`:
3872
4378
 
3873
- <img src="https://github.com/mui/mui-x/releases/download/v6.5.0/recording.gif" width="840" height="506" />
4379
+ <img src="https://github.com/mui/mui-x/releases/download/v6.5.0/recording.gif" width="840" height="506" alt="Filtering on column headers example" />
3874
4380
 
3875
4381
  See [the documentation](https://mui.com/x/react-data-grid/filtering/header-filters/) for more information
3876
4382
 
@@ -4029,7 +4535,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
4029
4535
 
4030
4536
  - πŸš€ New [time-picking UI](https://mui.com/x/react-date-pickers/digital-clock/) designed for desktops (#7958) @LukasTy
4031
4537
 
4032
- <img src="https://user-images.githubusercontent.com/4941090/235072007-de39a397-e4a4-4c98-8e10-5ee4ad440108.gif" width="494" />
4538
+ <img src="https://user-images.githubusercontent.com/4941090/235072007-de39a397-e4a4-4c98-8e10-5ee4ad440108.gif" width="494" alt="New digital clock time picker" />
4033
4539
 
4034
4540
  - ✨ Picker fields [now always include a leading zero](https://mui.com/x/react-date-pickers/adapters-locale/#respect-leading-zeros-in-fields) on digit sections (#8527) @flaviendelangle
4035
4541
  - 🌍 Improve Chinese (zh-CN), French (fr-FR), and Turkish (tr-TR) locales
@@ -4405,7 +4911,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
4405
4911
  - [docs] Add a warning for `luxon` macro tokens (#8245) @flaviendelangle
4406
4912
  - [docs] Complete pickers customization pages (#8066) @alexfauquette
4407
4913
  - [docs] Fix 301 redirection @oliviertassinari
4408
- - [docs] Fix 404 links to customization Material UI APIs (#8200) @oliviertassinari
4914
+ - [docs] Fix 404 links to customization MaterialΒ UI APIs (#8200) @oliviertassinari
4409
4915
  - [docs] Fix `moment-hijri` demo (#8255) @LukasTy
4410
4916
  - [docs] Improve migration diff (#8240) @oliviertassinari
4411
4917
  - [docs] Change **What's new** page url to point to announcement blog post (#8186) @joserodolfofreitas
@@ -4836,7 +5342,7 @@ We'd like to offer a big thanks to the 17 contributors who made this release pos
4836
5342
 
4837
5343
  _Jan 19, 2023_
4838
5344
 
4839
- After a long period in alpha, we're glad to announce the first MUI X v6 beta!
5345
+ After a long period in alpha, we're glad to announce the first MUIΒ X v6 beta!
4840
5346
  We encourage you to try out this version, packed with improvements, bug fixes, and a few highlighted features ✨:
4841
5347
 
4842
5348
  **Data Grid**
@@ -6092,7 +6598,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
6092
6598
  #### Breaking changes
6093
6599
 
6094
6600
  - The `ToolbarComponent` has been replaced by a `Toolbar` component slot.
6095
- You can find more information about this pattern in the [Base UI documentation](https://mui.com/base-ui/getting-started/usage/#shared-props):
6601
+ You can find more information about this pattern in the [BaseΒ UI documentation](https://mui.com/base-ui/getting-started/usage/#shared-props):
6096
6602
 
6097
6603
  ```diff
6098
6604
  // Same on all other pickers
@@ -6243,7 +6749,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
6243
6749
 
6244
6750
  #### Breaking changes
6245
6751
 
6246
- - All the props used by the mobile and desktop wrappers to override components or components' props have been replaced by component slots. You can find more information about this pattern in the [Base UI documentation](https://mui.com/base-ui/getting-started/usage/#shared-props).
6752
+ - All the props used by the mobile and desktop wrappers to override components or components' props have been replaced by component slots. You can find more information about this pattern in the [BaseΒ UI documentation](https://mui.com/base-ui/getting-started/usage/#shared-props).
6247
6753
 
6248
6754
  Some of the names have also been prefixed by `desktop` when it was unclear that the behavior was only applied on the desktop version of the pickers (or the responsive version when used on a desktop).
6249
6755
 
@@ -6432,7 +6938,7 @@ We'd like to offer a big thanks to the 10 contributors who made this release pos
6432
6938
  #### Breaking changes
6433
6939
 
6434
6940
  - The `renderDay` prop has been replaced by a `Day` component slot.
6435
- You can find more information about this pattern in the [Base UI documentation](https://mui.com/base-ui/getting-started/usage/#shared-props).
6941
+ You can find more information about this pattern in the [BaseΒ UI documentation](https://mui.com/base-ui/getting-started/usage/#shared-props).
6436
6942
 
6437
6943
  ```diff
6438
6944
  // Same for any other date, date time or date range picker.
@@ -6775,7 +7281,7 @@ You can find more information about the new api, including how to set those tran
6775
7281
  - [core] Add link to the security page on the `README` (#6073) @oliviertassinari
6776
7282
  - [core] Fix scroll restoration in the docs (#5938) @oliviertassinari
6777
7283
  - [core] Remove the Storybook (#6099) @flaviendelangle
6778
- - [core] Tag release as `next` in NPM (#6256) @m4theushw
7284
+ - [core] Tag release as `next` in npm (#6256) @m4theushw
6779
7285
  - [core] Update monorepo (#6180) @flaviendelangle
6780
7286
  - [core] Use the `next` branch for Prettier (#6097) @flaviendelangle
6781
7287
  - [core] Use the official repository for `@mui/monorepo` instead of a fork (#6189) @oliviertassinari