@mui/x-license 8.0.0-alpha.9 → 8.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/CHANGELOG.md +1617 -0
  2. package/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts +7 -4
  3. package/Unstable_LicenseInfoProvider/LicenseInfoProvider.js +13 -5
  4. package/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.ts +2 -2
  5. package/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js +8 -2
  6. package/Unstable_LicenseInfoProvider/index.d.ts +2 -2
  7. package/Unstable_LicenseInfoProvider/index.js +12 -1
  8. package/Watermark/Watermark.d.ts +4 -4
  9. package/Watermark/Watermark.js +23 -17
  10. package/Watermark/index.d.ts +1 -1
  11. package/Watermark/index.js +16 -1
  12. package/encoding/base64.d.ts +1 -1
  13. package/encoding/base64.js +11 -3
  14. package/encoding/md5.d.ts +1 -1
  15. package/encoding/md5.js +7 -1
  16. package/esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts +16 -0
  17. package/esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.js +19 -0
  18. package/esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.ts +4 -0
  19. package/esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js +10 -0
  20. package/esm/Unstable_LicenseInfoProvider/index.d.ts +2 -0
  21. package/esm/Unstable_LicenseInfoProvider/index.js +1 -0
  22. package/esm/Watermark/Watermark.d.ts +9 -0
  23. package/esm/Watermark/Watermark.js +51 -0
  24. package/esm/Watermark/index.d.ts +1 -0
  25. package/esm/Watermark/index.js +1 -0
  26. package/esm/encoding/base64.d.ts +2 -0
  27. package/{node → esm}/encoding/base64.js +3 -11
  28. package/esm/encoding/md5.d.ts +1 -0
  29. package/{node → esm}/encoding/md5.js +1 -7
  30. package/esm/generateLicense/generateLicense.d.ts +10 -0
  31. package/esm/generateLicense/generateLicense.js +19 -0
  32. package/esm/generateLicense/index.d.ts +1 -0
  33. package/esm/generateLicense/index.js +1 -0
  34. package/esm/index.d.ts +7 -0
  35. package/esm/index.js +14 -0
  36. package/esm/package.json +1 -0
  37. package/esm/useLicenseVerifier/index.d.ts +1 -0
  38. package/esm/useLicenseVerifier/index.js +1 -0
  39. package/esm/useLicenseVerifier/useLicenseVerifier.d.ts +11 -0
  40. package/esm/useLicenseVerifier/useLicenseVerifier.js +69 -0
  41. package/esm/utils/commercialPackages.d.ts +1 -0
  42. package/esm/utils/commercialPackages.js +1 -0
  43. package/esm/utils/index.d.ts +6 -0
  44. package/esm/utils/index.js +4 -0
  45. package/esm/utils/licenseErrorMessageUtils.d.ts +33 -0
  46. package/{node → esm}/utils/licenseErrorMessageUtils.js +7 -19
  47. package/esm/utils/licenseInfo.d.ts +11 -0
  48. package/{node → esm}/utils/licenseInfo.js +5 -11
  49. package/esm/utils/licenseModel.d.ts +2 -0
  50. package/{node → esm}/utils/licenseModel.js +1 -7
  51. package/esm/utils/licenseStatus.d.ts +11 -0
  52. package/{node → esm}/utils/licenseStatus.js +1 -7
  53. package/esm/utils/plan.d.ts +4 -0
  54. package/esm/utils/plan.js +2 -0
  55. package/esm/verifyLicense/index.d.ts +1 -0
  56. package/esm/verifyLicense/index.js +1 -0
  57. package/esm/verifyLicense/verifyLicense.d.ts +15 -0
  58. package/{node → esm}/verifyLicense/verifyLicense.js +25 -32
  59. package/generateLicense/generateLicense.d.ts +8 -8
  60. package/generateLicense/generateLicense.js +14 -8
  61. package/generateLicense/index.d.ts +1 -1
  62. package/generateLicense/index.js +16 -1
  63. package/index.d.ts +7 -6
  64. package/index.js +88 -7
  65. package/modern/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts +16 -0
  66. package/modern/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.ts +4 -0
  67. package/modern/Unstable_LicenseInfoProvider/index.d.ts +2 -0
  68. package/modern/Watermark/Watermark.d.ts +9 -0
  69. package/modern/Watermark/index.d.ts +1 -0
  70. package/modern/encoding/base64.d.ts +2 -0
  71. package/modern/encoding/md5.d.ts +1 -0
  72. package/modern/generateLicense/generateLicense.d.ts +10 -0
  73. package/modern/generateLicense/index.d.ts +1 -0
  74. package/modern/index.d.ts +7 -0
  75. package/modern/index.js +3 -2
  76. package/modern/package.json +1 -0
  77. package/modern/useLicenseVerifier/index.d.ts +1 -0
  78. package/modern/useLicenseVerifier/useLicenseVerifier.d.ts +11 -0
  79. package/modern/useLicenseVerifier/useLicenseVerifier.js +8 -0
  80. package/modern/utils/commercialPackages.d.ts +1 -0
  81. package/modern/utils/index.d.ts +6 -0
  82. package/modern/utils/licenseErrorMessageUtils.d.ts +33 -0
  83. package/modern/utils/licenseInfo.d.ts +11 -0
  84. package/modern/utils/licenseModel.d.ts +2 -0
  85. package/modern/utils/licenseStatus.d.ts +11 -0
  86. package/modern/utils/plan.d.ts +4 -0
  87. package/modern/verifyLicense/index.d.ts +1 -0
  88. package/modern/verifyLicense/verifyLicense.d.ts +15 -0
  89. package/package.json +40 -6
  90. package/tsconfig.build.tsbuildinfo +1 -0
  91. package/useLicenseVerifier/index.d.ts +1 -1
  92. package/useLicenseVerifier/index.js +12 -1
  93. package/useLicenseVerifier/useLicenseVerifier.d.ts +10 -12
  94. package/useLicenseVerifier/useLicenseVerifier.js +44 -27
  95. package/utils/commercialPackages.d.ts +1 -1
  96. package/utils/commercialPackages.js +5 -1
  97. package/utils/index.d.ts +4 -4
  98. package/utils/index.js +38 -4
  99. package/utils/licenseErrorMessageUtils.d.ts +27 -14
  100. package/utils/licenseErrorMessageUtils.js +19 -7
  101. package/utils/licenseInfo.d.ts +5 -5
  102. package/utils/licenseInfo.js +11 -5
  103. package/utils/licenseModel.d.ts +1 -1
  104. package/utils/licenseModel.js +7 -1
  105. package/utils/licenseStatus.d.ts +9 -9
  106. package/utils/licenseStatus.js +7 -1
  107. package/utils/plan.d.ts +1 -1
  108. package/utils/plan.js +8 -2
  109. package/verifyLicense/index.d.ts +1 -1
  110. package/verifyLicense/index.js +16 -1
  111. package/verifyLicense/verifyLicense.d.ts +13 -9
  112. package/verifyLicense/verifyLicense.js +32 -25
  113. package/Unstable_LicenseInfoProvider/package.json +0 -6
  114. package/Watermark/package.json +0 -6
  115. package/generateLicense/package.json +0 -6
  116. package/node/Unstable_LicenseInfoProvider/LicenseInfoProvider.js +0 -27
  117. package/node/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js +0 -16
  118. package/node/Unstable_LicenseInfoProvider/index.js +0 -12
  119. package/node/Watermark/Watermark.js +0 -57
  120. package/node/Watermark/index.js +0 -16
  121. package/node/generateLicense/generateLicense.js +0 -25
  122. package/node/generateLicense/index.js +0 -16
  123. package/node/index.js +0 -78
  124. package/node/useLicenseVerifier/index.js +0 -12
  125. package/node/useLicenseVerifier/useLicenseVerifier.js +0 -70
  126. package/node/utils/commercialPackages.js +0 -5
  127. package/node/utils/index.js +0 -38
  128. package/node/utils/plan.js +0 -8
  129. package/node/verifyLicense/index.js +0 -16
  130. package/useLicenseVerifier/package.json +0 -6
  131. package/utils/package.json +0 -6
  132. package/verifyLicense/package.json +0 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,1196 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.0.0-beta.2
9
+
10
+ _Mar 27, 2025_
11
+
12
+ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 🔍 Update the Data Grid quick filter to be collapsed when not in use
15
+ - 🐞 Bugfixes
16
+
17
+ Special thanks go out to the community members for their valuable contributions:
18
+ @lhilgert9.
19
+ Following are all team members who have contributed to this release:
20
+ @alexfauquette, @arminmeh, @flaviendelangle, @hasdfa, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @mnajdova, @romgrk.
21
+
22
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23
+
24
+ ### Data Grid
25
+
26
+ #### `@mui/x-data-grid@8.0.0-beta.2`
27
+
28
+ - [DataGrid] Fix error caused by trying to render rows that are not in the state anymore (#17057) @arminmeh
29
+ - [DataGrid] Refactor: remove more material (#16922) @romgrk
30
+ - [DataGrid] Update Quick Filter component to be expandable (#16862) @KenanYusuf
31
+ - [DataGrid] Fix crash when used with `@mui/styled-engine-sc` (#17154) @KenanYusuf
32
+
33
+ #### `@mui/x-data-grid-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
34
+
35
+ Same changes as in `@mui/x-data-grid@8.0.0-beta.2`, plus:
36
+
37
+ - [DataGridPro] Data source: Allow expanding groups with unknown children (#17144) @MBilalShafi
38
+
39
+ #### `@mui/x-data-grid-premium@8.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
40
+
41
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-beta.2`.
42
+
43
+ ### Date and Time Pickers
44
+
45
+ #### `@mui/x-date-pickers@8.0.0-beta.2`
46
+
47
+ - [fields] Extract the props of each field slot into a standalone hook for easier re-use (#17114) @flaviendelangle
48
+ - [pickers] Fix visual regression in Date Range Calendar's day (#17148) @flaviendelangle
49
+ - [pickers] Remove all code duplication to apply default values to validation props (#17038) @flaviendelangle
50
+
51
+ #### `@mui/x-date-pickers-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52
+
53
+ Same changes as in `@mui/x-date-pickers@8.0.0-beta.2`.
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@8.0.0-beta.2`
58
+
59
+ - [charts] Memoize axes and series with default (#17156) @alexfauquette
60
+ - [charts] Add pie benchmark (#17115) @JCQuintas
61
+ - [charts] Fix CSS vars support for dark theme (#17106) @alexfauquette
62
+ - [charts] Fix radar hover (#17134) @alexfauquette
63
+ - [charts] Move axis interaction to selectors (#17039) @alexfauquette
64
+ - [charts] Fix Pie benchmark (#17125) @JCQuintas
65
+
66
+ #### `@mui/x-charts-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
67
+
68
+ Same changes as in `@mui/x-charts@8.0.0-beta.2`.
69
+
70
+ ### Tree View
71
+
72
+ #### `@mui/x-tree-view@8.0.0-beta.2`
73
+
74
+ Internal changes.
75
+
76
+ #### `@mui/x-tree-view-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
77
+
78
+ Same changes as in `@mui/x-tree-view@8.0.0-beta.2`.
79
+
80
+ ### `@mui/x-codemod@8.0.0-beta.1`
81
+
82
+ - [codemod] Add Data Grid codemods (#17121, #17124) @MBilalShafi
83
+
84
+ ### Docs
85
+
86
+ - [docs] Fix example import for `ExportExcel` component (#17110) @KenanYusuf
87
+
88
+ ### Core
89
+
90
+ - [code-infra] Remove `@mui/styles` dependency & patches (#17071) @mnajdova
91
+ - [code-infra] Add more tests to slow screenshot tests (#17075) @JCQuintas
92
+ - [code-infra] Fix pickers codecov (#17120) @JCQuintas
93
+ - [code-infra] Move `isDeepEqual` to @mui/x-internals (#17129) @JCQuintas
94
+ - [code-infra] Remove `test_regressions` step from React 18 pipeline (#17108) @LukasTy
95
+ - [code-infra] Update some data-grid tests for vitest (#17078, #17104, #17146) @JCQuintas
96
+ - [code-infra] Update some date-pickers tests for vitest (#17083) @JCQuintas
97
+ - [infra] Update `issue-status-label-handler.yml` @michelengelen
98
+ - [infra] Added reusable issue status label handler workflow (#17145) @michelengelen
99
+ - [infra] Switch to reusable 'stale issues/PRs' workflow (#17107) @michelengelen
100
+ - [telemetry] Improve request body size, update dependencies, and optimize SSR handling (#17008) @hasdfa
101
+
102
+ ## 8.0.0-beta.1
103
+
104
+ _Mar 21, 2025_
105
+
106
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
107
+
108
+ - 🐞 Bugfixes
109
+
110
+ Special thanks go out to the community members for their valuable contributions:
111
+ @jyash97.
112
+ Following are all team members who have contributed to this release:
113
+ @alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf.
114
+
115
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
116
+
117
+ ### Data Grid
118
+
119
+ #### `@mui/x-data-grid@8.0.0-beta.1`
120
+
121
+ - [DataGrid] Fix error caused by `forwardRef` to `ClickAwayListener` (#17049) @arminmeh
122
+ - [DataGrid] Fix error while editing rows with custom id (#17048) @arminmeh
123
+
124
+ #### `@mui/x-data-grid-pro@8.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
125
+
126
+ Same changes as in `@mui/x-data-grid@8.0.0-beta.1`, plus:
127
+
128
+ - [DataGridPro] Fix header select checkbox state with `checkboxSelectionVisibleOnly` and `paginationMode="server"` (#17026) @arminmeh
129
+
130
+ #### `@mui/x-data-grid-premium@8.0.0-beta.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
131
+
132
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-beta.1`, plus:
133
+
134
+ - [DataGridPremium] Update column state correctly when grouping mode is updated with one grouping column (#17069) @arminmeh
135
+
136
+ ### Date and Time Pickers
137
+
138
+ #### `@mui/x-date-pickers@8.0.0-beta.1`
139
+
140
+ - [fields] Clean the `useField` hook (part 1) (#16944) @flaviendelangle
141
+ - [fields] Improve the check for year in `doesSectionFormatHaveLeadingZeros` (#17051) @flaviendelangle
142
+ - [pickers] Deprecate the `disableOpenPicker` prop (#17040) @flaviendelangle
143
+ - [pickers] Simplify the `cleanLeadingZeros` method (#17063) @flaviendelangle
144
+ - [pickers] Use the new `ownerState` in `PickersDay` and `DateRangePickerDay` (#17035) @flaviendelangle
145
+
146
+ #### `@mui/x-date-pickers-pro@8.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
147
+
148
+ Same changes as in `@mui/x-date-pickers@8.0.0-beta.1`, plus:
149
+
150
+ - [DateRangePicker] Use desktop media query constant on range pickers (#17052) @flaviendelangle
151
+
152
+ ### Charts
153
+
154
+ #### `@mui/x-charts@8.0.0-beta.1`
155
+
156
+ - [charts] Fix horizontal bar with multiple axes (#17059) @alexfauquette
157
+
158
+ #### `@mui/x-charts-pro@8.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
159
+
160
+ Same changes as in `@mui/x-charts@8.0.0-beta.1`, plus:
161
+
162
+ - [charts-pro] Allow disabling Heatmap tooltip (#17060) @JCQuintas
163
+
164
+ ### Tree View
165
+
166
+ #### `@mui/x-tree-view@8.0.0-beta.1`
167
+
168
+ Internal changes.
169
+
170
+ #### `@mui/x-tree-view-pro@8.0.0-beta.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
171
+
172
+ Same changes as in `@mui/x-tree-view@8.0.0-beta.1`.
173
+
174
+ ### Docs
175
+
176
+ - [docs] Fix 404 (#17033) @alexfauquette
177
+ - [docs] Fix Data Grid advanced list view demo (#17064) @KenanYusuf
178
+
179
+ ## 8.0.0-beta.0
180
+
181
+ <img width="100%" alt="MUI X v8 Beta is live" src="https://github.com/user-attachments/assets/61ec4dd8-c946-456b-8b45-d51de8772f5d">
182
+
183
+ _Mar 18, 2025_
184
+
185
+ We'd like to offer a big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
186
+
187
+ - 🚀 Add [Time Range Picker](https://next.mui.com/x/react-date-pickers/time-range-picker/) component
188
+ - 🎁 Add support for `@mui/material` version 7 in all X packages
189
+ - 🐞 Bugfixes
190
+ - 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
191
+ - 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers
192
+
193
+ ## Breaking changes
194
+
195
+ - ℹ️ The peer dependency on `@mui/material` has been updated to accept only v7.
196
+ This has been done to increase the adoption rate of ESM.
197
+ Since only v7 of `@mui/material` has proper ESM support, we decided to help with its adoption and fix numerous issues using X packages in environments where transpiling is not an option.
198
+
199
+ Special thanks go out to the community members for their valuable contributions:
200
+ @Blake-McCullough, @hlavacz, @k-rajat19, @layerok, @nusr, @owais635, @yelahj.
201
+ Following are all team members who have contributed to this release:
202
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @DiegoAndai, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @noraleonte, @romgrk.
203
+
204
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
205
+
206
+ ## Alpha release highlights
207
+
208
+ Below are the highlights of the alpha releases leading up to this beta release:
209
+
210
+ - ⚛️ React 19 support.
211
+
212
+ - 🛠️ New and improved Data Grid [Toolbar component](https://next.mui.com/x/react-data-grid/components/toolbar/).
213
+ - 📦 Data Grid [data source](https://next.mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
214
+ - 🚫 Add ["No columns" overlay](https://next.mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
215
+ - 🍬 Improved design for Data Grid [Header filters](https://next.mui.com/x/react-data-grid/filtering/header-filters/).
216
+ - 🔄 Add Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration).
217
+ - 💫 Support [aggregation with server-side data](https://next.mui.com/x/react-data-grid/server-side-data/aggregation/).
218
+ - 🎁 Support [Server-side lazy loading](https://next.mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
219
+ - 🎯 Improved [data caching](https://next.mui.com/x/react-data-grid/server-side-data/#data-caching).
220
+ - 🏎️ Improve Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
221
+ - 🎨 Improve Data Grid theming and add default background color.
222
+
223
+ - 📊 New Pro chart: [Funnel](https://next.mui.com/x/react-charts/funnel/).
224
+ - 📊 New Community chart: [Radar](https://next.mui.com/x/react-charts/radar/) is available in preview for testing.
225
+ - 📊 Charts legend is now an HTML element which can be styled more easily.
226
+ - 📊 Create [custom HTML components](https://next.mui.com/x/react-charts/components/#html-components) using chart data.
227
+ - 📊 Refactor Charts [Tooltip customization](https://next.mui.com/x/react-charts/tooltip/#overriding-content).
228
+ - 📊 Improve Charts [composition](https://next.mui.com/x/react-charts/composition/#overview).
229
+ - 📊 Charts support server-side rendering under [some conditions](https://next.mui.com/x/react-charts/getting-started/#server-side-rendering).
230
+ - 📊 Add a new API to support multiple axes (decouple `margin` and `axis-size`)
231
+
232
+ - 🔁 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.
233
+
234
+ ### Data Grid
235
+
236
+ #### `@mui/x-data-grid@8.0.0-beta.0`
237
+
238
+ - [DataGrid] Add a slot for unsort icon in column menu (#16918) @layerok
239
+ - [DataGrid] Add click propagation and prevents default on `toggleMenu` click (#16845) @michelengelen
240
+ - [DataGrid] Anchor preference panel to columns/filter trigger (#16953) @KenanYusuf
241
+ - [DataGrid] Fix `QuickFilter` debounce overriding input value (#16856) @KenanYusuf
242
+ - [DataGrid] Fix `printOptions` not respecting `hideFooter` root prop (#14863) @k-rajat19
243
+ - [DataGrid] Fix `processRowUpdate()` error if the row is removed before it is executed (#16741) @arminmeh
244
+ - [DataGrid] Fix bug with adding and removing columns in active edit state (#16888) @Blake-McCullough
245
+ - [DataGrid] Fix columns update not restoring column definition defaults (#16970) @cherniavskii
246
+ - [DataGrid] Fix page scrolling when preference panel is opened (#17004) @KenanYusuf
247
+ - [DataGrid] Fix visual issue with pinned columns and row spanning (#16923) @MBilalShafi
248
+ - [DataGrid] Make column header menu button aria-labels unique (#16796) @owais635
249
+ - [DataGrid] Refactor: create base Pagination (#16759) @romgrk
250
+ - [DataGrid] Update CSS variable naming convention to singular (#16993) @KenanYusuf
251
+ - [DataGrid] Use Material UI CSS vars (#16962) @KenanYusuf
252
+ - [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#15230, #16898 and #16966) @nusr
253
+ - [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16968) @hlavacz
254
+ - [l10n] Improve Korean (ko-KR) locale (#16807) @yelahj
255
+
256
+ #### `@mui/x-data-grid-pro@8.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
257
+
258
+ Same changes as in `@mui/x-data-grid@8.0.0-beta.0`, plus:
259
+
260
+ - [DataGridPro] Fix header filters not displaying restored values (#16855) @MBilalShafi
261
+ - [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16926) @arminmeh
262
+
263
+ #### `@mui/x-data-grid-premium@8.0.0-beta.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
264
+
265
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-beta.0`, plus:
266
+
267
+ - [DataGridPremium] Fix selection propagation issues with controlled state (#16810) @MBilalShafi
268
+
269
+ ### Date and Time Pickers
270
+
271
+ #### Breaking changes
272
+
273
+ - The `useClearableField` hook has been removed.
274
+ The custom field component now receives the `clearable` and `onClear` props — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#useclearablefield).
275
+ - The `ExportedUseClearableFieldProps`, `UseClearableFieldSlots`, `UseClearableFieldSlotProps`, and `UseClearableFieldResponse` types have been removed — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#removed-types).
276
+
277
+ #### `@mui/x-date-pickers@8.0.0-beta.0`
278
+
279
+ - [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16966) @nusr
280
+ - [pickers] Add the Time Range Picker component (#9431) @LukasTy and @flaviendelangle
281
+ - [pickers] Add valid aria labels to the range picker opening button (#16799) @flaviendelangle
282
+ - [pickers] Always use `props.value` as the source of truth when defined (#16853) @flaviendelangle
283
+ - [pickers] Avoid passing unexpected `focusedView` to time renderers (#16869) @LukasTy
284
+ - [pickers] Improve JSDoc (#16858) @flaviendelangle
285
+ - [pickers] Remove `useClearableField` hook (#16859) @LukasTy
286
+
287
+ #### `@mui/x-date-pickers-pro@8.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
288
+
289
+ Same changes as in `@mui/x-date-pickers@8.0.0-beta.0`, plus:
290
+
291
+ - [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle
292
+ - [TimeRangePicker] Shift popper between start and end input on multi input field (#16920) @LukasTy
293
+
294
+ ### Charts
295
+
296
+ #### Breaking changes
297
+
298
+ - Tick labels in the x-axis of cartesian charts will now have an ellipsis applied to prevent overflow.
299
+ If your tick labels are being clipped sooner than you would like, you can increase the x-axis size by increasing its `height` property.
300
+ The default line-height has also been changed to 1.25, so if you aren't customizing the line height for x-axis tick labels, make sure to double check if the result is desirable.
301
+
302
+ #### `@mui/x-charts@8.0.0-beta.0`
303
+
304
+ - [charts] Add axis highlight to the radar (#16868) @alexfauquette
305
+ - [charts] Add radar labels (#16839) @alexfauquette
306
+ - [charts] Allow breaking line for radar labels (#16947) @alexfauquette
307
+ - [charts] Allow circular grid on radar chart (#16870) @alexfauquette
308
+ - [charts] Allow customizing shape in scatter charts (#16640) @bernardobelchior
309
+ - [charts] Avoid spreading props in demos (#16857) @bernardobelchior
310
+ - [charts] Fix React 18 tests failing due to missing `forwardRef` (#16894) @bernardobelchior
311
+ - [charts] Fix line highlight position with RTL (#16994) @alexfauquette
312
+ - [charts] Fix interaction performance (#16897) @JCQuintas
313
+ - [charts] Fix x-axis tick label overflow (#16709) @bernardobelchior
314
+ - [charts] Grid support time step below 1s (#16957) @alexfauquette
315
+ - [charts] Improve radar slice (#16932) @alexfauquette
316
+ - [charts] Radar add option to highlighting series (#16940) @alexfauquette
317
+ - [charts] Refactor zoom `isInteracting` behavior directly to community code (#16999) @JCQuintas
318
+ - [charts] Remove `fireEvent` usage from tests (#17006) @JCQuintas
319
+ - [charts] Remove dead voronoi code (#16886) @JCQuintas
320
+ - [charts] Remove the polar axis plugin from the default plugins of the ChartContainer (#16936) @alexfauquette
321
+ - [charts] Rename `useIsClient` (#16937) @bernardobelchior
322
+
323
+ #### `@mui/x-charts-pro@8.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
324
+
325
+ Same changes as in `@mui/x-charts@8.0.0-beta.0`.
326
+
327
+ ### Tree View
328
+
329
+ #### `@mui/x-tree-view@8.0.0-beta.0`
330
+
331
+ Internal changes.
332
+
333
+ #### `@mui/x-tree-view-pro@8.0.0-beta.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
334
+
335
+ Same changes as in `@mui/x-tree-view@8.0.0-beta.0`.
336
+
337
+ ### Docs
338
+
339
+ - [docs] Add the Time Range Picker to relevant validation demos (#16919) @LukasTy
340
+ - [docs] Adjust Picker field lifecycle explanation (#16901) @LukasTy
341
+ - [docs] Fix custom detail panel toggle state update (#16929) @nusr
342
+ - [docs] Fix Pickers custom field with Autocomplete demo (#16863) @LukasTy
343
+ - [docs] Fix link to the lazy loading demo for the DataGrid (#16907) @nusr
344
+ - [docs] Improve sparkline demo (#16911) @alexfauquette
345
+ - [docs] Remove `showQuickFilter: true` toolbar prop from demos (#17003) @KenanYusuf
346
+
347
+ ### Core
348
+
349
+ - [core] Fix proptypes and API docs after merge (#16934) @LukasTy
350
+ - [core] Update `@mui/utils` dependency to only v7 (#16928) @Janpot
351
+ - [core] Use MUI Core v7 libraries in packages and docs (#16771) @DiegoAndai
352
+ - [code-infra] Avoid loading package.json with relative path (#16931) @Janpot
353
+ - [code-infra] Bump `cimg/node` image version (#16964) @LukasTy
354
+ - [code-infra] Create `Tanstack query` renovate group (#16989) @LukasTy
355
+ - [code-infra] Fix inconsistent argos test (#16921) @JCQuintas
356
+ - [infra] Added issue permission to workflow (#16865) @michelengelen
357
+ - [infra] Make tests on React 18 part of pipeline (#16933) @LukasTy
358
+ - [infra] changed event trigger from `pull_request` to `pull_request_target` (#16902) @michelengelen
359
+ - [test] Fix Apple M3 failing to execute unit test cases (#16959) @nusr
360
+
361
+ ## 8.0.0-alpha.14
362
+
363
+ _Mar 7, 2025_
364
+
365
+ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
366
+
367
+ - 🚀📊 New Pro Chart: It is now possible to create Funnel charts—perfect for visualizing conversions, sales pipelines and more!
368
+ <img width="418" alt="Screenshot 2025-01-31 at 12 22 31" src="https://github.com/user-attachments/assets/8cd26821-5f11-46bf-a9bb-34d212880a47" />
369
+ - 🎁 The first iteration of the radar chart is available. Features and refinements will be added in the coming weeks.
370
+ - 🛠️ New and improved [Toolbar component](https://next.mui.com/x/react-data-grid/components/toolbar/) for the data grid
371
+ - 🐞 Bugfixes
372
+
373
+ Special thanks go out to the community member for their valuable contributions:
374
+ @vadimka123.
375
+
376
+ Following are all team members who have contributed to this release:
377
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @michelengelen, @noraleonte, @oliviertassinari.
378
+
379
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
380
+
381
+ ### Data Grid
382
+
383
+ #### Breaking changes
384
+
385
+ - The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the `density` prop. A density selector can be added to a custom toolbar passed to `slots.toolbar`. See [Toolbar component—Settings menu](https://next.mui.com/x/react-data-grid/components/toolbar/#settings-menu) for an example.
386
+ - The quick filter is now shown in the toolbar by default. Use `slotProps={{ toolbar: { showQuickFilter: false } }}` to hide it.
387
+ - The `<GridSaveAltIcon />` icon is not exported anymore. Import `SaveAlt` from `@mui/icons-material` instead.
388
+
389
+ #### `@mui/x-data-grid@8.0.0-alpha.14`
390
+
391
+ - [DataGrid] Fix `aria-hidden` console error when scrollbar is dragged (#16829) @arminmeh
392
+ - [DataGrid] Fix scroll jump with dynamic row height (#16763) @cherniavskii
393
+ - [DataGrid] New `<Toolbar />` component (#14611) @KenanYusuf
394
+ - [DataGrid] Use new toolbar by default (#16814) @KenanYusuf
395
+ - [DataGrid] Remove the quick filtering on a given column (#16738) @vadimka123
396
+
397
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.14` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
398
+
399
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.14`.
400
+
401
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.14` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
402
+
403
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.14`.
404
+
405
+ ### Date and Time Pickers
406
+
407
+ #### Breaking changes
408
+
409
+ - All Date Time Picker variants now use Digital Clock for time editing.
410
+ - Stop passing invalid date to `onChange` when the date is partially filled — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#treat-partially-filled-date-as-null-in-onchange).
411
+
412
+ #### `@mui/x-date-pickers@8.0.0-alpha.14`
413
+
414
+ - [DateTimePicker] Use Digital Clock in all component variants (#16678) @LukasTy
415
+ - [fields] Always use `props.value` as the source of truth when defined (#15875) @flaviendelangle
416
+ - [fields] Fix Fields aria relationship with `helperText` (#16821) @LukasTy
417
+ - [pickers] Add `TValidationProps` generic to the `PickerManager` interface (#16832) @flaviendelangle
418
+ - [pickers] Fix `edge` property setting in different button position cases (#16838) @LukasTy
419
+ - [pickers] Fix typo in JSDoc (#16831) @flaviendelangle
420
+ - [pickers] Refactor the files in the `usePicker` folder (#16680) @flaviendelangle
421
+
422
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.14` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
423
+
424
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.14`.
425
+
426
+ ### Charts
427
+
428
+ #### `@mui/x-charts@8.0.0-alpha.14`
429
+
430
+ - [charts] Fix `undefined` behaving differently from missing value for axis size (#16844) @bernardobelchior
431
+ - [charts] Fix x-axis text anchor default when language is RTL (#16836) @bernardobelchior
432
+ - [charts] Add Radar chart (#16406) @alexfauquette
433
+ - [charts] Move series default color generation in the series config (#16752) @alexfauquette
434
+ - [charts] Render axis title within axis size (#16730) @bernardobelchior
435
+ - [charts] Split `defaultizeAxis` function into two (#16745) @bernardobelchior
436
+ - [charts] Warn if axes data don't have enough elements (#16830) @alexfauquette
437
+ - [charts] XAxis: Add defaults for `textAnchor` and `dominantBaseline` based on `angle` (#16817) @bernardobelchior
438
+
439
+ #### `@mui/x-charts-pro@8.0.0-alpha.14` [![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-charts@8.0.0-alpha.14`, plus:
442
+
443
+ - [charts] Add Funnel chart (#14804) @JCQuintas
444
+
445
+ ### Tree View
446
+
447
+ #### Breaking changes
448
+
449
+ - The `selectItem` method has been renamed `setItemSelection`:
450
+
451
+ ```diff
452
+ const { publicAPI } = useTreeItemUtils();
453
+
454
+ const handleSelectItem() {
455
+ - publicAPI.selectItem({ event, itemId: props.itemId, shouldBeSelected: true })
456
+ + publicAPI.setItemSelection({ event, itemId: props.itemId, shouldBeSelected: true })
457
+ }
458
+ ```
459
+
460
+ - The `setItemExpansion` method now receives a single object instead of a list of parameters:
461
+
462
+ ```diff
463
+ const { publicAPI } = useTreeItemUtils();
464
+
465
+ const handleExpandItem() {
466
+ - publicAPI.setItemExpansion(event, props.itemId, true)
467
+ + publicAPI.setItemExpansion({ event, itemId: props.itemId, shouldBeExpanded: true })
468
+ }
469
+ ```
470
+
471
+ #### `@mui/x-tree-view@8.0.0-alpha.14`
472
+
473
+ - [TreeView] Clean the expansion and selection API methods (#16795) @flaviendelangle
474
+
475
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.14` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
476
+
477
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.14`.
478
+
479
+ ### Docs
480
+
481
+ - [docs] Fix padding package install on mobile (#16794) @oliviertassinari
482
+ - [docs] Typo fixes (#16835) @alexfauquette
483
+
484
+ ### Core
485
+
486
+ - [code-infra] Fix console warning in telemetry package (#16816) @JCQuintas
487
+ - [code-infra] Split date-picker test files (#16825) @JCQuintas
488
+ - [infra] Replace PR label check workflow with reusable version (#16762) @michelengelen
489
+ - [infra] Update label in priority-support issue template (#16767) @michelengelen
490
+ - [test] Add timeout to flaky screenshot tests (#16852) @LukasTy
491
+
492
+ ## 8.0.0-alpha.13
493
+
494
+ _Feb 28, 2025_
495
+
496
+ We'd like to offer a big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
497
+
498
+ - 📊 Decouple `margin` and `axis-size`. A new API to support multiple axes (#16418) @JCQuintas
499
+ - 🗺️ Added Bangla (bn-BD) locale
500
+ - 🗺️ Improve Russian (ru-RU) and Hungarian (hu-HU) locale on the Data Grid
501
+
502
+ Special thanks go out to the community members for their contributions:
503
+ @denpiligrim, @lhilgert9, @noherczeg, @officialkidmax, @pcorpet.
504
+ Following are all team members who have contributed to this release:
505
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @michelengelen, @MBilalShafi, @oliviertassinari, @romgrk.
506
+
507
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
508
+
509
+ ### Data Grid
510
+
511
+ #### Breaking changes
512
+
513
+ - The `slots.baseFormControl` component was removed.
514
+
515
+ - The "Reset" button in the column visibility panel now resets to the initial column visibility model. Previously it was reset to the model that was active at the time the panel was opened. The reset behavior follows these rules:
516
+
517
+ 1. If an initial `columnVisibilityModel` is provided, it resets to that model.
518
+ 2. If a controlled `columnVisibilityModel` is provided, it resets to the first model value.
519
+ 3. When the columns are updated (via the `columns` prop or `updateColumns()` API method), the reset reference point updates to the current `columnVisibilityModel`.
520
+
521
+ To revert to the previous behavior, provide a custom component to the `slots.columnsManagement`.
522
+
523
+ - The deprecated `LicenseInfo` export has been removed from the `@mui/x-data-grid-pro` and `@mui/x-data-grid-premium` packages.
524
+ You have to import it from `@mui/x-license` instead:
525
+
526
+ ```diff
527
+ - import { LicenseInfo } from '@mui/x-data-grid-pro';
528
+ - import { LicenseInfo } from '@mui/x-data-grid-premium';
529
+ + import { LicenseInfo } from '@mui/x-license';
530
+
531
+ LicenseInfo.setLicenseKey('YOUR_LICENSE_KEY');
532
+ ```
533
+
534
+ - The row selection model has been changed from `GridRowId[]` to `{ type: 'include' | 'exclude'; ids: Set<GridRowId> }`.
535
+ Using `Set` allows for a more efficient row selection management.
536
+ The `exclude` selection type allows to select all rows except the ones in the `ids` set.
537
+
538
+ This change impacts the following props:
539
+
540
+ - `rowSelectionModel`
541
+ - `onRowSelectionModelChange`
542
+ - `initialState.rowSelectionModel`
543
+
544
+ ```diff
545
+ - const [rowSelectionModel, setRowSelectionModel] = React.useState<GridRowSelectionModel>([]);
546
+ + const [rowSelectionModel, setRowSelectionModel] = React.useState<GridRowSelectionModel>({ type: 'include', ids: new Set() });
547
+ ```
548
+
549
+ This change also impacts the `gridRowSelectionStateSelector` selector.
550
+ For convenience, use the `gridRowSelectionManagerSelector` selector to handle both selection types:
551
+
552
+ ```diff
553
+ - const rowSelection = gridRowSelectionStateSelector(apiRef);
554
+ - const isRowSelected = rowSelection.includes(rowId);
555
+ + const rowSelectionManager = gridRowSelectionManagerSelector(apiRef);
556
+ + const isRowSelected = rowSelectionManager.has(rowId);
557
+ ```
558
+
559
+ There is also a `createRowSelectionManager` utility function that can be used to manage the row selection:
560
+
561
+ ```ts
562
+ const rowSelectionManager = createRowSelectionManager({
563
+ type: 'include',
564
+ ids: new Set(),
565
+ });
566
+ rowSelectionManager.select(rowId);
567
+ rowSelectionManager.unselect(rowId);
568
+ rowSelectionManager.has(rowId);
569
+ ```
570
+
571
+ - The `selectedIdsLookupSelector` selector has been removed. Use the `gridRowSelectionManagerSelector` or `gridRowSelectionStateSelector` selectors instead.
572
+ - The `selectedGridRowsSelector` has been renamed to `gridRowSelectionIdsSelector`.
573
+ - The `selectedGridRowsCountSelector` has been renamed to `gridRowSelectionCountSelector`.
574
+
575
+ - The data source feature and its related props are now stable.
576
+
577
+ ```diff
578
+ <DataGridPro
579
+ - unstable_dataSource={dataSource}
580
+ - unstable_dataSourceCache={cache}
581
+ - unstable_lazyLoading
582
+ - unstable_lazyLoadingRequestThrottleMs={100}
583
+ + dataSource={dataSource}
584
+ + dataSourceCache={cache}
585
+ + lazyLoading
586
+ + lazyLoadingRequestThrottleMs={100}
587
+ />
588
+ ```
589
+
590
+ - The data source API is now stable.
591
+
592
+ ```diff
593
+ - apiRef.current.unstable_dataSource.getRows()
594
+ + apiRef.current.dataSource.getRows()
595
+ ```
596
+
597
+ - The signature of `unstable_onDataSourceError()` has been updated to support future use-cases.
598
+
599
+ ```diff
600
+ <DataGrid
601
+ - unstable_onDataSourceError={(error: Error, params: GridGetRowsParams) => {
602
+ - if (params.filterModel) {
603
+ - // do something
604
+ - }
605
+ - }}
606
+ + unstable_onDataSourceError={(error: GridGetRowsError | GridUpdateRowError) => {
607
+ + if (error instanceof GridGetRowsError && error.params.filterModel) {
608
+ + // do something
609
+ + }
610
+ + }}
611
+ />
612
+ ```
613
+
614
+ - Fix the type of the `GridSortModel` to allow readonly arrays.
615
+
616
+ - `GridSortItem` interface is not exported anymore.
617
+
618
+ - The `showToolbar` prop is now required to display the toolbar.
619
+
620
+ It is no longer necessary to pass `GridToolbar` as a slot to display the default toolbar.
621
+
622
+ ```diff
623
+ <DataGrid
624
+ + showToolbar
625
+ - slots={{
626
+ - toolbar: GridToolbar,
627
+ - }}
628
+ />
629
+ ```
630
+
631
+ #### `@mui/x-data-grid@8.0.0-alpha.13`
632
+
633
+ - [DataGrid] Add `showToolbar` prop to enable default toolbar (#16687) @KenanYusuf
634
+ - [DataGrid] Column Visibility: Update "Reset" button behavior (#16626) @MBilalShafi
635
+ - [DataGrid] Column management design updates (#16630) @KenanYusuf
636
+ - [DataGrid] Fix `showColumnVerticalBorder` prop (#16715) @KenanYusuf
637
+ - [DataGrid] Fix scrollbar overlapping cells on mount (#16639) @KenanYusuf
638
+ - [DataGrid] Fix: base `Select` menuprops `onClose()` (#16643) @romgrk
639
+ - [DataGrid] Make `GridSortItem` internal (#16732) @arminmeh
640
+ - [DataGrid] Make data source stable (#16710) @MBilalShafi
641
+ - [DataGrid] Reshape row selection model (#15651) @cherniavskii
642
+ - [DataGrid] Replace `sx` prop usage with `styled()` components (#16665) @KenanYusuf
643
+ - [DataGrid] Refactor: create base `Autocomplete` (#16390) @romgrk
644
+ - [DataGrid] Refactor: remove base form control (#16634) @romgrk
645
+ - [DataGrid] Refactor: remove base input label & adornment (#16646) @romgrk
646
+ - [DataGrid] Refactor: remove material containers (#16633) @romgrk
647
+ - [DataGrid] Refactor: theme to CSS variables (#16588) @romgrk
648
+ - [DataGrid] Update the signature of the `onDataSourceError()` callback (#16718) @MBilalShafi
649
+ - [DataGrid] Use readonly array for the `GridSortModel` (#16627) @pcorpet
650
+ - [DataGrid] Fix the popper focus trap (#16736) @romgrk
651
+ - [l10n] Added Bangla (bn-BD) locale (#16648) @officialkidmax
652
+ - [l10n] Improve Hungarian (hu-HU) locale (#16578) @noherczeg
653
+ - [l10n] Improve Russian (ru-RU) locale (#16591) @denpiligrim
654
+
655
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.13` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
656
+
657
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.13`, plus:
658
+
659
+ - [DataGridPro] Remove `LicenseInfo` reexports (#16671) @cherniavskii
660
+
661
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.13` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
662
+
663
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.13`, plus:
664
+
665
+ - [DataGridPremium] Use `valueGetter` to get row group keys (#16016) @cherniavskii
666
+
667
+ ### Date and Time Pickers
668
+
669
+ #### Breaking changes
670
+
671
+ - The `<DateRangePicker />` now uses a `dialog` instead of a `tooltip` to render their view when used with a single input range field.
672
+
673
+ #### `@mui/x-date-pickers@8.0.0-alpha.13`
674
+
675
+ - [l10n] Added Bangla (bn-BD) locale (#16648) @officialkidmax
676
+ - [pickers] Clean the typing of the slots on the range pickers (#16670) @flaviendelangle
677
+ - [pickers] Fix Time Clock meridiem button selected styles (#16681) @LukasTy
678
+ - [pickers] Make the single input field the default field on range pickers (#16656) @flaviendelangle
679
+ - [pickers] Move the opening logic to the range fields (#16175) @flaviendelangle
680
+
681
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.13` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
682
+
683
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.13`.
684
+
685
+ ### Charts
686
+
687
+ #### Breaking changes
688
+
689
+ - Charts array inputs are now `readonly`. Allowing externally defined `as const` to be used as a prop value of the React component.
690
+
691
+ ```tsx
692
+ const xAxis = [{ position: 'bottom' }] as const
693
+ <BarChart xAxis={xAxis} />
694
+ ```
695
+
696
+ - Replace `topAxis`, `rightAxis`, `bottomAxis` and `leftAxis` props by the `position` property in the axis config.
697
+ If you were using them to place axis, set the `position` property to the corresponding value `'top' | 'right' | 'bottom' | 'left'`.
698
+ If you were disabling an axis by setting it to `null`, set its `position` to `'none'`.
699
+
700
+ ```diff
701
+ <LineChart
702
+ yAxis={[
703
+ {
704
+ scaleType: 'linear',
705
+ + position: 'right',
706
+ },
707
+ ]}
708
+ series={[{ data: [1, 10, 30, 50, 70, 90, 100], label: 'linear' }]}
709
+ height={400}
710
+ - rightAxis={{}}
711
+ />
712
+ ```
713
+
714
+ - Remove `position` prop from `ChartsXAxis` and `ChartsYAxis`.
715
+ The `position` prop has been removed from the `ChartsXAxis` and `ChartsYAxis` components. Configure it directly in the axis config.
716
+
717
+ ```diff
718
+ <ChartContainer
719
+ yAxis={[
720
+ {
721
+ id: 'my-axis',
722
+ + position: 'right',
723
+ },
724
+ ]}
725
+ >
726
+ - <ChartsYAxis axisId="my-axis" position="right" />
727
+ + <ChartsYAxis axisId="my-axis" />
728
+ </ChartContainer>
729
+ ```
730
+
731
+ - Add `minTickLabelGap` to x-axis, which allows users to define the minimum gap, in pixels, between two tick labels. The default value is 4px. Make sure to check your charts as the spacing between tick labels might have changed.
732
+
733
+ #### `@mui/x-charts@8.0.0-alpha.13`
734
+
735
+ - [charts] Accept component in `labelMarkType` (#16739) @bernardobelchior
736
+ - [charts] Add `minTickLabelGap` to x-axis (#16548) @bernardobelchior
737
+ - [charts] Add unit test for pie chart with empty series (#16663) @bernardobelchior
738
+ - [charts] Decouple `margin` and `axis-size` (#16418) @JCQuintas
739
+ - [charts] Display slider tooltip on demos (#16723) @JCQuintas
740
+ - [charts] Fix composition docs link (#16761) @bernardobelchior
741
+ - [charts] Fix default label measurement being off (#16635) @bernardobelchior
742
+ - [charts] Fix is highlighted memoization (#16592) @alexfauquette
743
+ - [charts] Fix missing `theme.shape` error in the tooltip (#16748) @alexfauquette
744
+ - [charts] Fix typo in error message (#16641) @JCQuintas
745
+ - [charts] Improve axis size docs (#16673) @JCQuintas
746
+ - [charts] Improve performance of rendering ticks in x-axis (#16536) @bernardobelchior
747
+ - [charts] Make `defaultizeAxis` function type-safe (#16642) @JCQuintas
748
+ - [charts] Make `series.data` readonly (#16645) @JCQuintas
749
+ - [charts] Migrate `ChartsUsageDemo` to TSX and removed NoSnap (#16686) @JCQuintas
750
+ - [charts] Prevent `position='none'` axes from rendering (#16727) @JCQuintas
751
+ - [charts] Make array inputs readonly (#16632) @JCQuintas
752
+ - [charts] Remove state initialization hack (#16520) @alexfauquette
753
+ - [charts] Remove redundant default axis (#16734) @bernardobelchior
754
+
755
+ #### `@mui/x-charts-pro@8.0.0-alpha.13` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
756
+
757
+ Same changes as in `@mui/x-charts@8.0.0-alpha.13`, plus:
758
+
759
+ - [charts-pro] Add back zoom control (#16550) @alexfauquette
760
+
761
+ ### Tree View
762
+
763
+ #### `@mui/x-tree-view@8.0.0-alpha.13`
764
+
765
+ Internal changes.
766
+
767
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.13` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
768
+
769
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.13`.
770
+
771
+ ### `@mui/x-codemod@8.0.0-alpha.13`
772
+
773
+ - [codemod] Add a few Data Grid codemods (#16711) @MBilalShafi
774
+ - [codemod] Improve Pickers renaming codemod (#16685) @LukasTy
775
+
776
+ ### Docs
777
+
778
+ - [docs] Fix charts with on bar and line pages (#16712) @alexfauquette
779
+ - [docs] Fix migration guide introduction for charts (#16679) @alexfauquette
780
+ - [docs] Fix remaining charts demos on mobile (#16728) @alexfauquette
781
+ - [docs] Fix scroll overflow on mobile (#16675) @oliviertassinari
782
+ - [docs] Improve Pickers migration page (#16682) @LukasTy
783
+ - [docs] Update small Pickers doc inconsistencies (#16724) @LukasTy
784
+ - [code-infra] Charts changes for `vitest` (#16755) @JCQuintas
785
+ - [code-infra] General packages changes for `vitest` (#16757) @JCQuintas
786
+ - [code-infra] Native Node.js ESM (#16603) @Janpot
787
+ - [infra] Update contributor acknowledgment wording (#16751) @michelengelen
788
+ - [test] Revert timeout increase for possibly slow tests (#16651) @LukasTy
789
+ - [x-license] Introduce usage telemetry (#13530) @hasdfa
790
+
791
+ ## 8.0.0-alpha.12
792
+
793
+ _Feb 17, 2025_
794
+
795
+ We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
796
+
797
+ - 📦 Data Grid [data source](https://next.mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan
798
+ - ⚡ Improve Data Grid Excel export serialization performance
799
+ - 🚫 Add ["No columns" overlay](https://next.mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid
800
+ - 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locales on the Data Grid
801
+ - 🐞 Bugfixes
802
+
803
+ Special thanks go out to the community contributors who have helped make this release possible:
804
+ @Neonin, @nusr, and @pawelkula.
805
+ Following are all team members who have contributed to this release:
806
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @romgrk, and @mapache-salvaje.
807
+
808
+ ### Data Grid
809
+
810
+ #### Breaking changes
811
+
812
+ - The `main--hasSkeletonLoadingOverlay` class has been renamed to `main--hiddenContent` and is now also applied when the "No columns" overlay is displayed.
813
+
814
+ - The `apiRef.current.forceUpdate()` method was removed. Use selectors combined with `useGridSelector()` hook to react to changes in the state.
815
+
816
+ - The selectors signature has been updated. They are only accepting `apiRef` as a first argument and `instanceId` is no longer the third argument.
817
+
818
+ ```diff
819
+ -mySelector(state, arguments, instanceId)
820
+ +mySelector(apiRef, arguments)
821
+ ```
822
+
823
+ #### `@mui/x-data-grid@8.0.0-alpha.12`
824
+
825
+ - [DataGrid] Add "No columns" overlay (#16543) @KenanYusuf
826
+ - [DataGrid] All selectors accept only `apiRef` as first argument (#16198) @arminmeh
827
+ - [DataGrid] Avoid `undefined` value for pagination `rowCount` (#16488) @cherniavskii
828
+ - [DataGrid] Create the base Checkbox slot (#16445) @romgrk
829
+ - [DataGrid] Create the base Input slot (#16443) @romgrk
830
+ - [DataGrid] Create the base MenuList slot (#16481) @romgrk
831
+ - [DataGrid] Create the base Popper slot (#16362) @romgrk
832
+ - [DataGrid] Create the base Select slot (#16394) @romgrk
833
+ - [DataGrid] Create the base Switch slot (#16527) @romgrk
834
+ - [DataGrid] Extract `getRowId()` API method as a selector (#16487) @MBilalShafi
835
+ - [DataGrid] Fix the `onClock` prop of the base Select slot (#16557) @romgrk
836
+ - [DataGrid] Go to the first page when sorting/filtering is applied (#16447) @arminmeh
837
+ - [DataGrid] Make base data source available in the Community plan (#16359) @MBilalShafi
838
+ - [DataGrid] Remove `apiRef.current.forceUpdate()` method (#16560) @MBilalShafi
839
+ - [DataGrid] Fix the unexpected behavior of the pagination when using `-1` for "All" rows per page (#16485) @nusr
840
+ - [l10n] Improve Polish (pl-PL) locale (#16123) @pawelkula
841
+ - [l10n] Improve Ukrainian (uk-UA) locale (#16463) @Neonin
842
+
843
+ #### `@mui/x-data-grid-pro@8.0.0-alpha.12` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
844
+
845
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.12`.
846
+
847
+ #### `@mui/x-data-grid-premium@8.0.0-alpha.12` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
848
+
849
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.12`, plus:
850
+
851
+ - [DataGridPremium] Fix Excel export Web Worker demo not working in dev mode (#16517) @cherniavskii
852
+ - [DataGridPremium] Fix loading issue + add skeleton overlay (#16282) @MBilalShafi
853
+ - [DataGridPremium] Improve Excel export serialization performance (#16526) @cherniavskii
854
+ - [DataGridPremium] Namespace Excel export worker (#16020) @oliviertassinari
855
+
856
+ ### Date and Time Pickers
857
+
858
+ #### Breaking changes
859
+
860
+ - The `aria-label` on the `<Clock />` component and Time Picker opening button has been fixed to rely on the set `ampm` property instead of defaulting to the user's locale.
861
+
862
+ - The following unused formats have been removed from the adapters and can no longer be overridden via the `dateFormats` prop on the `<LocalizationProvider />` component:
863
+
864
+ - `fullTime` - please use `fullTime12h` and `fullTime24h` instead:
865
+ ```diff
866
+ <LocalizationProvider
867
+ dateFormats={{
868
+ - fullTime: 'LT',
869
+ + fullTime12h: 'hh:mm A',
870
+ + fullTime24h: 'hh:mm',
871
+ }}
872
+ >
873
+ ```
874
+ - `keyboardDateTime` - please use `keyboardDateTime12h` and `keyboardDateTime24h` instead:
875
+ ```diff
876
+ <LocalizationProvider
877
+ dateFormats={{
878
+ - keyboardDateTime: 'DD.MM.YYYY | LT',
879
+ + keyboardDateTime12h: 'DD.MM.YYYY | hh:mm A',
880
+ + keyboardDateTime24h: 'DD.MM.YYYY | hh:mm',
881
+ }}
882
+ >
883
+ ```
884
+
885
+ #### `@mui/x-date-pickers@8.0.0-alpha.12`
886
+
887
+ - [pickers] Fix time related aria labels to depend on `ampm` flag value (#16572) @LukasTy
888
+ - [pickers] Remove unused adapter formats (#16522) @LukasTy
889
+
890
+ #### `@mui/x-date-pickers-pro@8.0.0-alpha.12` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
891
+
892
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.12`, plus:
893
+
894
+ - [DateRangePicker] Avoid unnecessary field section focusing (#16474) @LukasTy
895
+
896
+ ### Charts
897
+
898
+ #### Breaking changes
899
+
900
+ - The `useSeries` hook family has been stabilized and renamed accordingly — [Learn more](https://next.mui.com/x/migration/migration-charts-v7/#stabilize-useseries-and-usexxxseries-hooks-✅)
901
+
902
+ #### `@mui/x-charts@8.0.0-alpha.12`
903
+
904
+ - [charts] Add docs for scatter "Size" section (#16556) @bernardobelchior
905
+ - [charts] Add `test:performance:browser` script #16600 @bernardobelchior
906
+ - [charts] Add warning when using unknown ids in `useXxxSeries` hooks (#16552) @JCQuintas
907
+ - [charts] Divide the logic for `useXxxSeries` into `useXxxSeriesContext` (#16546) @JCQuintas
908
+ - [charts] Document plugins for internal use (#16504) @JCQuintas
909
+ - [charts] Fix internal typo (#16524) @alexfauquette
910
+ - [charts] Fix type overloads (#16581) @JCQuintas
911
+ - [charts] Fix zoom filter regression (#16507) @alexfauquette
912
+ - [charts] Improve tooltip placement in mobile (#16553) @bernardobelchior
913
+ - [charts] Let the `useXxxSeries` support array of ids and document them (#15545) @JCQuintas
914
+ - [charts] Memoize some tooltip internals (#16564) @alexfauquette
915
+ - [charts] Move Voronoi handler in a dedicated plugin (#16470) @alexfauquette
916
+ - [charts] Performance tests: set license on setup. Update vitest minor version. (#16525) @bernardobelchior
917
+ - [charts] Propagate the axis scale to the `valueFormatter` (#16555) @alexfauquette
918
+ - [charts] Remove `colors` prop from `SparkLineChart`. (#16494) @bernardobelchior
919
+ - [charts] Stabilize series hooks (`useSeries`, `usePieSeries`, etc.) (#16459) @bernardobelchior
920
+
921
+ #### `@mui/x-charts-pro@8.0.0-alpha.12` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
922
+
923
+ Same changes as in `@mui/x-charts@8.0.0-alpha.12`.
924
+
925
+ ### Tree View
926
+
927
+ #### `@mui/x-tree-view@8.0.0-alpha.12`
928
+
929
+ Internal changes.
930
+
931
+ #### `@mui/x-tree-view-pro@8.0.0-alpha.12` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
932
+
933
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.12`.
934
+
935
+ ### Docs
936
+
937
+ - [docs] Add demo for Scatter Chart with linked points (#16505) @bernardobelchior
938
+ - [docs] Improve license installation page (#16403) @michelengelen
939
+ - [docs] Standardize getting started docs across all packages (#16302) @mapache-salvaje
940
+
941
+ ### Core
942
+
943
+ - [core] Update charts folder structure (#16471) @alexfauquette
944
+ - [code-infra] Bump @mui/monorepo (#16422) @LukasTy
945
+ - [code-infra] Fix lock file (#16562) @LukasTy
946
+ - [code-infra] Fix root package version (#16503) @JCQuintas
947
+ - [code-infra] Update internal packages to `next` releases (#16423) @LukasTy
948
+ - [code-infra] Update package layout for better ESM support (#14386) @Janpot
949
+ - [code-infra] Update peer dependencies for v8 (#16563) @Janpot
950
+
951
+ ## 8.0.0-alpha.11
952
+
953
+ _Feb 7, 2025_
954
+
955
+ We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
956
+
957
+ - ⚡ Mount and resize performance improvements for the Data Grid
958
+
959
+ Special thanks go out to the community contributors who have helped make this release possible:
960
+ @lauri865.
961
+ Following are all team members who have contributed to this release:
962
+ @alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @Janpot, @KenanYusuf, @LukasTy, @MBilalShafi, @noraleonte, @romgrk.
963
+
964
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
965
+
966
+ ### Data Grid
967
+
968
+ #### Breaking changes
969
+
970
+ - `createUseGridApiEventHandler()` is not exported anymore.
971
+ - 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.
972
+ 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:
973
+
974
+ ```diff
975
+ const filteredRowsLookup = gridFilteredRowsLookupSelector(apiRef);
976
+ -const filteredRowIds = Object.keys(filteredRowsLookup).filter((rowId) => filteredRowsLookup[rowId] === true);
977
+ +const rowIds = gridDataRowIdsSelector(apiRef);
978
+ +const filteredRowIds = rowIds.filter((rowId) => filteredRowsLookup[rowId] !== false);
979
+ ```
980
+
981
+ - 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:
982
+
983
+ ```diff
984
+ const visibleRowsLookup = gridVisibleRowsLookupSelector(apiRef);
985
+ -const isRowVisible = visibleRowsLookup[rowId] === true;
986
+ +const isRowVisible = visibleRowsLookup[rowId] !== false;
987
+ ```
988
+
989
+ #### `@mui/x-data-grid@8.0.0-alpha.11`
990
+
991
+ - [DataGrid] Avoid `<GridRoot />` double-render pass on mount in SPA mode (#15648) @lauri865
992
+ - [DataGrid] Fix loading overlay not in sync with scroll (#16437) @MBilalShafi
993
+ - [DataGrid] Refactor: remove material `MenuList` import (#16444) @romgrk
994
+ - [DataGrid] Refactor: simplify `useGridApiEventHandler()` (#16479) @romgrk
995
+
996
+ #### `@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')
997
+
998
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.11`, plus:
999
+
1000
+ - [DataGridPro] Fix the return type of `useGridApiContext()` for Pro and Premium packages on React < 19 (#16441) @arminmeh
1001
+
1002
+ #### `@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')
1003
+
1004
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.11`, plus:
1005
+
1006
+ - [DataGridPremium] Fix "no rows" overlay not showing with active aggregation (#16466) @KenanYusuf
1007
+
1008
+ ### Date and Time Pickers
1009
+
1010
+ #### `@mui/x-date-pickers@8.0.0-alpha.11`
1011
+
1012
+ Internal changes.
1013
+
1014
+ #### `@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')
1015
+
1016
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.11`, plus:
1017
+
1018
+ - [DateRangeCalendar] Support arrow navigation with multiple months rendered (#16363) @flaviendelangle
1019
+ - [DateRangePicker] Fix `currentMonthCalendarPosition` prop behavior on mobile (#16455) @LukasTy
1020
+ - [DateRangePicker] Fix vertical alignment for multi input fields (#16489) @noraleonte
1021
+
1022
+ ### Charts
1023
+
1024
+ #### `@mui/x-charts@8.0.0-alpha.11`
1025
+
1026
+ - [charts] Add `color` prop to `Sparkline` and deprecate `colors` (#16477) @bernardobelchior
1027
+ - [charts] Make typescript more flexible about plugins and their params (#16478) @alexfauquette
1028
+ - [charts] Remove component for axis event listener (#16314) @alexfauquette
1029
+
1030
+ #### `@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')
1031
+
1032
+ Same changes as in `@mui/x-charts@8.0.0-alpha.11`.
1033
+
1034
+ ### Tree View
1035
+
1036
+ #### `@mui/x-tree-view@8.0.0-alpha.11`
1037
+
1038
+ Internal changes.
1039
+
1040
+ #### `@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')
1041
+
1042
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.11`.
1043
+
1044
+ ### Docs
1045
+
1046
+ - [docs] Update charts colors default value (#16484) @bernardobelchior
1047
+
1048
+ ### Core
1049
+
1050
+ - [core] Fix corepack and pnpm installation in CircleCI (#16434) @flaviendelangle
1051
+ - [code-infra] Update monorepo (#16112) @Janpot
1052
+ - [test] Avoid test warning when running on React 18 (#16486) @LukasTy
1053
+ - [test] Disable `react-transition-group` transitions in unit testing (#16288) @lauri865
1054
+
1055
+ ## 8.0.0-alpha.10
1056
+
1057
+ _Jan 30, 2025_
1058
+
1059
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
1060
+
1061
+ - 🎨 Data Grid theming improvements and default background color
1062
+ - 📚 Documentation improvements
1063
+ - 🐞 Bugfixes
1064
+
1065
+ Special thanks go out to the community contributors who have helped make this release possible:
1066
+ @k-rajat19, @lauri865, @mateuseap.
1067
+ Following are all team members who have contributed to this release:
1068
+ @alexfauquette, @flaviendelangle, @JCQuintas, @KenanYusuf, @MBilalShafi, @romgrk, @arminmeh.
1069
+
1070
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
1071
+
1072
+ ### Data Grid
1073
+
1074
+ ### Breaking changes
1075
+
1076
+ - `viewportInnerSize.width` now includes pinned columns' widths (fixes recursive loops in updating dimensions <-> columns)
1077
+ - 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:
1078
+
1079
+ - `bg`: Sets the background color of the entire grid (new property)
1080
+ - `headerBg`: Sets the background color of the header (previously named `containerBackground`)
1081
+ - `pinnedBg`: Sets the background color of pinned rows and columns (previously named `pinnedBackground`)
1082
+
1083
+ ```diff
1084
+ const theme = createTheme({
1085
+ - mixins: {
1086
+ - MuiDataGrid: {
1087
+ - containerBackground: '#f8fafc',
1088
+ - pinnedBackground: '#f1f5f9',
1089
+ - },
1090
+ - },
1091
+ + palette: {
1092
+ + DataGrid: {
1093
+ + bg: '#f8fafc',
1094
+ + headerBg: '#e2e8f0',
1095
+ + pinnedBg: '#f1f5f9',
1096
+ + },
1097
+ + },
1098
+ });
1099
+ ```
1100
+
1101
+ - The `detailPanels`, `pinnedColumns`, and `pinnedRowsRenderZone` classes have been removed.
1102
+ - 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 `{}`.
1103
+
1104
+ 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.
1105
+
1106
+ 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:
1107
+
1108
+ - Use optional chaining
1109
+ - Use non-null assertion operator if you are sure your code is always executed when the `apiRef` is not `null`
1110
+ - Return early if `apiRef` is `null`
1111
+ - Throw an error if `apiRef` is `null`
1112
+
1113
+ #### `@mui/x-data-grid@8.0.0-alpha.10`
1114
+
1115
+ - [DataGrid] Fix `renderContext` calculation with scroll bounce / over-scroll (#16297) @lauri865
1116
+ - [DataGrid] Remove unused classes from `gridClasses` (#16256) @mateuseap
1117
+ - [DataGrid] Add default background color to grid (#16066) @KenanYusuf
1118
+ - [DataGrid] Add missing style overrides (#16272) @KenanYusuf
1119
+ - [DataGrid] Add possibility of `null` in the return type of the `useGridApiRef()` hook (#16353) @arminmeh
1120
+ - [DataGrid] Fix header filters keyboard navigation when there are no rows (#16126) @k-rajat19
1121
+ - [DataGrid] Fix order of `onClick` prop on toolbar buttons (#16356) @KenanYusuf
1122
+ - [DataGrid] Refactor row state propagation (#15627) @lauri865
1123
+ - [DataGrid] Refactor: create TextField props (#16174) @romgrk
1124
+ - [DataGrid] Remove outdated warning (#16360) @MBilalShafi
1125
+ - [DataGrid] Respect width of `iconContainer` during autosizing (#16399) @michelengelen
1126
+
1127
+ #### `@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')
1128
+
1129
+ Same changes as in `@mui/x-data-grid@8.0.0-alpha.10`, plus:
1130
+
1131
+ - [DataGridPro] Fetch new rows only once when multiple models are changed in one cycle (#16101) @arminmeh
1132
+ - [DataGridPro] Fix the return type of `useGridApiRef` for Pro and Premium packages on React < 19 (#16328) @arminmeh
1133
+
1134
+ #### `@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')
1135
+
1136
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.10`.
1137
+
1138
+ ### Date and Time Pickers
1139
+
1140
+ #### Breaking changes
1141
+
1142
+ - 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)
1143
+ - 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)
1144
+
1145
+ #### `@mui/x-date-pickers@8.0.0-alpha.10`
1146
+
1147
+ - [pickers] Clean the internals and the public API of `<PickersPopper />` (#16319) @flaviendelangle
1148
+ - [pickers] Improve the JSDoc of the `PickerContextValue` properties (#16327) @flaviendelangle
1149
+ - [pickers] Move more field props to the context (#16278) @flaviendelangle
1150
+ - [pickers] Do not close the picker when doing keyboard editing (#16402) @flaviendelangle
1151
+
1152
+ #### `@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')
1153
+
1154
+ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.10`.
1155
+
1156
+ ### Charts
1157
+
1158
+ #### Breaking changes
1159
+
1160
+ - Replace `legend.position.horizontal` from `"left" | "middle" | "right"` to `"start" | "center" | "end"`.
1161
+ This is to align with the CSS values and reflect the RTL ability of the legend component.
1162
+ - 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.
1163
+ - The `id` property is now optional on the `Pie` and `Scatter` data types.
1164
+
1165
+ #### `@mui/x-charts@8.0.0-alpha.10`
1166
+
1167
+ - [charts] Add new `bumpX` and `bumpY` curve options (#16318) @JCQuintas
1168
+ - [charts] Move `tooltipGetter` to `seriesConfig` (#16331) @JCQuintas
1169
+ - [charts] Move item highligh feature to plugin system (#16211) @alexfauquette
1170
+ - [charts] Replace `legend.position.horizontal` from `"left" | "middle" | "right"` to `"start" | "center" | "end"` (#16315) @JCQuintas
1171
+ - [charts] New default colors (#16373) @JCQuintas
1172
+ - [charts] Make `id` optional on `PieValueType` and `ScatterValueType` (#16389) @JCQuintas
1173
+
1174
+ #### `@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')
1175
+
1176
+ Same changes as in `@mui/x-charts@8.0.0-alpha.10`.
1177
+
1178
+ ### Tree View
1179
+
1180
+ #### `@mui/x-tree-view@8.0.0-alpha.10`
1181
+
1182
+ Internal changes.
1183
+
1184
+ #### `@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')
1185
+
1186
+ Same changes as in `@mui/x-tree-view@8.0.0-alpha.10`.
1187
+
1188
+ ### Docs
1189
+
1190
+ - [docs] Improve release documentation (#16321) @MBilalShafi
1191
+
1192
+ ### Core
1193
+
1194
+ - [core] Reduce chart perf benchmark weight (#16374) @alexfauquette
1195
+ - [test] Fix console warnings while executing tests with React 18 (#16386) @arminmeh
1196
+ - [test] Fix flaky data source tests in DataGrid (#16395) @lauri865
1197
+
8
1198
  ## 8.0.0-alpha.9
9
1199
 
10
1200
  _Jan 24, 2025_
@@ -1209,6 +2399,433 @@ Same changes as in `@mui/x-charts@8.0.0-alpha.0`.
1209
2399
  - [release] v8 preparation (#15054) @michelengelen
1210
2400
  - [test] Fix advanced list view regression test snapshot (#15260) @KenanYusuf
1211
2401
 
2402
+ ## 7.28.0
2403
+
2404
+ _Mar 17, 2025_
2405
+
2406
+ We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
2407
+
2408
+ - 🎁 Add support for `@mui/material` version 7 in all X packages
2409
+ - 🐞 Bugfixes
2410
+ - 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
2411
+ - 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers
2412
+
2413
+ Special thanks go out to the community contributors who have helped make this release possible:
2414
+ @Blake-McCullough, @hlavacz, @yelahj, @k-rajat19, @nusr.
2415
+ Following are all team members who have contributed to this release:
2416
+ @arminmeh, @flaviendelangle, @LukasTy, @michelengelen, @MBilalShafi.
2417
+
2418
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
2419
+
2420
+ ### Data Grid
2421
+
2422
+ #### `@mui/x-data-grid@7.28.0`
2423
+
2424
+ - [DataGrid] Add click propagation and prevents default on `toggleMenu` click (#16909) @michelengelen
2425
+ - [DataGrid] Fix `processRowUpdate()` error if the row is removed before it is executed (#16904) @arminmeh
2426
+ - [DataGrid] Fix bug with adding and removing columns in active edit state (#16916) @Blake-McCullough
2427
+ - [DataGrid] Fix visual issue with pinned columns and row spanning (#16942) @MBilalShafi
2428
+ - [DataGrid] Make column header menu button aria-labels unique (#16925) @owais635
2429
+ - [DataGrid] Fix `printOptions` not respecting `hideFooter` root prop (#16915) @k-rajat19
2430
+ - [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16917 and #16887) @nusr
2431
+ - [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16996) @hlavacz
2432
+ - [l10n] Improve Korean (ko-KR) locale (#16998) @yelahj
2433
+
2434
+ #### `@mui/x-data-grid-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2435
+
2436
+ Same changes as in `@mui/x-data-grid@7.28.0`, plus:
2437
+
2438
+ - [DataGridPro] Fix header filters not displaying restored values (#16976) @MBilalShafi
2439
+ - [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16939) @arminmeh
2440
+
2441
+ #### `@mui/x-data-grid-premium@7.28.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2442
+
2443
+ Same changes as in `@mui/x-data-grid-pro@7.28.0`, plus:
2444
+
2445
+ - [DataGridPremium] Fix selection propagation issues with controlled state (#16995) @MBilalShafi
2446
+
2447
+ ### Date and Time Pickers
2448
+
2449
+ #### `@mui/x-date-pickers@7.28.0`
2450
+
2451
+ - [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16997) @nusr
2452
+
2453
+ #### `@mui/x-date-pickers-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2454
+
2455
+ Same changes as in `@mui/x-date-pickers@7.28.0`, plus:
2456
+
2457
+ - [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle
2458
+
2459
+ ### Charts
2460
+
2461
+ #### `@mui/x-charts@7.28.0`
2462
+
2463
+ Internal changes.
2464
+
2465
+ #### `@mui/x-charts-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2466
+
2467
+ Same changes as in `@mui/x-charts@7.28.0`.
2468
+
2469
+ ### Tree View
2470
+
2471
+ #### `@mui/x-tree-view@7.28.0`
2472
+
2473
+ Internal changes.
2474
+
2475
+ #### `@mui/x-tree-view-pro@7.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2476
+
2477
+ Same changes as in `@mui/x-tree-view@7.28.0`.
2478
+
2479
+ ### Docs
2480
+
2481
+ - [docs] Fix link to the lazy loading demo for the DataGrid (#16912) @nusr
2482
+
2483
+ ### Core
2484
+
2485
+ - [core] Allow `@mui/material` v7 in dependencies (#16951) @LukasTy
2486
+ - [infra] Make tests on React 18 part of pipeline (#16958) @LukasTy
2487
+
2488
+ ## 7.27.3
2489
+
2490
+ _Mar 7, 2025_
2491
+
2492
+ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
2493
+
2494
+ - 🐞 Bugfixes
2495
+
2496
+ Team members who have contributed to this release:
2497
+ @arminmeh, @cherniavskii, @LukasTy, @michelengelen.
2498
+
2499
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
2500
+
2501
+ ### Data Grid
2502
+
2503
+ #### `@mui/x-data-grid@7.27.3`
2504
+
2505
+ - [DataGrid] Fix `aria-hidden` console error when scrollbar is dragged (#16834) @arminmeh
2506
+ - [DataGrid] Fix scroll jump with dynamic row height (#16801) @cherniavskii
2507
+
2508
+ #### `@mui/x-data-grid-pro@7.27.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2509
+
2510
+ Same changes as in `@mui/x-data-grid@7.27.3`.
2511
+
2512
+ #### `@mui/x-data-grid-premium@7.27.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2513
+
2514
+ Same changes as in `@mui/x-data-grid-pro@7.27.3`.
2515
+
2516
+ ### Date and Time Pickers
2517
+
2518
+ #### `@mui/x-date-pickers@7.27.3`
2519
+
2520
+ - [fields] Fix Fields aria relationship with `helperText` (#16828) @LukasTy
2521
+
2522
+ #### `@mui/x-date-pickers-pro@7.27.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2523
+
2524
+ Same changes as in `@mui/x-date-pickers@7.27.3`.
2525
+
2526
+ ### Core
2527
+
2528
+ - [infra] Update contributor acknowledgment wording (#16753) @michelengelen
2529
+
2530
+ ## 7.27.2
2531
+
2532
+ <!-- generated comparing v7.27.1..v7.x -->
2533
+
2534
+ _Feb 27, 2025_
2535
+
2536
+ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
2537
+
2538
+ - 🐞 Bugfixes
2539
+ - 🌍 Improve Hungarian (hu-HU) and Russian (ru-RU) locales on the Data Grid
2540
+
2541
+ Special thanks go out to the community contributors who have helped make this release possible:
2542
+ @pcorpet, @noherczeg, @denpiligrim.
2543
+ Following are all team members who have contributed to this release:
2544
+ @MBilalShafi, @KenanYusuf.
2545
+
2546
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
2547
+
2548
+ ### Data Grid
2549
+
2550
+ #### `@mui/x-data-grid@v7.27.2`
2551
+
2552
+ - [DataGrid] Fix `showColumnVerticalBorder` prop (#16726) @KenanYusuf
2553
+ - [DataGrid] Make server-side data navigation consistent (#16735) @MBilalShafi
2554
+ - [DataGrid] Use readonly array for `GridSortModel` (#16731) @pcorpet
2555
+ - [l10n] Improve Hungarian (hu-HU) locale (#16746) @noherczeg
2556
+ - [l10n] Improve Russian (ru-RU) locale (#16725) @denpiligrim
2557
+
2558
+ #### `@mui/x-data-grid-pro@v7.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2559
+
2560
+ Same changes as in `@mui/x-data-grid@v7.27.2`.
2561
+
2562
+ #### `@mui/x-data-grid-premium@v7.27.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2563
+
2564
+ Same changes as in `@mui/x-data-grid-pro@v7.27.2`.
2565
+
2566
+ ## 7.27.1
2567
+
2568
+ _Feb 25, 2025_
2569
+
2570
+ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
2571
+
2572
+ - 🐞 Bugfixes
2573
+ - 🌍 Add Bangla (bn-BD) locale on the Data Grid and Date Pickers
2574
+
2575
+ Special thanks go out to the community contributors who have helped make this release possible:
2576
+ @nusr, @officialkidmax.
2577
+ Following are all team members who have contributed to this release:
2578
+ @bernardobelchior, @MBilalShafi, @KenanYusuf.
2579
+
2580
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
2581
+
2582
+ ### Data Grid
2583
+
2584
+ #### `@mui/x-data-grid@7.27.1`
2585
+
2586
+ - [DataGrid] Fix the pagination unexpected behavior when using -1 for "All" rows per page (#16485) @nusr
2587
+ - [DataGrid] Extract `getRowId()` API method as a selector (#16574) @MBilalShafi
2588
+ - [DataGrid] Fix scrollbars overlapping cells on mount (#16653) @KenanYusuf
2589
+ - [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax
2590
+
2591
+ #### `@mui/x-data-grid-pro@7.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2592
+
2593
+ Same changes as in `@mui/x-data-grid@7.27.1`.
2594
+
2595
+ #### `@mui/x-data-grid-premium@7.27.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2596
+
2597
+ Same changes as in `@mui/x-data-grid-pro@7.27.1`.
2598
+
2599
+ ### Date and Time Pickers
2600
+
2601
+ #### `@mui/x-date-pickers@7.27.1`
2602
+
2603
+ - [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax
2604
+
2605
+ #### `@mui/x-date-pickers-pro@7.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2606
+
2607
+ Same changes as in `@mui/x-date-pickers@7.27.1`.
2608
+
2609
+ ### Charts
2610
+
2611
+ #### `@mui/x-charts@7.27.1`
2612
+
2613
+ - [charts] Fix empty series array in pie chart (#16657) @bernardobelchior
2614
+
2615
+ #### `@mui/x-charts-pro@7.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2616
+
2617
+ Same changes as in `@mui/x-charts@7.27.1`.
2618
+
2619
+ ## 7.27.0
2620
+
2621
+ _Feb 17, 2025_
2622
+
2623
+ We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
2624
+
2625
+ - ⚡ Improve Data Grid Excel export serialization performance
2626
+ - 🐞 Bugfixes
2627
+ - 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locale on the Data Grid
2628
+
2629
+ Special thanks go out to the community contributors who have helped make this release possible:
2630
+ @pawelkula, @Neonin.
2631
+ Following are all team members who have contributed to this release:
2632
+ @cherniavskii, @JCQuintas, @oliviertassinari, @arminmeh and @LukasTy
2633
+
2634
+ ### Data Grid
2635
+
2636
+ #### `@mui/x-data-grid@7.27.0`
2637
+
2638
+ - [DataGrid] Add `resetPageOnSortFilter` prop that resets the page after sorting and filtering (#16580) @arminmeh
2639
+ - [DataGrid] Avoid `undefined` value for pagination `rowCount` (#16558) @cherniavskii
2640
+ - [l10n] Improve Polish (pl-PL) locale (#16594) @pawelkula
2641
+ - [l10n] Improve Ukrainian (uk-UA) locale (#16593) @Neonin
2642
+
2643
+ #### `@mui/x-data-grid-pro@7.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2644
+
2645
+ Same changes as in `@mui/x-data-grid@7.27.0`.
2646
+
2647
+ #### `@mui/x-data-grid-premium@7.27.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2648
+
2649
+ Same changes as in `@mui/x-data-grid-pro@7.27.0`, plus:
2650
+
2651
+ - [DataGridPremium] Fix Excel export Web Worker demo not working in dev mode (#16532) @cherniavskii
2652
+ - [DataGridPremium] Improve Excel export serialization performance (#16545) @cherniavskii
2653
+ - [DataGridPremium] Namespace Excel export worker (#16539) @oliviertassinari
2654
+
2655
+ ### Date and Time Pickers
2656
+
2657
+ #### `@mui/x-date-pickers@7.27.0`
2658
+
2659
+ Internal changes.
2660
+
2661
+ #### `@mui/x-date-pickers-pro@7.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2662
+
2663
+ Same changes as in `@mui/x-date-pickers@7.27.0`, plus:
2664
+
2665
+ - [DateRangePicker] Avoid unnecessary field section focusing (#16569) @LukasTy
2666
+
2667
+ ### Charts
2668
+
2669
+ #### `@mui/x-charts@7.27.0`
2670
+
2671
+ Internal changes.
2672
+
2673
+ #### `@mui/x-charts-pro@7.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2674
+
2675
+ - [charts-pro] Fix automatic type overloads (#16579) @JCQuintas
2676
+
2677
+ ### Core
2678
+
2679
+ - [test] Fix Data Grid data source error test on React 18 (#16565) @arminmeh
2680
+
2681
+ ## 7.26.0
2682
+
2683
+ _Feb 7, 2025_
2684
+
2685
+ We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
2686
+
2687
+ - ⚡ Mount and resize performance improvements for the Data Grid
2688
+ - 🐞 Bugfixes
2689
+
2690
+ Special thanks go out to the community contributors who have helped make this release possible:
2691
+ @lauri865.
2692
+ Following are all team members who have contributed to this release:
2693
+ @arminmeh, @noraleonte, @LukasTy, @KenanYusuf, @flaviendelangle.
2694
+
2695
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
2696
+
2697
+ ### Data Grid
2698
+
2699
+ #### `@mui/x-data-grid@7.26.0`
2700
+
2701
+ - [DataGrid] Avoid `<GridRoot />` double-render pass on mount in SPA mode (#16480) @lauri865
2702
+
2703
+ #### `@mui/x-data-grid-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2704
+
2705
+ Same changes as in `@mui/x-data-grid@7.26.0`, plus:
2706
+
2707
+ - [DataGridPro] Fix the return type of `useGridApiContext()` for Pro and Premium packages on React < 19 (#16446) @arminmeh
2708
+
2709
+ #### `@mui/x-data-grid-premium@7.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
2710
+
2711
+ Same changes as in `@mui/x-data-grid-pro@7.26.0`, plus:
2712
+
2713
+ - [DataGridPremium] Fix "no rows" overlay not showing with active aggregation (#16468) @KenanYusuf
2714
+
2715
+ ### Date and Time Pickers
2716
+
2717
+ #### `@mui/x-date-pickers@7.26.0`
2718
+
2719
+ Internal changes.
2720
+
2721
+ #### `@mui/x-date-pickers-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2722
+
2723
+ Same changes as in `@mui/x-date-pickers@7.26.0`, plus:
2724
+
2725
+ - [DateRangePicker] Fix `currentMonthCalendarPosition` prop behavior on mobile (#16457) @LukasTy
2726
+ - [DateRangePicker] Fix vertical alignment for multi input fields (#16490) @noraleonte
2727
+
2728
+ ### Charts
2729
+
2730
+ #### `@mui/x-charts@7.26.0`
2731
+
2732
+ Internal changes.
2733
+
2734
+ #### `@mui/x-charts-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2735
+
2736
+ Same changes as in `@mui/x-charts@7.26.0`.
2737
+
2738
+ ### Tree View
2739
+
2740
+ #### `@mui/x-tree-view@7.26.0`
2741
+
2742
+ Internal changes.
2743
+
2744
+ #### `@mui/x-tree-view-pro@7.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
2745
+
2746
+ Same changes as in `@mui/x-tree-view@7.26.0`.
2747
+
2748
+ ### Core
2749
+
2750
+ - [core] Fix corepack and pnpm installation in CircleCI (#16452) @flaviendelangle
2751
+
2752
+ ## 7.25.0
2753
+
2754
+ _Jan 31, 2025_
2755
+
2756
+ We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
2757
+
2758
+ - 🐞 Bugfixes
2759
+
2760
+ Special thanks go out to the community contributors who have helped make this release possible:
2761
+ @k-rajat19, @lauri865.
2762
+ Following are all team members who have contributed to this release:
2763
+ @KenanYusuf, @MBilalShafi, @arminmeh.
2764
+
2765
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
2766
+
2767
+ ### Data Grid
2768
+
2769
+ #### `@mui/x-data-grid@7.25.0`
2770
+
2771
+ - [DataGrid] Fix `renderContext` calculation with scroll bounce / over-scroll (#16368) @lauri865
2772
+ - [DataGrid] Refactor row state propagation (#16351) @lauri865
2773
+ - [DataGrid] Add missing style overrides (#16272) (#16358) @KenanYusuf
2774
+ - [DataGrid] Fix header filters keyboard navigation when there are no rows (#16369) @k-rajat19
2775
+ - [DataGrid] Fix order of `onClick` prop on toolbar buttons (#16364) @KenanYusuf
2776
+ - [DataGrid] Improve test coverage of server side data source (#15988) @MBilalShafi
2777
+ - [DataGrid] Remove outdated warning (#16370) @MBilalShafi
2778
+ - [DataGrid] Respect width of `iconContainer` during autosizing (#16409) @michelengelen
2779
+
2780
+ #### `@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')
2781
+
2782
+ Same changes as in `@mui/x-data-grid@7.25.0`, plus:
2783
+
2784
+ - [DataGridPro] Fix the return type of `useGridApiRef` for Pro and Premium packages on React < 19 (#16348) @arminmeh
2785
+ - [DataGridPro] Fetch new rows only once when multiple models are changed in one cycle (#16382) @arminmeh
2786
+
2787
+ #### `@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')
2788
+
2789
+ Same changes as in `@mui/x-data-grid-pro@7.25.0`.
2790
+
2791
+ ### Date and Time Pickers
2792
+
2793
+ #### `@mui/x-date-pickers@7.25.0`
2794
+
2795
+ Internal changes.
2796
+
2797
+ #### `@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')
2798
+
2799
+ Same changes as in `@mui/x-date-pickers@7.25.0`.
2800
+
2801
+ ### Charts
2802
+
2803
+ #### `@mui/x-charts@7.25.0`
2804
+
2805
+ Internal changes.
2806
+
2807
+ #### `@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')
2808
+
2809
+ Same changes as in `@mui/x-charts@7.25.0`.
2810
+
2811
+ ### Tree View
2812
+
2813
+ #### `@mui/x-tree-view@7.25.0`
2814
+
2815
+ Internal changes.
2816
+
2817
+ #### `@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')
2818
+
2819
+ Same changes as in `@mui/x-tree-view@7.25.0`.
2820
+
2821
+ ### Docs
2822
+
2823
+ - [docs] Improve release documentation (#16322) @MBilalShafi
2824
+
2825
+ ### Core
2826
+
2827
+ - [test] Fix flaky data source tests in DataGrid (#16382) @lauri865
2828
+
1212
2829
  ## 7.24.1
1213
2830
 
1214
2831
  _Jan 24, 2025_