@mui/x-tree-view-pro 8.0.0-beta.3 β†’ 8.0.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +282 -96
  2. package/RichTreeViewPro/RichTreeViewPro.js +12 -8
  3. package/RichTreeViewPro/RichTreeViewPro.plugins.d.ts +3 -5
  4. package/RichTreeViewPro/RichTreeViewPro.plugins.js +1 -1
  5. package/RichTreeViewPro/RichTreeViewPro.types.d.ts +4 -4
  6. package/esm/RichTreeViewPro/RichTreeViewPro.js +11 -7
  7. package/esm/RichTreeViewPro/RichTreeViewPro.plugins.d.ts +3 -5
  8. package/esm/RichTreeViewPro/RichTreeViewPro.plugins.js +2 -2
  9. package/esm/RichTreeViewPro/RichTreeViewPro.types.d.ts +4 -4
  10. package/esm/index.js +1 -1
  11. package/esm/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.itemPlugin.js +1 -1
  12. package/esm/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.js +17 -11
  13. package/esm/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.selectors.d.ts +30 -2
  14. package/esm/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.selectors.js +2 -2
  15. package/index.js +1 -1
  16. package/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.itemPlugin.js +1 -1
  17. package/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.js +16 -10
  18. package/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.selectors.d.ts +30 -2
  19. package/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.selectors.js +1 -1
  20. package/package.json +6 -14
  21. package/esm/internals/utils/releaseInfo.d.ts +0 -1
  22. package/esm/internals/utils/releaseInfo.js +0 -13
  23. package/internals/utils/releaseInfo.d.ts +0 -1
  24. package/internals/utils/releaseInfo.js +0 -21
  25. package/modern/RichTreeViewPro/RichTreeViewPro.d.ts +0 -20
  26. package/modern/RichTreeViewPro/RichTreeViewPro.js +0 -351
  27. package/modern/RichTreeViewPro/RichTreeViewPro.plugins.d.ts +0 -7
  28. package/modern/RichTreeViewPro/RichTreeViewPro.plugins.js +0 -6
  29. package/modern/RichTreeViewPro/RichTreeViewPro.types.d.ts +0 -51
  30. package/modern/RichTreeViewPro/RichTreeViewPro.types.js +0 -1
  31. package/modern/RichTreeViewPro/index.d.ts +0 -3
  32. package/modern/RichTreeViewPro/index.js +0 -3
  33. package/modern/RichTreeViewPro/richTreeViewProClasses.d.ts +0 -5
  34. package/modern/RichTreeViewPro/richTreeViewProClasses.js +0 -6
  35. package/modern/index.d.ts +0 -12
  36. package/modern/index.js +0 -22
  37. package/modern/internals/index.d.ts +0 -1
  38. package/modern/internals/index.js +0 -1
  39. package/modern/internals/plugins/useTreeViewItemsReordering/index.d.ts +0 -2
  40. package/modern/internals/plugins/useTreeViewItemsReordering/index.js +0 -1
  41. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.d.ts +0 -3
  42. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.itemPlugin.d.ts +0 -3
  43. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.itemPlugin.js +0 -126
  44. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.js +0 -203
  45. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.selectors.d.ts +0 -417
  46. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.selectors.js +0 -50
  47. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.types.d.ts +0 -127
  48. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.types.js +0 -1
  49. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.utils.d.ts +0 -37
  50. package/modern/internals/plugins/useTreeViewItemsReordering/useTreeViewItemsReordering.utils.js +0 -158
  51. package/modern/internals/plugins/useTreeViewLazyLoading/index.d.ts +0 -1
  52. package/modern/internals/plugins/useTreeViewLazyLoading/index.js +0 -1
  53. package/modern/internals/plugins/useTreeViewLazyLoading/useTreeViewLazyLoading.d.ts +0 -3
  54. package/modern/internals/plugins/useTreeViewLazyLoading/useTreeViewLazyLoading.js +0 -269
  55. package/modern/internals/plugins/useTreeViewLazyLoading/utils.d.ts +0 -32
  56. package/modern/internals/plugins/useTreeViewLazyLoading/utils.js +0 -85
  57. package/modern/internals/utils/releaseInfo.d.ts +0 -1
  58. package/modern/internals/utils/releaseInfo.js +0 -13
  59. package/modern/internals/zero-styled/index.d.ts +0 -3
  60. package/modern/internals/zero-styled/index.js +0 -7
  61. package/modern/package.json +0 -1
  62. package/modern/themeAugmentation/components.d.ts +0 -11
  63. package/modern/themeAugmentation/index.d.ts +0 -3
  64. package/modern/themeAugmentation/index.js +0 -0
  65. package/modern/themeAugmentation/overrides.d.ts +0 -12
  66. package/modern/themeAugmentation/props.d.ts +0 -10
  67. package/tsconfig.build.tsbuildinfo +0 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,192 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.0.0
9
+
10
+ _Apr 17, 2025_
11
+
12
+ We're excited to [announce the first v8 stable release](https://mui.com/blog/mui-x-v8/)! πŸŽ‰πŸš€
13
+
14
+ This is now the officially supported major version, where we'll keep rolling out new features, bug fixes, and improvements.
15
+ Migration guides are available with a complete list of the breaking changes:
16
+
17
+ - [Data Grid](https://mui.com/x/migration/migration-data-grid-v7/)
18
+ - [Date and Time Pickers](https://mui.com/x/migration/migration-pickers-v7/)
19
+ - [Tree View](https://mui.com/x/migration/migration-tree-view-v7/)
20
+ - [Charts](https://mui.com/x/migration/migration-charts-v7/)
21
+ - [MaterialΒ UI v7](https://mui.com/material-ui/migration/upgrade-to-v7/)
22
+
23
+ Here are the highlights from alpha and beta releases included in this stable release:
24
+
25
+ - βš›οΈ React 19 support.
26
+ - 🎁 `@mui/material@7` support – see the [MaterialΒ UI v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
27
+
28
+ - πŸ”„ [Pivoting](https://mui.com/x/react-data-grid/pivoting/).
29
+ - πŸ€– [AI Assistant](https://mui.com/x/react-data-grid/ai-assistant/).
30
+ - πŸ› οΈ New and improved Data Grid [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/).
31
+ - πŸ“¦ Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
32
+ - 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
33
+ - 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/).
34
+ - πŸ”„ Add Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration).
35
+ - πŸ’« Support [aggregation with server-side data](https://mui.com/x/react-data-grid/server-side-data/aggregation/).
36
+ - 🎁 Support [server-side lazy loading](https://mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
37
+ - πŸ“ Support [editing with server-side Data Source](https://mui.com/x/react-data-grid/server-side-data/#updating-data).
38
+ - 🎯 Improved [data caching](https://mui.com/x/react-data-grid/server-side-data/#data-caching).
39
+ - 🏎️ Improved Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
40
+ - 🎨 Improved Data Grid theming and add default background color.
41
+
42
+ - πŸ“Š New Pro chart: [Funnel](https://mui.com/x/react-charts/funnel/).
43
+ - πŸ“Š New Community chart: [Radar](https://mui.com/x/react-charts/radar/) is available in preview for testing.
44
+ - πŸ“Š Charts legend is now an HTML element which can be styled more easily.
45
+ - πŸ“Š [Gauge charts](https://mui.com/x/react-charts/gauge/) animation.
46
+ - πŸ“Š Create [custom HTML components](https://mui.com/x/react-charts/components/#html-components) using chart data.
47
+ - πŸ“Š Refactor Charts [Tooltip customization](https://mui.com/x/react-charts/tooltip/#overriding-content).
48
+ - πŸ“Š Improved Charts [composition](https://mui.com/x/react-charts/composition/#overview).
49
+ - πŸ“Š Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering).
50
+ - πŸ“Š Add a new API to support multiple axes (decouple `margin` and `axis-size`).
51
+ - 🚫 Removed `react-spring` dependency from `@mui/x-charts`.
52
+
53
+ - πŸš€ New [Time Range Picker](https://mui.com/x/react-date-pickers/time-range-picker/) component.
54
+
55
+ - πŸ” Support [automatic parents and children selection](https://mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
56
+ - πŸŽ›οΈ New [customization APIs](https://mui.com/x/migration/migration-tree-view-v7/#new-api-to-customize-the-tree-item) for the Tree Item component.
57
+
58
+ Below are the changes since the last beta release:
59
+
60
+ ### Data Grid
61
+
62
+ #### `@mui/x-data-grid@8.0.0`
63
+
64
+ - [DataGrid] Data source with editing (#16045) @MBilalShafi
65
+ - [DataGrid] Deprecate old toolbar components (#17294) @KenanYusuf
66
+ - [DataGrid] Refactor: add typings to icons (#17291) @romgrk
67
+ - [DataGrid] Prevent scrollbars from showing on top (#17405) @romgrk
68
+ - [l10n] Improve Polish (pl-PL) locale (#17336) (#17396) @sofortdagmbh
69
+ - [l10n] Improve Swedish (sv-SE) locale (#17293) @ptuukkan
70
+
71
+ #### `@mui/x-data-grid-pro@8.0.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
72
+
73
+ Same changes as in `@mui/x-data-grid@8.0.0`, plus:
74
+
75
+ - [DataGridPro] Fix row virtualization not working in list view (#17399) @cherniavskii
76
+
77
+ #### `@mui/x-data-grid-premium@8.0.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
78
+
79
+ Same changes as in `@mui/x-data-grid-pro@8.0.0`, plus:
80
+
81
+ - [DataGridPremium] AI Assistant (#16992) @arminmeh
82
+ - [DataGridPremium] Fix aggregated values sorting (#17326) @cherniavskii
83
+ - [DataGridPremium] Fix cell display with custom renderers in pivot mode (#17323) @cherniavskii
84
+ - [DataGridPremium] Fix stale aggregation results after filtering (#17296) @cherniavskii
85
+ - [DataGridPremium] Pivoting (#9877) @cherniavskii
86
+ - [DataGridPremium] Use `groupingValueGetter` for row grouping on the server (#17376) @cherniavskii
87
+
88
+ ### Date and Time Pickers
89
+
90
+ #### Breaking changes
91
+
92
+ - The view selection process has been updated to make it clear across all Pickers.
93
+ Pickers no longer automatically switch between **date** and **time views** or **start** and **end positions**.
94
+ Moving between views and range positions is achieved using the new "Next" action button.
95
+
96
+ #### `@mui/x-date-pickers@8.0.0`
97
+
98
+ - [fields] Fix the error message when a custom field with an `<input />` but the field expects the accessible DOM structure (#17237) @flaviendelangle
99
+ - [fields] Fix to submit a form on `Enter` press with accessible DOM structure (#17328) @LukasTy
100
+ - [fields] Prevent focusing the field or any section when `disabled=true` (#17215) @flaviendelangle
101
+ - [l10n] Improve Czech (cs-CZ) locale (#17387) @lubka272
102
+ - [l10n] Improve Slovak (sk-SK) locale (#17249) @lubka272
103
+ - [pickers] Fix failing proptypes CI (#17413) @romgrk
104
+ - [pickers] Fix to not process default prevented propagated events (#17312) @LukasTy
105
+ - [pickers] Mark active range position field section with underline (#16938) @LukasTy
106
+ - [pickers] Remove automatic switch between date and time or between range positions (#17166) @flaviendelangle
107
+
108
+ #### `@mui/x-date-pickers-pro@8.0.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
109
+
110
+ Same changes as in `@mui/x-date-pickers@8.0.0`, plus:
111
+
112
+ - [DateTimeRangePicker] Fix focused view behavior (#17313) @LukasTy
113
+
114
+ ### Charts
115
+
116
+ #### `@mui/x-charts@8.0.0`
117
+
118
+ - [charts] Add `slotProps.legend.hidden` to migration docs (#17379) @bernardobelchior
119
+ - [charts] Add labels above bars example (#16860) @bernardobelchior
120
+ - [charts] Add tooltip to the radar (#16950) @alexfauquette
121
+ - [charts] Add uncertainty area to line with forecast demo (#17355) @bernardobelchior
122
+ - [charts] Animate gauge chart (#17304) @bernardobelchior
123
+ - [charts] Convert `AnimationContext` into a plugin (#17299) @bernardobelchior
124
+ - [charts] Export 'series' class as part of `barElementClasses` (#17273) @10tacion
125
+ - [charts] Expose axes types (#17309) @bernardobelchior
126
+ - [charts] Expose higher level `useAnimate` hook (#17162) @bernardobelchior
127
+ - [charts] Fix axis types not narrowing (#17321) @bernardobelchior
128
+ - [charts] Fix bar chart with partial data (#17290) @alexfauquette
129
+ - [charts] Fix `useAnimate` test flakiness (#17372) @bernardobelchior
130
+ - [charts] Radar design refinement (#17165) @alexfauquette
131
+ - [charts] Remove unused code (#17310) @bernardobelchior
132
+ - [charts] Remove unused files (#17242) @JCQuintas
133
+ - [charts] Use `useEventCallback` to memoize `onZoomChange` without triggering a re-render (#17233) @JCQuintas
134
+ - [charts] Document series class name (#17362) @bernardobelchior
135
+ - [charts] Add default plugins in `ChartDataProvider` (#17403) @bernardobelchior
136
+ - [charts] Fix chart direction in docs (#17419) @bernardobelchior
137
+
138
+ #### `@mui/x-charts-pro@8.0.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
139
+
140
+ Same changes as in `@mui/x-charts@8.0.0`, plus:
141
+
142
+ - [charts-pro] Update zoom using `requestAnimationFrame` (#17137) @JCQuintas
143
+
144
+ ### Tree View
145
+
146
+ #### `@mui/x-tree-view@8.0.0`
147
+
148
+ - [TreeView] Add React Compiler linting rules (#16357) @flaviendelangle
149
+
150
+ #### `@mui/x-tree-view-pro@8.0.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
151
+
152
+ Same changes as in `@mui/x-tree-view@8.0.0`.
153
+
154
+ ### Docs
155
+
156
+ - [docs] Add intro section for Telemetry (#17244) @prakhargupta1
157
+ - [docs] Add migration guide for the picker's `ownerState` changes (#17151) @flaviendelangle
158
+ - [docs] Add What's new section for MUIΒ X v8 (#17397) @joserodolfofreitas
159
+ - [docs] Fix ESM guide (#17280) @oliviertassinari
160
+ - [docs] Fix Vale errors (#17281) @oliviertassinari
161
+ - [docs] Fix country columns throwing on grouping (#17315) @cherniavskii
162
+ - [docs] Fix paths in `ResponsiveChartContainer` migration guide (#17364) @MonstraG
163
+ - [docs] Mention priority support on MUIΒ X docs (#16467) @prakhargupta1
164
+ - [docs] Match title side nav @oliviertassinari
165
+ - [docs] Fix incorrect mention of PDF export (#17277) @oliviertassinari
166
+ - [docs] Fix row spanning lab icon (#17278) @oliviertassinari
167
+ - [docs] Fix header Sentence case consistency (#17274) @oliviertassinari
168
+ - [docs] Flag experimental API (#17279) @oliviertassinari
169
+ - [docs] Fix some 301 redirections @oliviertassinari
170
+ - [docs] Update supported versions table (#17287) @joserodolfofreitas
171
+
172
+ ### Core
173
+
174
+ - [core] Always use the correct babel runtime (#17241) @alexfauquette
175
+ - [core] Document `TelemetryContextType` (#17282) @oliviertassinari
176
+ - [core] Fix proptypes (#17378) @cherniavskii
177
+ - [core] Remove modern bundles (#17359) @LukasTy
178
+ - [core] Setup testing to work with CSS imports (#17214) @romgrk
179
+ - [core] Testing setup fixes & lints (#17356) @romgrk
180
+ - [core] Simplify the way `__RELEASE_INFO__` is managed (#17416) @LukasTy
181
+ - [code-infra] Align build script with core to handle sideEffects (#17370) @Janpot
182
+ - [code-infra] CI optimization: re-use ffmpeg (#17333) @romgrk
183
+ - [code-infra] Charts `vitest` changes (#17247) @JCQuintas
184
+ - [code-infra] Further datagrid changes for `vitest` (#17251) @JCQuintas
185
+ - [code-infra] Prepare argos script call for required arg (#17371) @Janpot
186
+ - [code-infra] Remove more `clock=fake` from pickers tests (#17225) @JCQuintas
187
+ - [code-infra] Tentative fix for datagrid flaky test (#17289) @JCQuintas
188
+ - [code-infra] Update MUI Internal and slightly cleanup regressions test setup (#17182) @LukasTy
189
+ - [infra] Update support label from 'priority' to 'unknown' (#17288) @michelengelen
190
+ - [release] Major release preparation (#17319) @michelengelen
191
+ - [test] Fix flaky data source aggregation test (#17307, #17311, #17316) @KenanYusuf @cherniavskii @LukasTy
192
+ - [test] Skip flaky aggregation test (#17391) @MBilalShafi
193
+
8
194
  ## 8.0.0-beta.3
9
195
 
10
196
  _Apr 3, 2025_
@@ -325,7 +511,7 @@ _Mar 18, 2025_
325
511
 
326
512
  We'd like to offer a big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
327
513
 
328
- - πŸš€ Add [Time Range Picker](https://next.mui.com/x/react-date-pickers/time-range-picker/) component
514
+ - πŸš€ Add [Time Range Picker](https://mui.com/x/react-date-pickers/time-range-picker/) component
329
515
  - 🎁 Add support for `@mui/material` version 7 in all X packages
330
516
  - 🐞 Bugfixes
331
517
  - 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
@@ -350,27 +536,27 @@ Below are the highlights of the alpha releases leading up to this beta release:
350
536
 
351
537
  - βš›οΈ React 19 support.
352
538
 
353
- - πŸ› οΈ New and improved Data Grid [Toolbar component](https://next.mui.com/x/react-data-grid/components/toolbar/).
354
- - πŸ“¦ Data Grid [data source](https://next.mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
355
- - 🚫 Add ["No columns" overlay](https://next.mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
356
- - 🍬 Improved design for Data Grid [Header filters](https://next.mui.com/x/react-data-grid/filtering/header-filters/).
357
- - πŸ”„ Add Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration).
358
- - πŸ’« Support [aggregation with server-side data](https://next.mui.com/x/react-data-grid/server-side-data/aggregation/).
359
- - 🎁 Support [Server-side lazy loading](https://next.mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
360
- - 🎯 Improved [data caching](https://next.mui.com/x/react-data-grid/server-side-data/#data-caching).
539
+ - πŸ› οΈ New and improved Data Grid [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/).
540
+ - πŸ“¦ Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
541
+ - 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
542
+ - 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/).
543
+ - πŸ”„ Add Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration).
544
+ - πŸ’« Support [aggregation with server-side data](https://mui.com/x/react-data-grid/server-side-data/aggregation/).
545
+ - 🎁 Support [Server-side lazy loading](https://mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
546
+ - 🎯 Improved [data caching](https://mui.com/x/react-data-grid/server-side-data/#data-caching).
361
547
  - 🏎️ Improve Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
362
548
  - 🎨 Improve Data Grid theming and add default background color.
363
549
 
364
- - πŸ“Š New Pro chart: [Funnel](https://next.mui.com/x/react-charts/funnel/).
365
- - πŸ“Š New Community chart: [Radar](https://next.mui.com/x/react-charts/radar/) is available in preview for testing.
550
+ - πŸ“Š New Pro chart: [Funnel](https://mui.com/x/react-charts/funnel/).
551
+ - πŸ“Š New Community chart: [Radar](https://mui.com/x/react-charts/radar/) is available in preview for testing.
366
552
  - πŸ“Š Charts legend is now an HTML element which can be styled more easily.
367
- - πŸ“Š Create [custom HTML components](https://next.mui.com/x/react-charts/components/#html-components) using chart data.
368
- - πŸ“Š Refactor Charts [Tooltip customization](https://next.mui.com/x/react-charts/tooltip/#overriding-content).
369
- - πŸ“Š Improve Charts [composition](https://next.mui.com/x/react-charts/composition/#overview).
370
- - πŸ“Š Charts support server-side rendering under [some conditions](https://next.mui.com/x/react-charts/getting-started/#server-side-rendering).
553
+ - πŸ“Š Create [custom HTML components](https://mui.com/x/react-charts/components/#html-components) using chart data.
554
+ - πŸ“Š Refactor Charts [Tooltip customization](https://mui.com/x/react-charts/tooltip/#overriding-content).
555
+ - πŸ“Š Improve Charts [composition](https://mui.com/x/react-charts/composition/#overview).
556
+ - πŸ“Š Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering).
371
557
  - πŸ“Š Add a new API to support multiple axes (decouple `margin` and `axis-size`)
372
558
 
373
- - πŸ” Support [automatic parents and children selection](https://next.mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
559
+ - πŸ” Support [automatic parents and children selection](https://mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
374
560
 
375
561
  ### Data Grid
376
562
 
@@ -412,8 +598,8 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-beta.0`, plus:
412
598
  #### Breaking changes
413
599
 
414
600
  - The `useClearableField` hook has been removed.
415
- The custom field component now receives the `clearable` and `onClear` props β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#useclearablefield).
416
- - The `ExportedUseClearableFieldProps`, `UseClearableFieldSlots`, `UseClearableFieldSlotProps`, and `UseClearableFieldResponse` types have been removed β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#removed-types).
601
+ The custom field component now receives the `clearable` and `onClear` props β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#useclearablefield).
602
+ - The `ExportedUseClearableFieldProps`, `UseClearableFieldSlots`, `UseClearableFieldSlotProps`, and `UseClearableFieldResponse` types have been removed β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#removed-types).
417
603
 
418
604
  #### `@mui/x-date-pickers@8.0.0-beta.0`
419
605
 
@@ -508,7 +694,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
508
694
  - πŸš€πŸ“Š New Pro Chart: It is now possible to create Funnel chartsβ€”perfect for visualizing conversions, sales pipelines and more!
509
695
  <img width="418" alt="Screenshot 2025-01-31 at 12 22 31" src="https://github.com/user-attachments/assets/8cd26821-5f11-46bf-a9bb-34d212880a47" />
510
696
  - 🎁 The first iteration of the radar chart is available. Features and refinements will be added in the coming weeks.
511
- - πŸ› οΈ New and improved [Toolbar component](https://next.mui.com/x/react-data-grid/components/toolbar/) for the data grid
697
+ - πŸ› οΈ New and improved [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/) for the data grid
512
698
  - 🐞 Bugfixes
513
699
 
514
700
  Special thanks go out to the community member for their valuable contributions:
@@ -523,7 +709,7 @@ Following are all team members who have contributed to this release:
523
709
 
524
710
  #### Breaking changes
525
711
 
526
- - The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the `density` prop. A density selector can be added to a custom toolbar passed to `slots.toolbar`. See [Toolbar componentβ€”Settings menu](https://next.mui.com/x/react-data-grid/components/toolbar/#settings-menu) for an example.
712
+ - The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the `density` prop. A density selector can be added to a custom toolbar passed to `slots.toolbar`. See [Toolbar componentβ€”Settings menu](https://mui.com/x/react-data-grid/components/toolbar/#settings-menu) for an example.
527
713
  - The quick filter is now shown in the toolbar by default. Use `slotProps={{ toolbar: { showQuickFilter: false } }}` to hide it.
528
714
  - The `<GridSaveAltIcon />` icon is not exported anymore. Import `SaveAlt` from `@mui/icons-material` instead.
529
715
 
@@ -548,7 +734,7 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.14`.
548
734
  #### Breaking changes
549
735
 
550
736
  - All Date Time Picker variants now use Digital Clock for time editing.
551
- - Stop passing invalid date to `onChange` when the date is partially filled β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#treat-partially-filled-date-as-null-in-onchange).
737
+ - Stop passing invalid date to `onChange` when the date is partially filled β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#treat-partially-filled-date-as-null-in-onchange).
552
738
 
553
739
  #### `@mui/x-date-pickers@8.0.0-alpha.14`
554
740
 
@@ -935,9 +1121,9 @@ _Feb 17, 2025_
935
1121
 
936
1122
  We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
937
1123
 
938
- - πŸ“¦ Data Grid [data source](https://next.mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan
1124
+ - πŸ“¦ Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan
939
1125
  - ⚑ Improve Data Grid Excel export serialization performance
940
- - 🚫 Add ["No columns" overlay](https://next.mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid
1126
+ - 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid
941
1127
  - 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locales on the Data Grid
942
1128
  - 🐞 Bugfixes
943
1129
 
@@ -1038,7 +1224,7 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.12`, plus:
1038
1224
 
1039
1225
  #### Breaking changes
1040
1226
 
1041
- - The `useSeries` hook family has been stabilized and renamed accordingly β€” [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#stabilize-useseries-and-usexxxseries-hooks-βœ…)
1227
+ - The `useSeries` hook family has been stabilized and renamed accordingly β€” [Learn more](https://mui.com/x/migration/migration-charts-v7/#stabilize-useseries-and-usexxxseries-hooks-βœ…)
1042
1228
 
1043
1229
  #### `@mui/x-charts@8.0.0-alpha.12`
1044
1230
 
@@ -1280,8 +1466,8 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.10`.
1280
1466
 
1281
1467
  #### Breaking changes
1282
1468
 
1283
- - The component passed to the `field` slot no longer receives the `ref`, `disabled`, `className`, `sx`, `label`, `name`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections`, `onSelectedSectionsChange` and `inputRef` props β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-field)
1284
- - The `MuiPickersPopper` theme entry have been renamed `MuiPickerPopper` and some of its props have been removed β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#muipickerspopper)
1469
+ - The component passed to the `field` slot no longer receives the `ref`, `disabled`, `className`, `sx`, `label`, `name`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections`, `onSelectedSectionsChange` and `inputRef` props β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-field)
1470
+ - The `MuiPickersPopper` theme entry have been renamed `MuiPickerPopper` and some of its props have been removed β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#muipickerspopper)
1285
1471
 
1286
1472
  #### `@mui/x-date-pickers@8.0.0-alpha.10`
1287
1473
 
@@ -1434,12 +1620,12 @@ _Jan 16, 2025_
1434
1620
 
1435
1621
  We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
1436
1622
 
1437
- - 🍬 Improved design for Data Grid [Header filters](https://next.mui.com/x/react-data-grid/filtering/header-filters/)
1623
+ - 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/)
1438
1624
 
1439
1625
  <img width="100%" alt="Data Grid Header filters" src="https://github.com/user-attachments/assets/74a50cd9-7a55-41fc-a2b8-f8a0d5b9120e" />
1440
1626
 
1441
- - πŸ”„ Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
1442
- - πŸ“Š Charts support server-side rendering under [some conditions](https://next.mui.com/x/react-charts/getting-started/#server-side-rendering)
1627
+ - πŸ”„ Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration)
1628
+ - πŸ“Š Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering)
1443
1629
  - 🐞 Bugfixes
1444
1630
 
1445
1631
  Special thanks go out to the community contributors who have helped make this release possible:
@@ -1477,9 +1663,9 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.8`.
1477
1663
 
1478
1664
  #### Breaking changes
1479
1665
 
1480
- - The field is now editable if rendered inside a mobile Picker β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#field-editing-on-mobile-pickers)
1481
- - The `useMultiInputDateRangeField`, `useMultiInputTimeRangeField`, and `useMultiInputDateTimeRangeField` hooks have been removed in favor of the new `useMultiInputRangeField` hook β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#usemultiinputdaterangefield)
1482
- - The component passed to the `field` slot no longer receives the `value`, `onChange`, `timezone`, `format`, `disabled`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections` and `onSelectedSectionsChange` props β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-field)
1666
+ - The field is now editable if rendered inside a mobile Picker β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#field-editing-on-mobile-pickers)
1667
+ - The `useMultiInputDateRangeField`, `useMultiInputTimeRangeField`, and `useMultiInputDateTimeRangeField` hooks have been removed in favor of the new `useMultiInputRangeField` hook β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#usemultiinputdaterangefield)
1668
+ - The component passed to the `field` slot no longer receives the `value`, `onChange`, `timezone`, `format`, `disabled`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections` and `onSelectedSectionsChange` props β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-field)
1483
1669
 
1484
1670
  #### `@mui/x-date-pickers@8.0.0-alpha.8`
1485
1671
 
@@ -1591,15 +1777,15 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.7`, plus:
1591
1777
 
1592
1778
  #### Breaking changes
1593
1779
 
1594
- - The `date-fns` and `date-fns-jalali` date library adapters have been renamed to better align with the current stable major versions β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#βœ…-rename-date-fns-adapter-imports)
1595
- - Update default `closeOnSelect` and Action Bar `actions` values - [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#update-default-closeonselect-and-action-bar-actions-values)
1596
- - The component passed to the `layout` slot no longer receives the `value`, `onChange` and `onSelectShortcut` props β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-layout).
1597
- - The component passed to the `toolbar` slot no longer receives the `value`, `onChange` and `isLandscape` props β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-toolbar).
1598
- - The component passed to the `shortcuts` slot no longer receives the `onChange`, `isValid` and `isLandscape` props β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-shortcuts).
1599
- - The `PickerShortcutChangeImportance` type has been renamed `PickerChangeImportance` β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables-and-types).
1600
- - The component passed to the `layout` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-layout).
1601
- - The component passed to the `toolbar` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-toolbar).
1602
- - The component passed to the `tabs` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slot-tabs).
1780
+ - The `date-fns` and `date-fns-jalali` date library adapters have been renamed to better align with the current stable major versions β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#βœ…-rename-date-fns-adapter-imports)
1781
+ - Update default `closeOnSelect` and Action Bar `actions` values - [Learn more](https://mui.com/x/migration/migration-pickers-v7/#update-default-closeonselect-and-action-bar-actions-values)
1782
+ - The component passed to the `layout` slot no longer receives the `value`, `onChange` and `onSelectShortcut` props β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-layout).
1783
+ - The component passed to the `toolbar` slot no longer receives the `value`, `onChange` and `isLandscape` props β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-toolbar).
1784
+ - The component passed to the `shortcuts` slot no longer receives the `onChange`, `isValid` and `isLandscape` props β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-shortcuts).
1785
+ - The `PickerShortcutChangeImportance` type has been renamed `PickerChangeImportance` β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables-and-types).
1786
+ - The component passed to the `layout` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-layout).
1787
+ - The component passed to the `toolbar` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-toolbar).
1788
+ - The component passed to the `tabs` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-tabs).
1603
1789
 
1604
1790
  #### `@mui/x-date-pickers@8.0.0-alpha.7`
1605
1791
 
@@ -1626,11 +1812,11 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.7`.
1626
1812
 
1627
1813
  #### Breaking changes
1628
1814
 
1629
- - Removed `DefaultChartsLegend` component, since it is now easier to create custom legends β€” [Learn more](https://next.mui.com/x/react-charts/components/#html-components).
1815
+ - Removed `DefaultChartsLegend` component, since it is now easier to create custom legends β€” [Learn more](https://mui.com/x/react-charts/components/#html-components).
1630
1816
  - The default legend is now an HTML element and can be styled more easily.
1631
1817
  - The `width` and `height` properties of the charts now only apply to the `svg` element, and not their wrappers, this might cause some layout shifts.
1632
- - `slotProps.legend.direction` now accepts `'horizontal' | 'vertical'` instead of `'row' | 'column'` β€” [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#legend-direction-value-change-βœ…).
1633
- - The `getSeriesToDisplay` function was removed in favor of the `useLegend` hook. β€” [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#the-getseriestodisplay-function-was-removed).
1818
+ - `slotProps.legend.direction` now accepts `'horizontal' | 'vertical'` instead of `'row' | 'column'` β€” [Learn more](https://mui.com/x/migration/migration-charts-v7/#legend-direction-value-change-βœ…).
1819
+ - The `getSeriesToDisplay` function was removed in favor of the `useLegend` hook. β€” [Learn more](https://mui.com/x/migration/migration-charts-v7/#the-getseriestodisplay-function-was-removed).
1634
1820
 
1635
1821
  #### `@mui/x-charts@8.0.0-alpha.7`
1636
1822
 
@@ -1812,9 +1998,9 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.5`.
1812
1998
 
1813
1999
  #### Breaking changes
1814
2000
 
1815
- - The `<PickersMonth />` component has been moved inside the Month Calendar component β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#month-calendar).
2001
+ - The `<PickersMonth />` component has been moved inside the Month Calendar component β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#month-calendar).
1816
2002
 
1817
- - The `<PickersYear />` component has been moved inside the Year Calendar component β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#year-calendar).
2003
+ - The `<PickersYear />` component has been moved inside the Year Calendar component β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#year-calendar).
1818
2004
 
1819
2005
  #### `@mui/x-date-pickers@8.0.0-alpha.5`
1820
2006
 
@@ -2035,7 +2221,7 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.3`, plus:
2035
2221
 
2036
2222
  #### Breaking changes
2037
2223
 
2038
- - The `onOpen()` and `onClose()` methods of the `usePickerContext()` hook have been replaced with a single `setOpen` method β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#usepickercontext).
2224
+ - The `onOpen()` and `onClose()` methods of the `usePickerContext()` hook have been replaced with a single `setOpen` method β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#usepickercontext).
2039
2225
 
2040
2226
  #### `@mui/x-date-pickers@8.0.0-alpha.3`
2041
2227
 
@@ -2087,8 +2273,8 @@ _Nov 29, 2024_
2087
2273
  We'd like to offer a big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2088
2274
 
2089
2275
  - πŸ‘¨πŸ½β€πŸ’» Improve resize performance on the Data Gird.
2090
- - `<ChartDataProvider />` and `<ChartsSurface />` components are now fully divided β€” [Learn more](https://next.mui.com/x/react-charts/composition/#overview).
2091
- - Users can create their own HTML components using chart data β€” [Learn more](https://next.mui.com/x/react-charts/components/#html-components).
2276
+ - `<ChartDataProvider />` and `<ChartsSurface />` components are now fully divided β€” [Learn more](https://mui.com/x/react-charts/composition/#overview).
2277
+ - Users can create their own HTML components using chart data β€” [Learn more](https://mui.com/x/react-charts/components/#html-components).
2092
2278
  - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
2093
2279
  - 🌍 Improve Dutch locale on the Date and Time Pickers components.
2094
2280
  - 🐞 Bugfixes
@@ -2144,9 +2330,9 @@ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.2`.
2144
2330
 
2145
2331
  #### Breaking changes
2146
2332
 
2147
- - The props received by the `layout` and the `toolbar` slots have been reworked β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#do-not-pass-the-section-type-as-a-generic).
2333
+ - The props received by the `layout` and the `toolbar` slots have been reworked β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#do-not-pass-the-section-type-as-a-generic).
2148
2334
 
2149
- - The `TSection` generic of the `FieldRef` type has been replaced with the `TValue` generic β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes).
2335
+ - The `TSection` generic of the `FieldRef` type has been replaced with the `TValue` generic β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes).
2150
2336
 
2151
2337
  #### `@mui/x-date-pickers@v8.0.0-alpha.2`
2152
2338
 
@@ -2213,7 +2399,7 @@ _Nov 22, 2024_
2213
2399
 
2214
2400
  We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
2215
2401
 
2216
- - πŸ”§ Refactor Tooltip customisation for charts β€” [Learn more](https://next.mui.com/x/react-charts/tooltip/#overriding-content).
2402
+ - πŸ”§ Refactor Tooltip customisation for charts β€” [Learn more](https://mui.com/x/react-charts/tooltip/#overriding-content).
2217
2403
  - βš›οΈ React 19 support
2218
2404
  - 🌍 Improve Chinese, Spanish, and Swedish locale on the Data Grid component
2219
2405
  - 🐞 Bugfixes
@@ -2255,8 +2441,8 @@ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.1`, plus:
2255
2441
 
2256
2442
  #### Breaking change
2257
2443
 
2258
- - The `FieldValueType` type has been renamed to `PickerValueType` β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables).
2259
- - The `toolbar` and `layout` slots no longer receive the `disabled` and `readOnly` props β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes).
2444
+ - The `FieldValueType` type has been renamed to `PickerValueType` β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables).
2445
+ - The `toolbar` and `layout` slots no longer receive the `disabled` and `readOnly` props β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes).
2260
2446
 
2261
2447
  #### `@mui/x-date-pickers@v8.0.0-alpha.1`
2262
2448
 
@@ -2295,7 +2481,7 @@ Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.1`, plus:
2295
2481
  - The `theme.styleOverride` is removed for `MuiLineElement`, `MuiAreaElement`, and `MuiBarElement` to improve performance.
2296
2482
  You can still target those elements by using the `MuiLinePlot`, `MuiAreaPlot`, and `MuiBarPlot` and target the appropriate classes `lineElementClasses.root`, `areaElementClasses.root`, `barElementClasses.root`
2297
2483
 
2298
- - Removed the `resolveSizeBeforeRender` prop from all chart components β€” [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#remove-resolvesizebeforerender-prop).
2484
+ - Removed the `resolveSizeBeforeRender` prop from all chart components β€” [Learn more](https://mui.com/x/migration/migration-charts-v7/#remove-resolvesizebeforerender-prop).
2299
2485
  - Removed `width` and `height` props from the `ChartsSurface` component.
2300
2486
  - Removed the `viewport` prop from all charts.
2301
2487
 
@@ -2320,7 +2506,7 @@ Same changes as in `@mui/x-charts@v8.0.0-alpha.1`.
2320
2506
 
2321
2507
  #### Breaking changes
2322
2508
 
2323
- - The Tree Item component can no longer use `publicAPI` methods in the `render` because they are now memoized β€” [Learn more](https://next.mui.com/x/migration/migration-tree-view-v7/#stop-using-publicapi-methods-in-the-render).
2509
+ - The Tree Item component can no longer use `publicAPI` methods in the `render` because they are now memoized β€” [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#stop-using-publicapi-methods-in-the-render).
2324
2510
 
2325
2511
  #### `@mui/x-tree-view@v8.0.0-alpha.1`
2326
2512
 
@@ -2357,7 +2543,7 @@ _Nov 14, 2024_
2357
2543
 
2358
2544
  We'd like to offer a big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
2359
2545
 
2360
- - πŸ” Support [automatic parents and children selection](https://next.mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
2546
+ - πŸ” Support [automatic parents and children selection](https://mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
2361
2547
  - 🌍 Improve Greek (el-GR) locale on the Date and Time Pickers components
2362
2548
  - 🌍 Improve Polish (pl-PL) locale on the Data Grid component
2363
2549
  - 🐞 Bugfixes
@@ -2398,14 +2584,14 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
2398
2584
 
2399
2585
  #### Breaking changes
2400
2586
 
2401
- - The default DOM structure of the field has changed [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
2587
+ - The default DOM structure of the field has changed [Learn more](https://mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
2402
2588
 
2403
2589
  - Before version `v8.x`, the fields' DOM structure consisted of an `<input />`, which held the whole value for the component, but unfortunately presents a few limitations in terms of accessibility when managing multiple section values.
2404
2590
  - Starting with version `v8.x`, all the field and picker components come with a new DOM structure that allows the field component to set aria attributes on individual sections, providing a far better experience with screen readers.
2405
2591
 
2406
- - Some translation keys no longer require `utils` and the date object as parameters, but only the formatted value as a string. The keys affected by this changes are: `clockLabelText`, `openDatePickerDialogue` and `openTimePickerDialogue` β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#stop-passing-utils-and-the-date-object-to-some-translation-keys).
2592
+ - Some translation keys no longer require `utils` and the date object as parameters, but only the formatted value as a string. The keys affected by this changes are: `clockLabelText`, `openDatePickerDialogue` and `openTimePickerDialogue` β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#stop-passing-utils-and-the-date-object-to-some-translation-keys).
2407
2593
 
2408
- - The following types are no longer exported by `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#removed-types).
2594
+ - The following types are no longer exported by `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#removed-types).
2409
2595
 
2410
2596
  - `UseDateFieldComponentProps`
2411
2597
  - `UseTimeFieldComponentProps`
@@ -2414,11 +2600,11 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
2414
2600
  - `BaseMultiInputFieldProps`
2415
2601
  - `BasePickersTextFieldProps`
2416
2602
 
2417
- - The `TDate` generic has been removed from all the types, interfaces, and variables of the `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` packages β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#remove-tdate-generic).
2603
+ - The `TDate` generic has been removed from all the types, interfaces, and variables of the `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` packages β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#remove-tdate-generic).
2418
2604
 
2419
- - Renamed `usePickersTranslations` and `usePickersContext` hooks to have a coherent `Picker` prefix instead of `Pickers` β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables).
2605
+ - Renamed `usePickersTranslations` and `usePickersContext` hooks to have a coherent `Picker` prefix instead of `Pickers` β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables).
2420
2606
 
2421
- - The `LicenseInfo` object is no longer exported from the `@mui/x-date-pickers-pro` package β€” [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#stop-using-licenseinfo-from-mui-x-date-pickers-pro).
2607
+ - The `LicenseInfo` object is no longer exported from the `@mui/x-date-pickers-pro` package β€” [Learn more](https://mui.com/x/migration/migration-pickers-v7/#stop-using-licenseinfo-from-mui-x-date-pickers-pro).
2422
2608
 
2423
2609
  #### `@mui/x-date-pickers@8.0.0-alpha.0`
2424
2610
 
@@ -2449,17 +2635,17 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.0`.
2449
2635
 
2450
2636
  #### Breaking changes
2451
2637
 
2452
- - The `legend` prop has been removed. To pass props to the legend, use `slotProps={{ legend: { ... } }}` instead. This can be automatically done with the codemod as long as the `legend` prop does not come from a destructured object β€” [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#legend-props-propagation-βœ…).
2638
+ - The `legend` prop has been removed. To pass props to the legend, use `slotProps={{ legend: { ... } }}` instead. This can be automatically done with the codemod as long as the `legend` prop does not come from a destructured object β€” [Learn more](https://mui.com/x/migration/migration-charts-v7/#legend-props-propagation-βœ…).
2453
2639
 
2454
2640
  - The `slots.legend` does not receive the `drawingArea` prop. You can still access your custom legend with the `useDrawingArea()` hook if your custom legend needs it.
2455
2641
 
2456
- - Removed or renamed multiple props from Series β€” [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
2642
+ - Removed or renamed multiple props from Series β€” [Learn more](https://mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
2457
2643
 
2458
2644
  - The `highlighted` and `faded` properties of highlightScope have been deprecated in favor of `highlight` and `fade`.
2459
2645
  The deprecated ones are now removed.
2460
2646
  - The `xAxisKey`, `yAxisKey`, and `zAxisKey` properties have been deprecated in favor of `xAxisId`, `yAxisId`, and `zAxisId`.
2461
2647
 
2462
- - The Pie Chart lost all props and renderer linked to axes because pie chart does not need cartesian axes. If you used it, you can still add them back with composition. Please consider opening an issue to share your use case with us β€” [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#remove-pie-chart-axes).
2648
+ - The Pie Chart lost all props and renderer linked to axes because pie chart does not need cartesian axes. If you used it, you can still add them back with composition. Please consider opening an issue to share your use case with us β€” [Learn more](https://mui.com/x/migration/migration-charts-v7/#remove-pie-chart-axes).
2463
2649
 
2464
2650
  #### `@mui/x-charts@8.0.0-alpha.0`
2465
2651
 
@@ -2482,15 +2668,15 @@ Same changes as in `@mui/x-charts@8.0.0-alpha.0`.
2482
2668
 
2483
2669
  #### Breaking changes
2484
2670
 
2485
- - The `ContentComponent` or `ContentProps` props of the `<TreeItem />` component have been removed in favor of the new `slots`, `slotProps` props and of the `useTreeItem` hook β€” [Learn more](https://next.mui.com/x/migration/migration-tree-view-v7/#new-api-to-customize-the-tree-item).
2671
+ - The `ContentComponent` or `ContentProps` props of the `<TreeItem />` component have been removed in favor of the new `slots`, `slotProps` props and of the `useTreeItem` hook β€” [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#new-api-to-customize-the-tree-item).
2486
2672
 
2487
- - The `onClick` and `onMouseDown` callbacks of the Tree Item component are now passed to the root element instead of the content β€” [Learn more](https://next.mui.com/x/migration/migration-tree-view-v7/#behavior-change-on-the-onclick-and-onmousedown-props-of-treeitem).
2673
+ - The `onClick` and `onMouseDown` callbacks of the Tree Item component are now passed to the root element instead of the content β€” [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#behavior-change-on-the-onclick-and-onmousedown-props-of-treeitem).
2488
2674
 
2489
- - Rename the `<TreeItem2 />` component (and related utils) β€” [Learn more](https://next.mui.com/x/migration/migration-tree-view-v7/#βœ…-rename-the-treeitem2-and-related-utils).
2675
+ - Rename the `<TreeItem2 />` component (and related utils) β€” [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#βœ…-rename-the-treeitem2-and-related-utils).
2490
2676
 
2491
- - The `<TreeView />` component has been renamed `<SimpleTreeView />` which has exactly the same API β€” [Learn more](https://next.mui.com/x/migration/migration-tree-view-v7/#βœ…-use-simple-tree-view-instead-of-tree-view).
2677
+ - The `<TreeView />` component has been renamed `<SimpleTreeView />` which has exactly the same API β€” [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#βœ…-use-simple-tree-view-instead-of-tree-view).
2492
2678
 
2493
- - The indentation of nested Tree Items is now applied on the content of the element β€” [Learn more](https://next.mui.com/x/migration/migration-tree-view-v7/#apply-the-indentation-on-the-item-content-instead-of-its-parents-group).
2679
+ - The indentation of nested Tree Items is now applied on the content of the element β€” [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#apply-the-indentation-on-the-item-content-instead-of-its-parents-group).
2494
2680
 
2495
2681
  #### `@mui/x-tree-view@8.0.0-alpha.0`
2496
2682
 
@@ -3045,7 +3231,7 @@ _Jan 17, 2025_
3045
3231
 
3046
3232
  We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
3047
3233
 
3048
- - πŸ”„ Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
3234
+ - πŸ”„ Data Grid [Scroll restoration](https://v7.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
3049
3235
  - 🐞 Bugfixes
3050
3236
 
3051
3237
  Special thanks go out to the community contributors who have helped make this release possible:
@@ -6730,7 +6916,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.4`.
6730
6916
 
6731
6917
  - The headless field hooks (e.g.: `useDateField`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
6732
6918
  This property is utilized to determine whether the anticipated UI is constructed using an accessible DOM structure.
6733
- Learn more about this new accessible DOM structure in the [v8 migration guide](https://next.mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
6919
+ Learn more about this new accessible DOM structure in the [v8 migration guide](https://v7.mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
6734
6920
 
6735
6921
  When building a custom UI, you are most-likely only supporting one DOM structure, so you can remove `enableAccessibleFieldDOMStructure` before it is passed to the DOM:
6736
6922
 
@@ -6832,11 +7018,11 @@ _Feb 16, 2024_
6832
7018
 
6833
7019
  We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
6834
7020
 
6835
- - 🎁 Charts get a [built in grid](https://next.mui.com/x/react-charts/axis/#grid)
7021
+ - 🎁 Charts get a [built in grid](https://v7.mui.com/x/react-charts/axis/#grid)
6836
7022
 
6837
7023
  <img src="https://github.com/mui/mui-x/assets/45398769/74299f54-f020-4135-b38c-dc88a230db30" width="510" alt="Charts Grid" />
6838
7024
 
6839
- - πŸŽ›οΈ Charts get a [Gauge component](https://next.mui.com/x/react-charts/gauge/).
7025
+ - πŸŽ›οΈ Charts get a [Gauge component](https://v7.mui.com/x/react-charts/gauge/).
6840
7026
 
6841
7027
  <img src="https://github.com/mui/mui-x/assets/45398769/fb7a94b5-bef6-4fc2-a0cd-d6ff5b60fa8b" width="510" alt="Guage Chart" />
6842
7028
 
@@ -6848,7 +7034,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
6848
7034
 
6849
7035
  #### Breaking changes
6850
7036
 
6851
- - The `rowEditCommit` event and the related prop `onRowEditCommit` was removed. The [`processRowUpdate`](https://next.mui.com/x/react-data-grid/editing/#the-processrowupdate-callback) prop can be used in place.
7037
+ - The `rowEditCommit` event and the related prop `onRowEditCommit` was removed. The [`processRowUpdate`](https://v7.mui.com/x/react-data-grid/editing/#the-processrowupdate-callback) prop can be used in place.
6852
7038
 
6853
7039
  #### `@mui/x-data-grid@7.0.0-beta.3`
6854
7040
 
@@ -6951,7 +7137,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-beta.2`.
6951
7137
 
6952
7138
  #### Breaking changes
6953
7139
 
6954
- - If you're using the [commercial license](https://next.mui.com/x/introduction/licensing), you need to update the import path:
7140
+ - If you're using the [commercial license](https://v7.mui.com/x/introduction/licensing), you need to update the import path:
6955
7141
 
6956
7142
  ```diff
6957
7143
  -import { LicenseInfo } from '@mui/x-license-pro';
@@ -7003,10 +7189,10 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
7003
7189
  - πŸš€ All charts have click handlers (#11411) @alexfauquette
7004
7190
  Test their respective documentation demonstrations to know more about the data format:
7005
7191
 
7006
- - [Scatter Chart](https://next.mui.com/x/react-charts/scatter/#click-event)
7007
- - [Line Chart](https://next.mui.com/x/react-charts/lines/#click-event)
7008
- - [Bar Chart](https://next.mui.com/x/react-charts/bars/#click-event)
7009
- - [Pie Chart](https://next.mui.com/x/react-charts/pie/#click-event)
7192
+ - [Scatter Chart](https://v7.mui.com/x/react-charts/scatter/#click-event)
7193
+ - [Line Chart](https://v7.mui.com/x/react-charts/lines/#click-event)
7194
+ - [Bar Chart](https://v7.mui.com/x/react-charts/bars/#click-event)
7195
+ - [Pie Chart](https://v7.mui.com/x/react-charts/pie/#click-event)
7010
7196
 
7011
7197
  Big thanks to @giladappsforce and @yaredtsy for their contribution on exploring this feature.
7012
7198
 
@@ -7128,7 +7314,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-beta.1`.
7128
7314
 
7129
7315
  - The line chart now have animation by default.
7130
7316
  You can disable it with `skipAnimation` prop.
7131
- See [animation documentation](next.mui.com/x/react-charts/lines/#animation) for more information.
7317
+ See [animation documentation](v7.mui.com/x/react-charts/lines/#animation) for more information.
7132
7318
 
7133
7319
  - Pie charts `onClick` get renamed `onItemClick` for consistency with other charts click callback.
7134
7320
 
@@ -7163,7 +7349,7 @@ We are glad to announce MUIΒ X v7 beta!
7163
7349
  This version has several improvements, bug fixes, and exciting features πŸŽ‰.
7164
7350
  We want to offer a big thanks to the 7 contributors who made this release possible ✨:
7165
7351
 
7166
- - πŸš€ Release the [Date Time Range Picker](https://next.mui.com/x/react-date-pickers/date-time-range-picker/) component (#9528) @LukasTy
7352
+ - πŸš€ Release the [Date Time Range Picker](https://v7.mui.com/x/react-date-pickers/date-time-range-picker/) component (#9528) @LukasTy
7167
7353
 
7168
7354
  <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" />
7169
7355
 
@@ -7178,7 +7364,7 @@ We want to offer a big thanks to the 7 contributors who made this release possib
7178
7364
 
7179
7365
  #### Breaking changes
7180
7366
 
7181
- - 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.
7367
+ - 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://v7.mui.com/material-ui/react-popper/) component under the hood.
7182
7368
 
7183
7369
  ```diff
7184
7370
  <DataGrid
@@ -7262,7 +7448,7 @@ _Jan 19, 2024_
7262
7448
  We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
7263
7449
 
7264
7450
  - 🎁 The Data Grid headers have been refactored to bring immense improvements to scrolling, state management, and overall performance of the grid.
7265
- - βš™οΈ 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.
7451
+ - βš™οΈ The Data Grid disabled column-specific features like filtering, sorting, grouping, etc. could now be accessed programmatically. See the related [docs](https://v7.mui.com/x/react-data-grid/api-object/#access-the-disabled-column-features) section.
7266
7452
  - πŸš€ Uplift the Simple Tree View customization examples (#11424) @noraleonte
7267
7453
  - 🌍 Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11668) on the Data Grid @BCaspari
7268
7454
  - 🐞 Bugfixes
@@ -7295,10 +7481,10 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
7295
7481
  </div>
7296
7482
  ```
7297
7483
 
7298
- - When the [Tree data](https://next.mui.com/x/react-data-grid/tree-data/) feature is used, the grid role is now `role="treegrid"` instead of `role="grid"`.
7484
+ - When the [Tree data](https://v7.mui.com/x/react-data-grid/tree-data/) feature is used, the grid role is now `role="treegrid"` instead of `role="grid"`.
7299
7485
  - The Data Grid cells now have `role="gridcell"` instead of `role="cell"`.
7300
7486
 
7301
- - The buttons in toolbar composable components `GridToolbarColumnsButton`, `GridToolbarFilterButton`, `GridToolbarDensity`, and `GridToolbarExport` are now wrapped with a tooltip component and have a consistent interface. To override some props corresponding to the toolbar buttons or their corresponding tooltips, you can use the `slotProps` prop. Following is an example diff. See [Toolbar section](https://next.mui.com/x/react-data-grid/components/#toolbar) for more details.
7487
+ - The buttons in toolbar composable components `GridToolbarColumnsButton`, `GridToolbarFilterButton`, `GridToolbarDensity`, and `GridToolbarExport` are now wrapped with a tooltip component and have a consistent interface. To override some props corresponding to the toolbar buttons or their corresponding tooltips, you can use the `slotProps` prop. Following is an example diff. See [Toolbar section](https://v7.mui.com/x/react-data-grid/components/#toolbar) for more details.
7302
7488
 
7303
7489
  ```diff
7304
7490
  function CustomToolbar() {
@@ -7329,7 +7515,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
7329
7515
 
7330
7516
  - The column grouping selectors `gridFocusColumnGroupHeaderSelector` and `gridTabIndexColumnGroupHeaderSelector` are no longer prefixed with `unstable_`.
7331
7517
 
7332
- - The disabled column specific features like `hiding`, `sorting`, `filtering`, `pinning`, `row grouping`, etc could now be controlled programmatically using `initialState`, respective controlled models, or the [API object](https://next.mui.com/x/react-data-grid/api-object/). See the related [docs](https://next.mui.com/x/react-data-grid/api-object/#access-the-disabled-column-features) section.
7518
+ - The disabled column specific features like `hiding`, `sorting`, `filtering`, `pinning`, `row grouping`, etc could now be controlled programmatically using `initialState`, respective controlled models, or the [API object](https://v7.mui.com/x/react-data-grid/api-object/). See the related [docs](https://v7.mui.com/x/react-data-grid/api-object/#access-the-disabled-column-features) section.
7333
7519
 
7334
7520
  #### `@mui/x-data-grid@7.0.0-alpha.9`
7335
7521
 
@@ -7924,7 +8110,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
7924
8110
 
7925
8111
  - The `instanceId` prop is now required for state selectors.
7926
8112
  This prop is used to distinguish between multiple Data Grid instances on the same page.
7927
- See [migration docs](https://next.mui.com/x/migration/migration-data-grid-v6/#instanceid-prop-is-required-for-state-selectors) for more details.
8113
+ See [migration docs](https://v7.mui.com/x/migration/migration-data-grid-v6/#instanceid-prop-is-required-for-state-selectors) for more details.
7928
8114
 
7929
8115
  #### `@mui/x-data-grid@7.0.0-alpha.5`
7930
8116
 
@@ -8078,9 +8264,9 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
8078
8264
  - πŸš€ The scatter charts now use voronoi to trigger items
8079
8265
 
8080
8266
  Users needed to hover the item to highlight the scatter item or show the tooltip.
8081
- Now they can interact with data by triggering the closest element. See the [docs page](https://next.mui.com/x/react-charts/scatter/#interaction) for more info.
8267
+ Now they can interact with data by triggering the closest element. See the [docs page](https://v7.mui.com/x/react-charts/scatter/#interaction) for more info.
8082
8268
 
8083
- - πŸ“š Add [Pickers FAQ page](https://next.mui.com/x/react-date-pickers/faq/)
8269
+ - πŸ“š Add [Pickers FAQ page](https://v7.mui.com/x/react-date-pickers/faq/)
8084
8270
  - πŸŽ‰ The Data Grid Header filters feature is now stable
8085
8271
  - 🌍 Improve Danish (da-DK) locale on Data Grid
8086
8272
  - 🐞 Bugfixes
@@ -8090,7 +8276,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
8090
8276
  #### Breaking changes
8091
8277
 
8092
8278
  - The header filters feature is now stable. `unstable_` prefix is removed from prop `headerFilters` and related exports.
8093
- See [migration docs](https://next.mui.com/x/migration/migration-data-grid-v6/#filtering) for more details.
8279
+ See [migration docs](https://v7.mui.com/x/migration/migration-data-grid-v6/#filtering) for more details.
8094
8280
 
8095
8281
  - The `GridColDef['type']` has been narrowed down to only accept the built-in column types.
8096
8282
  TypeScript users need to use the `GridColDef` interface when defining columns:
@@ -8160,7 +8346,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
8160
8346
 
8161
8347
  - πŸš€ Support localized start of the week on pickers' `AdapterLuxon`
8162
8348
 
8163
- When using Luxon 3.4.4 or higher, the start of the week will be defined by the date locale (e.g.: Sunday for `en-US`, Monday for `fr-FR`).
8349
+ When using Luxon 3.4.4 or higher, the start of the week will be defined by the date locale (for example: Sunday for `en-US`, Monday for `fr-FR`).
8164
8350
 
8165
8351
  - πŸ“ˆ Fix a lot of Charts package issues
8166
8352
  - πŸŽ‰ The Data Grid features Cell selection and Clipboard paste are now stable
@@ -8176,7 +8362,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
8176
8362
 
8177
8363
  - The clipboard related exports `ignoreValueFormatterDuringExport` and `splitClipboardPastedText` are no longer prefixed with `unstable_`.
8178
8364
 
8179
- - The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the Data Grid exports. Use the [`filterDebounceMs`](https://next.mui.com/x/api/data-grid/data-grid/#data-grid-prop-filterDebounceMs) prop to customize filter debounce time.
8365
+ - The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the Data Grid exports. Use the [`filterDebounceMs`](https://v7.mui.com/x/api/data-grid/data-grid/#data-grid-prop-filterDebounceMs) prop to customize filter debounce time.
8180
8366
 
8181
8367
  - The `slots.preferencesPanel` slot and the `slotProps.preferencesPanel` prop were removed. Use `slots.panel` and `slotProps.panel` instead.
8182
8368
 
@@ -8201,7 +8387,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
8201
8387
  | `unstable_setCellSelectionModel` | `setCellSelectionModel` |
8202
8388
 
8203
8389
  - The Quick Filter now ignores hidden columns by default.
8204
- See [including hidden columns](https://next.mui.com/x/react-data-grid/filtering/quick-filter/#including-hidden-columns) section for more details.
8390
+ See [including hidden columns](https://v7.mui.com/x/react-data-grid/filtering/quick-filter/#including-hidden-columns) section for more details.
8205
8391
 
8206
8392
  #### `@mui/x-data-grid@7.0.0-alpha.3`
8207
8393
 
@@ -8370,7 +8556,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-alpha.2`.
8370
8556
  The `shouldDisableClock` prop received `value` as a `number` of hours, minutes, or seconds.
8371
8557
  Instead, the `shouldDisableTime` prop receives the date object (based on the used adapter).
8372
8558
 
8373
- You can read more about the deprecation of this prop in [v6 migration guide](https://next.mui.com//x/migration/migration-pickers-v5/#%E2%9C%85-rename-or-refactor-shoulddisabletime-prop).
8559
+ You can read more about the deprecation of this prop in [v6 migration guide](https://v7.mui.com/x/migration/migration-pickers-v5/#%E2%9C%85-rename-or-refactor-shoulddisabletime-prop).
8374
8560
 
8375
8561
  ```diff
8376
8562
  <DateTimePicker