@mui/x-license 8.0.0-beta.3 → 8.2.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 (55) hide show
  1. package/CHANGELOG.md +512 -101
  2. package/Unstable_LicenseInfoProvider/index.d.ts +1 -1
  3. package/esm/Unstable_LicenseInfoProvider/index.d.ts +1 -1
  4. package/esm/index.js +1 -1
  5. package/esm/package.json +1 -1
  6. package/esm/utils/index.d.ts +3 -3
  7. package/esm/verifyLicense/verifyLicense.js +7 -0
  8. package/index.js +1 -1
  9. package/package.json +5 -15
  10. package/utils/index.d.ts +3 -3
  11. package/verifyLicense/verifyLicense.js +7 -0
  12. package/modern/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts +0 -16
  13. package/modern/Unstable_LicenseInfoProvider/LicenseInfoProvider.js +0 -19
  14. package/modern/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.ts +0 -4
  15. package/modern/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js +0 -10
  16. package/modern/Unstable_LicenseInfoProvider/index.d.ts +0 -2
  17. package/modern/Unstable_LicenseInfoProvider/index.js +0 -1
  18. package/modern/Watermark/Watermark.d.ts +0 -9
  19. package/modern/Watermark/Watermark.js +0 -51
  20. package/modern/Watermark/index.d.ts +0 -1
  21. package/modern/Watermark/index.js +0 -1
  22. package/modern/encoding/base64.d.ts +0 -2
  23. package/modern/encoding/base64.js +0 -57
  24. package/modern/encoding/md5.d.ts +0 -1
  25. package/modern/encoding/md5.js +0 -42
  26. package/modern/generateLicense/generateLicense.d.ts +0 -10
  27. package/modern/generateLicense/generateLicense.js +0 -19
  28. package/modern/generateLicense/index.d.ts +0 -1
  29. package/modern/generateLicense/index.js +0 -1
  30. package/modern/index.d.ts +0 -7
  31. package/modern/index.js +0 -14
  32. package/modern/package.json +0 -1
  33. package/modern/useLicenseVerifier/index.d.ts +0 -1
  34. package/modern/useLicenseVerifier/index.js +0 -1
  35. package/modern/useLicenseVerifier/useLicenseVerifier.d.ts +0 -11
  36. package/modern/useLicenseVerifier/useLicenseVerifier.js +0 -69
  37. package/modern/utils/commercialPackages.d.ts +0 -1
  38. package/modern/utils/commercialPackages.js +0 -1
  39. package/modern/utils/index.d.ts +0 -6
  40. package/modern/utils/index.js +0 -4
  41. package/modern/utils/licenseErrorMessageUtils.d.ts +0 -33
  42. package/modern/utils/licenseErrorMessageUtils.js +0 -49
  43. package/modern/utils/licenseInfo.d.ts +0 -11
  44. package/modern/utils/licenseInfo.js +0 -27
  45. package/modern/utils/licenseModel.d.ts +0 -2
  46. package/modern/utils/licenseModel.js +0 -17
  47. package/modern/utils/licenseStatus.d.ts +0 -11
  48. package/modern/utils/licenseStatus.js +0 -12
  49. package/modern/utils/plan.d.ts +0 -4
  50. package/modern/utils/plan.js +0 -2
  51. package/modern/verifyLicense/index.d.ts +0 -1
  52. package/modern/verifyLicense/index.js +0 -1
  53. package/modern/verifyLicense/verifyLicense.d.ts +0 -15
  54. package/modern/verifyLicense/verifyLicense.js +0 -184
  55. package/tsconfig.build.tsbuildinfo +0 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,413 @@
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.2.0
9
+
10
+ _May 1, 2025_
11
+
12
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 📊 `<FunnelChart/>` now uses the `strawberrySky` sequential color palette by default.
15
+ <img width="481" alt="Screenshot 2025-04-29 at 13 55 21" src="https://github.com/user-attachments/assets/182085d1-a7ce-4e4d-9d8d-a4fe87f27167" />
16
+ - 📊 Add API to export a chart as an image: `apiRef.exportAsImage` — [Learn more](https://mui.com/x/react-charts/export/#export-as-image).
17
+
18
+ Special thanks go out to the community members for their valuable contributions:
19
+ @federico-ntr, @nusr.
20
+ Following are all team members who have contributed to this release:
21
+ @alexfauquette, @arminmeh, @bernardobelchior, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @romgrk.
22
+
23
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
24
+
25
+ ### Data Grid
26
+
27
+ #### `@mui/x-data-grid@8.2.0`
28
+
29
+ - [DataGrid] Fix panel alignment (#17625) @KenanYusuf
30
+ - [DataGrid] Fix theme `defaultProps` causing unwanted re-renders (#17490) @KenanYusuf
31
+ - [DataGrid] Fix circular reference error (#17591) @romgrk
32
+ - [DataGrid] Fix `<GridEditInputCell />` break input (#16773) @nusr
33
+
34
+ #### `@mui/x-data-grid-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
35
+
36
+ Same changes as in `@mui/x-data-grid@8.2.0`, plus:
37
+
38
+ - [DataGridPro] Use intersection observer to trigger server-side infinite loading (#17369) @arminmeh
39
+
40
+ #### `@mui/x-data-grid-premium@8.2.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
41
+
42
+ Same changes as in `@mui/x-data-grid-pro@8.2.0`.
43
+
44
+ ### Date and Time Pickers
45
+
46
+ #### `@mui/x-date-pickers@8.2.0`
47
+
48
+ - [l10n] Improve Italian (it-IT) locale (#17600) @federico-ntr
49
+ - [pickers] Refactor owner state typing (#17517) @LukasTy
50
+
51
+ #### `@mui/x-date-pickers-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52
+
53
+ Same changes as in `@mui/x-date-pickers@8.2.0`.
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@8.2.0`
58
+
59
+ - [charts] Add library name to errors (#17547) @bernardobelchior
60
+ - [charts] Add monochrome palettes (#17610) @JCQuintas
61
+ - [charts] Add screenshot of the tooltip (#17395) @alexfauquette
62
+ - [charts] Default bar chart x-axis scale type to band (#17519) @bernardobelchior
63
+ - [charts] Document axis ID uniqueness constraints (#17630) @bernardobelchior
64
+ - [charts] Refactor axis types (#17632) @bernardobelchior
65
+ - [charts] Use `<circle />` for circular legend mark (#17590) @alexfauquette
66
+
67
+ #### `@mui/x-charts-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
68
+
69
+ Same changes as in `@mui/x-charts@8.2.0`, plus:
70
+
71
+ - [charts-pro] Add `gap` option to `<FunnelChart />` (#17642) @JCQuintas
72
+ - [charts-pro] Export charts as image (#17353) @bernardobelchior
73
+ - [charts-pro] Simplify zoom testing (#17525) @JCQuintas
74
+ - [charts-pro] Use new sequential color palette in `<FunnelChart />` (#17606) @JCQuintas
75
+
76
+ ### Tree View
77
+
78
+ #### `@mui/x-tree-view@8.2.0`
79
+
80
+ Internal changes.
81
+
82
+ #### `@mui/x-tree-view-pro@8.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
83
+
84
+ Same changes as in `@mui/x-tree-view@8.2.0`.
85
+
86
+ ### Docs
87
+
88
+ - [docs][charts] Add composition sections (#17377) @alexfauquette
89
+ - [docs][charts] Add docs on tooltip style (#17601) @bernardobelchior
90
+ - [docs][charts] Fix highlighting heading structure (#17581) @oliviertassinari
91
+ - [docs][charts] Improve export docs (#17538) @oliviertassinari
92
+ - [docs][charts] Similar introduction on most charts pages (#17374) @alexfauquette
93
+ - [docs][DataGrid] Clear component docs (#17540) @oliviertassinari
94
+ - [docs] Explicitly state that `groupingColDef` reference needs to be stable (#17544) @arminmeh
95
+ - [docs] Fix <kbd> a11y (#17536) @oliviertassinari
96
+ - [docs] Fix CodeSandbox spelling @oliviertassinari
97
+ - [docs] Fix coding style function @oliviertassinari
98
+ - [docs] Fix migration guide format (#17450) @oliviertassinari
99
+ - [docs] Improve data grid export docs (#17551) @MBilalShafi
100
+ - [docs] Remove leftover `@next` usages (#17542) @LukasTy
101
+
102
+ ### Core
103
+
104
+ - [core] Add security label to dependabot PRs @oliviertassinari
105
+ - [core] Allow post-install vale @oliviertassinari
106
+ - [core] Component consistency @oliviertassinari
107
+ - [core] Fix all Vale errors @oliviertassinari
108
+ - [core] Move `loadStyleSheets` to internals and use it in data grid and charts (#17548) @bernardobelchior
109
+ - [core] Remove empty version (#17582) @oliviertassinari
110
+ - [core] Remove eslint from codemod spec files (#17443) @alexfauquette
111
+ - [core] Remove unnecessary versions (#17597) @oliviertassinari
112
+ - [code-infra] Allow postinstall scripts for packages requesting it (#17635) @LukasTy
113
+ - [code-infra] Data Grid `vitest` changes (#17619) @JCQuintas
114
+ - [code-infra] Fix date-time sensitive tests (#17644) @JCQuintas
115
+ - [code-infra] Fix extension handling for type imports (#17636) @Janpot
116
+ - [code-infra] Further remove `clock=fake` and add `async act` for datagrid (#17563) @JCQuintas
117
+ - [code-infra] Latest vitest picker changes (#17577) @JCQuintas
118
+ - [docs-infra] Fix Vale no longer working (#17602) @alexfauquette
119
+ - [docs-infra] Uniformize Vale between repositories @oliviertassinari
120
+ - [infra] Updates to `branch switch comments` (#17589) @michelengelen
121
+ - [x-telemetry] Fix issue with get machineid hash (#17614) @hasdfa
122
+
123
+ ## 8.1.0
124
+
125
+ _Apr 24, 2025_
126
+
127
+ We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
128
+
129
+ - 📊 Add API to print a chart or export it as PDF: `apiRef.exportAsPrint()`.
130
+ - 📚 Documentation improvements
131
+ - 🐞 Bugfixes
132
+
133
+ Special thanks go out to the community members for their valuable contributions:
134
+ @lhilgert9, @ArturAghakaryan, @sai6855.
135
+ Following are all team members who have contributed to this release:
136
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @joserodolfofreitas, @KenanYusuf, @LukasTy, @mapache-salvaje, @oliviertassinari, @romgrk.
137
+
138
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
139
+
140
+ ### Data Grid
141
+
142
+ #### `@mui/x-data-grid@8.1.0`
143
+
144
+ - [DataGrid] Allow row deselection with multiple rows selected (#17473) @arminmeh
145
+ - [DataGrid] Fix column title truncation on touch devices (#17375) @KenanYusuf
146
+ - [DataGrid] Remove internal usage of `material` prop (#17513) @KenanYusuf
147
+ - [DataGrid] Fix apiRef not being passed on onCellClick params (#17335) @sai6855
148
+ - [DataGrid] Add Armenian (hy-AM) locale (#17527) @ArturAghakaryan
149
+
150
+ #### `@mui/x-data-grid-pro@8.1.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-data-grid@8.1.0`, plus:
153
+
154
+ - [DataGridPro] Fix locales.ts export (#17433) @lhilgert9
155
+ - [DataGridPro] Avoid proptypes warnings with header filters in React 17 (#17482) @cherniavskii
156
+ - [DataGridPro] Fix expandable rows detail content height updates (#17394) @arminmeh
157
+
158
+ #### `@mui/x-data-grid-premium@8.1.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
159
+
160
+ Same changes as in `@mui/x-data-grid-pro@8.1.0`.
161
+
162
+ ### Date and Time Pickers
163
+
164
+ #### `@mui/x-date-pickers@8.1.0`
165
+
166
+ - [pickers] Improve `PickersInputBase` owner state typing (#17478) @LukasTy
167
+
168
+ #### `@mui/x-date-pickers-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
169
+
170
+ Same changes as in `@mui/x-date-pickers@8.1.0`.
171
+
172
+ ### Charts
173
+
174
+ - Add API to print a chart or export it as PDF: `apiRef.exportAsPrint()`.
175
+
176
+ #### `@mui/x-charts@8.1.0`
177
+
178
+ - [charts] Add a localization provider (#17325) @alexfauquette
179
+ - [charts] Add codemod for replacing legend's hidden slot prop (#17392) @bernardobelchior
180
+ - [charts] Fix chart visual tests flakiness (#17469) @bernardobelchior
181
+ - [charts] Fix tooltip position (#17440) @alexfauquette
182
+ - [charts] Improve axis tooltip performances (#17398) @alexfauquette
183
+ - [charts] Move radar from under development to preview (#17418) @alexfauquette
184
+ - [charts] Advance time in charts regression tests (#17420) @bernardobelchior
185
+ - [charts] Fix charts visuals flakiness (#17472) @bernardobelchior
186
+ - [charts] Move `rafThrottle` on event handlers instead of setter (#17489) @bernardobelchior
187
+
188
+ #### `@mui/x-charts-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
189
+
190
+ Same changes as in `@mui/x-charts@8.1.0`, plus:
191
+
192
+ - [charts-pro] Add export as PDF/print functionality (#17285) @bernardobelchior
193
+ - [charts-pro] Fix axis zoom being disabled when not specified in `initialZoom` (#17500) @bernardobelchior
194
+
195
+ ### Tree View
196
+
197
+ #### `@mui/x-tree-view@8.1.0`
198
+
199
+ Internal changes.
200
+
201
+ #### `@mui/x-tree-view-pro@8.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
202
+
203
+ Same changes as in `@mui/x-tree-view@8.1.0`.
204
+
205
+ ### Docs
206
+
207
+ - [docs] Fix AI Assistant Panel Trigger demo (#17426) @KenanYusuf
208
+ - [docs] Fix DataGrid's master-detail demo for one expanded detail panel at a time (#17471) @arminmeh
209
+ - [docs] Improve StackOverflow links (#17483) @oliviertassinari
210
+ - [docs] Refine charts demos (#17417) @alexfauquette
211
+ - [docs] Remove ad on paid docs pages (#17373) @oliviertassinari
212
+ - [docs] Serve migration guides in raw markdown format (#17210) @cherniavskii
213
+ - [docs] Fix heading structure (#17495) @oliviertassinari
214
+ - [docs] Revise the Row Grouping doc (#16217) @mapache-salvaje
215
+ - [docs] Fix ellipsis in the demo (#17476) @oliviertassinari
216
+ - [docs] Add docs information for Legend HTML (#17502) @alexfauquette
217
+ - [docs] Refine charts demos (#17417) @alexfauquette
218
+ - [tree view][docs] Copyedit the Tree View Overview page (#17498) @mapache-salvaje
219
+
220
+ ### Core
221
+
222
+ - [core] Bump `@types/node` (#17444) @LukasTy
223
+ - [core] Remove `react-is` dependency (#17470) @LukasTy
224
+ - [core] Remove redundant `overridesResolver` in `styled` components (#17466) @romgrk
225
+ - [core] Update support table (#17425) @joserodolfofreitas
226
+ - [code-infra] Ditch `@babel/node` (#17446) @LukasTy
227
+ - [code-infra] Further remove `clock=fake` from pickers (#17253) @JCQuintas
228
+
229
+ ## 8.0.0
230
+
231
+ _Apr 17, 2025_
232
+
233
+ We're excited to [announce the first v8 stable release](https://mui.com/blog/mui-x-v8/)! 🎉🚀
234
+
235
+ This is now the officially supported major version, where we'll keep rolling out new features, bug fixes, and improvements.
236
+ Migration guides are available with a complete list of the breaking changes:
237
+
238
+ - [Data Grid](https://mui.com/x/migration/migration-data-grid-v7/)
239
+ - [Date and Time Pickers](https://mui.com/x/migration/migration-pickers-v7/)
240
+ - [Tree View](https://mui.com/x/migration/migration-tree-view-v7/)
241
+ - [Charts](https://mui.com/x/migration/migration-charts-v7/)
242
+ - [Material UI v7](https://mui.com/material-ui/migration/upgrade-to-v7/)
243
+
244
+ Here are the highlights from alpha and beta releases included in this stable release:
245
+
246
+ - ⚛️ React 19 support.
247
+ - 🎁 `@mui/material@7` support – see the [Material UI v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
248
+
249
+ - 🔄 [Pivoting](https://mui.com/x/react-data-grid/pivoting/).
250
+ - 🤖 [AI Assistant](https://mui.com/x/react-data-grid/ai-assistant/).
251
+ - 🛠️ New and improved Data Grid [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/).
252
+ - 📦 Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
253
+ - 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
254
+ - 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/).
255
+ - 🔄 Add Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration).
256
+ - 💫 Support [aggregation with server-side data](https://mui.com/x/react-data-grid/server-side-data/aggregation/).
257
+ - 🎁 Support [server-side lazy loading](https://mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
258
+ - 📝 Support [editing with server-side Data Source](https://mui.com/x/react-data-grid/server-side-data/#updating-data).
259
+ - 🎯 Improved [data caching](https://mui.com/x/react-data-grid/server-side-data/#data-caching).
260
+ - 🏎️ Improved Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
261
+ - 🎨 Improved Data Grid theming and add default background color.
262
+
263
+ - 📊 New Pro chart: [Funnel](https://mui.com/x/react-charts/funnel/).
264
+ - 📊 New Community chart: [Radar](https://mui.com/x/react-charts/radar/) is available in preview for testing.
265
+ - 📊 Charts legend is now an HTML element which can be styled more easily.
266
+ - 📊 [Gauge charts](https://mui.com/x/react-charts/gauge/) animation.
267
+ - 📊 Create [custom HTML components](https://mui.com/x/react-charts/components/#html-components) using chart data.
268
+ - 📊 Refactor Charts [Tooltip customization](https://mui.com/x/react-charts/tooltip/#overriding-content).
269
+ - 📊 Improved Charts [composition](https://mui.com/x/react-charts/composition/#overview).
270
+ - 📊 Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering).
271
+ - 📊 Add a new API to support multiple axes (decouple `margin` and `axis-size`).
272
+ - 🚫 Removed `react-spring` dependency from `@mui/x-charts`.
273
+
274
+ - 🚀 New [Time Range Picker](https://mui.com/x/react-date-pickers/time-range-picker/) component.
275
+
276
+ - 🔁 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.
277
+ - 🎛️ New [customization APIs](https://mui.com/x/migration/migration-tree-view-v7/#new-api-to-customize-the-tree-item) for the Tree Item component.
278
+
279
+ Below are the changes since the last beta release:
280
+
281
+ ### Data Grid
282
+
283
+ #### `@mui/x-data-grid@8.0.0`
284
+
285
+ - [DataGrid] Data source with editing (#16045) @MBilalShafi
286
+ - [DataGrid] Deprecate old toolbar components (#17294) @KenanYusuf
287
+ - [DataGrid] Refactor: add typings to icons (#17291) @romgrk
288
+ - [DataGrid] Prevent scrollbars from showing on top (#17405) @romgrk
289
+ - [l10n] Improve Polish (pl-PL) locale (#17336) (#17396) @sofortdagmbh
290
+ - [l10n] Improve Swedish (sv-SE) locale (#17293) @ptuukkan
291
+
292
+ #### `@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')
293
+
294
+ Same changes as in `@mui/x-data-grid@8.0.0`, plus:
295
+
296
+ - [DataGridPro] Fix row virtualization not working in list view (#17399) @cherniavskii
297
+
298
+ #### `@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')
299
+
300
+ Same changes as in `@mui/x-data-grid-pro@8.0.0`, plus:
301
+
302
+ - [DataGridPremium] AI Assistant (#16992) @arminmeh
303
+ - [DataGridPremium] Fix aggregated values sorting (#17326) @cherniavskii
304
+ - [DataGridPremium] Fix cell display with custom renderers in pivot mode (#17323) @cherniavskii
305
+ - [DataGridPremium] Fix stale aggregation results after filtering (#17296) @cherniavskii
306
+ - [DataGridPremium] Pivoting (#9877) @cherniavskii
307
+ - [DataGridPremium] Use `groupingValueGetter` for row grouping on the server (#17376) @cherniavskii
308
+
309
+ ### Date and Time Pickers
310
+
311
+ #### Breaking changes
312
+
313
+ - The view selection process has been updated to make it clear across all Pickers.
314
+ Pickers no longer automatically switch between **date** and **time views** or **start** and **end positions**.
315
+ Moving between views and range positions is achieved using the new "Next" action button.
316
+
317
+ #### `@mui/x-date-pickers@8.0.0`
318
+
319
+ - [fields] Fix the error message when a custom field with an `<input />` but the field expects the accessible DOM structure (#17237) @flaviendelangle
320
+ - [fields] Fix to submit a form on `Enter` press with accessible DOM structure (#17328) @LukasTy
321
+ - [fields] Prevent focusing the field or any section when `disabled=true` (#17215) @flaviendelangle
322
+ - [l10n] Improve Czech (cs-CZ) locale (#17387) @lubka272
323
+ - [l10n] Improve Slovak (sk-SK) locale (#17249) @lubka272
324
+ - [pickers] Fix failing proptypes CI (#17413) @romgrk
325
+ - [pickers] Fix to not process default prevented propagated events (#17312) @LukasTy
326
+ - [pickers] Mark active range position field section with underline (#16938) @LukasTy
327
+ - [pickers] Remove automatic switch between date and time or between range positions (#17166) @flaviendelangle
328
+
329
+ #### `@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')
330
+
331
+ Same changes as in `@mui/x-date-pickers@8.0.0`, plus:
332
+
333
+ - [DateTimeRangePicker] Fix focused view behavior (#17313) @LukasTy
334
+
335
+ ### Charts
336
+
337
+ #### `@mui/x-charts@8.0.0`
338
+
339
+ - [charts] Add `slotProps.legend.hidden` to migration docs (#17379) @bernardobelchior
340
+ - [charts] Add labels above bars example (#16860) @bernardobelchior
341
+ - [charts] Add tooltip to the radar (#16950) @alexfauquette
342
+ - [charts] Add uncertainty area to line with forecast demo (#17355) @bernardobelchior
343
+ - [charts] Animate gauge chart (#17304) @bernardobelchior
344
+ - [charts] Convert `AnimationContext` into a plugin (#17299) @bernardobelchior
345
+ - [charts] Export 'series' class as part of `barElementClasses` (#17273) @10tacion
346
+ - [charts] Expose axes types (#17309) @bernardobelchior
347
+ - [charts] Expose higher level `useAnimate` hook (#17162) @bernardobelchior
348
+ - [charts] Fix axis types not narrowing (#17321) @bernardobelchior
349
+ - [charts] Fix bar chart with partial data (#17290) @alexfauquette
350
+ - [charts] Fix `useAnimate` test flakiness (#17372) @bernardobelchior
351
+ - [charts] Radar design refinement (#17165) @alexfauquette
352
+ - [charts] Remove unused code (#17310) @bernardobelchior
353
+ - [charts] Remove unused files (#17242) @JCQuintas
354
+ - [charts] Use `useEventCallback` to memoize `onZoomChange` without triggering a re-render (#17233) @JCQuintas
355
+ - [charts] Document series class name (#17362) @bernardobelchior
356
+ - [charts] Add default plugins in `ChartDataProvider` (#17403) @bernardobelchior
357
+ - [charts] Fix chart direction in docs (#17419) @bernardobelchior
358
+
359
+ #### `@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')
360
+
361
+ Same changes as in `@mui/x-charts@8.0.0`, plus:
362
+
363
+ - [charts-pro] Update zoom using `requestAnimationFrame` (#17137) @JCQuintas
364
+
365
+ ### Tree View
366
+
367
+ #### `@mui/x-tree-view@8.0.0`
368
+
369
+ - [TreeView] Add React Compiler linting rules (#16357) @flaviendelangle
370
+
371
+ #### `@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')
372
+
373
+ Same changes as in `@mui/x-tree-view@8.0.0`.
374
+
375
+ ### Docs
376
+
377
+ - [docs] Add intro section for Telemetry (#17244) @prakhargupta1
378
+ - [docs] Add migration guide for the picker's `ownerState` changes (#17151) @flaviendelangle
379
+ - [docs] Add What's new section for MUI X v8 (#17397) @joserodolfofreitas
380
+ - [docs] Fix ESM guide (#17280) @oliviertassinari
381
+ - [docs] Fix Vale errors (#17281) @oliviertassinari
382
+ - [docs] Fix country columns throwing on grouping (#17315) @cherniavskii
383
+ - [docs] Fix paths in `ResponsiveChartContainer` migration guide (#17364) @MonstraG
384
+ - [docs] Mention priority support on MUI X docs (#16467) @prakhargupta1
385
+ - [docs] Match title side nav @oliviertassinari
386
+ - [docs] Fix incorrect mention of PDF export (#17277) @oliviertassinari
387
+ - [docs] Fix row spanning lab icon (#17278) @oliviertassinari
388
+ - [docs] Fix header Sentence case consistency (#17274) @oliviertassinari
389
+ - [docs] Flag experimental API (#17279) @oliviertassinari
390
+ - [docs] Fix some 301 redirections @oliviertassinari
391
+ - [docs] Update supported versions table (#17287) @joserodolfofreitas
392
+
393
+ ### Core
394
+
395
+ - [core] Always use the correct babel runtime (#17241) @alexfauquette
396
+ - [core] Document `TelemetryContextType` (#17282) @oliviertassinari
397
+ - [core] Fix proptypes (#17378) @cherniavskii
398
+ - [core] Remove modern bundles (#17359) @LukasTy
399
+ - [core] Setup testing to work with CSS imports (#17214) @romgrk
400
+ - [core] Testing setup fixes & lints (#17356) @romgrk
401
+ - [core] Simplify the way `__RELEASE_INFO__` is managed (#17416) @LukasTy
402
+ - [code-infra] Align build script with core to handle sideEffects (#17370) @Janpot
403
+ - [code-infra] CI optimization: re-use ffmpeg (#17333) @romgrk
404
+ - [code-infra] Charts `vitest` changes (#17247) @JCQuintas
405
+ - [code-infra] Further datagrid changes for `vitest` (#17251) @JCQuintas
406
+ - [code-infra] Prepare argos script call for required arg (#17371) @Janpot
407
+ - [code-infra] Remove more `clock=fake` from pickers tests (#17225) @JCQuintas
408
+ - [code-infra] Tentative fix for datagrid flaky test (#17289) @JCQuintas
409
+ - [code-infra] Update MUI Internal and slightly cleanup regressions test setup (#17182) @LukasTy
410
+ - [infra] Update support label from 'priority' to 'unknown' (#17288) @michelengelen
411
+ - [release] Major release preparation (#17319) @michelengelen
412
+ - [test] Fix flaky data source aggregation test (#17307, #17311, #17316) @KenanYusuf @cherniavskii @LukasTy
413
+ - [test] Skip flaky aggregation test (#17391) @MBilalShafi
414
+
8
415
  ## 8.0.0-beta.3
9
416
 
10
417
  _Apr 3, 2025_
@@ -325,7 +732,7 @@ _Mar 18, 2025_
325
732
 
326
733
  We'd like to offer a big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
327
734
 
328
- - 🚀 Add [Time Range Picker](https://next.mui.com/x/react-date-pickers/time-range-picker/) component
735
+ - 🚀 Add [Time Range Picker](https://mui.com/x/react-date-pickers/time-range-picker/) component
329
736
  - 🎁 Add support for `@mui/material` version 7 in all X packages
330
737
  - 🐞 Bugfixes
331
738
  - 🌍 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 +757,27 @@ Below are the highlights of the alpha releases leading up to this beta release:
350
757
 
351
758
  - ⚛️ React 19 support.
352
759
 
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).
760
+ - 🛠️ New and improved Data Grid [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/).
761
+ - 📦 Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
762
+ - 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
763
+ - 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/).
764
+ - 🔄 Add Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration).
765
+ - 💫 Support [aggregation with server-side data](https://mui.com/x/react-data-grid/server-side-data/aggregation/).
766
+ - 🎁 Support [Server-side lazy loading](https://mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
767
+ - 🎯 Improved [data caching](https://mui.com/x/react-data-grid/server-side-data/#data-caching).
361
768
  - 🏎️ Improve Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
362
769
  - 🎨 Improve Data Grid theming and add default background color.
363
770
 
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.
771
+ - 📊 New Pro chart: [Funnel](https://mui.com/x/react-charts/funnel/).
772
+ - 📊 New Community chart: [Radar](https://mui.com/x/react-charts/radar/) is available in preview for testing.
366
773
  - 📊 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).
774
+ - 📊 Create [custom HTML components](https://mui.com/x/react-charts/components/#html-components) using chart data.
775
+ - 📊 Refactor Charts [Tooltip customization](https://mui.com/x/react-charts/tooltip/#overriding-content).
776
+ - 📊 Improve Charts [composition](https://mui.com/x/react-charts/composition/#overview).
777
+ - 📊 Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering).
371
778
  - 📊 Add a new API to support multiple axes (decouple `margin` and `axis-size`)
372
779
 
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.
780
+ - 🔁 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
781
 
375
782
  ### Data Grid
376
783
 
@@ -412,8 +819,8 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-beta.0`, plus:
412
819
  #### Breaking changes
413
820
 
414
821
  - 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).
822
+ The custom field component now receives the `clearable` and `onClear` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#useclearablefield).
823
+ - The `ExportedUseClearableFieldProps`, `UseClearableFieldSlots`, `UseClearableFieldSlotProps`, and `UseClearableFieldResponse` types have been removed — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#removed-types).
417
824
 
418
825
  #### `@mui/x-date-pickers@8.0.0-beta.0`
419
826
 
@@ -508,7 +915,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
508
915
  - 🚀📊 New Pro Chart: It is now possible to create Funnel charts—perfect for visualizing conversions, sales pipelines and more!
509
916
  <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
917
  - 🎁 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
918
+ - 🛠️ New and improved [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/) for the data grid
512
919
  - 🐞 Bugfixes
513
920
 
514
921
  Special thanks go out to the community member for their valuable contributions:
@@ -523,7 +930,7 @@ Following are all team members who have contributed to this release:
523
930
 
524
931
  #### Breaking changes
525
932
 
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.
933
+ - 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
934
  - The quick filter is now shown in the toolbar by default. Use `slotProps={{ toolbar: { showQuickFilter: false } }}` to hide it.
528
935
  - The `<GridSaveAltIcon />` icon is not exported anymore. Import `SaveAlt` from `@mui/icons-material` instead.
529
936
 
@@ -548,7 +955,7 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.14`.
548
955
  #### Breaking changes
549
956
 
550
957
  - 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).
958
+ - 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
959
 
553
960
  #### `@mui/x-date-pickers@8.0.0-alpha.14`
554
961
 
@@ -935,9 +1342,9 @@ _Feb 17, 2025_
935
1342
 
936
1343
  We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
937
1344
 
938
- - 📦 Data Grid [data source](https://next.mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan
1345
+ - 📦 Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan
939
1346
  - ⚡ 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
1347
+ - 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid
941
1348
  - 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locales on the Data Grid
942
1349
  - 🐞 Bugfixes
943
1350
 
@@ -1038,7 +1445,7 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.12`, plus:
1038
1445
 
1039
1446
  #### Breaking changes
1040
1447
 
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-✅)
1448
+ - 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
1449
 
1043
1450
  #### `@mui/x-charts@8.0.0-alpha.12`
1044
1451
 
@@ -1280,8 +1687,8 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.10`.
1280
1687
 
1281
1688
  #### Breaking changes
1282
1689
 
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)
1690
+ - 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)
1691
+ - 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
1692
 
1286
1693
  #### `@mui/x-date-pickers@8.0.0-alpha.10`
1287
1694
 
@@ -1434,12 +1841,12 @@ _Jan 16, 2025_
1434
1841
 
1435
1842
  We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
1436
1843
 
1437
- - 🍬 Improved design for Data Grid [Header filters](https://next.mui.com/x/react-data-grid/filtering/header-filters/)
1844
+ - 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/)
1438
1845
 
1439
1846
  <img width="100%" alt="Data Grid Header filters" src="https://github.com/user-attachments/assets/74a50cd9-7a55-41fc-a2b8-f8a0d5b9120e" />
1440
1847
 
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)
1848
+ - 🔄 Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration)
1849
+ - 📊 Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering)
1443
1850
  - 🐞 Bugfixes
1444
1851
 
1445
1852
  Special thanks go out to the community contributors who have helped make this release possible:
@@ -1477,9 +1884,9 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.8`.
1477
1884
 
1478
1885
  #### Breaking changes
1479
1886
 
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)
1887
+ - 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)
1888
+ - 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)
1889
+ - 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
1890
 
1484
1891
  #### `@mui/x-date-pickers@8.0.0-alpha.8`
1485
1892
 
@@ -1529,7 +1936,7 @@ Same changes as in `@mui/x-tree-view@8.0.0-alpha.8`.
1529
1936
  - [docs] Add example for custom legend (#16169) @alexfauquette
1530
1937
  - [docs] Add full custom field creation example (#15194) @flaviendelangle
1531
1938
  - [docs] Copyedit the Data Grid cell selection page (#16099) @samuelsycamore
1532
- - [docs] Fix demo rendering issue on Codesandbox (#16118) @arminmeh
1939
+ - [docs] Fix demo rendering issue on CodeSandbox (#16118) @arminmeh
1533
1940
  - [docs] Remove broken links (#16167) @alexfauquette
1534
1941
  - [docs] Split the Data Grid editing page (#14931) @MBilalShafi
1535
1942
  - [docs] Fix wrong props warnings (#16119) @JCQuintas
@@ -1591,15 +1998,15 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.7`, plus:
1591
1998
 
1592
1999
  #### Breaking changes
1593
2000
 
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).
2001
+ - 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)
2002
+ - 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)
2003
+ - 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).
2004
+ - 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).
2005
+ - 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).
2006
+ - The `PickerShortcutChangeImportance` type has been renamed `PickerChangeImportance` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables-and-types).
2007
+ - 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).
2008
+ - 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).
2009
+ - 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
2010
 
1604
2011
  #### `@mui/x-date-pickers@8.0.0-alpha.7`
1605
2012
 
@@ -1626,11 +2033,11 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.7`.
1626
2033
 
1627
2034
  #### Breaking changes
1628
2035
 
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).
2036
+ - Removed `DefaultChartsLegend` component, since it is now easier to create custom legends — [Learn more](https://mui.com/x/react-charts/components/#html-components).
1630
2037
  - The default legend is now an HTML element and can be styled more easily.
1631
2038
  - 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).
2039
+ - `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-✅).
2040
+ - 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
2041
 
1635
2042
  #### `@mui/x-charts@8.0.0-alpha.7`
1636
2043
 
@@ -1812,9 +2219,9 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.5`.
1812
2219
 
1813
2220
  #### Breaking changes
1814
2221
 
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).
2222
+ - The `<PickersMonth />` component has been moved inside the Month Calendar component — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#month-calendar).
1816
2223
 
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).
2224
+ - The `<PickersYear />` component has been moved inside the Year Calendar component — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#year-calendar).
1818
2225
 
1819
2226
  #### `@mui/x-date-pickers@8.0.0-alpha.5`
1820
2227
 
@@ -1976,7 +2383,7 @@ Releasing to benefit from license package fix (#15814).
1976
2383
 
1977
2384
  - [code-infra] Add Charts sandbox generation (#15830) @JCQuintas
1978
2385
  - [code-infra] Remove redundant `@type/react-test-renderer` dep (#15766) @LukasTy
1979
- - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15814) @arminmeh
2386
+ - [license] Use `console.log` for the error message on CodeSandbox to avoid rendering error (#15814) @arminmeh
1980
2387
 
1981
2388
  ## 8.0.0-alpha.3
1982
2389
 
@@ -2035,7 +2442,7 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.3`, plus:
2035
2442
 
2036
2443
  #### Breaking changes
2037
2444
 
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).
2445
+ - 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
2446
 
2040
2447
  #### `@mui/x-date-pickers@8.0.0-alpha.3`
2041
2448
 
@@ -2087,8 +2494,8 @@ _Nov 29, 2024_
2087
2494
  We'd like to offer a big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
2088
2495
 
2089
2496
  - 👨🏽‍💻 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).
2497
+ - `<ChartDataProvider />` and `<ChartsSurface />` components are now fully divided — [Learn more](https://mui.com/x/react-charts/composition/#overview).
2498
+ - Users can create their own HTML components using chart data — [Learn more](https://mui.com/x/react-charts/components/#html-components).
2092
2499
  - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
2093
2500
  - 🌍 Improve Dutch locale on the Date and Time Pickers components.
2094
2501
  - 🐞 Bugfixes
@@ -2144,9 +2551,9 @@ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.2`.
2144
2551
 
2145
2552
  #### Breaking changes
2146
2553
 
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).
2554
+ - 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
2555
 
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).
2556
+ - 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
2557
 
2151
2558
  #### `@mui/x-date-pickers@v8.0.0-alpha.2`
2152
2559
 
@@ -2192,6 +2599,8 @@ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.2`.
2192
2599
 
2193
2600
  ### Docs
2194
2601
 
2602
+ <!-- vale MUI.CorrectRererenceCased = NO -->
2603
+
2195
2604
  - [docs] Fix 404 links (#15575) @oliviertassinari
2196
2605
  - [docs] Fix bash comments (#15571) @oliviertassinari
2197
2606
  - [docs] Fix Pickers theme augmentation example (#15672) @LukasTy
@@ -2201,6 +2610,8 @@ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.2`.
2201
2610
  - [docs] Fix `anchorEl` API page for charts (#15625) @oliviertassinari
2202
2611
  - [docs] Add documentation for the list view feature (#15344) @KenanYusuf
2203
2612
 
2613
+ <!-- vale MUI.CorrectRererenceCased = YES -->
2614
+
2204
2615
  ### Core
2205
2616
 
2206
2617
  - [core] Follow `()` function convention for docs @oliviertassinari
@@ -2213,7 +2624,7 @@ _Nov 22, 2024_
2213
2624
 
2214
2625
  We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
2215
2626
 
2216
- - 🔧 Refactor Tooltip customisation for charts — [Learn more](https://next.mui.com/x/react-charts/tooltip/#overriding-content).
2627
+ - 🔧 Refactor Tooltip customisation for charts — [Learn more](https://mui.com/x/react-charts/tooltip/#overriding-content).
2217
2628
  - ⚛️ React 19 support
2218
2629
  - 🌍 Improve Chinese, Spanish, and Swedish locale on the Data Grid component
2219
2630
  - 🐞 Bugfixes
@@ -2255,8 +2666,8 @@ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.1`, plus:
2255
2666
 
2256
2667
  #### Breaking change
2257
2668
 
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).
2669
+ - The `FieldValueType` type has been renamed to `PickerValueType` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables).
2670
+ - 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
2671
 
2261
2672
  #### `@mui/x-date-pickers@v8.0.0-alpha.1`
2262
2673
 
@@ -2295,7 +2706,7 @@ Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.1`, plus:
2295
2706
  - The `theme.styleOverride` is removed for `MuiLineElement`, `MuiAreaElement`, and `MuiBarElement` to improve performance.
2296
2707
  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
2708
 
2298
- - Removed the `resolveSizeBeforeRender` prop from all chart components — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#remove-resolvesizebeforerender-prop).
2709
+ - Removed the `resolveSizeBeforeRender` prop from all chart components — [Learn more](https://mui.com/x/migration/migration-charts-v7/#remove-resolvesizebeforerender-prop).
2299
2710
  - Removed `width` and `height` props from the `ChartsSurface` component.
2300
2711
  - Removed the `viewport` prop from all charts.
2301
2712
 
@@ -2320,7 +2731,7 @@ Same changes as in `@mui/x-charts@v8.0.0-alpha.1`.
2320
2731
 
2321
2732
  #### Breaking changes
2322
2733
 
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).
2734
+ - 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
2735
 
2325
2736
  #### `@mui/x-tree-view@v8.0.0-alpha.1`
2326
2737
 
@@ -2357,7 +2768,7 @@ _Nov 14, 2024_
2357
2768
 
2358
2769
  We'd like to offer a big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
2359
2770
 
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.
2771
+ - 🔁 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
2772
  - 🌍 Improve Greek (el-GR) locale on the Date and Time Pickers components
2362
2773
  - 🌍 Improve Polish (pl-PL) locale on the Data Grid component
2363
2774
  - 🐞 Bugfixes
@@ -2398,14 +2809,14 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
2398
2809
 
2399
2810
  #### Breaking changes
2400
2811
 
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).
2812
+ - 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
2813
 
2403
2814
  - 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
2815
  - 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
2816
 
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).
2817
+ - 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
2818
 
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).
2819
+ - 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
2820
 
2410
2821
  - `UseDateFieldComponentProps`
2411
2822
  - `UseTimeFieldComponentProps`
@@ -2414,11 +2825,11 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
2414
2825
  - `BaseMultiInputFieldProps`
2415
2826
  - `BasePickersTextFieldProps`
2416
2827
 
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).
2828
+ - 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
2829
 
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).
2830
+ - 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
2831
 
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).
2832
+ - 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
2833
 
2423
2834
  #### `@mui/x-date-pickers@8.0.0-alpha.0`
2424
2835
 
@@ -2449,17 +2860,17 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.0`.
2449
2860
 
2450
2861
  #### Breaking changes
2451
2862
 
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-✅).
2863
+ - 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
2864
 
2454
2865
  - 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
2866
 
2456
- - Removed or renamed multiple props from Series — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
2867
+ - Removed or renamed multiple props from Series — [Learn more](https://mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
2457
2868
 
2458
2869
  - The `highlighted` and `faded` properties of highlightScope have been deprecated in favor of `highlight` and `fade`.
2459
2870
  The deprecated ones are now removed.
2460
2871
  - The `xAxisKey`, `yAxisKey`, and `zAxisKey` properties have been deprecated in favor of `xAxisId`, `yAxisId`, and `zAxisId`.
2461
2872
 
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).
2873
+ - 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
2874
 
2464
2875
  #### `@mui/x-charts@8.0.0-alpha.0`
2465
2876
 
@@ -2482,15 +2893,15 @@ Same changes as in `@mui/x-charts@8.0.0-alpha.0`.
2482
2893
 
2483
2894
  #### Breaking changes
2484
2895
 
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).
2896
+ - 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
2897
 
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).
2898
+ - 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
2899
 
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).
2900
+ - 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
2901
 
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).
2902
+ - 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
2903
 
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).
2904
+ - 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
2905
 
2495
2906
  #### `@mui/x-tree-view@8.0.0-alpha.0`
2496
2907
 
@@ -3045,7 +3456,7 @@ _Jan 17, 2025_
3045
3456
 
3046
3457
  We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
3047
3458
 
3048
- - 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
3459
+ - 🔄 Data Grid [Scroll restoration](https://v7.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
3049
3460
  - 🐞 Bugfixes
3050
3461
 
3051
3462
  Special thanks go out to the community contributors who have helped make this release possible:
@@ -3109,7 +3520,7 @@ Same changes as in `@mui/x-tree-view@7.24.0`.
3109
3520
  ### Docs
3110
3521
 
3111
3522
  - [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore
3112
- - [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh
3523
+ - [docs] Fix demo rendering issue on CodeSandbox (#16129) @arminmeh
3113
3524
 
3114
3525
  ### Core
3115
3526
 
@@ -3387,7 +3798,7 @@ Releasing to benefit from license package fix (#15818).
3387
3798
  ### Core
3388
3799
 
3389
3800
  - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
3390
- - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
3801
+ - [license] Use `console.log` for the error message on CodeSandbox to avoid rendering error (#15818) @arminmeh
3391
3802
 
3392
3803
  ## 7.23.1
3393
3804
 
@@ -6728,9 +7139,9 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.4`.
6728
7139
  />
6729
7140
  ```
6730
7141
 
6731
- - The headless field hooks (e.g.: `useDateField`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
7142
+ - The headless field hooks (for example `useDateField()`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
6732
7143
  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).
7144
+ 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
7145
 
6735
7146
  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
7147
 
@@ -6832,11 +7243,11 @@ _Feb 16, 2024_
6832
7243
 
6833
7244
  We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
6834
7245
 
6835
- - 🎁 Charts get a [built in grid](https://next.mui.com/x/react-charts/axis/#grid)
7246
+ - 🎁 Charts get a [built in grid](https://v7.mui.com/x/react-charts/axis/#grid)
6836
7247
 
6837
7248
  <img src="https://github.com/mui/mui-x/assets/45398769/74299f54-f020-4135-b38c-dc88a230db30" width="510" alt="Charts Grid" />
6838
7249
 
6839
- - 🎛️ Charts get a [Gauge component](https://next.mui.com/x/react-charts/gauge/).
7250
+ - 🎛️ Charts get a [Gauge component](https://v7.mui.com/x/react-charts/gauge/).
6840
7251
 
6841
7252
  <img src="https://github.com/mui/mui-x/assets/45398769/fb7a94b5-bef6-4fc2-a0cd-d6ff5b60fa8b" width="510" alt="Guage Chart" />
6842
7253
 
@@ -6848,7 +7259,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
6848
7259
 
6849
7260
  #### Breaking changes
6850
7261
 
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.
7262
+ - 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
7263
 
6853
7264
  #### `@mui/x-data-grid@7.0.0-beta.3`
6854
7265
 
@@ -6951,7 +7362,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-beta.2`.
6951
7362
 
6952
7363
  #### Breaking changes
6953
7364
 
6954
- - If you're using the [commercial license](https://next.mui.com/x/introduction/licensing), you need to update the import path:
7365
+ - If you're using the [commercial license](https://v7.mui.com/x/introduction/licensing), you need to update the import path:
6955
7366
 
6956
7367
  ```diff
6957
7368
  -import { LicenseInfo } from '@mui/x-license-pro';
@@ -7003,10 +7414,10 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
7003
7414
  - 🚀 All charts have click handlers (#11411) @alexfauquette
7004
7415
  Test their respective documentation demonstrations to know more about the data format:
7005
7416
 
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)
7417
+ - [Scatter Chart](https://v7.mui.com/x/react-charts/scatter/#click-event)
7418
+ - [Line Chart](https://v7.mui.com/x/react-charts/lines/#click-event)
7419
+ - [Bar Chart](https://v7.mui.com/x/react-charts/bars/#click-event)
7420
+ - [Pie Chart](https://v7.mui.com/x/react-charts/pie/#click-event)
7010
7421
 
7011
7422
  Big thanks to @giladappsforce and @yaredtsy for their contribution on exploring this feature.
7012
7423
 
@@ -7128,7 +7539,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-beta.1`.
7128
7539
 
7129
7540
  - The line chart now have animation by default.
7130
7541
  You can disable it with `skipAnimation` prop.
7131
- See [animation documentation](next.mui.com/x/react-charts/lines/#animation) for more information.
7542
+ See [animation documentation](v7.mui.com/x/react-charts/lines/#animation) for more information.
7132
7543
 
7133
7544
  - Pie charts `onClick` get renamed `onItemClick` for consistency with other charts click callback.
7134
7545
 
@@ -7163,7 +7574,7 @@ We are glad to announce MUI X v7 beta!
7163
7574
  This version has several improvements, bug fixes, and exciting features 🎉.
7164
7575
  We want to offer a big thanks to the 7 contributors who made this release possible ✨:
7165
7576
 
7166
- - 🚀 Release the [Date Time Range Picker](https://next.mui.com/x/react-date-pickers/date-time-range-picker/) component (#9528) @LukasTy
7577
+ - 🚀 Release the [Date Time Range Picker](https://v7.mui.com/x/react-date-pickers/date-time-range-picker/) component (#9528) @LukasTy
7167
7578
 
7168
7579
  <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
7580
 
@@ -7178,7 +7589,7 @@ We want to offer a big thanks to the 7 contributors who made this release possib
7178
7589
 
7179
7590
  #### Breaking changes
7180
7591
 
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.
7592
+ - 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
7593
 
7183
7594
  ```diff
7184
7595
  <DataGrid
@@ -7262,7 +7673,7 @@ _Jan 19, 2024_
7262
7673
  We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
7263
7674
 
7264
7675
  - 🎁 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.
7676
+ - ⚙️ 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
7677
  - 🚀 Uplift the Simple Tree View customization examples (#11424) @noraleonte
7267
7678
  - 🌍 Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11668) on the Data Grid @BCaspari
7268
7679
  - 🐞 Bugfixes
@@ -7295,10 +7706,10 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
7295
7706
  </div>
7296
7707
  ```
7297
7708
 
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"`.
7709
+ - 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
7710
  - The Data Grid cells now have `role="gridcell"` instead of `role="cell"`.
7300
7711
 
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.
7712
+ - 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
7713
 
7303
7714
  ```diff
7304
7715
  function CustomToolbar() {
@@ -7329,7 +7740,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
7329
7740
 
7330
7741
  - The column grouping selectors `gridFocusColumnGroupHeaderSelector` and `gridTabIndexColumnGroupHeaderSelector` are no longer prefixed with `unstable_`.
7331
7742
 
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.
7743
+ - 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
7744
 
7334
7745
  #### `@mui/x-data-grid@7.0.0-alpha.9`
7335
7746
 
@@ -7924,7 +8335,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
7924
8335
 
7925
8336
  - The `instanceId` prop is now required for state selectors.
7926
8337
  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.
8338
+ See [migration docs](https://v7.mui.com/x/migration/migration-data-grid-v6/#instanceid-prop-is-required-for-state-selectors) for more details.
7928
8339
 
7929
8340
  #### `@mui/x-data-grid@7.0.0-alpha.5`
7930
8341
 
@@ -8078,9 +8489,9 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
8078
8489
  - 🚀 The scatter charts now use voronoi to trigger items
8079
8490
 
8080
8491
  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.
8492
+ 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
8493
 
8083
- - 📚 Add [Pickers FAQ page](https://next.mui.com/x/react-date-pickers/faq/)
8494
+ - 📚 Add [Pickers FAQ page](https://v7.mui.com/x/react-date-pickers/faq/)
8084
8495
  - 🎉 The Data Grid Header filters feature is now stable
8085
8496
  - 🌍 Improve Danish (da-DK) locale on Data Grid
8086
8497
  - 🐞 Bugfixes
@@ -8090,7 +8501,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
8090
8501
  #### Breaking changes
8091
8502
 
8092
8503
  - 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.
8504
+ See [migration docs](https://v7.mui.com/x/migration/migration-data-grid-v6/#filtering) for more details.
8094
8505
 
8095
8506
  - The `GridColDef['type']` has been narrowed down to only accept the built-in column types.
8096
8507
  TypeScript users need to use the `GridColDef` interface when defining columns:
@@ -8160,7 +8571,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
8160
8571
 
8161
8572
  - 🚀 Support localized start of the week on pickers' `AdapterLuxon`
8162
8573
 
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`).
8574
+ 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
8575
 
8165
8576
  - 📈 Fix a lot of Charts package issues
8166
8577
  - 🎉 The Data Grid features Cell selection and Clipboard paste are now stable
@@ -8176,7 +8587,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
8176
8587
 
8177
8588
  - The clipboard related exports `ignoreValueFormatterDuringExport` and `splitClipboardPastedText` are no longer prefixed with `unstable_`.
8178
8589
 
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.
8590
+ - 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
8591
 
8181
8592
  - The `slots.preferencesPanel` slot and the `slotProps.preferencesPanel` prop were removed. Use `slots.panel` and `slotProps.panel` instead.
8182
8593
 
@@ -8201,7 +8612,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
8201
8612
  | `unstable_setCellSelectionModel` | `setCellSelectionModel` |
8202
8613
 
8203
8614
  - 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.
8615
+ See [including hidden columns](https://v7.mui.com/x/react-data-grid/filtering/quick-filter/#including-hidden-columns) section for more details.
8205
8616
 
8206
8617
  #### `@mui/x-data-grid@7.0.0-alpha.3`
8207
8618
 
@@ -8370,7 +8781,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-alpha.2`.
8370
8781
  The `shouldDisableClock` prop received `value` as a `number` of hours, minutes, or seconds.
8371
8782
  Instead, the `shouldDisableTime` prop receives the date object (based on the used adapter).
8372
8783
 
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).
8784
+ 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
8785
 
8375
8786
  ```diff
8376
8787
  <DateTimePicker