@mui/x-codemod 8.12.0 → 8.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +618 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,623 @@
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.16.0
9
+
10
+ _Oct 29, 2025_
11
+
12
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 🖌️ Add `brush` zoom interaction to charts
15
+ - 🔁 [Server-side update](https://mui.com/x/react-data-grid/server-side-data/#updating-server-side-data) in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the [demo](https://mui.com/x/react-data-grid/server-side-data/aggregation/#usage-with-tree-data).
16
+
17
+ Special thanks go out to the community members for their valuable contributions:
18
+ @felix-wg, @frncesc, @sai6855
19
+
20
+ The following are all team members who have contributed to this release:
21
+ @alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @flaviendelangle, @JCQuintas, @MBilalShafi, @mbrookes, @michelengelen, @noraleonte, @rita-codes
22
+
23
+ ### Data Grid
24
+
25
+ #### `@mui/x-data-grid@8.16.0`
26
+
27
+ - [DataGrid] Ignore `Ctrl+A` key combination for the row selection in the community version (#20110) @felix-wg
28
+ - [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @frncesc
29
+
30
+ #### `@mui/x-data-grid-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31
+
32
+ Same changes as in `@mui/x-data-grid@8.16.0`, plus:
33
+
34
+ - [DataGridPro] Add explicit return type to `getVisibleRowsLookup()` to fix the build with `tsc` (#20116) @arminmeh
35
+ - [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @MBilalShafi
36
+
37
+ #### `@mui/x-data-grid-premium@8.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38
+
39
+ Same changes as in `@mui/x-data-grid-pro@8.16.0`, plus:
40
+
41
+ - [DataGridPremium] Export and restore chart integration state (#20079) @arminmeh
42
+ - [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855
43
+ - [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh
44
+
45
+ ### Date and Time Pickers
46
+
47
+ #### `@mui/x-date-pickers@8.16.0`
48
+
49
+ - [pickers] Prevent blur event propagation on individual sections (#19825) @michelengelen
50
+
51
+ #### `@mui/x-date-pickers-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52
+
53
+ Same changes as in `@mui/x-date-pickers@8.16.0`.
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@8.16.0`
58
+
59
+ - [charts] Allow tooltip to anchor items (#19954) @alexfauquette
60
+ - [charts] Fix behavior of grouped axis (#20118) @JCQuintas
61
+ - [charts] Move scale symlog inside scales (#20137) @JCQuintas
62
+ - [charts] Fix AreaChartConnectNulls demo height not correctly resizing (#20078) @sai6855
63
+ - [charts] Fix charts resizing overflow (#20080) @alexfauquette
64
+ - [charts] Fix tooltip not showing on first render (#20115) @bernardobelchior
65
+ - [charts] Handle `undefined` id and color in series (#20087) @bernardobelchior
66
+ - [charts] Remove `useMemo` from isZoomOn*Enabled and isPanOn*Enabled hooks (#20132) @Copilot
67
+ - [charts] Use static data for perf (#20072) @JCQuintas
68
+ - [charts] Move scale symlog inside scales (#20137) @JCQuintas
69
+
70
+ #### `@mui/x-charts-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
71
+
72
+ Same changes as in `@mui/x-charts@8.16.0`, plus:
73
+
74
+ - [charts-pro] Add `brush` zoom interaction (#19899) @JCQuintas
75
+ - [charts-pro] Add sankey performance check (#20069) @JCQuintas
76
+
77
+ #### `@mui/x-charts-premium@8.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
78
+
79
+ Same changes as in `@mui/x-charts-pro@8.16.0`.
80
+
81
+ ### Tree View
82
+
83
+ #### `@mui/x-tree-view@8.16.0`
84
+
85
+ Internal changes.
86
+
87
+ #### `@mui/x-tree-view-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
88
+
89
+ Same changes as in `@mui/x-tree-view@8.16.0`.
90
+
91
+ ### Codemod
92
+
93
+ #### `@mui/x-codemod@8.16.0`
94
+
95
+ Internal changes.
96
+
97
+ ### Core
98
+
99
+ - [code-infra] Setup eslint compat plugin (#20105) @brijeshb42
100
+ - [code-infra] Improve store types (#20129) @JCQuintas
101
+ - [docs] Update the callout in `rows` prop documentation (#20127) @MBilalShafi
102
+ - [docs-infra] Refine changelog contributor acknowledgment messages (#20123) @mbrookes
103
+
104
+ ### Miscellaneous
105
+
106
+ - [x-telemetry] Skip telemetry tests on browser mode (#20122) @bernardobelchior
107
+
108
+ ## 8.15.0
109
+
110
+ _Oct 23, 2025_
111
+
112
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
113
+
114
+ - 🖌️ Add new [`brush` charts interaction](https://mui.com/x/react-charts/brush/) for building custom behavior.
115
+ ![brush visualization example](https://github.com/user-attachments/assets/60c382a1-e418-4736-8dcb-1567c4e361e3)
116
+ - ⚡️ Performance improvements for large bar charts
117
+ - 🤖 Data Grid AI assistant can now [visualize the query results](https://mui.com/x/react-data-grid/ai-assistant/#data-visualization) by controlling the chart integration settings
118
+ - 📦 DataGrid uses an internal MUI fork of ExcelJS that does not depend on vulnerable versions of NPM packages
119
+ - 🐞 Bugfixes
120
+ - 📚 Documentation improvements
121
+
122
+ Special thanks go out to the community members for their valuable contributions:
123
+ @ZagrebaAlex
124
+
125
+ The following are all team members who have contributed to this release:
126
+ @alexfauquette, @bernardobelchior, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @prakhargupta1, @rita-codes, @siriwatknp, @arminmeh, @brijeshb42, @noraleonte
127
+
128
+ ### Data Grid
129
+
130
+ #### `@mui/x-data-grid@8.15.0`
131
+
132
+ - [DataGrid] Fix `dataSource.fetchRows` API's return type (#20068) @arminmeh
133
+
134
+ #### `@mui/x-data-grid-pro@8.15.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
135
+
136
+ Same changes as in `@mui/x-data-grid@8.15.0`, plus:
137
+
138
+ - [DataGridPro] Keep children in the tree after parent row is re-fetched with the data source (#19934) @arminmeh
139
+ - [DataGridPro] Support scroll shadows customization (#19982) @KenanYusuf
140
+
141
+ #### `@mui/x-data-grid-premium@8.15.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
142
+
143
+ Same changes as in `@mui/x-data-grid-pro@8.15.0`, plus:
144
+
145
+ - [DataGridPremium] Use ExcelJS fork (#19796) @cherniavskii
146
+ - [DataGridPremium] Support data visualization in AI Assistant (#19831) @arminmeh
147
+
148
+ ### Date and Time Pickers
149
+
150
+ #### `@mui/x-date-pickers@8.15.0`
151
+
152
+ Internal changes.
153
+
154
+ #### `@mui/x-date-pickers-pro@8.15.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
155
+
156
+ Same changes as in `@mui/x-date-pickers@8.15.0`.
157
+
158
+ ### Charts
159
+
160
+ #### `@mui/x-charts@8.15.0`
161
+
162
+ - [charts] Add `ChartsBrushOverlay` and allow brush configuration (#19956) @JCQuintas
163
+ - [charts] Add `getStringSize` benchmark. Remove benchmarks from built package. (#19995) @bernardobelchior
164
+ - [charts] Batch string size measurement (#19994) @bernardobelchior
165
+ - [charts] Fix console issue (#20025) @JCQuintas
166
+ - [charts] Fix is[ZoomFeature]Enabled type (#20058) @alexfauquette
167
+ - [charts] Fix reference line middle spacing (#20004) @JCQuintas
168
+ - [charts] Improve `getStringSize` and `batchMeasureStrings` performance (#19996) @bernardobelchior
169
+ - [charts] Improve deep export script (#20007) @JCQuintas
170
+ - [charts] Improve string measurement benchmarks (#19999) @bernardobelchior
171
+ - [charts] Measure string sizes using SVG elements (#19981) @bernardobelchior
172
+ - [l10n] Improve Greek (gr-GR) locale (#20060) @ZagrebaAlex
173
+
174
+ #### `@mui/x-charts-pro@8.15.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
175
+
176
+ Same changes as in `@mui/x-charts@8.15.0`, plus:
177
+
178
+ - [charts-pro] Fix pan with `axis.reverse` (#20031) @JCQuintas
179
+
180
+ #### `@mui/x-charts-premium@8.15.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
181
+
182
+ Same changes as in `@mui/x-charts-pro@8.15.0`.
183
+
184
+ ### Tree View
185
+
186
+ #### `@mui/x-tree-view@8.15.0`
187
+
188
+ - [tree view] Multi character type-ahead (#19942) @noraleonte
189
+
190
+ #### `@mui/x-tree-view-pro@8.15.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
191
+
192
+ Same changes as in `@mui/x-tree-view@8.15.0`.
193
+
194
+ ### Codemod
195
+
196
+ #### `@mui/x-codemod@8.14.0`
197
+
198
+ Internal changes.
199
+
200
+ ### Docs
201
+
202
+ - [docs] Add overview section for scatter chart and heatmap (#19888) @prakhargupta1
203
+ - [docs] Add charts bell curve example (#20003) @JCQuintas
204
+ - [docs] Add grouped multiple fields for Data Grid row grouping recipe (#19964) @siriwatknp
205
+ - [docs] Add Data Grid loading state recipe (#19958) @siriwatknp
206
+
207
+ ### Core
208
+
209
+ - [code-infra] Remove @mui/monorepo usage for react versioning (#19894) @Janpot
210
+ - [code-infra] Remove invalid `environment: 'browser'` from vitest browser config (#19993) @bernardobelchior
211
+ - [code-infra] Remove unused babel aliases (#19987) @Janpot
212
+ - [code-infra] Turn on all testing-library eslint rules (#19946) @brijeshb42
213
+ - [docs-infra] Fix broken hash link (#20062) @Janpot
214
+
215
+ ## 8.14.1
216
+
217
+ _Oct 16, 2025_
218
+
219
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
220
+
221
+ - 🚀 Charts have optimized data structures for closest point calculations — initial render times reduced by ~25% for 1,000+ data points, with greater gains at larger scales (#19790) @bernardobelchior
222
+ - 🐞 Bugfixes
223
+ - 📚 Documentation improvements
224
+
225
+ Special thanks go out to the community members for their valuable contributions:
226
+ @djpremier, @jacknot, @justdoit1897, @mellis481, @sai6855
227
+
228
+ The following are all team members who have contributed to this release:
229
+ @arminmeh, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @noraleonte, @siriwatknp
230
+
231
+ ### Data Grid
232
+
233
+ #### `@mui/x-data-grid@8.14.1`
234
+
235
+ - [DataGrid] Fix cell not rerendering on `isCellEditable` prop change (#19898) @cherniavskii
236
+ - [DataGrid] Fix virtualizer memory leaks (#19886) @cherniavskii
237
+ - [DataGrid] Fix tree data unable to deselect row for exclude model (#19846) @siriwatknp
238
+ - [l10n] Improve Italian (it-IT) locale (#19322) @jacknot and (#19940) @justdoit1897
239
+
240
+ #### `@mui/x-data-grid-pro@8.14.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
241
+
242
+ Same changes as in `@mui/x-data-grid@8.14.1`, plus:
243
+
244
+ - [DataGridPro] Clear cache before new request to the nested request queue after a row has been edited (#19873) @arminmeh
245
+
246
+ #### `@mui/x-data-grid-premium@8.14.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
247
+
248
+ Same changes as in `@mui/x-data-grid-pro@8.14.1`.
249
+
250
+ ### Date and Time Pickers
251
+
252
+ #### `@mui/x-date-pickers@8.14.1`
253
+
254
+ Internal changes.
255
+
256
+ #### `@mui/x-date-pickers-pro@8.14.1` [![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-date-pickers@8.14.1`.
259
+
260
+ ### Charts
261
+
262
+ #### `@mui/x-charts@8.14.1`
263
+
264
+ - [charts] Fix `minBarSize` when y-axis is reversed (#19932) @bernardobelchior
265
+ - [charts] Fix bar chart border radius when axis is reversed (#19895) @bernardobelchior
266
+ - [charts] Fix scatter chart `datasetKeys.id` not being optional (#19897) @bernardobelchior
267
+ - [charts] Use more performant data structure for closest point (#19790) @bernardobelchior
268
+ - [charts] Fix `GaugeValueArc` having wrong class (#19965) @bernardobelchior
269
+ - [charts] Fix `undefined` path when highlight empty line chart axis (#19969) @bernardobelchior
270
+
271
+ #### `@mui/x-charts-pro@8.14.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
272
+
273
+ Same changes as in `@mui/x-charts@8.14.1`, plus:
274
+
275
+ - [charts-pro] Add `highlighting` to Sankey chart (#19662) @JCQuintas
276
+
277
+ #### `@mui/x-charts-premium@8.14.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
278
+
279
+ Same changes as in `@mui/x-charts-pro@8.14.1`.
280
+
281
+ ### Tree View
282
+
283
+ #### `@mui/x-tree-view@8.14.1`
284
+
285
+ - [tree view] Do not forward the `ownerState` to the icon (#19772) @flaviendelangle
286
+
287
+ #### `@mui/x-tree-view-pro@8.14.1` [![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-tree-view@8.14.1`.
290
+
291
+ ### Codemod
292
+
293
+ #### `@mui/x-codemod@8.14.0`
294
+
295
+ Internal changes.
296
+
297
+ ### Docs
298
+
299
+ - [docs] Add `'bumpX'` and `'bumpY'` curve types to the interpolation demo (#19676) @djpremier
300
+ - [docs] Add scatter chart with linear regression demo (#19900) @bernardobelchior
301
+ - [docs] Correctly describe Data Grid's row selection behavior (#19968) @arminmeh
302
+ - [docs] Fix `isExpanded` type in tree view docs (#19092) @mellis481
303
+
304
+ ### Core
305
+
306
+ - [code-infra] Disable Netlify cache plugin (#19950) @Janpot
307
+ - [code-infra] Lint json through eslint (#19890) @Janpot
308
+ - [docs-infra] Use published netlify cache plugin package (#19929) @brijeshb42
309
+
310
+ ## 8.14.0
311
+
312
+ _Oct 9, 2025_
313
+
314
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
315
+
316
+ - 📊 The [Chart zoom now supports the `pressAndDrag` gesture](https://mui.com/x/react-charts/zoom-and-pan/#zoom-interactions-configuration). Pan by pressing and dragging.
317
+ - 🔄 [Server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) support for the Data Grid
318
+ - 🐞 Bugfixes
319
+ - 📚 Documentation improvements
320
+
321
+ Special thanks go out to the community members for their valuable contributions:
322
+ @djpremier, @Utkarsh-0304
323
+
324
+ The following are all team members who have contributed to this release:
325
+ @alexfauquette, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @prakhargupta1, @rita-codes, @noraleonte, @brijeshb42, @arminmeh, @michelengelen
326
+
327
+ ### Data Grid
328
+
329
+ #### `@mui/x-data-grid@8.14.0`
330
+
331
+ - [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
332
+
333
+ #### `@mui/x-data-grid-pro@8.14.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-data-grid@8.14.0`.
336
+
337
+ #### `@mui/x-data-grid-premium@8.14.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
338
+
339
+ Same changes as in `@mui/x-data-grid-pro@8.14.0`, plus:
340
+
341
+ - [DataGridPremium] Server-side pivoting (#19575) @arminmeh
342
+
343
+ ### Date and Time Pickers
344
+
345
+ #### `@mui/x-date-pickers@8.14.0`
346
+
347
+ - [pickers] Fixed the extra element for the disabled date picker (#19387) @Utkarsh-0304
348
+ - [pickers] Fix input `autoCapitalize` value for Firefox compatibility (#19285) @michelengelen
349
+ - [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
350
+
351
+ #### `@mui/x-date-pickers-pro@8.14.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
352
+
353
+ Same changes as in `@mui/x-date-pickers@8.14.0`.
354
+
355
+ ### Charts
356
+
357
+ #### `@mui/x-charts@8.14.0`
358
+
359
+ - [charts] Add `pressAndDrag` pan gesture (#19779) @JCQuintas
360
+ - [charts] Allow `minPointers` and `maxPointers` to be configured by pointer type (#19794) @JCQuintas
361
+ - [charts] Correct scale domain types (#19844) @bernardobelchior
362
+ - [charts] Fix tooltip position when scrolling (#19857) @alexfauquette
363
+ - [charts] Link item highlight with keyboard navigation (#19768) @alexfauquette
364
+ - [charts] Refactor domain/scale selectors (#19832) @bernardobelchior
365
+ - [charts] Remove min/max from ordinal configuration (#19789) @alexfauquette
366
+ - [charts] Simplify axes filters selectors (#19833) @bernardobelchior
367
+ - [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
368
+
369
+ #### `@mui/x-charts-pro@8.14.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
370
+
371
+ Same changes as in `@mui/x-charts@8.14.0`.
372
+
373
+ #### `@mui/x-charts-premium@8.14.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
374
+
375
+ Same changes as in `@mui/x-charts-pro@8.14.0`.
376
+
377
+ ### Tree View
378
+
379
+ #### `@mui/x-tree-view@8.14.0`
380
+
381
+ - [tree view] Fix Tree View tooltip anchoring on overview page (#19806) @noraleonte
382
+
383
+ #### `@mui/x-tree-view-pro@8.14.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
384
+
385
+ Same changes as in `@mui/x-tree-view@8.14.0`.
386
+
387
+ ### Codemod
388
+
389
+ #### `@mui/x-codemod@8.14.0`
390
+
391
+ Internal changes.
392
+
393
+ ### Docs
394
+
395
+ - [docs] Add overview section for pie chart (#19672) @prakhargupta1
396
+ - [docs] Fix demo title knob keys (#19843) @JCQuintas
397
+ - [docs] Hide UI elements of unsupported features in the data source demos (#19849) @arminmeh
398
+
399
+ ### Core
400
+
401
+ - [code-infra] Cleanup unused dependencies (#19788) @brijeshb42
402
+ - [code-infra] Fix pnpm-lock issue (#19861) @JCQuintas
403
+ - [code-infra] Improve publishing docs (#19404) @Janpot
404
+ - [code-infra] Remove tsconfig `baseUrl` (#19837) @Janpot
405
+ - [code-infra] Support custom npm dist tags during release (#19803) @Janpot
406
+ - [code-infra] Wait longer for print dialog (#19795) @JCQuintas
407
+ - [code-infra] Replace `lodash` with `es-toolkit` (#19853) @bernardobelchior
408
+ - [code-infra] Update release script PR checklist (#19785) @bernardobelchior
409
+ - [code-infra] Remove remaining usages of `lodash` (#19864) @bernardobelchior
410
+ - [docs-infra] Add `title` knob (#19792) @JCQuintas
411
+ - [docs-infra] Fix missing key in title knob (#19804) @JCQuintas
412
+
413
+ ### Miscellaneous
414
+
415
+ - [x-telemetry] Fix transpile issues (#19761) @hasdfa
416
+ - [x-telemetry] Fix ref to deleted file (#19842) @JCQuintas
417
+
418
+ ## 8.13.1
419
+
420
+ _Oct 1, 2025_
421
+
422
+ - 🐛 Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release
423
+
424
+ ### Data Grid
425
+
426
+ #### `@mui/x-data-grid@8.13.1`
427
+
428
+ Internal changes.
429
+
430
+ #### `@mui/x-data-grid-pro@8.13.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
431
+
432
+ Same changes as in `@mui/x-data-grid@8.13.1`.
433
+
434
+ #### `@mui/x-data-grid-premium@8.13.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
435
+
436
+ Same changes as in `@mui/x-data-grid-pro@8.13.1`.
437
+
438
+ ### Date and Time Pickers
439
+
440
+ #### `@mui/x-date-pickers@8.12.0`
441
+
442
+ Internal changes.
443
+
444
+ #### `@mui/x-date-pickers-pro@8.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
445
+
446
+ Same changes as in `@mui/x-date-pickers@8.12.0`.
447
+
448
+ ### Charts
449
+
450
+ #### `@mui/x-charts@8.13.1`
451
+
452
+ Internal changes.
453
+
454
+ #### `@mui/x-charts-pro@8.13.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
455
+
456
+ Same changes as in `@mui/x-charts@8.13.1`, plus:
457
+
458
+ - [charts-pro] Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release @bernardobelchior
459
+
460
+ #### `@mui/x-charts-premium@8.13.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
461
+
462
+ Same changes as in `@mui/x-charts-pro@8.13.1`.
463
+
464
+ ### Tree View
465
+
466
+ #### `@mui/x-tree-view@8.13.1`
467
+
468
+ Internal changes.
469
+
470
+ #### `@mui/x-tree-view-pro@8.13.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
471
+
472
+ Same changes as in `@mui/x-tree-view@8.13.1`.
473
+
474
+ ### Codemod
475
+
476
+ #### `@mui/x-codemod@8.12.0`
477
+
478
+ Internal changes.
479
+
480
+ ## 8.13.0
481
+
482
+ _Oct 1, 2025_
483
+
484
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
485
+
486
+ - 📊 The chart zoom now supports the `tapAndDrag` gesture. Zoom in/out by tapping twice and dragging vertically.
487
+ - 🔎 Charts now allow [fine-grained control for zoom interactions](https://mui.com/x/react-charts/zoom-and-pan/#zoom-interactions-configuration).
488
+ ```jsx
489
+ <BarChartPro
490
+ zoomInteractionConfig={{
491
+ // Only zoom when Control key is pressed
492
+ zoom: [{ type: 'wheel', keys: ['Control'] }],
493
+ // Only pan when Shift key is pressed
494
+ pan: [{ type: 'drag', keys: ['Shift'] }],
495
+ }}
496
+ />
497
+ ```
498
+ - ➡️ Data Grid grouping rows now persist their expansion state when the rows are updated.
499
+ - 📜 Updated Data Grid vertical scrollbar to include pinned rows and aggregation sections.
500
+ - 📌 Improved the appearance of [pinned columns](https://mui.com/x/react-data-grid/column-pinning/#pinned-columns-appearance) and [pinned rows](https://mui.com/x/react-data-grid/row-pinning/#pinned-rows-appearance) sections in the Data Grid.
501
+ - 🚀 Tree View now fetches the children of expanded items on mount when using lazy loading.
502
+ - 🐞 Bugfixes
503
+ - 📚 Documentation improvements
504
+
505
+ Special thanks go out to the community members for their valuable contributions:
506
+ @sai6855
507
+
508
+ The following are all team members who have contributed to this release:
509
+ @alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @mapache-salvaje, @MBilalShafi, @mnajdova, @rita-codes, @siriwatknp
510
+
511
+ ### Data Grid
512
+
513
+ #### `@mui/x-data-grid@8.13.0`
514
+
515
+ - [DataGrid] Add scroll shadows and fix scrollbar overlap (#16476) @KenanYusuf
516
+ - [DataGrid] Fix row spanning stale state issue (#19733) @MBilalShafi
517
+ - [DataGrid] Fix toolbar `slotProps` not being applied (#19769) @sai6855
518
+ - [DataGrid] Skip calling `fetchRows()` when strategy is not initialized (#19728) @MBilalShafi
519
+
520
+ #### `@mui/x-data-grid-pro@8.13.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
521
+
522
+ Same changes as in `@mui/x-data-grid@8.13.0`, plus:
523
+
524
+ - [DataGridPro] Retain expansion state on rows update (#19697) @MBilalShafi
525
+
526
+ #### `@mui/x-data-grid-premium@8.13.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
527
+
528
+ Same changes as in `@mui/x-data-grid-pro@8.13.0`, plus:
529
+
530
+ - [DataGridPremium] Add `metadata.referenceId` to AI assistant prompt resolver (#19695) @hasdfa
531
+ - [DataGridPremium] Fix aggregation value retrieval (#19724) @arminmeh
532
+ - [DataGridPremium] Get correct active chart id while rebuilding data (#19720) @arminmeh
533
+
534
+ ### Date and Time Pickers
535
+
536
+ #### `@mui/x-date-pickers@8.12.0`
537
+
538
+ Internal changes.
539
+
540
+ #### `@mui/x-date-pickers-pro@8.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
541
+
542
+ Same changes as in `@mui/x-date-pickers@8.12.0`.
543
+
544
+ ### Charts
545
+
546
+ #### `@mui/x-charts@8.13.0`
547
+
548
+ - [charts] Add `tapAndDrag` zoom gesture (#19727) @JCQuintas
549
+ - [charts] Add arc focus indicator that follows the arc form (#19696) @mnajdova
550
+ - [charts] Fix outline color (#19752) @alexfauquette
551
+ - [charts] Improve tooltip doc (#19731) @JCQuintas
552
+ - [charts] Make axis highlight reflect the keyboard interaction (#19631) @alexfauquette
553
+ - [charts] Prevent horizontal scroll on keyboard navigation (#19704) @alexfauquette
554
+ - [charts] Simplify gestures by removing bindings (#19767) @JCQuintas
555
+
556
+ #### `@mui/x-charts-pro@8.13.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
557
+
558
+ Same changes as in `@mui/x-charts@8.13.0`, plus:
559
+
560
+ - [charts-pro] Allow zoom interactions to be configured (#18646) @JCQuintas
561
+ - [charts-pro] Fix zoom preview having wrong domain in some cases (#19723) @bernardobelchior
562
+
563
+ #### `@mui/x-charts-premium@8.13.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
564
+
565
+ Same changes as in `@mui/x-charts-pro@8.13.0`.
566
+
567
+ ### Tree View
568
+
569
+ #### `@mui/x-tree-view@8.13.0`
570
+
571
+ - [tree view] Export the `apiRef` type of each Tree View component (#19543) @flaviendelangle
572
+ - [tree view] Fix indeterminate checkbox state (#19544) @flaviendelangle
573
+ - [tree view] Improve the lazy loading initial expansion (#19284) @flaviendelangle
574
+ - [tree view] Use Base UI utils whenever possible (#19502) @flaviendelangle
575
+
576
+ #### `@mui/x-tree-view-pro@8.13.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
577
+
578
+ Same changes as in `@mui/x-tree-view@8.13.0`.
579
+
580
+ ### Codemod
581
+
582
+ #### `@mui/x-codemod@8.12.0`
583
+
584
+ Internal changes.
585
+
586
+ ### Docs
587
+
588
+ - [docs] Add a recipe to customize editing component with Autocomplete (#19651) @siriwatknp
589
+ - [docs] Refine the electricity scatter tooltip (#19689) @alexfauquette
590
+ - [docs] Revise the Axis doc (#19052) @mapache-salvaje
591
+ - [docs] Remove reference to nonexistent `FocusedMark` API page (#19773) @bernardobelchior
592
+
593
+ ### Core
594
+
595
+ - [code-infra] Change charts codspeed integration to use walltime (#19729) @JCQuintas
596
+ - [code-infra] Port stylelint from core repo (#19633) @Janpot
597
+ - [code-infra] Stabilize fake timers in regression tests (#19719) @Janpot
598
+ - [code-infra] Stabilize size for bundles with `releaseInfo` (#19674) @Janpot
599
+ - [code-infra] Fix `pnpm-lock.yaml` broken lockfile (#19755) @bernardobelchior
600
+
601
+ ## 8.12.1
602
+
603
+ _Sep 25, 2025_
604
+
605
+ Release highlight ✨:
606
+
607
+ - 🐞 Hotfix for Grid-Charts integration issue with aggregated values
608
+
609
+ ### Data Grid
610
+
611
+ #### `@mui/x-data-grid@8.12.1`
612
+
613
+ Internal changes.
614
+
615
+ #### `@mui/x-data-grid-pro@8.12.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
616
+
617
+ Same changes as in `@mui/x-data-grid@8.12.1`.
618
+
619
+ #### `@mui/x-data-grid-premium@8.12.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
620
+
621
+ Same changes as in `@mui/x-data-grid-pro@8.12.1`, plus:
622
+
623
+ - [DataGridPremium] Collect aggregated values properly for the charts integration context (#19714) @arminmeh
624
+
8
625
  ## 8.12.0
9
626
 
10
627
  _Sep 25, 2025_
@@ -15,7 +632,7 @@ We'd like to extend a big thank you to the 15 contributors who made this release
15
632
 
16
633
  ![Grid x Charts](https://github.com/user-attachments/assets/0817c36f-f87f-4688-8f30-fa0db638ca8c)
17
634
 
18
- 👉 [🎥 Watch the full video](https://github.com/user-attachments/assets/28f1848e-dc85-4077-8756-a3e88afd4e54)
635
+ 👉 [🎥 Watch the full video](https://github.com/user-attachments/assets/28f1848e-dc85-4077-8756-a3e88afd4e54)
19
636
 
20
637
  - ⌨️ Charts keyboard navigation
21
638
  - ⚡️ Charts: Add new `renderer="svg-batch"` prop to Scatter charts that provides improved performance for large datasets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "8.12.0",
3
+ "version": "8.16.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Codemod scripts for MUI X.",
6
6
  "bin": "./codemod.js",
@@ -24,12 +24,12 @@
24
24
  "url": "https://opencollective.com/mui-org"
25
25
  },
26
26
  "dependencies": {
27
- "@babel/core": "^7.28.0",
28
- "@babel/runtime": "^7.28.2",
29
- "@babel/traverse": "^7.28.0",
27
+ "@babel/core": "^7.28.5",
28
+ "@babel/runtime": "^7.28.4",
29
+ "@babel/traverse": "^7.28.5",
30
30
  "jscodeshift": "17.3.0",
31
31
  "yargs": "^18.0.0",
32
- "@mui/x-internals": "8.12.0"
32
+ "@mui/x-internals": "8.16.0"
33
33
  },
34
34
  "sideEffects": false,
35
35
  "publishConfig": {