@mui/x-license 8.26.0 → 8.29.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 (60) hide show
  1. package/CHANGELOG.md +940 -0
  2. package/{esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts → Unstable_LicenseInfoProvider/LicenseInfoProvider.d.mts} +1 -1
  3. package/{esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.js → Unstable_LicenseInfoProvider/LicenseInfoProvider.mjs} +1 -1
  4. package/{esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.ts → Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.mts} +1 -1
  5. package/{esm/Unstable_LicenseInfoProvider/index.d.ts → Unstable_LicenseInfoProvider/index.d.mts} +2 -2
  6. package/{esm/Unstable_LicenseInfoProvider/index.js → Unstable_LicenseInfoProvider/index.mjs} +1 -1
  7. package/{esm/Watermark/Watermark.d.ts → Watermark/Watermark.d.mts} +1 -1
  8. package/{esm/Watermark/Watermark.js → Watermark/Watermark.mjs} +2 -2
  9. package/Watermark/index.d.mts +1 -0
  10. package/Watermark/index.mjs +1 -0
  11. package/encoding/index.d.mts +2 -0
  12. package/encoding/index.mjs +2 -0
  13. package/{esm/generateLicense/generateLicense.d.ts → generateLicense/generateLicense.d.mts} +2 -2
  14. package/{esm/generateLicense/generateLicense.js → generateLicense/generateLicense.mjs} +4 -4
  15. package/generateLicense/index.d.mts +1 -0
  16. package/generateLicense/index.mjs +1 -0
  17. package/index.d.mts +7 -0
  18. package/index.js +1 -1
  19. package/index.mjs +14 -0
  20. package/package.json +105 -14
  21. package/{esm/useLicenseVerifier/index.d.ts → useLicenseVerifier/index.d.mts} +1 -1
  22. package/{esm/useLicenseVerifier/index.js → useLicenseVerifier/index.mjs} +1 -1
  23. package/{esm/useLicenseVerifier/useLicenseVerifier.d.ts → useLicenseVerifier/useLicenseVerifier.d.mts} +2 -2
  24. package/{esm/useLicenseVerifier/useLicenseVerifier.js → useLicenseVerifier/useLicenseVerifier.mjs} +5 -5
  25. package/utils/index.d.mts +6 -0
  26. package/utils/index.mjs +4 -0
  27. package/verifyLicense/index.d.mts +1 -0
  28. package/verifyLicense/index.mjs +1 -0
  29. package/{esm/verifyLicense/verifyLicense.d.ts → verifyLicense/verifyLicense.d.mts} +2 -2
  30. package/{esm/verifyLicense/verifyLicense.js → verifyLicense/verifyLicense.mjs} +5 -5
  31. package/esm/Watermark/index.d.ts +0 -1
  32. package/esm/Watermark/index.js +0 -1
  33. package/esm/encoding/index.d.ts +0 -2
  34. package/esm/encoding/index.js +0 -2
  35. package/esm/generateLicense/index.d.ts +0 -1
  36. package/esm/generateLicense/index.js +0 -1
  37. package/esm/index.d.ts +0 -7
  38. package/esm/index.js +0 -14
  39. package/esm/package.json +0 -1
  40. package/esm/utils/index.d.ts +0 -6
  41. package/esm/utils/index.js +0 -4
  42. package/esm/verifyLicense/index.d.ts +0 -1
  43. package/esm/verifyLicense/index.js +0 -1
  44. /package/{esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js → Unstable_LicenseInfoProvider/MuiLicenseInfoContext.mjs} +0 -0
  45. /package/{esm/encoding/base64.d.ts → encoding/base64.d.mts} +0 -0
  46. /package/{esm/encoding/base64.js → encoding/base64.mjs} +0 -0
  47. /package/{esm/encoding/md5.d.ts → encoding/md5.d.mts} +0 -0
  48. /package/{esm/encoding/md5.js → encoding/md5.mjs} +0 -0
  49. /package/{esm/utils/commercialPackages.d.ts → utils/commercialPackages.d.mts} +0 -0
  50. /package/{esm/utils/commercialPackages.js → utils/commercialPackages.mjs} +0 -0
  51. /package/{esm/utils/licenseErrorMessageUtils.d.ts → utils/licenseErrorMessageUtils.d.mts} +0 -0
  52. /package/{esm/utils/licenseErrorMessageUtils.js → utils/licenseErrorMessageUtils.mjs} +0 -0
  53. /package/{esm/utils/licenseInfo.d.ts → utils/licenseInfo.d.mts} +0 -0
  54. /package/{esm/utils/licenseInfo.js → utils/licenseInfo.mjs} +0 -0
  55. /package/{esm/utils/licenseModel.d.ts → utils/licenseModel.d.mts} +0 -0
  56. /package/{esm/utils/licenseModel.js → utils/licenseModel.mjs} +0 -0
  57. /package/{esm/utils/licenseStatus.d.ts → utils/licenseStatus.d.mts} +0 -0
  58. /package/{esm/utils/licenseStatus.js → utils/licenseStatus.mjs} +0 -0
  59. /package/{esm/utils/plan.d.ts → utils/plan.d.mts} +0 -0
  60. /package/{esm/utils/plan.js → utils/plan.mjs} +0 -0
package/CHANGELOG.md CHANGED
@@ -5,6 +5,946 @@
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.29.2
9
+
10
+ _Jul 2, 2026_
11
+
12
+ We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 🐞 Bugfixes
15
+
16
+ Special thanks go out to these community members for their valuable contributions:
17
+ @Anexus5919, @timbuckley
18
+
19
+ The following team members contributed to this release:
20
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @LukasTy, @MBilalShafi
21
+
22
+ ### Data Grid
23
+
24
+ #### `@mui/x-data-grid@8.29.2`
25
+
26
+ - [DataGrid] Avoid reading `type` of `undefined` in `gridRowUtils` (#22963) @timbuckley
27
+ - [DataGrid] Define `overflowAnchor` style at the right element (#22860) @arminmeh
28
+ - [DataGrid] Fix panel placement jump on mount (#22946) @cherniavskii
29
+ - [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22884) @cherniavskii
30
+ - [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22886) @MBilalShafi
31
+
32
+ #### `@mui/x-data-grid-pro@8.29.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
33
+
34
+ Same changes as in `@mui/x-data-grid@8.29.2`.
35
+
36
+ #### `@mui/x-data-grid-premium@8.29.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
37
+
38
+ Same changes as in `@mui/x-data-grid-pro@8.29.2`, plus:
39
+
40
+ - [DataGridPremium] Escape `singleSelect` values in Excel export with `escapeFormulas` enabled (#22966) @Anexus5919
41
+
42
+ ### Date and Time Pickers
43
+
44
+ #### `@mui/x-date-pickers@8.29.2`
45
+
46
+ - [pickers] Fix localized digit crash (#23010) @alexfauquette
47
+ - [pickers] Respect explicit `notched` prop on the outlined `PickersTextField` (#22875) (#22893) @LukasTy
48
+
49
+ #### `@mui/x-date-pickers-pro@8.29.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
50
+
51
+ Same changes as in `@mui/x-date-pickers@8.29.2`.
52
+
53
+ ### Charts
54
+
55
+ #### `@mui/x-charts@8.29.2`
56
+
57
+ Internal changes.
58
+
59
+ #### `@mui/x-charts-pro@8.29.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
60
+
61
+ Same changes as in `@mui/x-charts@8.29.2`.
62
+
63
+ #### `@mui/x-charts-premium@8.29.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
64
+
65
+ Same changes as in `@mui/x-charts-pro@8.29.2`.
66
+
67
+ ### Tree View
68
+
69
+ #### `@mui/x-tree-view@8.29.2`
70
+
71
+ Internal changes.
72
+
73
+ #### `@mui/x-tree-view-pro@8.29.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
74
+
75
+ Same changes as in `@mui/x-tree-view@8.29.2`.
76
+
77
+ ### Codemod
78
+
79
+ #### `@mui/x-codemod@8.29.2`
80
+
81
+ Internal changes.
82
+
83
+ ### Core
84
+
85
+ - [code-infra] Pin mui-public actions to nearest git hash (#22824) @brijeshb42
86
+ - [internal] Switch resolutions to workspace overrides (#22865) @cherniavskii
87
+
88
+ ### Miscellaneous
89
+
90
+ - [virtualizer] Improve the dimensions' initial state (#22890) @arminmeh
91
+ - [virtualizer] Remeasure scrollbars when layout changes (#23003) @arminmeh
92
+
93
+ ## 8.29.1
94
+
95
+ _Jun 11, 2026_
96
+
97
+ ### Data Grid
98
+
99
+ #### `@mui/x-data-grid@8.29.1`
100
+
101
+ - [DataGrid] Prevent React state update before mount (#22749) @arminmeh
102
+
103
+ #### `@mui/x-data-grid-pro@8.29.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
104
+
105
+ Same changes as in `@mui/x-data-grid@8.29.1`.
106
+
107
+ #### `@mui/x-data-grid-premium@8.29.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
108
+
109
+ Same changes as in `@mui/x-data-grid-pro@8.29.1`.
110
+
111
+ ## 8.29.0
112
+
113
+ _Jun 5, 2026_
114
+
115
+ We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
116
+
117
+ - ⚡️ Update exceljs fork (#22668)
118
+ - 🐞 Bugfixes
119
+
120
+ The following team members contributed to this release:
121
+ @brijeshb42, @cherniavskii
122
+
123
+ ### Data Grid
124
+
125
+ #### `@mui/x-data-grid@8.29.0`
126
+
127
+ Internal changes.
128
+
129
+ #### `@mui/x-data-grid-pro@8.29.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
130
+
131
+ Same changes as in `@mui/x-data-grid@8.29.0`.
132
+
133
+ #### `@mui/x-data-grid-premium@8.29.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
134
+
135
+ > This release includes a version bump of the `@mui/x-internal-exceljs-fork` package to address the vulnerable dependencies.
136
+ > The following CVEs are fixed:
137
+ >
138
+ > - <https://github.com/advisories/GHSA-ph9p-34f9-6g65>
139
+ > - <https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74>
140
+ > - <https://github.com/advisories/GHSA-w5hq-g745-h8pq>
141
+ >
142
+ > To make this security update possible, we bumped the `node` version requirement from `>=14.0.0` to `>=14.17.0`.
143
+ > [Node.js 14.17.0](https://nodejs.org/en/blog/release/v14.17.0) was released in May 2021, so we consider it safe to bump the requirement without causing issues for our users.
144
+
145
+ Same changes as in `@mui/x-data-grid-pro@8.29.0`, plus:
146
+
147
+ - [DataGridPremium] Update exceljs fork (#22668) @cherniavskii
148
+
149
+ ### Date and Time Pickers
150
+
151
+ #### `@mui/x-date-pickers@8.29.0`
152
+
153
+ Internal changes.
154
+
155
+ #### `@mui/x-date-pickers-pro@8.29.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
156
+
157
+ Same changes as in `@mui/x-date-pickers@8.29.0`.
158
+
159
+ ### Charts
160
+
161
+ #### `@mui/x-charts@8.29.0`
162
+
163
+ Internal changes.
164
+
165
+ #### `@mui/x-charts-pro@8.29.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
166
+
167
+ Same changes as in `@mui/x-charts@8.29.0`.
168
+
169
+ #### `@mui/x-charts-premium@8.29.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
170
+
171
+ Same changes as in `@mui/x-charts-pro@8.29.0`.
172
+
173
+ ### Tree View
174
+
175
+ #### `@mui/x-tree-view@8.29.0`
176
+
177
+ Internal changes.
178
+
179
+ #### `@mui/x-tree-view-pro@8.29.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
180
+
181
+ Same changes as in `@mui/x-tree-view@8.29.0`.
182
+
183
+ ### Codemod
184
+
185
+ #### `@mui/x-codemod@8.29.0`
186
+
187
+ Internal changes.
188
+
189
+ ### Core
190
+
191
+ - [code-infra] Backport flat build setup to v8.x (#22536) @brijeshb42
192
+
193
+ ## 8.28.7
194
+
195
+ _May 20, 2026_
196
+
197
+ We'd like to extend a big thank you to the 2 contributors who made this release possible:
198
+ @arminmeh, @LukasTy
199
+
200
+ ### Data Grid
201
+
202
+ #### `@mui/x-data-grid@8.28.7`
203
+
204
+ - [DataGrid] Fix scrollbar disappearing after multiple resizes (#22516) @LukasTy
205
+
206
+ #### `@mui/x-data-grid-pro@8.28.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
207
+
208
+ Same changes as in `@mui/x-data-grid@8.28.7`.
209
+
210
+ #### `@mui/x-data-grid-premium@8.28.7` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
211
+
212
+ Same changes as in `@mui/x-data-grid-pro@8.28.7`.
213
+
214
+ ### Date and Time Pickers
215
+
216
+ #### `@mui/x-date-pickers@8.28.7`
217
+
218
+ - [pickers] Fix disabled state styling for `PickersTextField` standard and filled variants (#22534) @LukasTy
219
+
220
+ #### `@mui/x-date-pickers-pro@8.28.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
221
+
222
+ Same changes as in `@mui/x-date-pickers@8.28.7`.
223
+
224
+ ### Docs
225
+
226
+ - [docs] Automatically update supported versions (#22527) @arminmeh
227
+
228
+ ## 8.28.6
229
+
230
+ _May 13, 2026_
231
+
232
+ We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
233
+
234
+ - 🐞 Bugfixes
235
+
236
+ The following team members contributed to this release:
237
+ @LukasTy, @MBilalShafi
238
+
239
+ ### Data Grid
240
+
241
+ #### `@mui/x-data-grid@8.28.6`
242
+
243
+ Internal changes.
244
+
245
+ #### `@mui/x-data-grid-pro@8.28.6` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
246
+
247
+ Same changes as in `@mui/x-data-grid@8.28.6`, plus:
248
+
249
+ - [DataGridPro] Preserve parent selection for non-selectable children (@MBilalShafi) (#22013)
250
+
251
+ #### `@mui/x-data-grid-premium@8.28.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
252
+
253
+ Same changes as in `@mui/x-data-grid-pro@8.28.6`.
254
+
255
+ ### Docs
256
+
257
+ - [docs] Replace broken CodeSandbox iframes in migration guides (#22380) @LukasTy
258
+
259
+ ## 8.28.5
260
+
261
+ _May 8, 2026_
262
+
263
+ We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
264
+
265
+ - 🐞 Bugfixes
266
+
267
+ The following team members contributed to this release:
268
+ @LukasTy, @MBilalShafi
269
+
270
+ ### Data Grid
271
+
272
+ #### `@mui/x-data-grid@8.28.5`
273
+
274
+ - [DataGrid] Fix active filter detection for array values (#22357) @MBilalShafi
275
+ - [DataGrid] Fix crash when grouping/tree-data values match `Object.prototype` property names (#22343) @LukasTy
276
+
277
+ #### `@mui/x-data-grid-pro@8.28.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
278
+
279
+ Same changes as in `@mui/x-data-grid@8.28.5`.
280
+
281
+ #### `@mui/x-data-grid-premium@8.28.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
282
+
283
+ Same changes as in `@mui/x-data-grid-pro@8.28.5`.
284
+
285
+ ### Date and Time Pickers
286
+
287
+ #### `@mui/x-date-pickers@8.28.5`
288
+
289
+ - [pickers] Fix duplicate hour label in `MultiSectionDigitalClock` on DST day (#22350) @LukasTy
290
+
291
+ #### `@mui/x-date-pickers-pro@8.28.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
292
+
293
+ Same changes as in `@mui/x-date-pickers@8.28.5`.
294
+
295
+ ### Tree View
296
+
297
+ #### `@mui/x-tree-view@8.28.5`
298
+
299
+ - [tree view] Fix stale Tree View `apiRef` after keyed remount (#22355) @MBilalShafi
300
+
301
+ #### `@mui/x-tree-view-pro@8.28.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
302
+
303
+ Same changes as in `@mui/x-tree-view@8.28.5`.
304
+
305
+ ### Core
306
+
307
+ - [code-infra] Fix broken `valelint` and docs build (#22362) @LukasTy
308
+
309
+ ## 8.28.4
310
+
311
+ _Apr 27, 2026_
312
+
313
+ We'd like to extend a big thank you to the 3 contributors who made this release possible. Here are some highlights ✨:
314
+
315
+ - 🐞 Bugfixes
316
+
317
+ Special thanks go out to these community members for their valuable contributions:
318
+ @supunsathsara
319
+
320
+ The following team members contributed to this release:
321
+ @LukasTy, @michelengelen
322
+
323
+ ### Date and Time Pickers
324
+
325
+ #### `@mui/x-date-pickers@8.28.4`
326
+
327
+ - [pickers] Fix `DateRangeCalendar` drag with `AdapterDayjs` plain-constructor values (#22170) @LukasTy
328
+ - [pickers] Fix disabled state not overriding error border color (#22186) @supunsathsara
329
+ - [pickers] Use `convertToMeridiem` utility in `transferDateSectionValue` (#22132) @michelengelen
330
+
331
+ #### `@mui/x-date-pickers-pro@8.28.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
332
+
333
+ Same changes as in `@mui/x-date-pickers@8.28.4`.
334
+
335
+ ### Docs
336
+
337
+ - [docs] Remove obsolete v7 deprecation warning for `dayOfWeekFormatter` (#22120) @LukasTy
338
+ - [docs] Use mui.com for broken links checker known targets (#22171) @LukasTy
339
+
340
+ ## 8.28.3
341
+
342
+ _Apr 15, 2026_
343
+
344
+ We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
345
+
346
+ - 🐞 Bugfixes
347
+
348
+ Special thanks go out to this community member for their valuable contribution:
349
+ @nk10nikhil
350
+
351
+ The following team members contributed to this release:
352
+ @flaviendelangle, @LukasTy, @MBilalShafi, @michelengelen, @sai6855
353
+
354
+ ### Data Grid
355
+
356
+ #### `@mui/x-data-grid@8.28.2`
357
+
358
+ Internal changes.
359
+
360
+ #### `@mui/x-data-grid-pro@8.28.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
361
+
362
+ Same changes as in `@mui/x-data-grid@8.28.2`, plus:
363
+
364
+ - [DataGridPro] Improve trigger for nested row reordering (#21996) @MBilalShafi
365
+
366
+ #### `@mui/x-data-grid-premium@8.28.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
367
+
368
+ Same changes as in `@mui/x-data-grid-pro@8.28.2`.
369
+
370
+ ### Date and Time Pickers
371
+
372
+ #### `@mui/x-date-pickers@8.28.3`
373
+
374
+ - [pickers] Ensure correct `display` property on Day component (#21980) @LukasTy
375
+
376
+ #### `@mui/x-date-pickers-pro@8.28.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
377
+
378
+ Same changes as in `@mui/x-date-pickers@8.28.3`.
379
+
380
+ ### Charts
381
+
382
+ #### `@mui/x-charts@8.28.2`
383
+
384
+ - [charts] Add missing export for `ChartsBrushOverlay` (#21993) (#22008) @nk10nikhil
385
+
386
+ #### `@mui/x-charts-pro@8.28.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
387
+
388
+ Same changes as in `@mui/x-charts@8.28.2`.
389
+
390
+ #### `@mui/x-charts-premium@8.28.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
391
+
392
+ Same changes as in `@mui/x-charts-pro@8.28.2`.
393
+
394
+ ### Tree View
395
+
396
+ #### `@mui/x-tree-view@8.28.3`
397
+
398
+ - [tree view] Move `lazyLoadedItems` initialization to state initializer (#22087) @michelengelen
399
+
400
+ #### `@mui/x-tree-view-pro@8.28.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
401
+
402
+ Same changes as in `@mui/x-tree-view@8.28.3`, plus:
403
+
404
+ - [RichTreeViewPro] Allow to auto-expand lazy loaded items (#21957) @flaviendelangle
405
+
406
+ ### Docs
407
+
408
+ - [docs] Fix `TreeDataFullExample` data grid demo crash (#22007) @sai6855
409
+
410
+ ### Miscellaneous
411
+
412
+ - [core] Post v9 stable updates (#22035) @LukasTy
413
+
414
+ ## 8.28.2
415
+
416
+ _Apr 1, 2026_
417
+
418
+ We'd like to extend a big thank you to the 4 contributors who made this release possible.
419
+
420
+ Special thanks go out to this community member for their valuable contribution:
421
+ @mixelburg, @sibananda485
422
+
423
+ The following team members contributed to this release:
424
+ @dav-is, @JCQuintas
425
+
426
+ ### Data Grid
427
+
428
+ #### `@mui/x-data-grid@8.28.2`
429
+
430
+ - [DataGrid] Export `GridColumnUnsortedIconProps` for custom column icon slots (#21898) @mixelburg
431
+
432
+ #### `@mui/x-data-grid-pro@8.28.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
433
+
434
+ Same changes as in `@mui/x-data-grid@8.28.2`.
435
+
436
+ #### `@mui/x-data-grid-premium@8.28.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
437
+
438
+ Same changes as in `@mui/x-data-grid-pro@8.28.2`, plus:
439
+
440
+ - [DataGridPremium] Fix clipboard paste issue in portal (#21949) @sibananda485
441
+
442
+ ### Charts
443
+
444
+ #### `@mui/x-charts@8.28.2`
445
+
446
+ - [charts] Fix zoom slider preview with discard filter mode (#21906) @JCQuintas
447
+
448
+ #### `@mui/x-charts-pro@8.28.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
449
+
450
+ Same changes as in `@mui/x-charts@8.28.2`.
451
+
452
+ #### `@mui/x-charts-premium@8.28.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
453
+
454
+ Same changes as in `@mui/x-charts-pro@8.28.2`.
455
+
456
+ ### Docs
457
+
458
+ - [docs] Fix JSDOM → jsdom casing (#21908) @JCQuintas
459
+
460
+ ### Core
461
+
462
+ - [docs-infra] Set `SEARCH_INDEX` Env for v8 (#21875) @dav-is
463
+
464
+ ## 8.28.1
465
+
466
+ _Mar 26, 2026_
467
+
468
+ We'd like to extend a big thank you to the 2 contributors who made this release possible.
469
+
470
+ The following team members contributed to this release:
471
+ @arminmeh, @cherniavskii
472
+
473
+ ### Data Grid
474
+
475
+ #### `@mui/x-data-grid@8.28.1`
476
+
477
+ - [DataGrid] Prevent repeated `hasScrollbar` state updates (#21847) @arminmeh
478
+
479
+ #### `@mui/x-data-grid-pro@8.28.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
480
+
481
+ Same changes as in `@mui/x-data-grid@8.28.1`, plus:
482
+
483
+ - [DataGridPro] `fetchRows()` API's default `start` and `end` params based on scroll position with lazy loading (#21811) @arminmeh
484
+
485
+ #### `@mui/x-data-grid-premium@8.28.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
486
+
487
+ Same changes as in `@mui/x-data-grid-pro@8.28.1`.
488
+
489
+ ### Core
490
+
491
+ - [internal] Remove headless data grid packages (#21848) @cherniavskii
492
+
493
+ ## 8.28.0
494
+
495
+ _Mar 19, 2026_
496
+
497
+ We'd like to extend a big thank you to the 5 contributors who made this release possible.
498
+
499
+ The following team members contributed to this release:
500
+ @alexfauquette, @brijeshb42, @Janpot, @JCQuintas, @sai6855
501
+
502
+ ### Data Grid
503
+
504
+ #### `@mui/x-data-grid@8.28.0`
505
+
506
+ - [DataGrid] Move `elementOverrides` to constants and remove duplicates (@sai6855) (#21752) @github-actions[bot]
507
+
508
+ #### `@mui/x-data-grid-pro@8.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
509
+
510
+ Same changes as in `@mui/x-data-grid@8.28.0`.
511
+
512
+ #### `@mui/x-data-grid-premium@8.28.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
513
+
514
+ Same changes as in `@mui/x-data-grid-pro@8.28.0`.
515
+
516
+ ### Date and Time Pickers
517
+
518
+ #### `@mui/x-date-pickers@8.27.2`
519
+
520
+ Internal changes.
521
+
522
+ #### `@mui/x-date-pickers-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
523
+
524
+ Same changes as in `@mui/x-date-pickers@8.27.2`.
525
+
526
+ ### Charts
527
+
528
+ #### `@mui/x-charts@8.28.0`
529
+
530
+ - [charts] Improve deprecation warnings (#21760) (#21767) @alexfauquette
531
+ - [charts] Refactor `FunnelChart` classes structure (@JCQuintas) (#21763) @github-actions[bot]
532
+ - [charts] Refactor `Heatmap` classes structure (#21653) (#21745) @JCQuintas
533
+ - [charts] Refactor `PieChart` classes structure (@JCQuintas) (#21715) @github-actions[bot]
534
+ - [charts] Refactor `RadarChart` classes structure (@JCQuintas) (#21730) @github-actions[bot]
535
+ - [charts] Refactor `SankeyChart` classes structure (#21654) (#21726) @JCQuintas
536
+ - [charts] Rename `data-series-id` by `data-series` (#21761) (#21772) @alexfauquette
537
+
538
+ #### `@mui/x-charts-pro@8.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
539
+
540
+ Same changes as in `@mui/x-charts@8.28.0`, plus:
541
+
542
+ - [charts-pro] Allow `brush` interaction to accept `requiredKeys/pointerMode` (#21723) @JCQuintas
543
+
544
+ #### `@mui/x-charts-premium@8.28.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
545
+
546
+ Same changes as in `@mui/x-charts-pro@8.28.0`.
547
+
548
+ ### Tree View
549
+
550
+ #### `@mui/x-tree-view@8.27.2`
551
+
552
+ Internal changes.
553
+
554
+ #### `@mui/x-tree-view-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
555
+
556
+ Same changes as in `@mui/x-tree-view@8.27.2`.
557
+
558
+ ### Codemod
559
+
560
+ #### `@mui/x-codemod@8.27.0`
561
+
562
+ Internal changes.
563
+
564
+ ### Core
565
+
566
+ - [code-infra] Fix contributor generation in changelog (#21712) @brijeshb42
567
+ - [code-infra] Install pkg-pr-new (#21778) @Janpot
568
+
569
+ ## 8.27.5
570
+
571
+ _Mar 11, 2026_
572
+
573
+ We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
574
+
575
+ - 🐞 Bugfixes
576
+
577
+ The following team members contributed to this release:
578
+ @bernardobelchior, @JCQuintas, @MBilalShafi, @michelengelen, @mj12albert, @sai6855, @siriwatknp
579
+
580
+ ### Data Grid
581
+
582
+ #### `@mui/x-data-grid@8.27.5`
583
+
584
+ - [DataGrid] Fix crash when `rows` and `rowModesModel` are updated simultaneously (#21684) @michelengelen
585
+ - [DataGrid] Forward rest props in `GridFilterInputMultipleValue` (#21444) @siriwatknp
586
+ - [DataGrid] Remove double rtl inversion logic for columns pinning (#21443) @siriwatknp
587
+ - [DataGrid] Add missing `resizablePanelHandle` classes to `gridClasses` object (#21632) @sai6855
588
+ - [DataGrid] Refactor `headerAlign` style calls (#21633) @sai6855
589
+ - [DataGrid] Fix keyboard navigation with single-row checkbox selection (#21529) @mj12albert
590
+
591
+ #### `@mui/x-data-grid-pro@8.27.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
592
+
593
+ Same changes as in `@mui/x-data-grid@8.27.5`, plus:
594
+
595
+ - [DataGridPro] Add `role="presentation"` to detail panel toggle header content (#21691) @michelengelen
596
+ - [DataGridPro] Fix sorting not reflected in nested server-side data (#21641) @MBilalShafi
597
+
598
+ #### `@mui/x-data-grid-premium@8.27.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
599
+
600
+ Same changes as in `@mui/x-data-grid-pro@8.27.5`.
601
+
602
+ ### Charts
603
+
604
+ #### `@mui/x-charts@8.27.5`
605
+
606
+ - [charts] Refactor `BarChart` classes structure (#21601) (#21644) @JCQuintas
607
+ - [charts] Refactor `LineChart` classes structure (#21672) @JCQuintas
608
+ - [charts] Refactor `ScatterChart` classes structure (#21706) @JCQuintas
609
+
610
+ #### `@mui/x-charts-pro@8.27.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
611
+
612
+ Same changes as in `@mui/x-charts@8.27.5`, plus:
613
+
614
+ - [charts-pro] Fix image export truncated when page is zoomed out (#21696) @bernardobelchior
615
+
616
+ #### `@mui/x-charts-premium@8.27.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
617
+
618
+ Same changes as in `@mui/x-charts-pro@8.27.5`.
619
+
620
+ ### Docs
621
+
622
+ - [docs] Fix `AssistantWithDataSource` demo crashing (#21631) @sai6855
623
+ - [docs] Move Range Bar Chart to existing charts (#21122) @bernardobelchior
624
+
625
+ ### Core
626
+
627
+ - [code-infra] Fix datagrid test flakyness (#21657) @JCQuintas
628
+ - [code-infra] Removed `getTeamMembers` function and usage from the release script (#21608) @michelengelen
629
+
630
+ ### Miscellaneous
631
+
632
+ - [test] Add missing tests for forwarding props to filter operators in DataGrid (#21700) @siriwatknp
633
+
634
+ ## 8.27.4
635
+
636
+ _Mar 5, 2026_
637
+
638
+ We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
639
+
640
+ - 🐞 Bugfixes
641
+ - 🌎 Improve Ukrainian (uk-UA) locale
642
+
643
+ Special thanks go out to this community member for their valuable contribution:
644
+ @lion1963
645
+
646
+ The following team members contributed to this release:
647
+ @arminmeh, @brijeshb42, @dav-is, @JCQuintas, @sai6855
648
+
649
+ ### Data Grid
650
+
651
+ #### `@mui/x-data-grid@8.27.4`
652
+
653
+ - [DataGrid] Prevent unnecessary row selection checkbox rerendering (#21571) @arminmeh
654
+ - [DataGrid] Make `GridScrollArea` overrides resolver dynamic (#21612) @sai6855
655
+ - [l10n] Improve Ukrainian (uk-UA) locale (#21381) @lion1963
656
+
657
+ #### `@mui/x-data-grid-pro@8.27.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
658
+
659
+ Same changes as in `@mui/x-data-grid@8.27.4`, plus:
660
+
661
+ - [DataGridPro] Use `getRowId` prop to calculate the tree data row update (#21544) @arminmeh
662
+
663
+ #### `@mui/x-data-grid-premium@8.27.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
664
+
665
+ Same changes as in `@mui/x-data-grid-pro@8.27.4`.
666
+
667
+ ### Charts
668
+
669
+ #### `@mui/x-charts@8.27.4`
670
+
671
+ - [charts] Deprecate `ChartDataProvider` in favour of `ChartsDataProvider` (#21549) @JCQuintas
672
+ - [charts] Rename `ChartContainer` to `ChartsContainer` (#21186) @JCQuintas
673
+ - [charts] Rename `ChartZoomSlider` to `ChartsZoomSlider` (#21572) @JCQuintas
674
+
675
+ #### `@mui/x-charts-pro@8.27.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
676
+
677
+ Same changes as in `@mui/x-charts@8.27.4`.
678
+
679
+ #### `@mui/x-charts-premium@8.27.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
680
+
681
+ Same changes as in `@mui/x-charts-pro@8.27.4`.
682
+
683
+ ### Core
684
+
685
+ - [code-infra] Add eslint rule to prevent `Math.random` in docs (#21505) (#21563) @JCQuintas
686
+ - [code-infra] V8 Dedupe (#21561) @JCQuintas
687
+ - [docs-infra] Apply Cookie Banner to v8.x Branch (#21448) @dav-is
688
+ - [code-infra] Setup checkout to do full clone for non master branches (#21624) @brijeshb42
689
+
690
+ ## 8.27.3
691
+
692
+ _Feb 25, 2026_
693
+
694
+ We'd like to extend a big thank you to the 4 contributors who made this release possible. Here are some highlights ✨:
695
+
696
+ - 🐞 Bugfixes
697
+ - ⚡️ Improved dynamic data support and cache invalidation in lazy loading for Data Grid Pro
698
+
699
+ The following team members contributed to this release:
700
+ @cherniavskii, @michelengelen, @MBilalShafi, @arminmeh
701
+
702
+ ### Data Grid
703
+
704
+ #### `@mui/x-data-grid@8.27.3`
705
+
706
+ - [DataGrid] Preserve key input during row edit when using `rowModesModel` (#21457) @michelengelen
707
+
708
+ #### `@mui/x-data-grid-pro@8.27.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
709
+
710
+ Same changes as in `@mui/x-data-grid@8.27.3`, plus:
711
+
712
+ - [DataGridPro] Improve dynamic data support and cache invalidation in lazy loading (#21465) @MBilalShafi
713
+
714
+ #### `@mui/x-data-grid-premium@8.27.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
715
+
716
+ Same changes as in `@mui/x-data-grid-pro@8.27.3`.
717
+
718
+ ### Core
719
+
720
+ - [code-infra] Do not append `x` to the last version for the compare API (#21422) @arminmeh
721
+ - [docs-infra] Fix current version detection logic (#21415) @cherniavskii
722
+
723
+ ## 8.27.2
724
+
725
+ _Feb 20, 2026_
726
+
727
+ We'd like to extend a big thank you to the 3 contributors who made this release possible. Here are some highlights ✨:
728
+
729
+ - 🐞 Bugfixes
730
+
731
+ ### Data Grid
732
+
733
+ #### `@mui/x-data-grid@8.27.2`
734
+
735
+ Internal changes.
736
+
737
+ #### `@mui/x-data-grid-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
738
+
739
+ Same changes as in `@mui/x-data-grid@8.27.2`, plus:
740
+
741
+ - [DataGridPro] Fix number input visibility in header filters (#21345) @michelengelen
742
+
743
+ #### `@mui/x-data-grid-premium@8.27.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
744
+
745
+ Same changes as in `@mui/x-data-grid-pro@8.27.2`.
746
+
747
+ ### Date and Time Pickers
748
+
749
+ #### `@mui/x-date-pickers@8.27.2`
750
+
751
+ - [DatePicker] Add keyboard support for selecting day, month, and year (#21399) @michelengelen
752
+
753
+ #### `@mui/x-date-pickers-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
754
+
755
+ Same changes as in `@mui/x-date-pickers@8.27.2`, plus:
756
+
757
+ - [DateRangePicker] Fix timezone update issue leading to `invalidRange` error (#21382) @michelengelen
758
+
759
+ ### Charts
760
+
761
+ #### `@mui/x-charts@8.27.2`
762
+
763
+ Internal changes.
764
+
765
+ #### `@mui/x-charts-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
766
+
767
+ Same changes as in `@mui/x-charts@8.27.2`, plus:
768
+
769
+ - [charts-pro] Handle edge case in export image (#21206) @bernardobelchior
770
+
771
+ #### `@mui/x-charts-premium@8.27.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
772
+
773
+ Same changes as in `@mui/x-charts-pro@8.27.2`.
774
+
775
+ ### Tree View
776
+
777
+ #### `@mui/x-tree-view@8.27.2`
778
+
779
+ - [tree view] Focus item sibling on unmount instead of the 1st item (#21386) @flaviendelangle
780
+
781
+ #### `@mui/x-tree-view-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
782
+
783
+ Same changes as in `@mui/x-tree-view@8.27.2`.
784
+
785
+ ### Codemod
786
+
787
+ #### `@mui/x-codemod@8.27.2`
788
+
789
+ Internal changes.
790
+
791
+ ### Core
792
+
793
+ - [code-infra] Only ignore `renovate[bot]` in changelog generation script (#21188) @bernardobelchior
794
+
795
+ ## v8.27.1
796
+
797
+ <!-- generated comparing v8.27.0..v8.x -->
798
+
799
+ _Feb 13, 2026_
800
+
801
+ We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
802
+
803
+ - 📝 CSS bundler support is no longer needed for the Data Grid
804
+ - 🐞 Bugfixes
805
+
806
+ Special thanks go out to these community members for their valuable contributions:
807
+ @sai6855
808
+
809
+ The following team members contributed to this release:
810
+ @arminmeh, @cherniavskii, @flaviendelangle, @mj12albert, @MBilalShafi
811
+
812
+ ### Data Grid
813
+
814
+ #### `@mui/x-data-grid@8.27.1`
815
+
816
+ - [DataGrid] Hide column menu icon when there are no items (#21303) @MBilalShafi
817
+ - [DataGrid] Migrate styled imports and remove `index.css` (#21176) @MBilalShafi
818
+ - [DataGrid] Optimize `GridRootStyles` overrides resolver (#21251) @sai6855
819
+
820
+ #### `@mui/x-data-grid-pro@8.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
821
+
822
+ Same changes as in `@mui/x-data-grid@8.27.1`, plus:
823
+
824
+ - [DataGridPro] Fix column pinning issue with `restoreState` (#21305) @MBilalShafi
825
+ - [DataGridPro] Fix lazy loading params for page with one row (#21238) @MBilalShafi
826
+ - [DataGridPro] Properly extract parent path (#21301) @arminmeh
827
+
828
+ #### `@mui/x-data-grid-premium@8.27.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
829
+
830
+ Same changes as in `@mui/x-data-grid-pro@8.27.1`, plus:
831
+
832
+ - [DataGridPremium] Fix aggregation display when `initialState` has both `sortModel` and `pinnedColumns` (#21152) @mj12albert
833
+
834
+ ### Tree View
835
+
836
+ #### `@mui/x-tree-view@8.27.1`
837
+
838
+ - [tree view] Fix `apiRef.current.setItemExpansion()` (#21095) @flaviendelangle
839
+
840
+ #### `@mui/x-tree-view-pro@8.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
841
+
842
+ Same changes as in `@mui/x-tree-view@8.27.1`.
843
+
844
+ ### Core
845
+
846
+ - [internal] Add CLI for translation using LLM (#21299) @cherniavskii
847
+
848
+ ## v8.27.0
849
+
850
+ _Feb 2, 2026_
851
+
852
+ We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
853
+
854
+ - 📝 Data Grid supports new `longText` [column type](https://mui.com/x/react-data-grid/column-definition/#column-types)
855
+
856
+ The following team members contributed to this release:
857
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @siriwatknp
858
+
859
+ ### Data Grid
860
+
861
+ #### `@mui/x-data-grid@8.27.0`
862
+
863
+ - [DataGrid] Fix virtualization crash by preventing out-of-bounds `focusedVirtualCell` indices (#21123) @cherniavskii
864
+ - [DataGrid] Fix focus steal issue with `<Dialog />` (#21106) @MBilalShafi
865
+ - [DataGrid] Add new `longText` column type (#21103) @siriwatknp
866
+
867
+ #### `@mui/x-data-grid-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
868
+
869
+ Same changes as in `@mui/x-data-grid@8.27.0`.
870
+
871
+ #### `@mui/x-data-grid-premium@8.27.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
872
+
873
+ Same changes as in `@mui/x-data-grid-pro@8.27.0`, plus:
874
+
875
+ - [DataGridPremium] Fix focus retention when undo/redo operations are done on the same cell (#21110) @arminmeh
876
+
877
+ ### Date and Time Pickers
878
+
879
+ #### `@mui/x-date-pickers@8.27.0`
880
+
881
+ Internal changes.
882
+
883
+ #### `@mui/x-date-pickers-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
884
+
885
+ Same changes as in `@mui/x-date-pickers@8.27.0`.
886
+
887
+ ### Charts
888
+
889
+ #### `@mui/x-charts@8.27.0`
890
+
891
+ - [charts] Deprecate `AxisId` class in favour of to `data-axis-id` attribute (#21048) @JCQuintas
892
+
893
+ #### `@mui/x-charts-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
894
+
895
+ Same changes as in `@mui/x-charts@8.27.0`, plus:
896
+
897
+ - [charts-pro] Add `onItemClick` to the heatmap (#20817) (#21030) @alexfauquette
898
+
899
+ #### `@mui/x-charts-premium@8.27.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
900
+
901
+ Same changes as in `@mui/x-charts-pro@8.27.0`, plus:
902
+
903
+ - [charts-premium] Fix wrong `defaultSlots` in premium charts (#21052) @bernardobelchior
904
+
905
+ ### Tree View
906
+
907
+ #### `@mui/x-tree-view@8.27.0`
908
+
909
+ Internal changes.
910
+
911
+ #### `@mui/x-tree-view-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
912
+
913
+ Same changes as in `@mui/x-tree-view@8.27.0`, plus:
914
+
915
+ - [RichTreeViewPro] Do not export `useSimpleTreeViewApiRef()` and `useRichTreeViewApiRef()` from pro package (#21145) @flaviendelangle
916
+
917
+ ### Codemod
918
+
919
+ #### `@mui/x-codemod@8.27.0`
920
+
921
+ Internal changes.
922
+
923
+ ### Docs
924
+
925
+ - [docs] Fix DataGrid's cell edit renderers (@arminmeh) (#21041) @github-actions[bot]
926
+
927
+ ### Core
928
+
929
+ - [code-infra] Add `consistent-type-imports` rule to the grid packages (#21119) @arminmeh
930
+ - [code-infra] Allow user to select target branch if it exists for current major (#21005) @JCQuintas
931
+ - [code-infra] Fix the target branch condition in the release script (#21051) @arminmeh
932
+ - [code-infra] Update docs deploy script to fetch from `v8.x` (#21013) @arminmeh
933
+
934
+ ## 8.26.1
935
+
936
+ _Jan 23, 2026_
937
+
938
+ Release highlight ✨:
939
+
940
+ - 🐞 Hotfix for Data Grid Premium type imports
941
+
942
+ ### Data Grid
943
+
944
+ #### `@mui/x-data-grid-premium@8.26.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
945
+
946
+ - [DataGridPremium] Fix type import (#21033) @arminmeh
947
+
8
948
  ## 8.26.0
9
949
 
10
950
  _Jan 22, 2026_