@mui/x-tree-view 8.0.0-alpha.1 → 8.0.0-alpha.11

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 (59) hide show
  1. package/CHANGELOG.md +2007 -230
  2. package/README.md +1 -1
  3. package/RichTreeView/RichTreeView.js +4 -8
  4. package/RichTreeView/RichTreeView.types.d.ts +3 -3
  5. package/SimpleTreeView/SimpleTreeView.types.d.ts +3 -3
  6. package/TreeItem/TreeItem.d.ts +1 -1
  7. package/TreeItem/TreeItem.types.d.ts +1 -1
  8. package/TreeItemDragAndDropOverlay/TreeItemDragAndDropOverlay.js +1 -1
  9. package/TreeItemIcon/TreeItemIcon.types.d.ts +1 -1
  10. package/TreeItemProvider/TreeItemProvider.d.ts +2 -4
  11. package/TreeItemProvider/TreeItemProvider.js +13 -11
  12. package/hooks/useTreeItemUtils/useTreeItemUtils.d.ts +4 -4
  13. package/hooks/useTreeViewApiRef.d.ts +2 -1
  14. package/index.js +1 -1
  15. package/internals/TreeViewProvider/TreeViewProvider.types.d.ts +1 -1
  16. package/internals/components/RichTreeViewItems.d.ts +1 -1
  17. package/internals/hooks/useInstanceEventHandler.js +1 -1
  18. package/internals/models/itemPlugin.d.ts +3 -3
  19. package/internals/models/plugin.d.ts +3 -3
  20. package/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.js +23 -24
  21. package/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.selectors.d.ts +66 -10
  22. package/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.selectors.js +8 -1
  23. package/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.types.d.ts +1 -5
  24. package/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.utils.d.ts +3 -0
  25. package/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.utils.js +12 -0
  26. package/internals/plugins/useTreeViewIcons/useTreeViewIcons.types.d.ts +1 -1
  27. package/internals/plugins/useTreeViewItems/useTreeViewItems.selectors.d.ts +252 -84
  28. package/internals/plugins/useTreeViewItems/useTreeViewItems.types.d.ts +26 -8
  29. package/internals/plugins/useTreeViewLabel/useTreeViewLabel.js +4 -14
  30. package/internals/plugins/useTreeViewLabel/useTreeViewLabel.types.d.ts +3 -6
  31. package/internals/plugins/useTreeViewSelection/useTreeViewSelection.itemPlugin.js +13 -16
  32. package/internals/useTreeView/useTreeView.d.ts +1 -1
  33. package/internals/useTreeView/useTreeView.types.d.ts +2 -2
  34. package/internals/useTreeView/useTreeViewBuildContext.d.ts +1 -1
  35. package/modern/RichTreeView/RichTreeView.js +4 -8
  36. package/modern/TreeItemDragAndDropOverlay/TreeItemDragAndDropOverlay.js +1 -1
  37. package/modern/TreeItemProvider/TreeItemProvider.js +13 -11
  38. package/modern/index.js +1 -1
  39. package/modern/internals/hooks/useInstanceEventHandler.js +1 -1
  40. package/modern/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.js +23 -24
  41. package/modern/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.selectors.js +8 -1
  42. package/modern/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.utils.js +12 -0
  43. package/modern/internals/plugins/useTreeViewLabel/useTreeViewLabel.js +4 -14
  44. package/modern/internals/plugins/useTreeViewSelection/useTreeViewSelection.itemPlugin.js +13 -16
  45. package/modern/useTreeItem/useTreeItem.js +3 -5
  46. package/node/RichTreeView/RichTreeView.js +4 -8
  47. package/node/TreeItemDragAndDropOverlay/TreeItemDragAndDropOverlay.js +2 -2
  48. package/node/TreeItemProvider/TreeItemProvider.js +13 -10
  49. package/node/index.js +1 -1
  50. package/node/internals/hooks/useInstanceEventHandler.js +1 -1
  51. package/node/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.js +22 -24
  52. package/node/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.selectors.js +9 -2
  53. package/node/internals/plugins/useTreeViewExpansion/useTreeViewExpansion.utils.js +15 -2
  54. package/node/internals/plugins/useTreeViewLabel/useTreeViewLabel.js +4 -14
  55. package/node/internals/plugins/useTreeViewSelection/useTreeViewSelection.itemPlugin.js +13 -16
  56. package/node/useTreeItem/useTreeItem.js +3 -5
  57. package/package.json +5 -5
  58. package/useTreeItem/useTreeItem.js +3 -5
  59. package/useTreeItem/useTreeItem.types.d.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -5,340 +5,2117 @@
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
- ## v8.0.0-alpha.1
8
+ ## **8.0.0-alpha.11**
9
9
 
10
- _Nov 22, 2024_
11
-
12
- We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
10
+ _Feb 7, 2025_
13
11
 
14
- - 🔧 Refactor Tooltip customisation for charts [Learn more](https://next.mui.com/x/react-charts/tooltip/#overriding-content).
15
- - ⚛️ React 19 support
16
- - 🌍 Improve Chinese, Spanish, and Swedish locale on the Data Grid component
17
- - 🐞 Bugfixes
18
- - 📚 Documentation improvements
12
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
19
13
 
20
- ### Breaking change
14
+ - Mount and resize performance improvements for the Data Grid
21
15
 
22
16
  Special thanks go out to the community contributors who have helped make this release possible:
23
- @CarlosLopezLg, @headironc, @hendrikpeilke, @k-rajat19, @lhilgert9, @viktormelin.
17
+ @lauri865.
24
18
  Following are all team members who have contributed to this release:
25
- @alexfauquette, @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @oliviertassinari, @KenanYusuf, @arminmeh.
19
+ @alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @Janpot, @KenanYusuf, @LukasTy, @MBilalShafi, @noraleonte, @romgrk.
26
20
 
27
21
  <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
28
22
 
29
23
  ### Data Grid
30
24
 
31
- #### `@mui/x-data-grid@v8.0.0-alpha.1`
25
+ #### Breaking changes
32
26
 
33
- - [DataGrid] React 19 support (#15342) @arminmeh
34
- - [DataGrid] Add prop to override search input props in `GridColumnsManagement` (#15347) @k-rajat19
35
- - [DataGrid] Add test coverage for issues fixed in #15184 (#15282) @MBilalShafi
36
- - [DataGrid] Change default loading overlay variants (#15504) @KenanYusuf
37
- - [DataGrid] Fix last separator not being hidden when grid is scrollable (#15543) @KenanYusuf
38
- - [DataGrid] Fix right column group header border with virtualization (#15470) @hendrikpeilke
39
- - [DataGrid] Fix row-spanning in combination with column-pinning (#15368) @lhilgert9
40
- - [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc
41
- - [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg
42
- - [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin
27
+ - `createUseGridApiEventHandler()` is not exported anymore.
28
+ - The `filteredRowsLookup` object of the filter state does not contain `true` values anymore. If the row is filtered out, the value is `false`. Otherwise, the row id is not present in the object.
29
+ This change only impacts you if you relied on `filteredRowsLookup` to get ids of filtered rows. In this case,use `gridDataRowIdsSelector` selector to get row ids and check `filteredRowsLookup` for `false` values:
43
30
 
44
- #### `@mui/x-data-grid-pro@v8.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31
+ ```diff
32
+ const filteredRowsLookup = gridFilteredRowsLookupSelector(apiRef);
33
+ -const filteredRowIds = Object.keys(filteredRowsLookup).filter((rowId) => filteredRowsLookup[rowId] === true);
34
+ +const rowIds = gridDataRowIdsSelector(apiRef);
35
+ +const filteredRowIds = rowIds.filter((rowId) => filteredRowsLookup[rowId] !== false);
36
+ ```
45
37
 
46
- Same changes as in `@mui/x-data-grid@v8.0.0-alpha.1`.
38
+ - The `visibleRowsLookup` state does not contain `true` values anymore. If the row is not visible, the value is `false`. Otherwise, the row id is not present in the object:
47
39
 
48
- #### `@mui/x-data-grid-premium@v8.0.0-alpha.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
40
+ ```diff
41
+ const visibleRowsLookup = gridVisibleRowsLookupSelector(apiRef);
42
+ -const isRowVisible = visibleRowsLookup[rowId] === true;
43
+ +const isRowVisible = visibleRowsLookup[rowId] !== false;
44
+ ```
49
45
 
50
- Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.1`, plus:
46
+ #### `@mui/x-data-grid@8.0.0-alpha.11`
51
47
 
52
- - [DataGridPremium] Prompt input control (#15401) @arminmeh
48
+ - [DataGrid] Avoid `<GridRoot />` double-render pass on mount in SPA mode (#15648) @lauri865
49
+ - [DataGrid] Fix loading overlay not in sync with scroll (#16437) @MBilalShafi
50
+ - [DataGrid] Refactor: remove material `MenuList` import (#16444) @romgrk
51
+ - [DataGrid] Refactor: simplify `useGridApiEventHandler()` (#16479) @romgrk
53
52
 
54
- ### Date and Time Pickers
53
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.11` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
55
54
 
56
- #### Breaking change
55
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.11`, plus:
57
56
 
58
- - The `FieldValueType` type has been renamed to `PickerValueType` [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables).
59
- - 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).
57
+ - [DataGridPro] Fix the return type of `useGridApiContext()` for Pro and Premium packages on React < 19 (#16441) @arminmeh
60
58
 
61
- #### `@mui/x-date-pickers@v8.0.0-alpha.1`
59
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.11` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
62
60
 
63
- - [fields] Fix focus management with new DOM structure (#15475) @flaviendelangle
64
- - [pickers] React 19 support (#15342) @arminmeh
65
- - [pickers] Add new properties to `PickerOwnerState` and `PickerContextValue` (#15415) @flaviendelangle
66
- - [pickers] Always use `props.value` when it changes (#15490) @flaviendelangle
67
- - [pickers] Ensure internal value timezone is updated (#15435) @LukasTy
68
- - [pickers] Fix unused code in `<PickersToolbar />` component (#15515) @LukasTy
69
- - [pickers] Remove `FieldValueType` in favor of `PickerValueType` (#15259) @arthurbalduini
70
- - [pickers] Remove the form props from the layout and the toolbar slots (#15492) @flaviendelangle
71
- - [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15532) @flaviendelangle
72
- - [TimePicker] Prevent mouse events after `touchend` event (#15346) @arthurbalduini
61
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.11`, plus:
73
62
 
74
- #### `@mui/x-date-pickers-pro@v8.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
63
+ - [DataGridPremium] Fix "no rows" overlay not showing with active aggregation (#16466) @KenanYusuf
75
64
 
76
- Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.1`, plus:
65
+ ### Date and Time Pickers
77
66
 
78
- - [DateTimeRangePicker] Use time in `referenceDate` when selecting date (#15429) @LukasTy
67
+ #### `@mui/x-date-pickers@8.0.0-alpha.11`
79
68
 
80
- ### Charts
69
+ Internal changes.
81
70
 
82
- #### Breaking change
71
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.11` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
83
72
 
84
- - The DX of the Tooltip customization has been refactored
85
- - The `tooltip` prop has been removed in favor of `slotProps.tooltip` for consistency.
86
- - The `popper`, `axisContent`, and `itemContent` slots have been removed in favor of the `tooltip` slot which overrides the entire tooltip.
87
- - To override the tooltip content, use the `useItemTooltip` or `useAxisTooltip` hook to get the data, and wrap your component in `ChartsTooltipContainer` to follow the pointer position.
88
- - To override the tooltip placement, use the `ChartsItemTooltipContent` or `ChartsItemTooltipContent` to get default data and place them in your custom tooltip.
73
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.11`, plus:
89
74
 
90
- - The library now uses the SVG `filter` attribute instead of `d3-color` for color manipulation.
91
- - This modification impacts the `LinePlot`, `AreaPlot`, and `BarPlot` components.
92
- If you've customized the `fill` of those elements, you might need to override it by using the CSS `filter`.
93
- - The `theme.styleOverride` is removed for `MuiLineElement`, `MuiAreaElement`, and `MuiBarElement` to improve performance.
94
- You can still target those elements by using the `MuiLinePlot`, `MuiAreaPlot`, and `MuiBarPlot` and target the appropriate classes `lineElementClasses.root`, `areaElementClasses.root`, `barElementClasses.root`
75
+ - [DateRangeCalendar] Support arrow navigation with multiple months rendered (#16363) @flaviendelangle
76
+ - [DateRangePicker] Fix `currentMonthCalendarPosition` prop behavior on mobile (#16455) @LukasTy
77
+ - [DateRangePicker] Fix vertical alignment for multi input fields (#16489) @noraleonte
95
78
 
96
- - Removed the `resolveSizeBeforeRender` prop from all chart components — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#remove-resolvesizebeforerender-prop).
97
- - Removed `width` and `height` props from the `ChartsSurface` component.
98
- - Removed the `viewport` prop from all charts.
79
+ ### Charts
99
80
 
100
- #### `@mui/x-charts@v8.0.0-alpha.1`
81
+ #### `@mui/x-charts@8.0.0-alpha.11`
101
82
 
102
- - [charts] React 19 support (#15342) @arminmeh
103
- - [charts] Decouple `<ChartDataProvider />` and `<ChartsSurface />` (#15375) @JCQuintas
104
- - [charts] Fix Scatter Chart tooltip wrong defaults (#15537) @JCQuintas
105
- - [charts] Fix key generation for the `<ChartsGrid />` component (#15463) @alexfauquette
106
- - [charts] Improve `<SvgRefProvider />` to split the received ref (#15424) @JCQuintas
107
- - [charts] Move interaction state in store (#15426) @alexfauquette
108
- - [charts] Refactor Tooltip customisation (#15154) @alexfauquette
109
- - [charts] Remove intrinsic size requirement (#15471) @JCQuintas
110
- - [charts] Replace `d3-color` with CSS filter for highlight (#15084) @alexfauquette
111
- - [charts] Split `<DrawingProvider />` into `<DrawingAreaProvider />` and `<SvgRefProvider />` (#15417) @JCQuintas
83
+ - [charts] Add `color` prop to `Sparkline` and deprecate `colors` (#16477) @bernardobelchior
84
+ - [charts] Make typescript more flexible about plugins and their params (#16478) @alexfauquette
85
+ - [charts] Remove component for axis event listener (#16314) @alexfauquette
112
86
 
113
- #### `@mui/x-charts-pro@v8.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
87
+ #### `@mui/x-charts-pro@8.0.0-alpha.11` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
114
88
 
115
- Same changes as in `@mui/x-charts@v8.0.0-alpha.1`.
89
+ Same changes as in `@mui/x-charts@8.0.0-alpha.11`.
116
90
 
117
91
  ### Tree View
118
92
 
119
- #### Breaking changes
93
+ #### `@mui/x-tree-view@8.0.0-alpha.11`
120
94
 
121
- - 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).
95
+ Internal changes.
122
96
 
123
- #### `@mui/x-tree-view@v8.0.0-alpha.1`
97
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.11` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
124
98
 
125
- - [TreeView] React 19 support (#15342) @arminmeh
126
- - [TreeView] Do not re-render every Tree Item when the Rich Tree View re-renders (introduce selectors) (#14210) @flaviendelangle
127
- - [TreeView] Remove `treeId` from the item context (#15542) @flaviendelangle
128
- - [TreeView] Remove state mutation in `moveItemInTree()` (#15539) @flaviendelangle
129
- - [TreeItem] Correct the typing of `slotProps.groupTransition` (#15534) @flaviendelangle
99
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.11`.
130
100
 
131
101
  ### Docs
132
102
 
133
- - [docs] Fix some migration typos (#15422) @LukasTy
134
- - [docs] Fix typo in migration guide (#15508) @flaviendelangle
135
- - [docs] Fix 301 redirection in docs @oliviertassinari
136
- - [docs] Polish Server-side data section (#15330) @oliviertassinari
137
- - [docs] Use loading state in the demos (#15512) @cherniavskii
103
+ - [docs] Update charts colors default value (#16484) @bernardobelchior
138
104
 
139
105
  ### Core
140
106
 
141
- - [core] Keep OpenSSF badge up-to-date @oliviertassinari
142
- - [code-infra] Add `'DensitySelectorGrid'` to time-sensitive argos tests (#15425) @JCQuintas
143
- - [code-infra] Add documentation to internal types (#15540) @JCQuintas
144
- - [code-infra] Prevent relative imports across packages (#15437) @JCQuintas
145
- - [code-infra] Update renovate config to merge `action` pins (#15462) @LukasTy
146
- - [docs-infra] Fix version tooltip (#15468) @alexfauquette
147
- - [docs-infra] Transpile `.ts` demo files (#15345) @KenanYusuf
148
- - [infra] Remove cherry-pick issue write permission (#15456) @oliviertassinari
149
-
150
- ## 8.0.0-alpha.0
107
+ - [core] Fix corepack and pnpm installation in CircleCI (#16434) @flaviendelangle
108
+ - [code-infra] Update monorepo (#16112) @Janpot
109
+ - [test] Avoid test warning when running on React 18 (#16486) @LukasTy
110
+ - [test] Disable `react-transition-group` transitions in unit testing (#16288) @lauri865
151
111
 
152
- <img width="100%" alt="MUI X v8 Alpha is live" src="https://github.com/user-attachments/assets/114cf615-b617-435f-8499-76ac3c26c57b">
112
+ ## 8.0.0-alpha.10
153
113
 
154
- _Nov 14, 2024_
114
+ _Jan 30, 2025_
155
115
 
156
- We'd like to offer a big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
116
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
157
117
 
158
- - 🔁 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.
159
- - 🌍 Improve Greek (el-GR) locale on the Date and Time Pickers components
160
- - 🌍 Improve Polish (pl-PL) locale on the Data Grid component
161
- - 🐞 Bugfixes
118
+ - 🎨 Data Grid theming improvements and default background color
162
119
  - 📚 Documentation improvements
120
+ - 🐞 Bugfixes
163
121
 
164
- Special thanks go out to the community contributors who have helped make this release possible:
165
- @belkocik, @GeorgiosDrivas, @k-rajat19, @kalyan90, @DungTiger, @fxnoob, @GuillaumeMeheut
166
- Following are all team members who have contributed to this release:
167
- @alexfauquette, @arminmeh, @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @noraleonte, @oliviertassinari, @romgrk, @samuelsycamore, @joserodolfofreitas.
122
+ Special thanks go out to the community contributors who have helped make this release possible:
123
+ @k-rajat19, @lauri865, @mateuseap.
124
+ Following are all team members who have contributed to this release:
125
+ @alexfauquette, @flaviendelangle, @JCQuintas, @KenanYusuf, @MBilalShafi, @romgrk, @arminmeh.
168
126
 
169
127
  <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
170
128
 
171
129
  ### Data Grid
172
130
 
173
- #### `@mui/x-data-grid@8.0.0-alpha.0`
131
+ ### Breaking changes
174
132
 
175
- - [DataGrid] Fix grid overlay aligment with scroll for rtl (#15072) @kalyan90
176
- - [DataGrid] Fix resizing right pinned column (#15107) @KenanYusuf
177
- - [DataGrid] Pass the reason to the `onPaginationModelChange` callback (#13959) @DungTiger
178
- - [DataGrid] Set default overlay height in flex parent layout (#15202) @cherniavskii
179
- - [DataGrid] Refactor `baseMenuList` and `baseMenuItem` (#15049) @romgrk
180
- - [DataGrid] Remove more material imports (#15063) @romgrk
181
- - [l10n] Improve Polish (pl-PL) locale (#15227) @belkocik
133
+ - `viewportInnerSize.width` now includes pinned columns' widths (fixes recursive loops in updating dimensions <-> columns)
134
+ - The Data Grid now has a default background color, and its customization has moved from `theme.mixins.MuiDataGrid` to `theme.palette.DataGrid` with the following properties:
182
135
 
183
- #### `@mui/x-data-grid-pro@8.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
136
+ - `bg`: Sets the background color of the entire grid (new property)
137
+ - `headerBg`: Sets the background color of the header (previously named `containerBackground`)
138
+ - `pinnedBg`: Sets the background color of pinned rows and columns (previously named `pinnedBackground`)
184
139
 
185
- Same changes as in `@mui/x-data-grid@8.0.0-alpha.0`, plus:
140
+ ```diff
141
+ const theme = createTheme({
142
+ - mixins: {
143
+ - MuiDataGrid: {
144
+ - containerBackground: '#f8fafc',
145
+ - pinnedBackground: '#f1f5f9',
146
+ - },
147
+ - },
148
+ + palette: {
149
+ + DataGrid: {
150
+ + bg: '#f8fafc',
151
+ + headerBg: '#e2e8f0',
152
+ + pinnedBg: '#f1f5f9',
153
+ + },
154
+ + },
155
+ });
156
+ ```
186
157
 
187
- - [DataGridPro] Fix column pinning layout (#14966) @cherniavskii
158
+ - The `detailPanels`, `pinnedColumns`, and `pinnedRowsRenderZone` classes have been removed.
159
+ - Return type of the `useGridApiRef()` hook and the type of `apiRef` prop are updated to explicitly include the possibilty of `null`. In addition to this, `useGridApiRef()` returns a reference that is initialized with `null` instead of `{}`.
188
160
 
189
- #### `@mui/x-data-grid-premium@8.0.0-alpha.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
161
+ Only the initial value and the type are updated. Logic that initializes the API and its availability remained the same, which means that if you could access API in a particular line of your code before, you are able to access it as well after this change.
190
162
 
191
- Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
163
+ Depending on the context in which the API is being used, you can decide what is the best way to deal with `null` value. Some options are:
192
164
 
193
- - [DataGridPremium] Server-side data source with row grouping (#13826) @MBilalShafi
165
+ - Use optional chaining
166
+ - Use non-null assertion operator if you are sure your code is always executed when the `apiRef` is not `null`
167
+ - Return early if `apiRef` is `null`
168
+ - Throw an error if `apiRef` is `null`
194
169
 
195
- ### Date and Time Pickers
170
+ #### `@mui/x-data-grid@8.0.0-alpha.10`
196
171
 
197
- #### Breaking changes
172
+ - [DataGrid] Fix `renderContext` calculation with scroll bounce / over-scroll (#16297) @lauri865
173
+ - [DataGrid] Remove unused classes from `gridClasses` (#16256) @mateuseap
174
+ - [DataGrid] Add default background color to grid (#16066) @KenanYusuf
175
+ - [DataGrid] Add missing style overrides (#16272) @KenanYusuf
176
+ - [DataGrid] Add possibility of `null` in the return type of the `useGridApiRef()` hook (#16353) @arminmeh
177
+ - [DataGrid] Fix header filters keyboard navigation when there are no rows (#16126) @k-rajat19
178
+ - [DataGrid] Fix order of `onClick` prop on toolbar buttons (#16356) @KenanYusuf
179
+ - [DataGrid] Refactor row state propagation (#15627) @lauri865
180
+ - [DataGrid] Refactor: create TextField props (#16174) @romgrk
181
+ - [DataGrid] Remove outdated warning (#16360) @MBilalShafi
182
+ - [DataGrid] Respect width of `iconContainer` during autosizing (#16399) @michelengelen
198
183
 
199
- - 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).
184
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.10` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
200
185
 
201
- - 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.
202
- - 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.
186
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.10`, plus:
203
187
 
204
- - 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).
188
+ - [DataGridPro] Fetch new rows only once when multiple models are changed in one cycle (#16101) @arminmeh
189
+ - [DataGridPro] Fix the return type of `useGridApiRef` for Pro and Premium packages on React < 19 (#16328) @arminmeh
205
190
 
206
- - 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).
191
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.10` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
207
192
 
208
- - `UseDateFieldComponentProps`
209
- - `UseTimeFieldComponentProps`
210
- - `UseDateTimeFieldComponentProps`
211
- - `BaseSingleInputFieldProps`
212
- - `BaseMultiInputFieldProps`
213
- - `BasePickersTextFieldProps`
193
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.10`.
214
194
 
215
- - 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).
195
+ ### Date and Time Pickers
216
196
 
217
- - 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).
197
+ #### Breaking changes
218
198
 
219
- - 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).
199
+ - 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)
200
+ - 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)
220
201
 
221
- #### `@mui/x-date-pickers@8.0.0-alpha.0`
202
+ #### `@mui/x-date-pickers@8.0.0-alpha.10`
222
203
 
223
- - [fields] Enable the new field DOM structure by default (#14651) @flaviendelangle
224
- - [fields] Remove `UseDateFieldComponentProps` and equivalent interfaces (#15053) @flaviendelangle
225
- - [fields] Remove clear button from the tab sequence (#14616) @k-rajat19
226
- - [l10n] Improve Greek (el-GR) locale (#15250) @GeorgiosDrivas
227
- - [pickers] Clean definition of validation props (#15198) @flaviendelangle
228
- - [pickers] Clean the new `ownerState` object (#15056) @flaviendelangle
229
- - [pickers] Correctly type the `ownerState` of the `field` and `actionBar` slots when resolved in a picker component (#15162) @flaviendelangle
230
- - [pickers] Fix `DateCalendar` timezone management (#12321) @LukasTy
231
- - [pickers] Fix `DateTimeRangePicker` error when using format without time (#14917) @fxnoob
232
- - [pickers] Fix `DigitalClock` time options on a `DST` switch day (#10793) @LukasTy
233
- - [pickers] Remove `TDate` generics in favor of `PickerValidDate` direct usage (#15001) @flaviendelangle
234
- - [pickers] Remove `utils` and `value` params from translations (#14986) @arthurbalduini
235
- - [pickers] Remove plural in "Pickers" on recently introduced APIs (#15297) @flaviendelangle
236
- - [pickers] Remove the re-export from `@mui/x-license` (#14487) @k-rajat19
237
- - [pickers] Strictly type the props a picker passes to its field, and migrate all the custom field demos accordingly (#15197) @flaviendelangle
238
- - [pickers] Unify JSDoc for all the `disabled` and `readOnly` props (#15304) @flaviendelangle
239
- - [pickers] Use the new `ownerState` in `DateCalendar`, `DateRangeCalendar`, `MonthCalendar` and `YearCalendar` (#15171) @flaviendelangle
240
- - [pickers] Use the new `ownerState` in `usePickersLayout` and `useXXXPicker` (#14994) @flaviendelangle
204
+ - [pickers] Clean the internals and the public API of `<PickersPopper />` (#16319) @flaviendelangle
205
+ - [pickers] Improve the JSDoc of the `PickerContextValue` properties (#16327) @flaviendelangle
206
+ - [pickers] Move more field props to the context (#16278) @flaviendelangle
207
+ - [pickers] Do not close the picker when doing keyboard editing (#16402) @flaviendelangle
241
208
 
242
- #### `@mui/x-date-pickers-pro@8.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
209
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.10` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
243
210
 
244
- Same changes as in `@mui/x-date-pickers@8.0.0-alpha.0`.
211
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.10`.
245
212
 
246
213
  ### Charts
247
214
 
248
215
  #### Breaking changes
249
216
 
250
- - 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-✅).
217
+ - Replace `legend.position.horizontal` from `"left" | "middle" | "right"` to `"start" | "center" | "end"`.
218
+ This is to align with the CSS values and reflect the RTL ability of the legend component.
219
+ - The default colors have changed. To keep using the old palette. It is possible to import `blueberryTwilightPalette` from `@mui/x-charts/colorPalettes` and set it on the `colors` property of charts.
220
+ - The `id` property is now optional on the `Pie` and `Scatter` data types.
251
221
 
252
- - 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.
222
+ #### `@mui/x-charts@8.0.0-alpha.10`
253
223
 
254
- - Removed or renamed multiple props from Series [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
224
+ - [charts] Add new `bumpX` and `bumpY` curve options (#16318) @JCQuintas
225
+ - [charts] Move `tooltipGetter` to `seriesConfig` (#16331) @JCQuintas
226
+ - [charts] Move item highligh feature to plugin system (#16211) @alexfauquette
227
+ - [charts] Replace `legend.position.horizontal` from `"left" | "middle" | "right"` to `"start" | "center" | "end"` (#16315) @JCQuintas
228
+ - [charts] New default colors (#16373) @JCQuintas
229
+ - [charts] Make `id` optional on `PieValueType` and `ScatterValueType` (#16389) @JCQuintas
255
230
 
256
- - The `highlighted` and `faded` properties of highlightScope have been deprecated in favor of `highlight` and `fade`.
257
- The deprecated ones are now removed.
258
- - The `xAxisKey`, `yAxisKey`, and `zAxisKey` properties have been deprecated in favor of `xAxisId`, `yAxisId`, and `zAxisId`.
231
+ #### `@mui/x-charts-pro@8.0.0-alpha.10` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
259
232
 
260
- - 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).
233
+ Same changes as in `@mui/x-charts@8.0.0-alpha.10`.
261
234
 
262
- #### `@mui/x-charts@8.0.0-alpha.0`
235
+ ### Tree View
263
236
 
264
- - [charts] Introduce `hideLegend` prop (#15277) @alexfauquette
265
- - [charts] Filter items outside the drawing area for performance (#14281) @alexfauquette
266
- - [charts] Fix log scale with `null` data (#15337) @alexfauquette
267
- - [charts] Fix tooltip follow mouse (#15189) @alexfauquette
268
- - [charts] Remove `xAxisKey`, `yAxisKey`, and `zAxisKey` series keys (#15192) @alexfauquette
269
- - [charts] Remove axis from the pie chart (#15187) @alexfauquette
270
- - [charts] Remove deprecated `legend` props (#15081) @alexfauquette
271
- - [charts] Remove deprecated highlight properties (#15191) @alexfauquette
272
- - [charts] Update Popper position outside of React (#15003) @alexfauquette
273
- - [charts] Improve the performance of the `getSymbol` method (#15233) @romgrk
237
+ #### `@mui/x-tree-view@8.0.0-alpha.10`
274
238
 
275
- #### `@mui/x-charts-pro@8.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
239
+ Internal changes.
276
240
 
277
- Same changes as in `@mui/x-charts@8.0.0-alpha.0`.
241
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.10` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
278
242
 
279
- ### Tree View
243
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.10`.
280
244
 
281
- #### Breaking changes
245
+ ### Docs
282
246
 
283
- - 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).
247
+ - [docs] Improve release documentation (#16321) @MBilalShafi
284
248
 
285
- - 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).
249
+ ### Core
286
250
 
287
- - 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).
251
+ - [core] Reduce chart perf benchmark weight (#16374) @alexfauquette
252
+ - [test] Fix console warnings while executing tests with React 18 (#16386) @arminmeh
253
+ - [test] Fix flaky data source tests in DataGrid (#16395) @lauri865
288
254
 
289
- - 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).
255
+ ## 8.0.0-alpha.9
290
256
 
291
- - 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).
257
+ _Jan 24, 2025_
292
258
 
293
- #### `@mui/x-tree-view@8.0.0-alpha.0`
259
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
294
260
 
295
- - [TreeView] Always apply the indentation on the item content instead of its parent's group (#15089) @flaviendelangle
296
- - [TreeView] Automatic parents and children selection (#14899) @flaviendelangle
297
- - [TreeView] Remove deprecated `TreeView` component (#15093) @flaviendelangle
298
- - [TreeView] Replace `<TreeItem />` with `<TreeItem2 />` and migrate all the components and utils (#14913) @flaviendelangle
261
+ - 🌍 Improve Persian (fa-IR) and Urdu (ur-PK) locales on the Data Grid
262
+ - 📚 Documentation improvements
263
+ - 🐞 Bugfixes
299
264
 
300
- ### Docs
265
+ Special thanks go out to the community contributors who have helped make this release possible:
266
+ @AxharKhan, @lauri865, @mapache-salvaje, @mostafaRoosta74.
301
267
 
302
- - [docs] Add docs for rounded symbol (#15324) @GuillaumeMeheut
303
- - [docs] Add migration guide for the removal of `LicenseInfo` from `@mui/x-date-pickers-pro` (#15321) @flaviendelangle
304
- - [docs] Add migration guide for the first breaking changes of charts (#15276) @alexfauquette
305
- - [docs] Add `PickersPopper` component to the Date Picker customization playground (#15305) @LukasTy
306
- - [docs] Add v8 to supported releases table (#15384) @joserodolfofreitas
307
- - [docs] Apply the new DX to the Button Field demos (#14860) @flaviendelangle
308
- - [docs] Apply the new DX to the `Autocomplete` Field demo (#15165) @flaviendelangle
309
- - [docs] Cleanup the pickers migration guide (#15310) @flaviendelangle
310
- - [docs] Copyedit the Charts Getting Started sequence (#14962) @samuelsycamore
311
- - [docs] Create Pickers masked field recipe (#13515) @flaviendelangle
312
- - [docs] Fix `applyDomain` docs for the charts (#15332) @JCQuintas
313
- - [docs] Fix link to private notion page (#15396) @michelengelen
314
- - [docs] Fix missing punctuation on descriptions (#15229) @oliviertassinari
315
- - [docs] Fix peer dependency range (#15281) @oliviertassinari
316
- - [docs] Fix small Tree View typo (#15390) @oliviertassinari
317
- - [docs] Fix the `AdapterMomentHijri` doc section (#15312) @flaviendelangle
318
- - [docs] Replace the Tree Item anatomy images (#15066) @noraleonte
319
- - [docs] Start v8 migration guides (#15096) @MBilalShafi
320
- - [docs] Subdivide and reorganize navigation bar (#15014) @samuelsycamore
321
- - [docs] Use `PickersTextField` in the customization playground (#15288) @LukasTy
322
- - [docs] Use `next` instead of `^8.0.0` in the migration guides (#15091) @flaviendelangle
268
+ Following are all team members who have contributed to this release:
269
+ @alexfauquette, @cherniavskii, @Janpot, @JCQuintas, @LukasTy, @arminmeh.
323
270
 
324
- ### Core
271
+ ### Data Grid
325
272
 
326
- - [core] Adjust the `cherry-pick` GitHub actions (#15099) @LukasTy
327
- - [core] Add `()` at the name of function name in the doc (#15075) @oliviertassinari
328
- - [core] Clarify release version bump strategy (#15219) @cherniavskii
329
- - [core] Fix CodeSandbox and StackBlitz for next doc-infra sync @oliviertassinari
330
- - [core] Fix Vale error on `master` @oliviertassinari
331
- - [core] Fix changelog reference to VoiceOver @oliviertassinari
332
- - [core] Fix `tools-public.mui.com` redirection @oliviertassinari
333
- - [core] Fix webpack capitalization (#15353) @oliviertassinari
334
- - [core] Move `helpers` to `@mui/x-internals` package (#15188) @LukasTy
335
- - [code-infra] Set renovate to automerge devDependencies (#13463) @JCQuintas
336
- - [infra] Reintroduce the cherry pick workflow (#15293) @michelengelen
337
- - [core] Remove duplicate title header (#15389) @oliviertassinari
338
- - [release] v8 preparation (#15054) @michelengelen
339
- - [test] Fix advanced list view regression test snapshot (#15260) @KenanYusuf
273
+ #### `@mui/x-data-grid@v8.0.0-alpha.9`
274
+
275
+ - [DataGrid] Fix toggling preference panel from toolbar (#16274) @lauri865
276
+ - [DataGrid] Only try to mount filter button if there are filters present (#16267) @lauri865
277
+ - [DataGrid] Revert `apiRef` to be `MutableRefObject` for React versions < 19 (#16279) @arminmeh
278
+ - [l10n] Improve Persian (fa-IR) locale (#16312) @mostafaRoosta74
279
+ - [l10n] Improve Urdu (ur-PK) locale (#16295) @AxharKhan
280
+
281
+ #### `@mui/x-data-grid-pro@v8.0.0-alpha.9` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
282
+
283
+ Same changes as in `@mui/x-data-grid@v8.0.0-alpha.9`.
284
+
285
+ #### `@mui/x-data-grid-premium@v8.0.0-alpha.9` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
286
+
287
+ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.9`.
288
+
289
+ ### Date and Time Pickers
290
+
291
+ #### `@mui/x-date-pickers@v8.0.0-alpha.9`
292
+
293
+ - [fields] Reset `all` selected state on section edit (#16223) @LukasTy
294
+
295
+ #### `@mui/x-date-pickers-pro@v8.0.0-alpha.9` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
296
+
297
+ Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.9`.
298
+
299
+ ### Charts
300
+
301
+ #### Breaking Changes
302
+
303
+ The `experimentalMarkRendering` prop has been removed from the `LineChart` component.
304
+ The line mark are now `<circle />` element by default.
305
+ And you can chose another shape by adding a `shape` property to your line series.
306
+
307
+ The codemod only removes the `experimentalMarkRendering` prop.
308
+ If you relied on the fact that marks were `path` elements, you need to update your logic.
309
+
310
+ #### `@mui/x-charts@v8.0.0-alpha.9`
311
+
312
+ - [charts] Expand line with step interpolation (#16229) @alexfauquette
313
+ - [charts] Fix hydration mismatch (#16261) @alexfauquette
314
+ - [charts] Fix zoom option reactivity (#16262) @alexfauquette
315
+ - [charts] Move legend getter to series config (#16307) @alexfauquette
316
+ - [charts] Use `<circle />` instead of `<path />` for line marks by default (#15220) @alexfauquette
317
+
318
+ #### `@mui/x-charts-pro@v8.0.0-alpha.9` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
319
+
320
+ Same changes as in `@mui/x-charts@v8.0.0-alpha.9`, plus:
321
+
322
+ - [charts-pro] Fix `pro` components watermark (#16222) @JCQuintas
323
+
324
+ ### Tree View
325
+
326
+ #### `@mui/x-tree-view@v8.0.0-alpha.9`
327
+
328
+ Internal changes.
329
+
330
+ #### `@mui/x-tree-view-pro@v8.0.0-alpha.9` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
331
+
332
+ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.9`.
333
+
334
+ ### Docs
335
+
336
+ - [docs] Fix `domainLimit` definition (#16270) @alexfauquette
337
+ - [docs] Fix tiny line chart breaking change (#16268) @alexfauquette
338
+ - [docs] Revise planned feature callouts and descriptions (#16290) @mapache-salvaje
339
+ - [docs] Copyedit the Aggregation doc (#16200) @mapache-salvaje
340
+ - [docs] Revise the Data Grid getting started docs (#15757) @mapache-salvaje
341
+ - [code-infra] Add 'use client' directive (#16273) @Janpot
342
+ - [code-infra] Allow dispatch of manual cherry-pick workflow (#16299) @JCQuintas
343
+ - [code-infra] Update changelog script (#16218) @cherniavskii
344
+ - [test] Fix flaky column pinning tests (#16219) @cherniavskii
345
+ - [test] Fix flaky tests (#16257) @lauri865
346
+
347
+ ## 8.0.0-alpha.8
348
+
349
+ _Jan 16, 2025_
350
+
351
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
352
+
353
+ - 🍬 Improved design for Data Grid [Header filters](https://next.mui.com/x/react-data-grid/filtering/header-filters/)
354
+
355
+ <img width="100%" alt="Data Grid Header filters" src="https://github.com/user-attachments/assets/74a50cd9-7a55-41fc-a2b8-f8a0d5b9120e" />
356
+
357
+ - 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
358
+ - 📊 Charts support server-side rendering under [some conditions](https://next.mui.com/x/react-charts/getting-started/#server-side-rendering)
359
+ - 🐞 Bugfixes
360
+
361
+ Special thanks go out to the community contributors who have helped make this release possible:
362
+ @lauri865.
363
+ Following are all team members who have contributed to this release:
364
+ @arminmeh, @romgrk, @samuelsycamore, @alexfauquette, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @michelengelen.
365
+
366
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
367
+
368
+ ### Data Grid
369
+
370
+ #### Breaking changes
371
+
372
+ - The clear button in header filter cells has been moved to the header filter menu. Use `slotProps={{ headerFilterCell: { showClearIcon: true } }}` to restore the clear button in the cell.
373
+
374
+ #### `@mui/x-data-grid@8.0.0-alpha.8`
375
+
376
+ - [DataGrid] Improve scrollbar deadzone with overlay scrollbars (#15961) @lauri865
377
+ - [DataGrid] Header filter design improvements (#15991) @KenanYusuf
378
+ - [DataGrid] Scroll restoration (#15623) @lauri865
379
+ - [DataGrid] Fix row, cell and header memoizations (#15666) @lauri865
380
+
381
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.8` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
382
+
383
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.8`, plus:
384
+
385
+ - [DataGridPro] Add test for column pinning with disabled column virtualization (#16176) @cherniavskii
386
+ - [DataGridPro] Fix width of right-pinned column group during resize (#16199) @cherniavskii
387
+
388
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.8` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
389
+
390
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.8`.
391
+
392
+ ### Date and Time Pickers
393
+
394
+ #### Breaking changes
395
+
396
+ - 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)
397
+ - 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)
398
+ - 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)
399
+
400
+ #### `@mui/x-date-pickers@8.0.0-alpha.8`
401
+
402
+ - [pickers] Let the field components handle their opening UI, and allow field editing on mobile pickers (#15671) @flaviendelangle
403
+ - [pickers] Remove code duplication for the multi input range fields (#15505) @flaviendelangle
404
+ - [pickers] Rename `onRangePositionChange` into `setRangePosition` in `usePickerRangePositionContext` (#16189) @flaviendelangle
405
+ - [pickers] Use context to pass props from the picker to the field (#16042) @flaviendelangle
406
+
407
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.8` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
408
+
409
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.8`.
410
+
411
+ ### Charts
412
+
413
+ #### Breaking changes
414
+
415
+ - Charts tooltip markers now have different styles for each chart type. The tooltip and legend marks are now the same.
416
+ - Duplicate axis id's across `x` and `y` axis now log a warning in dev mode. Axis ids should be unique to prevent internal issues.
417
+
418
+ #### `@mui/x-charts@8.0.0-alpha.8`
419
+
420
+ - [charts] Fix flaky charts tests (#16180) @JCQuintas
421
+ - [charts] Handle case where gradient stop `offset` could be `Infinite` (#16131) @JCQuintas
422
+ - [charts] Make `useChartGradientId` public (#16106) @JCQuintas
423
+ - [charts] Move z-axis to plugin (#16130) @alexfauquette
424
+ - [charts] Plot data at first render if `skipAnimation` is set to `true` (#16166) @alexfauquette
425
+ - [charts] Replace tooltip mark with style (#16117) @JCQuintas
426
+ - [charts] Support `rtl` for gradient legend (#16115) @JCQuintas
427
+ - [charts] Use plugin system for series and axes (#15865) @alexfauquette
428
+
429
+ #### `@mui/x-charts-pro@8.0.0-alpha.8` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
430
+
431
+ Same changes as in `@mui/x-charts@8.0.0-alpha.8`.
432
+
433
+ ### Tree View
434
+
435
+ #### `@mui/x-tree-view@8.0.0-alpha.8`
436
+
437
+ No changes since `@mui/x-tree-view-pro@v8.0.0-alpha.7`.
438
+
439
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.8` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
440
+
441
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.8`.
442
+
443
+ ### Docs
444
+
445
+ - [docs] Add example for custom legend (#16169) @alexfauquette
446
+ - [docs] Add full custom field creation example (#15194) @flaviendelangle
447
+ - [docs] Copyedit the Data Grid cell selection page (#16099) @samuelsycamore
448
+ - [docs] Fix demo rendering issue on Codesandbox (#16118) @arminmeh
449
+ - [docs] Remove broken links (#16167) @alexfauquette
450
+ - [docs] Split the Data Grid editing page (#14931) @MBilalShafi
451
+ - [docs] Fix wrong props warnings (#16119) @JCQuintas
452
+
453
+ ### Core
454
+
455
+ - [core] Type all references as `RefObject` (#16124) @arminmeh
456
+ - [code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving (#16160) @LukasTy
457
+ - [code-infra] Stop renovate from updating `date-fns-v2` (#16158) @LukasTy
458
+ - [infra] Improve cherry-pick action target list (#16184) @michelengelen
459
+ - [test] Fix flaky column pinning unit test (#16202) @cherniavskii
460
+ - [test] Fix flaky screenshot (#16182) @cherniavskii
461
+
462
+ ## 8.0.0-alpha.7
463
+
464
+ _Jan 9, 2025_
465
+
466
+ We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
467
+
468
+ - 📊 Charts legend is now an HTML element which can be styled more easily
469
+ - 💫 Support [aggregation with server-side data](/x/react-data-grid/server-side-data/aggregation/)
470
+ - 🏎️ Improve Data Grid aggregation performance
471
+ - 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers
472
+ - 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers
473
+ - 🐞 Bugfixes
474
+
475
+ Special thanks go out to the community contributors who have helped make this release possible:
476
+ @derek-0000, @josteinjhauge, @k-rajat19, @nusr, @tomashauser.
477
+ Following are all team members who have contributed to this release:
478
+ @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @arminmeh, @romgrk, @oliviertassinari.
479
+
480
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
481
+
482
+ ### Data Grid
483
+
484
+ #### `@mui/x-data-grid@8.0.0-alpha.7`
485
+
486
+ - [DataGrid] Improve React 19 support (#15769) @LukasTy
487
+ - [DataGrid] Add `name` attribute to the checkbox selection column (#15178) @derek-0000
488
+ - [DataGrid] Fix number filter field formatting values while typing (#16062) @arminmeh
489
+ - [DataGrid] Fix select all checkbox state reset with server side data (#16034) @MBilalShafi
490
+ - [DataGrid] Refactor: create base button props (#15930) @romgrk
491
+ - [DataGrid] Refactor: create tooltip props (#16086) @romgrk
492
+ - [DataGrid] Fix TS error (#16046) @cherniavskii
493
+
494
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
495
+
496
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.7`.
497
+
498
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.7` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
499
+
500
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.7`, plus:
501
+
502
+ - [DataGridPremium] Improve aggregation performance for multiple columns (#16097) @cherniavskii
503
+ - [DataGridPremium] Make Aggregation keyboard accessible in the column menu (#15934) @k-rajat19
504
+ - [DataGridPremium] Server-side aggregation with data source (#15741) @MBilalShafi
505
+
506
+ ### Date and Time Pickers
507
+
508
+ #### Breaking changes
509
+
510
+ - 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)
511
+ - 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)
512
+ - 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).
513
+ - 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).
514
+ - 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).
515
+ - The `PickerShortcutChangeImportance` type has been renamed `PickerChangeImportance` — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables-and-types).
516
+ - 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).
517
+ - 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).
518
+ - 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).
519
+
520
+ #### `@mui/x-date-pickers@8.0.0-alpha.7`
521
+
522
+ - [fields] Handle focusing container with `inputRef.current.focus` on `accessibleFieldDOMStructure` (#15985) @LukasTy
523
+ - [pickers] Always use `setValue` internally to update the picker value (#16056) @flaviendelangle
524
+ - [pickers] Create a new context to pass the range position props to the layout components and to the views (#15846) @flaviendelangle
525
+ - [pickers] Introduce a new concept of `manager` (#15339) @flaviendelangle
526
+ - [pickers] Improve React 19 support (#15769) @LukasTy
527
+ - [pickers] Memoize `<PickersActionBar />` (#16071) @LukasTy
528
+ - [pickers] Remove `NonEmptyDateRange` type (#16035) @flaviendelangle
529
+ - [pickers] Rename `AdapterDateFns` into `AdapterDateFnsV2` and `AdapterDateFnsV3` into `AdapterDateFns` (#16082) @LukasTy
530
+ - [pickers] Rename `ctx.onViewChange` to `ctx.setView` and add it to the actions context (#16044) @flaviendelangle
531
+ - [pickers] Support `date-fns-jalali` v4 (#16011) @LukasTy
532
+ - [pickers] Update `closeOnSelect` and `actionBar.actions` default values (#15944) @LukasTy
533
+ - [pickers] Use `usePickerContext()` and `usePickerActionsContext()` instead of passing props to the `shortcuts` and `toolbar` slots (#15948) @flaviendelangle
534
+ - [l10n] Add Chinese (Taiwan) (zh-TW) locale (#16033) @nusr
535
+ - [l10n] Improve Norwegian (nb-NO) locale (#16089) @josteinjhauge
536
+
537
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
538
+
539
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.7`.
540
+
541
+ ### Charts
542
+
543
+ #### Breaking changes
544
+
545
+ - Removed `DefaultChartsLegend` component, since it is now easier to create custom legends — [Learn more](https://next.mui.com/x/react-charts/components/#html-components).
546
+ - The default legend is now an HTML element and can be styled more easily.
547
+ - 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.
548
+ - `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-✅).
549
+ - 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).
550
+
551
+ #### `@mui/x-charts@8.0.0-alpha.7`
552
+
553
+ - [charts] New HTML legend & styles (#15733) @JCQuintas
554
+ - [charts] Improve React 19 support (#15769) @LukasTy
555
+ - [charts] Fix 301 redirection in the API documentation @oliviertassinari
556
+
557
+ #### `@mui/x-charts-pro@8.0.0-alpha.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
558
+
559
+ Same changes as in `@mui/x-charts@8.0.0-alpha.7`.
560
+
561
+ ### Tree View
562
+
563
+ #### `@mui/x-tree-view@8.0.0-alpha.7`
564
+
565
+ - [TreeView] Improve React 19 support (#15769) @LukasTy
566
+
567
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
568
+
569
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.7`.
570
+
571
+ ### Docs
572
+
573
+ - [docs] Fix `EditingWithDatePickers` demo (#15967) @k-rajat19
574
+ - [docs] Fix inconsistent multi input range field separators (#16043) @flaviendelangle
575
+ - [docs] Fix non-existing "adapter" property of `LocalizationProvider` (#16084) @tomashauser
576
+ - [docs] Refactor Data Grid with Date Pickers example (#15992) @LukasTy
577
+ - [docs] Unify the wording of the pickers slots breaking changes (#16036) @flaviendelangle
578
+
579
+ ### Core
580
+
581
+ - [core] Clarify the release strategy (#16014) @MBilalShafi
582
+ - [core] Small fixes on docs @oliviertassinari
583
+ - [core] Sync with other repos @oliviertassinari
584
+ - [core] Update the `release:version` docs (#16038) @cherniavskii
585
+ - [code-infra] Add `testSkipIf` and `describeSkipIf` (#16049) @JCQuintas
586
+ - [test] Stabilize flaky Data Grid tests (#16053) @LukasTy
587
+
588
+ ## 8.0.0-alpha.6
589
+
590
+ _Dec 26, 2024_
591
+
592
+ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
593
+
594
+ - 🏎️ Improve Data Grid scrolling performance
595
+ - 🌍 Improve Dutch (nl-NL) locale on the Data Grid
596
+ - 🐞 Bugfixes
597
+
598
+ Special thanks go out to the community contributors who have helped make this release possible:
599
+ @JoepVerkoelen, @k-rajat19, @lauri865.
600
+ Following are all team members who have contributed to this release:
601
+ @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @romgrk.
602
+
603
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
604
+
605
+ ### Data Grid
606
+
607
+ #### Breaking changes
608
+
609
+ - The `sanitizeFilterItemValue()` utility is not exported anymore.
610
+
611
+ #### `@mui/x-data-grid@8.0.0-alpha.6`
612
+
613
+ - [DataGrid] Avoid subscribing to `renderContext` state in grid root for better scroll performance (#15986) @lauri865
614
+ - [DataGrid] Fix header filters showing clear button while empty (#15829) @k-rajat19
615
+ - [DataGrid] Improve test coverage of server side data source (#15942) @MBilalShafi
616
+ - [DataGrid] Move progress components to leaf import (#15914) @romgrk
617
+ - [DataGrid] Move skeleton to leaf import (#15931) @romgrk
618
+ - [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15955) @lauri865
619
+ - [l10n] Improve Dutch (nl-NL) locale (#15994) @JoepVerkoelen
620
+
621
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
622
+
623
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.6`.
624
+
625
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
626
+
627
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.6`, plus:
628
+
629
+ - [DataGridPremium] Fix column unpinning with row grouping (#15908) @k-rajat19
630
+
631
+ ### Date and Time Pickers
632
+
633
+ #### `@mui/x-date-pickers@8.0.0-alpha.6`
634
+
635
+ - [pickers] Use `usePickerContext()` and `usePickerActionsContext()` to get the actions in the `actionBar` slot and in internal components (#15843) @flaviendelangle
636
+ - [pickers] Use `usePickerContext()` to get the view-related props in the layout, toolbar and tabs slots (#15606) @flaviendelangle
637
+
638
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
639
+
640
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.6`.
641
+
642
+ ### Charts
643
+
644
+ #### `@mui/x-charts@8.0.0-alpha.6`
645
+
646
+ No changes since `@mui/x-charts@v8.0.0-alpha.5`.
647
+
648
+ #### `@mui/x-charts-pro@8.0.0-alpha.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
649
+
650
+ Same changes as in `@mui/x-charts@8.0.0-alpha.6`.
651
+
652
+ ### Tree View
653
+
654
+ #### `@mui/x-tree-view@8.0.0-alpha.6`
655
+
656
+ No changes since `@mui/x-tree-view-pro@v8.0.0-alpha.5`.
657
+
658
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
659
+
660
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.6`.
661
+
662
+ ### Docs
663
+
664
+ - [docs] Remove production profiler from docs build (#15959) @lauri865
665
+ - [code-infra] Add new `next-env.d.ts` changes (#15947) @JCQuintas
666
+
667
+ ## 8.0.0-alpha.5
668
+
669
+ _Dec 19, 2024_
670
+
671
+ We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
672
+
673
+ - 🌍 Improve Korean (ko-KR) locale on the Data Grid
674
+ - 🐞 Bugfixes
675
+
676
+ Special thanks go out to the community contributors who have helped make this release possible:
677
+ @good-jinu, @k-rajat19.
678
+ Following are all team members who have contributed to this release:
679
+ @alexfauquette, @cherniavskii, @flaviendelangle, @KenanYusuf, @LukasTy, @MBilalShafi, @romgrk.
680
+
681
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
682
+
683
+ ### Data Grid
684
+
685
+ #### Breaking changes
686
+
687
+ - Passing additional props (like `data-*`, `aria-*`) directly on the Data Grid component is no longer supported. To pass the props, use `slotProps`:
688
+
689
+ - For `.root` element, use `slotProps.root`.
690
+ - For `.main` element (the one with `role="grid"`), use `slotProps.main`.
691
+
692
+ - `detailPanelExpandedRowIds` and `onDetailPanelExpandedRowIdsChange` props use a [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instead of an array:
693
+
694
+ ```diff
695
+ -detailPanelExpandedRowIds?: GridRowId[];
696
+ +detailPanelExpandedRowIds?: Set<GridRowId>;
697
+
698
+ -onDetailPanelExpandedRowIdsChange?: (ids: GridRowId[], details: GridCallbackDetails) => void;
699
+ +onDetailPanelExpandedRowIdsChange?: (ids: Set<GridRowId>, details: GridCallbackDetails) => void;
700
+ ```
701
+
702
+ - `apiRef.current.getExpandedDetailPanels` and `apiRef.current.setExpandedDetailPanels` methods receive and return a [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instead of an array.
703
+ - `gridDetailPanelExpandedRowIdsSelector` returns a [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instead of an array.
704
+ - `gridDetailPanelExpandedRowsHeightCacheSelector` was removed.
705
+
706
+ #### `@mui/x-data-grid@8.0.0-alpha.5`
707
+
708
+ - [DataGrid] Consider `columnGroupHeaderHeight` prop in `getTotalHeaderHeight` method (#15915) @k-rajat19
709
+ - [DataGrid] Fix autosizing with virtualized columns (#15116) @k-rajat19
710
+ - [DataGrid] Move `<Badge />` to leaf import (#15879) @romgrk
711
+ - [DataGrid] Move `<ListItemText />` and `<ListItemIcon />` to leaf import (#15869) @romgrk
712
+ - [DataGrid] Remove the Joy UI demo (#15913) @romgrk
713
+ - [DataGrid] Update quick filter input variant (#15909) @KenanYusuf
714
+ - [DataGrid] Use `slotProps` to forward props to `.main` and `.root` elements (#15870) @MBilalShafi
715
+ - [l10n] Improve Korean(ko-KR) locale (#15878) @good-jinu
716
+
717
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
718
+
719
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.5`, plus:
720
+
721
+ - [DataGridPro] Use `Set` for `detailPanelExpandedRowIds` (#15835) @cherniavskii
722
+
723
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
724
+
725
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.5`.
726
+
727
+ ### Date and Time Pickers
728
+
729
+ #### Breaking changes
730
+
731
+ - The `<PickersMonth />` component has been moved inside the Month Calendar component — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#month-calendar).
732
+
733
+ - The `<PickersYear />` component has been moved inside the Year Calendar component — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#year-calendar).
734
+
735
+ #### `@mui/x-date-pickers@8.0.0-alpha.5`
736
+
737
+ - [pickers] Add verification to disable skipped hours in spring forward DST (#15849) @flaviendelangle
738
+ - [pickers] Remove `PickersMonth` and `PickersYear` from the theme and remove the `div` wrapping each button (#15806) @flaviendelangle
739
+ - [pickers] Use the new `ownerState` object on the `<PickersTextField />` component (#15863) @flaviendelangle
740
+
741
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
742
+
743
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.5`.
744
+
745
+ ### Charts
746
+
747
+ #### `@mui/x-charts@8.0.0-alpha.5`
748
+
749
+ - [charts] Fix `<ScatterChart />` value type if `null` (#15917) @alexfauquette
750
+
751
+ #### `@mui/x-charts-pro@8.0.0-alpha.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
752
+
753
+ Same changes as in `@mui/x-charts@8.0.0-alpha.5`.
754
+
755
+ ### Tree View
756
+
757
+ #### `@mui/x-tree-view@8.0.0-alpha.5`
758
+
759
+ No changes since `@mui/x-tree-view-pro@v8.0.0-alpha.4`.
760
+
761
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
762
+
763
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.5`.
764
+
765
+ ### Core
766
+
767
+ - [code-infra] Remove `@mui/material-nextjs` dependency (#15925) @LukasTy
768
+
769
+ ## 8.0.0-alpha.4
770
+
771
+ _Dec 13, 2024_
772
+
773
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
774
+
775
+ - 🌍 Improve Romanian locale on the Data Grid and Pickers
776
+ - 📚 Documentation improvements
777
+ - 🐞 Bugfixes
778
+
779
+ Special thanks go out to the community contributors who have helped make this release possible:
780
+ @k-rajat19, @nusr, @rares985, @zivl.
781
+ Following are all team members who have contributed to this release:
782
+ @alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi.
783
+
784
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
785
+
786
+ ### Data Grid
787
+
788
+ #### Breaking changes
789
+
790
+ - The selectors signature has been updated due to the support of arguments in the selectors. Pass `undefined` as `arguments` if the selector doesn't use any arguments.
791
+
792
+ ```diff
793
+ -mySelector(state, instanceId)
794
+ +mySelector(state, arguments, instanceId)
795
+ ```
796
+
797
+ - The `useGridSelector` signature has been updated due to the introduction of arguments parameter in the selectors. Pass `undefined` as `arguments` if the selector doesn't use any arguments.
798
+
799
+ ```diff
800
+ -const output = useGridSelector(apiRef, selector, equals)
801
+ +const output = useGridSelector(apiRef, selector, arguments, equals)
802
+ ```
803
+
804
+ - The default variant for text fields and selects in the filter panel has been changed to `outlined`.
805
+ - The "row spanning" feature is now stable.
806
+ ```diff
807
+ <DataGrid
808
+ - unstable_rowSpanning
809
+ + rowSpanning
810
+ />
811
+ ```
812
+ - Selected row is now deselected when clicked again.
813
+
814
+ #### `@mui/x-data-grid@8.0.0-alpha.4`
815
+
816
+ - [DataGrid] Deselect selected row on click (#15509) @k-rajat19
817
+ - [DataGrid] Fix "No rows" displaying when all rows are pinned (#15335) @nusr
818
+ - [DataGrid] Make row spanning feature stable (#15742) @MBilalShafi
819
+ - [DataGrid] Round dimensions to avoid subpixel rendering error (#15850) @KenanYusuf
820
+ - [DataGrid] Toggle menu on click in `<GridActionsCell />` (#15867) @k-rajat19
821
+ - [DataGrid] Trigger row spanning computation on rows update (#15858) @MBilalShafi
822
+ - [DataGrid] Update filter panel input variant (#15807) @KenanYusuf
823
+ - [DataGrid] Use `columnsManagement` slot (#15817) @k-rajat19
824
+ - [DataGrid] Use new selector signature (#15200) @MBilalShafi
825
+ - [l10n] Improve Romanian (ro-RO) locale (#15745) @rares985
826
+
827
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
828
+
829
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.4`, plus:
830
+
831
+ - [DataGridPro] Make row reordering work with pagination (#15355) @k-rajat19
832
+
833
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
834
+
835
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.4`, plus:
836
+
837
+ - [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15739) @arminmeh
838
+
839
+ ### Date and Time Pickers
840
+
841
+ #### `@mui/x-date-pickers@8.0.0-alpha.4`
842
+
843
+ - [l10n] Improve Romanian (ro-RO) locale (#15745) @rares985
844
+ - [pickers] Clean `usePicker` logic (#15763) @flaviendelangle
845
+ - [pickers] Rename layout `ownerState` property from `isRtl` to `layoutDirection` (#15803) @flaviendelangle
846
+ - [pickers] Use the new `ownerState` in `useClearableField` (#15776) @flaviendelangle
847
+ - [pickers] Use the new `ownerState` in the toolbar components (#15777) @flaviendelangle
848
+ - [pickers] Use the new `ownerState` object for the clock components and the desktop / mobile wrappers (#15669) @flaviendelangle
849
+
850
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
851
+
852
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.4`.
853
+
854
+ ### Charts
855
+
856
+ #### Breaking changes
857
+
858
+ - The default styling of the charts tooltip has been updated.
859
+
860
+ #### `@mui/x-charts@8.0.0-alpha.4`
861
+
862
+ - [charts] Fix hydration missmatch (#15647) @alexfauquette
863
+ - [charts] Fix internal spelling typo (#15805) @zivl
864
+ - [charts] Fix scatter dataset with missing data (#15802) @alexfauquette
865
+ - [charts] HTML Labels (#15813) @JCQuintas
866
+ - [charts] Only access store values by using hooks (#15764) @alexfauquette
867
+ - [charts] Update Tooltip style (#15630) @alexfauquette
868
+
869
+ #### `@mui/x-charts-pro@8.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
870
+
871
+ Same changes as in `@mui/x-charts@8.0.0-alpha.4`.
872
+
873
+ ### Tree View
874
+
875
+ #### `@mui/x-tree-view@8.0.0-alpha.4`
876
+
877
+ No changes, releasing to keep the versions in sync.
878
+
879
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
880
+
881
+ Releasing to benefit from license package fix (#15814).
882
+
883
+ ### Docs
884
+
885
+ - [docs] Clean Joy and Browser custom field demos (#15707) @flaviendelangle
886
+ - [docs] Fix outdated link to handbook (#15855) @oliviertassinari
887
+ - [docs] Improve Pickers accessible DOM migration section description (#15596) @LukasTy
888
+ - [docs] Use `updateRows` method for list view demos (#15732) @KenanYusuf
889
+ - [docs] Use date library version from package dev dependencies for sandboxes (#15762) @LukasTy
890
+
891
+ ### Core
892
+
893
+ - [code-infra] Add Charts sandbox generation (#15830) @JCQuintas
894
+ - [code-infra] Remove redundant `@type/react-test-renderer` dep (#15766) @LukasTy
895
+ - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15814) @arminmeh
896
+
897
+ ## 8.0.0-alpha.3
898
+
899
+ _Dec 5, 2024_
900
+
901
+ We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
902
+
903
+ - 💫 Support [Server-side lazy loading](https://mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid. Use [data source](https://mui.com/x/react-data-grid/server-side-data/#data-source) to fetch a range of rows on demand and update the rows in the same way as described in [Infinite loading](https://mui.com/x/react-data-grid/row-updates/#infinite-loading) and [Lazy loading](https://mui.com/x/react-data-grid/row-updates/#lazy-loading) without the need to use any additional event listeners and callbacks.
904
+ - 🎯 Improved [data caching](https://mui.com/x/react-data-grid/server-side-data/#data-caching). Check out our [recommendations](https://mui.com/x/react-data-grid/server-side-data/#improving-the-cache-hit-rate) for improving the cache hit rate.
905
+
906
+ Special thanks go out to the community contributors who have helped make this release possible:
907
+ @ihsanberkozcan, @k-rajat19, @perezShaked.
908
+ Following are all team members who have contributed to this release:
909
+ @arminmeh, @cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @noraleonte.
910
+
911
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
912
+
913
+ ### Data Grid
914
+
915
+ #### Breaking changes
916
+
917
+ - The "Select all" checkbox is now checked when all the selectable rows are selected, ignoring rows that are not selectable because of the `isRowSelectable` prop.
918
+ - The `rowPositionsDebounceMs` prop was removed.
919
+ - The `gridRowsDataRowIdToIdLookupSelector` selector was removed. Use the `gridRowsLookupSelector` selector in combination with the `getRowId()` API method instead.
920
+ ```diff
921
+ -const idToIdLookup = gridRowsDataRowIdToIdLookupSelector(apiRef);
922
+ -const rowId = idToIdLookup[id]
923
+ +const rowsLookup = gridRowsLookupSelector(apiRef);
924
+ +const rowId = apiRef.current.getRowId(rowsLookup[id])
925
+ ```
926
+ - The Grid is now more aligned with the WAI-ARIA authoring practices and sets the `role` attribute to `treegrid` if the Data Grid is used with row grouping feature.
927
+
928
+ #### `@mui/x-data-grid@8.0.0-alpha.3`
929
+
930
+ - [DataGrid] Fix deselection not working with `isRowSelectable` (#15692) @MBilalShafi
931
+ - [DataGrid] Make column autosizing work with flex columns (#15465) @cherniavskii
932
+ - [DataGrid] Remove `gridRowsDataRowIdToIdLookupSelector` selector (#15698) @arminmeh
933
+ - [DataGrid] Remove `rowPositionsDebounceMs` prop (#15482) @k-rajat19
934
+ - [l10n] Improve Hebrew (he-IL) locale (#15699) @perezShaked
935
+ - [l10n] Improve Turkish (tr-TR) locale (#15734) @ihsanberkozcan
936
+
937
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
938
+
939
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.3`, plus:
940
+
941
+ - [DataGridPro] Cleanup pinned rows on removal (#15697) @cherniavskii
942
+ - [DataGridPro] Server-side lazy loading (#13878) @arminmeh
943
+
944
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
945
+
946
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.3`, plus:
947
+
948
+ - [DataGridPremium] Remove the `ariaV8` experimental flag (#15694) @arminmeh
949
+
950
+ ### Date and Time Pickers
951
+
952
+ #### Breaking changes
953
+
954
+ - 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).
955
+
956
+ #### `@mui/x-date-pickers@8.0.0-alpha.3`
957
+
958
+ - [pickers] Replace the `onOpen()` and `onClose()` methods of `usePickerContext()` with a single `setOpen()` method. (#15701) @flaviendelangle
959
+
960
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
961
+
962
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.3`.
963
+
964
+ ### Charts
965
+
966
+ #### `@mui/x-charts@8.0.0-alpha.3`
967
+
968
+ - [charts] Improve SVG `pattern` and `gradient` support (#15720) @JCQuintas
969
+
970
+ #### `@mui/x-charts-pro@8.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
971
+
972
+ Same changes as in `@mui/x-charts@8.0.0-alpha.3`.
973
+
974
+ ### Tree View
975
+
976
+ #### `@mui/x-tree-view@8.0.0-alpha.3`
977
+
978
+ No changes since `@mui/x-tree-view-pro@v8.0.0-alpha.2`.
979
+
980
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
981
+
982
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.3`.
983
+
984
+ ### Docs
985
+
986
+ - [docs] Add a customization demo for the Date and Time Pickers overview page (#15118) @noraleonte
987
+ - [docs] Fix typo in charts axis documentation (#15743) @JCQuintas
988
+ - [docs] Improve SEO titles for the Data Grid (#15695) @MBilalShafi
989
+
990
+ ### Core
991
+
992
+ - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15316) @flaviendelangle
993
+ - [code-infra] Lock file maintenance (#11894)
994
+ - [code-infra] Check if `preset-safe` folder exists in codemod test (#15703) @JCQuintas
995
+ - [code-infra] Import Pickers `preset-safe` into global codemod config (#15659) @JCQuintas
996
+ - [code-infra] Playwright 1.49 (#15493) @JCQuintas
997
+ - [test] Force hover in headless Chrome (#15710) @cherniavskii
998
+
999
+ ## 8.0.0-alpha.2
1000
+
1001
+ _Nov 29, 2024_
1002
+
1003
+ We'd like to offer a big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
1004
+
1005
+ - 👨🏽‍💻 Improve resize performance on the Data Gird.
1006
+ - `<ChartDataProvider />` and `<ChartsSurface />` components are now fully divided — [Learn more](https://next.mui.com/x/react-charts/composition/#overview).
1007
+ - Users can create their own HTML components using chart data — [Learn more](https://next.mui.com/x/react-charts/components/#html-components).
1008
+ - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
1009
+ - 🌍 Improve Dutch locale on the Date and Time Pickers components.
1010
+ - 🐞 Bugfixes
1011
+ - 📚 Documentation improvements
1012
+
1013
+ Special thanks go out to the community contributors who have helped make this release possible:
1014
+ @dloeda, @headironc, @jedesroches, @k-rajat19, @lauri865, @mathzdev, @nphmuller, @zinoroman.
1015
+ Following are all team members who have contributed to this release:
1016
+ @arminmeh, @alexfauquette, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @oliviertassinari.
1017
+
1018
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1019
+
1020
+ ### Data Grid
1021
+
1022
+ #### Breaking changes
1023
+
1024
+ - The `<GridOverlays />` component is not exported anymore.
1025
+ - The `indeterminateCheckboxAction` prop has been removed. Clicking on an indeterminate checkbox "selects" the unselected descendants.
1026
+ - The `apiRef.current.resize()` method was removed.
1027
+ - The default value of the `rowSelectionPropagation` prop has been changed to `{ parents: true, descendants: true }` which means that the selection will be propagated to the parents and descendants by default.
1028
+ To revert to the previous behavior, pass `rowSelectionPropagation` as `{ parents: false, descendants: false }`.
1029
+ - If `estimatedRowCount` is used, the text provided to the [Table Pagination](/material-ui/api/table-pagination/) component from the Material UI library is updated and requires additional translations. Check the example at the end of [Index-based pagination section](/x/react-data-grid/pagination/#index-based-pagination).
1030
+
1031
+ #### `@mui/x-data-grid@v8.0.0-alpha.2`
1032
+
1033
+ - [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15634) @jedesroches
1034
+ - [DataGrid] Clear timers on unmount (#15620) @cherniavskii
1035
+ - [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf
1036
+ - [DataGrid] Improve resize performance (#15549) @lauri865
1037
+ - [DataGrid] Make estimation label more accurate (#15632) @arminmeh
1038
+ - [DataGrid] Remove `<GridOverlays />` export (#15573) @k-rajat19
1039
+ - [DataGrid] Remove `indeterminateCheckboxAction` prop (#15522) @MBilalShafi
1040
+ - [DataGrid] Remove try/catch from `<GridCell />` due to performance issues (#15616) @lauri865
1041
+ - [DataGrid] Remove unused `resize` method (#15599) @cherniavskii
1042
+ - [DataGrid] Support column virtualization with dynamic row height (#15541) @cherniavskii
1043
+ - [DataGrid] Update the default value for `rowSelectionPropagation` (#15523) @MBilalShafi
1044
+ - [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc
1045
+ - [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev
1046
+
1047
+ #### `@mui/x-data-grid-pro@v8.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1048
+
1049
+ Same changes as in `@mui/x-data-grid@v8.0.0-alpha.2`, plus:
1050
+
1051
+ - [DataGridPro] Fix header filtering with `boolean` column type (#15528) @k-rajat19
1052
+ - [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15622) @zinoroman
1053
+ - [DataGridPro] Fix selection propagation issue on initialization (#15461) @MBilalShafi
1054
+
1055
+ #### `@mui/x-data-grid-premium@v8.0.0-alpha.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1056
+
1057
+ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.2`.
1058
+
1059
+ ### Date and Time Pickers
1060
+
1061
+ #### Breaking changes
1062
+
1063
+ - 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).
1064
+
1065
+ - 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).
1066
+
1067
+ #### `@mui/x-date-pickers@v8.0.0-alpha.2`
1068
+
1069
+ - [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller
1070
+ - [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15552) @flaviendelangle
1071
+ - [pickers] Improve validation internals (#15419) @flaviendelangle
1072
+ - [pickers] Remove `TSection` and strictly type `TValue` (#15434) @flaviendelangle
1073
+ - [pickers] Remove `orientation`, `isLandscape`, `isRtl`, `wrapperVariant` and `disabled` props from `PickersLayout` (#15494) @flaviendelangle
1074
+ - [pickers] Use the new `ownerState` in `<PickersCalendarHeader />`, `<PickersArrowSwitcher />` and `<DayCalendarSkeleton />` (#15499) @flaviendelangle
1075
+ - [pickers] Use the new `ownerState` object in all the field components (#15510) @flaviendelangle
1076
+
1077
+ #### `@mui/x-date-pickers-pro@v8.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1078
+
1079
+ Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.2`.
1080
+
1081
+ ### Charts
1082
+
1083
+ #### Breaking changes
1084
+
1085
+ - Charts Container don't have a `<div />` wrapping them anymore. All props are now passed to the root `<svg />` instead of the `<div />`.
1086
+
1087
+ #### `@mui/x-charts@v8.0.0-alpha.2`
1088
+
1089
+ - [charts] Allow the creation of custom HTML components using charts data (#15511) @JCQuintas
1090
+ - [charts] Flatten imports from `@mui/utils` and `@mui/system` (#15603) @alexfauquette
1091
+ - [charts] Introduce the plugin system (#15513) @alexfauquette
1092
+ - [charts] Prevent invalid `releasePointerCapture` (#15602) @alexfauquette
1093
+ - [charts] Fix custom Tooltip demos (#15631) @alexfauquette
1094
+
1095
+ #### `@mui/x-charts-pro@v8.0.0-alpha.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1096
+
1097
+ Same changes as in `@mui/x-charts@v8.0.0-alpha.2`.
1098
+
1099
+ ### Tree View
1100
+
1101
+ #### `@mui/x-tree-view@v8.0.0-alpha.2`
1102
+
1103
+ - [TreeView] Flatten import from `@mui/utils` and `@mui/system` (#15604) @alexfauquette
1104
+
1105
+ #### `@mui/x-tree-view-pro@v8.0.0-alpha.2`
1106
+
1107
+ Same changes as in `@mui/x-tree-view@v8.0.0-alpha.2`.
1108
+
1109
+ ### Docs
1110
+
1111
+ - [docs] Fix 404 links (#15575) @oliviertassinari
1112
+ - [docs] Fix bash comments (#15571) @oliviertassinari
1113
+ - [docs] Fix Pickers theme augmentation example (#15672) @LukasTy
1114
+ - [docs] Replace use of "e.g." with "for example" (#15572) @oliviertassinari
1115
+ - [docs] Update stale `new` and `preview` tags in v8 docs (#15547) @JCQuintas
1116
+ - [docs] Fix layout shift image on Tree View docs (#15626) @oliviertassinari
1117
+ - [docs] Fix `anchorEl` API page for charts (#15625) @oliviertassinari
1118
+ - [docs] Add documentation for the list view feature (#15344) @KenanYusuf
1119
+
1120
+ ### Core
1121
+
1122
+ - [core] Follow `()` function convention for docs @oliviertassinari
1123
+ - [core] Remove dead translation key (#15566) @oliviertassinari
1124
+ - [code-infra] Auto-merge `@types/node` bumps (#15591) @LukasTy
1125
+
1126
+ ## 8.0.0-alpha.1
1127
+
1128
+ _Nov 22, 2024_
1129
+
1130
+ We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
1131
+
1132
+ - 🔧 Refactor Tooltip customisation for charts — [Learn more](https://next.mui.com/x/react-charts/tooltip/#overriding-content).
1133
+ - ⚛️ React 19 support
1134
+ - 🌍 Improve Chinese, Spanish, and Swedish locale on the Data Grid component
1135
+ - 🐞 Bugfixes
1136
+ - 📚 Documentation improvements
1137
+
1138
+ Special thanks go out to the community contributors who have helped make this release possible:
1139
+ @CarlosLopezLg, @headironc, @hendrikpeilke, @k-rajat19, @lhilgert9, @viktormelin.
1140
+ Following are all team members who have contributed to this release:
1141
+ @alexfauquette, @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @oliviertassinari, @KenanYusuf, @arminmeh.
1142
+
1143
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1144
+
1145
+ ### Data Grid
1146
+
1147
+ #### `@mui/x-data-grid@v8.0.0-alpha.1`
1148
+
1149
+ - [DataGrid] React 19 support (#15342) @arminmeh
1150
+ - [DataGrid] Add prop to override search input props in `GridColumnsManagement` (#15347) @k-rajat19
1151
+ - [DataGrid] Add test coverage for issues fixed in #15184 (#15282) @MBilalShafi
1152
+ - [DataGrid] Change default loading overlay variants (#15504) @KenanYusuf
1153
+ - [DataGrid] Fix last separator not being hidden when grid is scrollable (#15543) @KenanYusuf
1154
+ - [DataGrid] Fix right column group header border with virtualization (#15470) @hendrikpeilke
1155
+ - [DataGrid] Fix row-spanning in combination with column-pinning (#15368) @lhilgert9
1156
+ - [l10n] Improve Chinese (zh-CN) locale (#15365) @headironc
1157
+ - [l10n] Improve Spanish (es-ES) locale (#15369) @CarlosLopezLg
1158
+ - [l10n] Improve Swedish (sv-SE) locale (#15371) @viktormelin
1159
+
1160
+ #### `@mui/x-data-grid-pro@v8.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1161
+
1162
+ Same changes as in `@mui/x-data-grid@v8.0.0-alpha.1`.
1163
+
1164
+ #### `@mui/x-data-grid-premium@v8.0.0-alpha.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1165
+
1166
+ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.1`, plus:
1167
+
1168
+ - [DataGridPremium] Prompt input control (#15401) @arminmeh
1169
+
1170
+ ### Date and Time Pickers
1171
+
1172
+ #### Breaking change
1173
+
1174
+ - The `FieldValueType` type has been renamed to `PickerValueType` — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#renamed-variables).
1175
+ - 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).
1176
+
1177
+ #### `@mui/x-date-pickers@v8.0.0-alpha.1`
1178
+
1179
+ - [fields] Fix focus management with new DOM structure (#15475) @flaviendelangle
1180
+ - [pickers] React 19 support (#15342) @arminmeh
1181
+ - [pickers] Add new properties to `PickerOwnerState` and `PickerContextValue` (#15415) @flaviendelangle
1182
+ - [pickers] Always use `props.value` when it changes (#15490) @flaviendelangle
1183
+ - [pickers] Ensure internal value timezone is updated (#15435) @LukasTy
1184
+ - [pickers] Fix unused code in `<PickersToolbar />` component (#15515) @LukasTy
1185
+ - [pickers] Remove `FieldValueType` in favor of `PickerValueType` (#15259) @arthurbalduini
1186
+ - [pickers] Remove the form props from the layout and the toolbar slots (#15492) @flaviendelangle
1187
+ - [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15532) @flaviendelangle
1188
+ - [TimePicker] Prevent mouse events after `touchend` event (#15346) @arthurbalduini
1189
+
1190
+ #### `@mui/x-date-pickers-pro@v8.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1191
+
1192
+ Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.1`, plus:
1193
+
1194
+ - [DateTimeRangePicker] Use time in `referenceDate` when selecting date (#15429) @LukasTy
1195
+
1196
+ ### Charts
1197
+
1198
+ #### Breaking change
1199
+
1200
+ - The DX of the Tooltip customization has been refactored
1201
+
1202
+ - The `tooltip` prop has been removed in favor of `slotProps.tooltip` for consistency.
1203
+ - The `popper`, `axisContent`, and `itemContent` slots have been removed in favor of the `tooltip` slot which overrides the entire tooltip.
1204
+ - To override the tooltip content, use the `useItemTooltip` or `useAxisTooltip` hook to get the data, and wrap your component in `ChartsTooltipContainer` to follow the pointer position.
1205
+ - To override the tooltip placement, use the `ChartsItemTooltipContent` or `ChartsItemTooltipContent` to get default data and place them in your custom tooltip.
1206
+
1207
+ - The library now uses the SVG `filter` attribute instead of `d3-color` for color manipulation.
1208
+
1209
+ - This modification impacts the `LinePlot`, `AreaPlot`, and `BarPlot` components.
1210
+ If you've customized the `fill` of those elements, you might need to override it by using the CSS `filter`.
1211
+ - The `theme.styleOverride` is removed for `MuiLineElement`, `MuiAreaElement`, and `MuiBarElement` to improve performance.
1212
+ You can still target those elements by using the `MuiLinePlot`, `MuiAreaPlot`, and `MuiBarPlot` and target the appropriate classes `lineElementClasses.root`, `areaElementClasses.root`, `barElementClasses.root`
1213
+
1214
+ - Removed the `resolveSizeBeforeRender` prop from all chart components — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#remove-resolvesizebeforerender-prop).
1215
+ - Removed `width` and `height` props from the `ChartsSurface` component.
1216
+ - Removed the `viewport` prop from all charts.
1217
+
1218
+ #### `@mui/x-charts@v8.0.0-alpha.1`
1219
+
1220
+ - [charts] React 19 support (#15342) @arminmeh
1221
+ - [charts] Decouple `<ChartDataProvider />` and `<ChartsSurface />` (#15375) @JCQuintas
1222
+ - [charts] Fix Scatter Chart tooltip wrong defaults (#15537) @JCQuintas
1223
+ - [charts] Fix key generation for the `<ChartsGrid />` component (#15463) @alexfauquette
1224
+ - [charts] Improve `<SvgRefProvider />` to split the received ref (#15424) @JCQuintas
1225
+ - [charts] Move interaction state in store (#15426) @alexfauquette
1226
+ - [charts] Refactor Tooltip customisation (#15154) @alexfauquette
1227
+ - [charts] Remove intrinsic size requirement (#15471) @JCQuintas
1228
+ - [charts] Replace `d3-color` with CSS filter for highlight (#15084) @alexfauquette
1229
+ - [charts] Split `<DrawingProvider />` into `<DrawingAreaProvider />` and `<SvgRefProvider />` (#15417) @JCQuintas
1230
+
1231
+ #### `@mui/x-charts-pro@v8.0.0-alpha.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1232
+
1233
+ Same changes as in `@mui/x-charts@v8.0.0-alpha.1`.
1234
+
1235
+ ### Tree View
1236
+
1237
+ #### Breaking changes
1238
+
1239
+ - 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).
1240
+
1241
+ #### `@mui/x-tree-view@v8.0.0-alpha.1`
1242
+
1243
+ - [TreeView] React 19 support (#15342) @arminmeh
1244
+ - [TreeView] Do not re-render every Tree Item when the Rich Tree View re-renders (introduce selectors) (#14210) @flaviendelangle
1245
+ - [TreeView] Remove `treeId` from the item context (#15542) @flaviendelangle
1246
+ - [TreeView] Remove state mutation in `moveItemInTree()` (#15539) @flaviendelangle
1247
+ - [TreeItem] Correct the typing of `slotProps.groupTransition` (#15534) @flaviendelangle
1248
+
1249
+ ### Docs
1250
+
1251
+ - [docs] Fix some migration typos (#15422) @LukasTy
1252
+ - [docs] Fix typo in migration guide (#15508) @flaviendelangle
1253
+ - [docs] Fix 301 redirection in docs @oliviertassinari
1254
+ - [docs] Polish Server-side data section (#15330) @oliviertassinari
1255
+ - [docs] Use loading state in the demos (#15512) @cherniavskii
1256
+
1257
+ ### Core
1258
+
1259
+ - [core] Keep OpenSSF badge up-to-date @oliviertassinari
1260
+ - [code-infra] Add `'DensitySelectorGrid'` to time-sensitive argos tests (#15425) @JCQuintas
1261
+ - [code-infra] Add documentation to internal types (#15540) @JCQuintas
1262
+ - [code-infra] Prevent relative imports across packages (#15437) @JCQuintas
1263
+ - [code-infra] Update renovate config to merge `action` pins (#15462) @LukasTy
1264
+ - [docs-infra] Fix version tooltip (#15468) @alexfauquette
1265
+ - [docs-infra] Transpile `.ts` demo files (#15345) @KenanYusuf
1266
+ - [infra] Remove cherry-pick issue write permission (#15456) @oliviertassinari
1267
+
1268
+ ## 8.0.0-alpha.0
1269
+
1270
+ <img width="100%" alt="MUI X v8 Alpha is live" src="https://github.com/user-attachments/assets/114cf615-b617-435f-8499-76ac3c26c57b">
1271
+
1272
+ _Nov 14, 2024_
1273
+
1274
+ We'd like to offer a big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
1275
+
1276
+ - 🔁 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.
1277
+ - 🌍 Improve Greek (el-GR) locale on the Date and Time Pickers components
1278
+ - 🌍 Improve Polish (pl-PL) locale on the Data Grid component
1279
+ - 🐞 Bugfixes
1280
+ - 📚 Documentation improvements
1281
+
1282
+ Special thanks go out to the community contributors who have helped make this release possible:
1283
+ @belkocik, @GeorgiosDrivas, @k-rajat19, @kalyan90, @DungTiger, @fxnoob, @GuillaumeMeheut
1284
+ Following are all team members who have contributed to this release:
1285
+ @alexfauquette, @arminmeh, @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @noraleonte, @oliviertassinari, @romgrk, @samuelsycamore, @joserodolfofreitas.
1286
+
1287
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1288
+
1289
+ ### Data Grid
1290
+
1291
+ #### `@mui/x-data-grid@8.0.0-alpha.0`
1292
+
1293
+ - [DataGrid] Fix grid overlay aligment with scroll for rtl (#15072) @kalyan90
1294
+ - [DataGrid] Fix resizing right pinned column (#15107) @KenanYusuf
1295
+ - [DataGrid] Pass the reason to the `onPaginationModelChange` callback (#13959) @DungTiger
1296
+ - [DataGrid] Set default overlay height in flex parent layout (#15202) @cherniavskii
1297
+ - [DataGrid] Refactor `baseMenuList` and `baseMenuItem` (#15049) @romgrk
1298
+ - [DataGrid] Remove more material imports (#15063) @romgrk
1299
+ - [l10n] Improve Polish (pl-PL) locale (#15227) @belkocik
1300
+
1301
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1302
+
1303
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.0`, plus:
1304
+
1305
+ - [DataGridPro] Fix column pinning layout (#14966) @cherniavskii
1306
+
1307
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1308
+
1309
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
1310
+
1311
+ - [DataGridPremium] Server-side data source with row grouping (#13826) @MBilalShafi
1312
+
1313
+ ### Date and Time Pickers
1314
+
1315
+ #### Breaking changes
1316
+
1317
+ - 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).
1318
+
1319
+ - 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.
1320
+ - 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.
1321
+
1322
+ - 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).
1323
+
1324
+ - 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).
1325
+
1326
+ - `UseDateFieldComponentProps`
1327
+ - `UseTimeFieldComponentProps`
1328
+ - `UseDateTimeFieldComponentProps`
1329
+ - `BaseSingleInputFieldProps`
1330
+ - `BaseMultiInputFieldProps`
1331
+ - `BasePickersTextFieldProps`
1332
+
1333
+ - 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).
1334
+
1335
+ - 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).
1336
+
1337
+ - 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).
1338
+
1339
+ #### `@mui/x-date-pickers@8.0.0-alpha.0`
1340
+
1341
+ - [fields] Enable the new field DOM structure by default (#14651) @flaviendelangle
1342
+ - [fields] Remove `UseDateFieldComponentProps` and equivalent interfaces (#15053) @flaviendelangle
1343
+ - [fields] Remove clear button from the tab sequence (#14616) @k-rajat19
1344
+ - [l10n] Improve Greek (el-GR) locale (#15250) @GeorgiosDrivas
1345
+ - [pickers] Clean definition of validation props (#15198) @flaviendelangle
1346
+ - [pickers] Clean the new `ownerState` object (#15056) @flaviendelangle
1347
+ - [pickers] Correctly type the `ownerState` of the `field` and `actionBar` slots when resolved in a picker component (#15162) @flaviendelangle
1348
+ - [pickers] Fix `DateCalendar` timezone management (#12321) @LukasTy
1349
+ - [pickers] Fix `DateTimeRangePicker` error when using format without time (#14917) @fxnoob
1350
+ - [pickers] Fix `DigitalClock` time options on a `DST` switch day (#10793) @LukasTy
1351
+ - [pickers] Remove `TDate` generics in favor of `PickerValidDate` direct usage (#15001) @flaviendelangle
1352
+ - [pickers] Remove `utils` and `value` params from translations (#14986) @arthurbalduini
1353
+ - [pickers] Remove plural in "Pickers" on recently introduced APIs (#15297) @flaviendelangle
1354
+ - [pickers] Remove the re-export from `@mui/x-license` (#14487) @k-rajat19
1355
+ - [pickers] Strictly type the props a picker passes to its field, and migrate all the custom field demos accordingly (#15197) @flaviendelangle
1356
+ - [pickers] Unify JSDoc for all the `disabled` and `readOnly` props (#15304) @flaviendelangle
1357
+ - [pickers] Use the new `ownerState` in `DateCalendar`, `DateRangeCalendar`, `MonthCalendar` and `YearCalendar` (#15171) @flaviendelangle
1358
+ - [pickers] Use the new `ownerState` in `usePickersLayout` and `useXXXPicker` (#14994) @flaviendelangle
1359
+
1360
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1361
+
1362
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.0`.
1363
+
1364
+ ### Charts
1365
+
1366
+ #### Breaking changes
1367
+
1368
+ - 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-✅).
1369
+
1370
+ - 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.
1371
+
1372
+ - Removed or renamed multiple props from Series — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
1373
+
1374
+ - The `highlighted` and `faded` properties of highlightScope have been deprecated in favor of `highlight` and `fade`.
1375
+ The deprecated ones are now removed.
1376
+ - The `xAxisKey`, `yAxisKey`, and `zAxisKey` properties have been deprecated in favor of `xAxisId`, `yAxisId`, and `zAxisId`.
1377
+
1378
+ - 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).
1379
+
1380
+ #### `@mui/x-charts@8.0.0-alpha.0`
1381
+
1382
+ - [charts] Introduce `hideLegend` prop (#15277) @alexfauquette
1383
+ - [charts] Filter items outside the drawing area for performance (#14281) @alexfauquette
1384
+ - [charts] Fix log scale with `null` data (#15337) @alexfauquette
1385
+ - [charts] Fix tooltip follow mouse (#15189) @alexfauquette
1386
+ - [charts] Remove `xAxisKey`, `yAxisKey`, and `zAxisKey` series keys (#15192) @alexfauquette
1387
+ - [charts] Remove axis from the pie chart (#15187) @alexfauquette
1388
+ - [charts] Remove deprecated `legend` props (#15081) @alexfauquette
1389
+ - [charts] Remove deprecated highlight properties (#15191) @alexfauquette
1390
+ - [charts] Update Popper position outside of React (#15003) @alexfauquette
1391
+ - [charts] Improve the performance of the `getSymbol` method (#15233) @romgrk
1392
+
1393
+ #### `@mui/x-charts-pro@8.0.0-alpha.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1394
+
1395
+ Same changes as in `@mui/x-charts@8.0.0-alpha.0`.
1396
+
1397
+ ### Tree View
1398
+
1399
+ #### Breaking changes
1400
+
1401
+ - 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).
1402
+
1403
+ - 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).
1404
+
1405
+ - 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).
1406
+
1407
+ - 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).
1408
+
1409
+ - 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).
1410
+
1411
+ #### `@mui/x-tree-view@8.0.0-alpha.0`
1412
+
1413
+ - [TreeView] Always apply the indentation on the item content instead of its parent's group (#15089) @flaviendelangle
1414
+ - [TreeView] Automatic parents and children selection (#14899) @flaviendelangle
1415
+ - [TreeView] Remove deprecated `TreeView` component (#15093) @flaviendelangle
1416
+ - [TreeView] Replace `<TreeItem />` with `<TreeItem2 />` and migrate all the components and utils (#14913) @flaviendelangle
1417
+
1418
+ ### Docs
1419
+
1420
+ - [docs] Add docs for rounded symbol (#15324) @GuillaumeMeheut
1421
+ - [docs] Add migration guide for the removal of `LicenseInfo` from `@mui/x-date-pickers-pro` (#15321) @flaviendelangle
1422
+ - [docs] Add migration guide for the first breaking changes of charts (#15276) @alexfauquette
1423
+ - [docs] Add `PickersPopper` component to the Date Picker customization playground (#15305) @LukasTy
1424
+ - [docs] Add v8 to supported releases table (#15384) @joserodolfofreitas
1425
+ - [docs] Apply the new DX to the Button Field demos (#14860) @flaviendelangle
1426
+ - [docs] Apply the new DX to the `Autocomplete` Field demo (#15165) @flaviendelangle
1427
+ - [docs] Cleanup the pickers migration guide (#15310) @flaviendelangle
1428
+ - [docs] Copyedit the Charts Getting Started sequence (#14962) @samuelsycamore
1429
+ - [docs] Create Pickers masked field recipe (#13515) @flaviendelangle
1430
+ - [docs] Fix `applyDomain` docs for the charts (#15332) @JCQuintas
1431
+ - [docs] Fix link to private notion page (#15396) @michelengelen
1432
+ - [docs] Fix missing punctuation on descriptions (#15229) @oliviertassinari
1433
+ - [docs] Fix peer dependency range (#15281) @oliviertassinari
1434
+ - [docs] Fix small Tree View typo (#15390) @oliviertassinari
1435
+ - [docs] Fix the `AdapterMomentHijri` doc section (#15312) @flaviendelangle
1436
+ - [docs] Replace the Tree Item anatomy images (#15066) @noraleonte
1437
+ - [docs] Start v8 migration guides (#15096) @MBilalShafi
1438
+ - [docs] Subdivide and reorganize navigation bar (#15014) @samuelsycamore
1439
+ - [docs] Use `PickersTextField` in the customization playground (#15288) @LukasTy
1440
+ - [docs] Use `next` instead of `^8.0.0` in the migration guides (#15091) @flaviendelangle
1441
+
1442
+ ### Core
1443
+
1444
+ - [core] Adjust the `cherry-pick` GitHub actions (#15099) @LukasTy
1445
+ - [core] Add `()` at the name of function name in the doc (#15075) @oliviertassinari
1446
+ - [core] Clarify release version bump strategy (#15219) @cherniavskii
1447
+ - [core] Fix CodeSandbox and StackBlitz for next doc-infra sync @oliviertassinari
1448
+ - [core] Fix Vale error on `master` @oliviertassinari
1449
+ - [core] Fix changelog reference to VoiceOver @oliviertassinari
1450
+ - [core] Fix `tools-public.mui.com` redirection @oliviertassinari
1451
+ - [core] Fix webpack capitalization (#15353) @oliviertassinari
1452
+ - [core] Move `helpers` to `@mui/x-internals` package (#15188) @LukasTy
1453
+ - [code-infra] Set renovate to automerge devDependencies (#13463) @JCQuintas
1454
+ - [infra] Reintroduce the cherry pick workflow (#15293) @michelengelen
1455
+ - [core] Remove duplicate title header (#15389) @oliviertassinari
1456
+ - [release] v8 preparation (#15054) @michelengelen
1457
+ - [test] Fix advanced list view regression test snapshot (#15260) @KenanYusuf
1458
+
1459
+ ## 7.25.0
1460
+
1461
+ _Jan 31, 2025_
1462
+
1463
+ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
1464
+
1465
+ - 🐞 Bugfixes
1466
+
1467
+ Special thanks go out to the community contributors who have helped make this release possible:
1468
+ @k-rajat19, @lauri865.
1469
+ Following are all team members who have contributed to this release:
1470
+ @KenanYusuf, @MBilalShafi, @arminmeh.
1471
+
1472
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1473
+
1474
+ ### Data Grid
1475
+
1476
+ #### `@mui/x-data-grid@7.25.0`
1477
+
1478
+ - [DataGrid] Fix `renderContext` calculation with scroll bounce / over-scroll (#16368) @lauri865
1479
+ - [DataGrid] Refactor row state propagation (#16351) @lauri865
1480
+ - [DataGrid] Add missing style overrides (#16272) (#16358) @KenanYusuf
1481
+ - [DataGrid] Fix header filters keyboard navigation when there are no rows (#16369) @k-rajat19
1482
+ - [DataGrid] Fix order of `onClick` prop on toolbar buttons (#16364) @KenanYusuf
1483
+ - [DataGrid] Improve test coverage of server side data source (#15988) @MBilalShafi
1484
+ - [DataGrid] Remove outdated warning (#16370) @MBilalShafi
1485
+ - [DataGrid] Respect width of `iconContainer` during autosizing (#16409) @michelengelen
1486
+
1487
+ #### `@mui/x-data-grid-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1488
+
1489
+ Same changes as in `@mui/x-data-grid@7.25.0`, plus:
1490
+
1491
+ - [DataGridPro] Fix the return type of `useGridApiRef` for Pro and Premium packages on React < 19 (#16348) @arminmeh
1492
+ - [DataGridPro] Fetch new rows only once when multiple models are changed in one cycle (#16382) @arminmeh
1493
+
1494
+ #### `@mui/x-data-grid-premium@7.25.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1495
+
1496
+ Same changes as in `@mui/x-data-grid-pro@7.25.0`.
1497
+
1498
+ ### Date and Time Pickers
1499
+
1500
+ #### `@mui/x-date-pickers@7.25.0`
1501
+
1502
+ Internal changes.
1503
+
1504
+ #### `@mui/x-date-pickers-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1505
+
1506
+ Same changes as in `@mui/x-date-pickers@7.25.0`.
1507
+
1508
+ ### Charts
1509
+
1510
+ #### `@mui/x-charts@7.25.0`
1511
+
1512
+ Internal changes.
1513
+
1514
+ #### `@mui/x-charts-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1515
+
1516
+ Same changes as in `@mui/x-charts@7.25.0`.
1517
+
1518
+ ### Tree View
1519
+
1520
+ #### `@mui/x-tree-view@7.25.0`
1521
+
1522
+ Internal changes.
1523
+
1524
+ #### `@mui/x-tree-view-pro@7.25.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1525
+
1526
+ Same changes as in `@mui/x-tree-view@7.25.0`.
1527
+
1528
+ ### Docs
1529
+
1530
+ - [docs] Improve release documentation (#16322) @MBilalShafi
1531
+
1532
+ ### Core
1533
+
1534
+ - [test] Fix flaky data source tests in DataGrid (#16382) @lauri865
1535
+
1536
+ ## 7.24.1
1537
+
1538
+ _Jan 24, 2025_
1539
+
1540
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
1541
+
1542
+ - 🐞 Bugfixes
1543
+ - 🌍 Improve Persian (fa-IR) locale on the Data Grid
1544
+
1545
+ Special thanks go out to the community contributors who have helped make this release possible:
1546
+ @mostafaRoosta74, @lauri865.
1547
+
1548
+ Following are all team members who have contributed to this release:
1549
+ @alexfauquette, @JCQuintas, @cherniavskii, @LukasTy, @arminmeh.
1550
+
1551
+ ### Data Grid
1552
+
1553
+ #### `@mui/x-data-grid@7.24.1`
1554
+
1555
+ - [DataGrid] Fix toggling preference panel from toolbar (#16276) @lauri865
1556
+ - [DataGrid] Only try to mount filter button if there are filters present (#16269) @lauri865
1557
+ - [DataGrid] Revert `apiRef` to be `MutableRefObject` for React versions < 19 (#16320) @arminmeh
1558
+ - [l10n] Improve Persian (fa-IR) locale (#15964) @mostafaRoosta74
1559
+
1560
+ #### `@mui/x-data-grid-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1561
+
1562
+ Same changes as in `@mui/x-data-grid@7.24.1`.
1563
+
1564
+ #### `@mui/x-data-grid-premium@7.24.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1565
+
1566
+ Same changes as in `@mui/x-data-grid-pro@7.24.1`.
1567
+
1568
+ ### Date and Time Pickers
1569
+
1570
+ #### `@mui/x-date-pickers@7.24.1`
1571
+
1572
+ - [fields] Reset `all` selected state on section edit (#16232) @LukasTy
1573
+
1574
+ #### `@mui/x-date-pickers-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1575
+
1576
+ Same changes as in `@mui/x-date-pickers@7.24.1`.
1577
+
1578
+ ### Charts
1579
+
1580
+ #### `@mui/x-charts@7.24.1`
1581
+
1582
+ - [charts] Handle case where gradient stop `offset` could be `Infinite` (@JCQuintas) (#16309) @JCQuintas
1583
+
1584
+ #### `@mui/x-charts-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1585
+
1586
+ Same changes as in `@mui/x-charts@7.24.1`.
1587
+
1588
+ ### Tree View
1589
+
1590
+ #### `@mui/x-tree-view@7.24.1`
1591
+
1592
+ Internal changes.
1593
+
1594
+ #### `@mui/x-tree-view-pro@7.24.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1595
+
1596
+ Same changes as in `@mui/x-tree-view@7.24.1`.
1597
+
1598
+ ### Docs
1599
+
1600
+ - [docs] Fix `domainLimit` definition (#16271) @alexfauquette
1601
+
1602
+ ### Core
1603
+
1604
+ - [core] Make `@mui/x-internals` a dependency of `@mui/x-license` (#16265) @alexfauquette
1605
+ - [test] Fix flaky column pinning tests (#16228) @cherniavskii
1606
+ - [test] Fix flaky tests (#16264) @lauri865
1607
+
1608
+ ## 7.24.0
1609
+
1610
+ _Jan 17, 2025_
1611
+
1612
+ We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
1613
+
1614
+ - 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
1615
+ - 🐞 Bugfixes
1616
+
1617
+ Special thanks go out to the community contributors who have helped make this release possible:
1618
+ @lauri865, @AxharKhan.
1619
+ Following are all team members who have contributed to this release:
1620
+ @KenanYusuf, @arminmeh, @cherniavskii, @michelengelen, @samuelsycamore, @LukasTy.
1621
+
1622
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1623
+
1624
+ ### Data Grid
1625
+
1626
+ #### `@mui/x-data-grid@7.24.0`
1627
+
1628
+ - [DataGrid] Fix resizing right pinned column (#16193) @KenanYusuf
1629
+ - [DataGrid] Improve scrollbar deadzone with overlay scrollbars (#16212) @lauri865
1630
+ - [DataGrid] Scroll restoration (#16208) @lauri865
1631
+ - [DataGrid] Fix row, cell and header memoizations (#16195) @lauri865
1632
+ - [l10n] Improve Urdu (ur-PK) locale (#16081) @AxharKhan
1633
+
1634
+ #### `@mui/x-data-grid-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1635
+
1636
+ Same changes as in `@mui/x-data-grid@7.24.0`, plus:
1637
+
1638
+ - [DataGridPro] Add test for column pinning with disabled column virtualization (#16196) @cherniavskii
1639
+ - [DataGridPro] Fix width of right-pinned column group during resize (#16207) @cherniavskii
1640
+
1641
+ #### `@mui/x-data-grid-premium@7.24.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1642
+
1643
+ Same changes as in `@mui/x-data-grid-pro@7.24.0`.
1644
+
1645
+ ### Date and Time Pickers
1646
+
1647
+ #### `@mui/x-date-pickers@7.24.0`
1648
+
1649
+ Internal changes.
1650
+
1651
+ #### `@mui/x-date-pickers-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1652
+
1653
+ Same changes as in `@mui/x-date-pickers@7.24.0`.
1654
+
1655
+ ### Charts
1656
+
1657
+ #### `@mui/x-charts@7.24.0`
1658
+
1659
+ Internal changes.
1660
+
1661
+ #### `@mui/x-charts-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1662
+
1663
+ Same changes as in `@mui/x-charts@7.24.0`.
1664
+
1665
+ ### Tree View
1666
+
1667
+ #### `@mui/x-tree-view@7.24.0`
1668
+
1669
+ Internal changes.
1670
+
1671
+ #### `@mui/x-tree-view-pro@7.24.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1672
+
1673
+ Same changes as in `@mui/x-tree-view@7.24.0`.
1674
+
1675
+ ### Docs
1676
+
1677
+ - [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore
1678
+ - [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh
1679
+
1680
+ ### Core
1681
+
1682
+ - [core] Type all references as `RefObject` (#16125) @arminmeh
1683
+ - [code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving (#16214) @LukasTy
1684
+ - [infra] Improve cherry-pick action target list (#16188) @michelengelen
1685
+ - [test] Fix flaky column pinning unit test (#16209) @cherniavskii
1686
+
1687
+ ## 7.23.6
1688
+
1689
+ _Jan 9, 2025_
1690
+
1691
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
1692
+
1693
+ - 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers
1694
+ - 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers
1695
+ - 🌍 Improve Dutch (nl-NL) locale on the Data Grid
1696
+ - 🐞 Bugfixes
1697
+
1698
+ Special thanks go out to the community contributors who have helped make this release possible:
1699
+ @josteinjhauge, @derek-0000, @nusr, @k-rajat19, @tomashauser.
1700
+ Following are all team members who have contributed to this release:
1701
+ @flaviendelangle, @LukasTy, @MBilalShafi, @arminmeh, @oliviertassinari, @cherniavskii.
1702
+
1703
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1704
+
1705
+ ### Data Grid
1706
+
1707
+ #### `@mui/x-data-grid@7.23.6`
1708
+
1709
+ - [DataGrid] Improve React 19 support (#16048) @LukasTy
1710
+ - [DataGrid] Add `name` attribute to selection checkboxes (#16041) @derek-0000
1711
+ - [DataGrid] Fix number filter field formatting values while typing (#16068) @arminmeh
1712
+ - [DataGrid] Fix select all checkbox state reset with server side data (#16039) @MBilalShafi
1713
+
1714
+ #### `@mui/x-data-grid-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1715
+
1716
+ Same changes as in `@mui/x-data-grid@7.23.6`.
1717
+
1718
+ #### `@mui/x-data-grid-premium@7.23.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1719
+
1720
+ Same changes as in `@mui/x-data-grid-pro@7.23.6`.
1721
+
1722
+ ### Date and Time Pickers
1723
+
1724
+ #### `@mui/x-date-pickers@7.23.6`
1725
+
1726
+ - [pickers] Improve React 19 support (#16048) @LukasTy
1727
+ - [l10n] Add Chinese (Taiwan) (zh-TW) locale (#16057) @nusr
1728
+ - [l10n] Improve Norwegian (nb-NO) locale (#16083) @josteinjhauge
1729
+ - [pickers] Support `date-fns-jalali` v4 (#16013) @LukasTy
1730
+
1731
+ #### `@mui/x-date-pickers-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1732
+
1733
+ Same changes as in `@mui/x-date-pickers@7.23.6`.
1734
+
1735
+ ### Charts
1736
+
1737
+ #### `@mui/x-charts@7.23.6`
1738
+
1739
+ - [charts] Improve React 19 support (#16048) @LukasTy
1740
+ - [charts] Fix 301 redirection in the API documentation @oliviertassinari
1741
+
1742
+ #### `@mui/x-charts-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1743
+
1744
+ Same changes as in `@mui/x-charts@7.23.6`.
1745
+
1746
+ ### Tree View
1747
+
1748
+ #### `@mui/x-tree-view@7.23.6`
1749
+
1750
+ - [TreeView] Improve React 19 support (#16048) @LukasTy
1751
+
1752
+ #### `@mui/x-tree-view-pro@7.23.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1753
+
1754
+ Same changes as in `@mui/x-tree-view@7.23.6`.
1755
+
1756
+ ### Docs
1757
+
1758
+ - [docs] Fix `EditingWithDatePickers` demo (#16047) @k-rajat19
1759
+ - [docs] Fix doc warning for automatic children selection on tree view (#16037) @flaviendelangle
1760
+ - [docs] Fix non-existing "adapter" property of `LocalizationProvider` (#16088) @tomashauser
1761
+
1762
+ ### Core
1763
+
1764
+ - [core] Clarify the release strategy (#16012) @MBilalShafi
1765
+ - [core] Update the `release:version` docs (#16040) @cherniavskii
1766
+
1767
+ ## 7.23.5
1768
+
1769
+ _Dec 27, 2024_
1770
+
1771
+ Here are some highlights ✨:
1772
+
1773
+ - 🐞 Fix version mismatch issue in Data Grid codesandbox/stackblitz demos
1774
+
1775
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1776
+
1777
+ ### Data Grid
1778
+
1779
+ #### `@mui/x-data-grid@7.23.5`
1780
+
1781
+ No changes since `@mui/x-data-grid@v7.23.4`.
1782
+
1783
+ #### `@mui/x-data-grid-pro@7.23.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1784
+
1785
+ Same changes as in `@mui/x-data-grid@7.23.5`.
1786
+
1787
+ #### `@mui/x-data-grid-premium@7.23.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1788
+
1789
+ Same changes as in `@mui/x-data-grid-pro@7.23.5`.
1790
+
1791
+ ## 7.23.4
1792
+
1793
+ _Dec 27, 2024_
1794
+
1795
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
1796
+
1797
+ - 🌍 Improve Dutch (nl-NL) locale on the Data Grid
1798
+ - 🐞 Bugfixes
1799
+
1800
+ Special thanks go out to the community contributor who has helped make this release possible:
1801
+ @JoepVerkoelen.
1802
+ Following are all team members who have contributed to this release:
1803
+ @arminmeh, @oliviertassinari.
1804
+
1805
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1806
+
1807
+ ### Data Grid
1808
+
1809
+ #### `@mui/x-data-grid@7.23.4`
1810
+
1811
+ - [DataGrid] Fix header filters showing clear button while empty (#15990) @k-rajat19
1812
+ - [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15984) @lauri865
1813
+ - [l10n] Improve Dutch (nl-NL) locale (#15920) @JoepVerkoelen
1814
+
1815
+ #### `@mui/x-data-grid-pro@7.23.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1816
+
1817
+ Same changes as in `@mui/x-data-grid@7.23.4`.
1818
+
1819
+ #### `@mui/x-data-grid-premium@7.23.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1820
+
1821
+ Same changes as in `@mui/x-data-grid-pro@7.23.4`, plus:
1822
+
1823
+ - [DataGridPremium] Fix column pinning with checkbox selection and row grouping (#15949) @k-rajat19
1824
+
1825
+ ### Docs
1826
+
1827
+ - [docs] Fix outdated link to handbook (#15855) @oliviertassinari
1828
+
1829
+ ## 7.23.3
1830
+
1831
+ _Dec 19, 2024_
1832
+
1833
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
1834
+
1835
+ - 🌍 Improve Korean (ko-KR) locale on the Data Grid
1836
+ - 🐞 Bugfixes
1837
+
1838
+ Special thanks go out to the community contributors who have helped make this release possible:
1839
+ @k-rajat19, @good-jinu.
1840
+ Following are all team members who have contributed to this release:
1841
+ @KenanYusuf, @MBilalShafi, @arminmeh, @flaviendelangle.
1842
+
1843
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1844
+
1845
+ ### Data Grid
1846
+
1847
+ #### `@mui/x-data-grid@7.23.3`
1848
+
1849
+ - [DataGrid] Allow passing custom props to `.main` element (#15919) @MBilalShafi
1850
+ - [DataGrid] Consider `columnGroupHeaderHeight` prop in `getTotalHeaderHeight` method (#15927) @k-rajat19
1851
+ - [DataGrid] Deprecate `indeterminateCheckboxAction` prop (#15862) @MBilalShafi
1852
+ - [DataGrid] Fix `aria-label` value for group checkboxes (#15861) @MBilalShafi
1853
+ - [DataGrid] Fix autosizing with virtualized columns (#15929) @k-rajat19
1854
+ - [DataGrid] Round dimensions to avoid subpixel rendering error (#15873) @KenanYusuf
1855
+ - [DataGrid] Toggle menu on click in `<GridActionsCell />` (#15871) @k-rajat19
1856
+ - [DataGrid] Trigger row spanning computation on rows update (#15872) @MBilalShafi
1857
+ - [l10n] Improve Korean (ko-KR) locale (#15906) @good-jinu
1858
+
1859
+ #### `@mui/x-data-grid-pro@7.23.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1860
+
1861
+ Same changes as in `@mui/x-data-grid@7.23.3`.
1862
+
1863
+ #### `@mui/x-data-grid-premium@7.23.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1864
+
1865
+ Same changes as in `@mui/x-data-grid-pro@7.23.3`.
1866
+
1867
+ ### Date and Time Pickers
1868
+
1869
+ #### `@mui/x-date-pickers@7.23.3`
1870
+
1871
+ - [pickers] Add verification to disable skipped hours in spring forward DST (#15918) @flaviendelangle
1872
+
1873
+ #### `@mui/x-date-pickers-pro@7.23.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1874
+
1875
+ Same changes as in `@mui/x-date-pickers@7.23.3`.
1876
+
1877
+ ## 7.23.2
1878
+
1879
+ _Dec 12, 2024_
1880
+
1881
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
1882
+
1883
+ - 🌍 Improve Romanian and Turkish locales on the Data Grid
1884
+ - 🌍 Improve Romanian locale on the Pickers
1885
+ - 📚 Documentation improvements
1886
+ - 🐞 Bugfixes
1887
+
1888
+ Special thanks go out to the community contributors who have helped make this release possible:
1889
+ @ihsanberkozcan, @k-rajat19, @lhilgert9, @nusr, @rares985.
1890
+
1891
+ Following are all team members who have contributed to this release:
1892
+ @alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy.
1893
+
1894
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1895
+
1896
+ ### Data Grid
1897
+
1898
+ #### `@mui/x-data-grid@7.23.2`
1899
+
1900
+ - [DataGrid] Fix "No rows" displaying when all rows are pinned (#15851) @nusr
1901
+ - [DataGrid] Use `columnsManagement` slot (#15821) @k-rajat19
1902
+ - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
1903
+ - [l10n] Improve Turkish (tr-TR) locale (#15748) @ihsanberkozcan
1904
+
1905
+ #### `@mui/x-data-grid-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1906
+
1907
+ Same changes as in `@mui/x-data-grid@7.23.2`, plus:
1908
+
1909
+ - [DataGridPro] Make Row reordering work with pagination (#15782) @k-rajat19
1910
+
1911
+ #### `@mui/x-data-grid-premium@7.23.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1912
+
1913
+ Same changes as in `@mui/x-data-grid-pro@7.23.2`, plus:
1914
+
1915
+ - [DataGridPremium] Fix group column ignoring `valueOptions` for `singleSelect` column type (#15754) @arminmeh
1916
+
1917
+ ### Date and Time Pickers
1918
+
1919
+ #### `@mui/x-date-pickers@7.23.2`
1920
+
1921
+ - [l10n] Improve Romanian (ro-RO) locale (#15751) @rares985
1922
+
1923
+ #### `@mui/x-date-pickers-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1924
+
1925
+ Same changes as in `@mui/x-date-pickers@7.23.2`.
1926
+
1927
+ ### Charts
1928
+
1929
+ #### `@mui/x-charts@7.23.2`
1930
+
1931
+ - [charts] Fix key generation for the ChartsGrid (#15864) @alexfauquette
1932
+ - [charts] Fix scatter dataset with missing data (#15804) @alexfauquette
1933
+
1934
+ #### `@mui/x-charts-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1935
+
1936
+ Same changes as in `@mui/x-charts@7.23.2`.
1937
+
1938
+ #### `@mui/x-tree-view@v7.23.2`
1939
+
1940
+ No changes, releasing to keep the versions in sync.
1941
+
1942
+ #### `@mui/x-tree-view-pro@7.23.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1943
+
1944
+ Releasing to benefit from license package fix (#15818).
1945
+
1946
+ ### Docs
1947
+
1948
+ - [docs] Fix typo in charts axis documentation (#15746) @JCQuintas
1949
+ - [docs] Improve Pickers accessible DOM structure description (#15752) @LukasTy
1950
+ - [docs] Use `updateRows` method for list view demos (#15824) @KenanYusuf
1951
+ - [docs] Use date library version from package dev dependencies for sandboxes (#15767) @LukasTy
1952
+
1953
+ ### Core
1954
+
1955
+ - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
1956
+ - [license] Use `console.log` for the error message on Codesandbox to avoid rendering error (#15818) @arminmeh
1957
+
1958
+ ## 7.23.1
1959
+
1960
+ _Dec 5, 2024_
1961
+
1962
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
1963
+
1964
+ - 🌍 Improve German locale on the Data Grid component
1965
+ - 🐞 Bugfixes
1966
+
1967
+ Special thanks go out to the community contributors who have helped make this release possible:
1968
+ @lhilgert9.
1969
+
1970
+ Following are all team members who have contributed to this release:
1971
+ @arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy and @MBilalShafi.
1972
+
1973
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1974
+
1975
+ ### Data Grid
1976
+
1977
+ #### `@mui/x-data-grid@7.23.1`
1978
+
1979
+ - [DataGrid] Make column autosizing work with flex columns (#15712) @cherniavskii
1980
+ - [l10n] Improve German (de-DE) locale (#15641) @lhilgert9
1981
+
1982
+ #### `@mui/x-data-grid-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1983
+
1984
+ Same changes as in `@mui/x-data-grid@7.23.1`, plus:
1985
+
1986
+ - [DataGridPro] Cleanup pinned rows on removal (#15702) @cherniavskii
1987
+
1988
+ #### `@mui/x-data-grid-premium@7.23.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
1989
+
1990
+ Same changes as in `@mui/x-data-grid-pro@7.23.1`.
1991
+
1992
+ ### Date and Time Pickers
1993
+
1994
+ #### `@mui/x-date-pickers@7.23.1`
1995
+
1996
+ - [TimePicker] Prevent mouse events after `touchend` event (#15430) @arthurbalduini
1997
+
1998
+ #### `@mui/x-date-pickers-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
1999
+
2000
+ Same changes as in `@mui/x-date-pickers@7.23.1`.
2001
+
2002
+ ### Charts
2003
+
2004
+ #### `@mui/x-charts@7.23.1`
2005
+
2006
+ - [charts] Improve SVG `pattern` and `gradient` support (#15724) @JCQuintas
2007
+
2008
+ #### `@mui/x-charts-pro@7.23.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2009
+
2010
+ Same changes as in `@mui/x-charts@7.23.1`.
2011
+
2012
+ ### Docs
2013
+
2014
+ - [docs] Fix Pickers theme augmentation example (#15675) @LukasTy
2015
+ - [docs] Remove duplicated warning (#15715) @cherniavskii
2016
+ - [test] Force hover in headless Chrome (#15711) @cherniavskii
2017
+ - [docs-infra] Bump `@mui/internal-markdown` to support nested demo imports (#15738) @alexfauquette
2018
+ - [docs] Improve SEO titles for the Data Grid (#15695) @MBilalShafi
2019
+
2020
+ ### Core
2021
+
2022
+ - [core] Add `@mui/x-tree-view-pro` to `releaseChangelog` (#15747) @flaviendelangle
2023
+
2024
+ ## 7.23.0
2025
+
2026
+ _Nov 29, 2024_
2027
+
2028
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
2029
+
2030
+ - ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.
2031
+
2032
+ https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c
2033
+
2034
+ - ⚛️ React 19 support
2035
+ - 📚 Documentation improvements
2036
+ - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
2037
+ - 🌍 Improve Dutch locale on the Date and Time Picker components.
2038
+ - 🐞 Bugfixes
2039
+
2040
+ Special thanks go out to the community contributors who have helped make this release possible:
2041
+ @dloeda, @headironc, @mathzdev, @nphmuller, @lhilgert9, @lauri865.
2042
+ Following are all team members who have contributed to this release:
2043
+ @oliviertassinari, @arminmeh, @KenanYusuf, @flaviendelangle, @MBilalShafi.
2044
+
2045
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
2046
+
2047
+ ### Data Grid
2048
+
2049
+ #### `@mui/x-data-grid@v7.23.0`
2050
+
2051
+ - [DataGrid] React 19 support (#15557) @arminmeh
2052
+ - [DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. (#15642) @jedesroches
2053
+ - [DataGrid] Fix last separator not being hidden when grid is scrollable (#15551) @KenanYusuf
2054
+ - [DataGrid] Fix order of spread props on toolbar items (#15556) @KenanYusuf
2055
+ - [DataGrid] Fix row-spanning in combination with column-pinning (#15460) @lhilgert9
2056
+ - [DataGrid] Improve resize performance (#15592) @lauri865
2057
+ - [DataGrid] Support column virtualization with dynamic row height (#15567) @cherniavskii
2058
+ - [DataGrid] Improve `GridCell` performance (#15621) @lauri865
2059
+ - [l10n] Improve Chinese (zh-CN) locale (#15570) @headironc
2060
+ - [l10n] Improve Portuguese (pt-PT) locale (#15561) @mathzdev
2061
+
2062
+ #### `@mui/x-data-grid-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2063
+
2064
+ Same changes as in `@mui/x-data-grid@v7.23.0`, plus:
2065
+
2066
+ - [DataGridPro] Fix header filtering with `boolean` column type (#15640) @k-rajat19
2067
+ - [DataGridPro] Fix pagination state not updating if the data source response has no rows (#15643) @zinoroman
2068
+ - [DataGridPro] Fix selection propagation issue on initialization (#15593) @MBilalShafi
2069
+
2070
+ #### `@mui/x-data-grid-premium@v7.23.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2071
+
2072
+ Same changes as in `@mui/x-data-grid-pro@v7.23.0`.
2073
+
2074
+ ### Date and Time Pickers
2075
+
2076
+ #### `@mui/x-date-pickers@v7.23.0`
2077
+
2078
+ - [pickers] React 19 support (#15557) @arminmeh
2079
+ - [pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` (#15653) @flaviendelangle
2080
+ - [pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined (#15544) @flaviendelangle
2081
+ - [l10n] Improve Dutch (nl-NL) locale (#15564) @nphmuller
2082
+
2083
+ #### `@mui/x-date-pickers-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2084
+
2085
+ Same changes as in `@mui/x-date-pickers@v7.23.0`.
2086
+
2087
+ ### Charts
2088
+
2089
+ #### `@mui/x-charts@v7.23.0`
2090
+
2091
+ - [charts] React 19 support (#15557) @arminmeh
2092
+ - [charts] Prevent invalid `releasePointerCapture` (#15609) @alexfauquette
2093
+
2094
+ #### `@mui/x-charts-pro@v7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2095
+
2096
+ Same changes as in `@mui/x-charts@v7.23.0`.
2097
+
2098
+ ### Tree View
2099
+
2100
+ #### `@mui/x-tree-view@v7.23.0`
2101
+
2102
+ - [TreeView] React 19 support (#15557) @arminmeh
2103
+
2104
+ #### `@mui/x-tree-view-pro@7.23.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2105
+
2106
+ Same changes as in `@mui/x-tree-view@7.23.0`.
2107
+
2108
+ ### Docs
2109
+
2110
+ - [docs] Add data caching to lazy loaded detail panel demo (#15555) @cherniavskii
2111
+ - [docs] Remove selectors section from list view docs (#15639) @KenanYusuf
2112
+ - [docs] Add documentation for the list view feature (#15344) @KenanYusuf
2113
+
2114
+ ### Core
2115
+
2116
+ - [core] Update @mui/monorepo (#15574) @oliviertassinari
340
2117
 
341
- ## v7.22.3
2118
+ ## 7.22.3
342
2119
 
343
2120
  _Nov 21, 2024_
344
2121
 
@@ -4803,7 +6580,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-alpha.5`.
4803
6580
 
4804
6581
  The `useClearableField` hook API has been simplified to now take a `props` parameter instead of a `fieldProps`, `InputProps`, `clearable`, `onClear`, `slots` and `slotProps` parameters.
4805
6582
 
4806
- You should now be able to directly pass the returned value from your field hook (e.g: `useDateField`) to `useClearableField`
6583
+ You should now be able to directly pass the returned value from your field hook (for example `useDateField`) to `useClearableField`
4807
6584
 
4808
6585
  ```diff
4809
6586
  const fieldResponse = useDateField(props);