@mui/x-codemod 9.1.0 → 9.7.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 +778 -0
  2. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,783 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.7.0
4
+
5
+ _Jun 25, 2026_
6
+
7
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🐞 Bugfixes
10
+ - 📚 Documentation improvements
11
+
12
+ Special thanks go out to these community members for their valuable contributions:
13
+ @Anexus5919, @mustafajw07
14
+
15
+ The following team members contributed to this release:
16
+ @alexfauquette, @arminmeh, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @romgrk, @sai6855, @siriwatknp
17
+
18
+ ### Data Grid
19
+
20
+ #### `@mui/x-data-grid@9.7.0`
21
+
22
+ - [DataGrid] Fix `CustomColumnMenuGrid` demo crashing (#22897) @sai6855
23
+ - [DataGrid] Fix crash in `getRowValue` when `colDef` is `undefined` (#22838) @LukasTy
24
+ - [DataGrid] Fix `longText` expand button submitting surrounding form (#22450) @siriwatknp
25
+ - [DataGrid] Remove filename ignore list from `removePropTypesPlugin` in Babel config (#22727) @sai6855
26
+ - [DataGrid] Deduplicate scroll-preserving focus logic (#22916) @sai6855
27
+ - [DataGrid] Fix `singleSelect` clearing to use empty string instead of `null` (#22881) @michelengelen
28
+ - [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22698) @MBilalShafi
29
+
30
+ #### `@mui/x-data-grid-pro@9.7.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@9.7.0`.
33
+
34
+ #### `@mui/x-data-grid-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35
+
36
+ Same changes as in `@mui/x-data-grid-pro@9.7.0`.
37
+
38
+ ### Date and Time Pickers
39
+
40
+ #### `@mui/x-date-pickers@9.7.0`
41
+
42
+ - [fields] Announce cardinal day in the day section `aria-valuetext` (#22922) @LukasTy
43
+ - [fields] Avoid focusing the field on blank space clicks (#22285) @LukasTy
44
+ - [pickers] Commit `TimeClock` value when the drag ends outside the clock (#22877) @LukasTy
45
+ - [pickers] Respect explicit `notched` prop on the outlined PickersTextField (#22875) @LukasTy
46
+
47
+ #### `@mui/x-date-pickers-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
48
+
49
+ Same changes as in `@mui/x-date-pickers@9.7.0`.
50
+
51
+ ### Charts
52
+
53
+ #### `@mui/x-charts@9.7.0`
54
+
55
+ - [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @sai6855
56
+ - [charts] Add `zAxis` custom scatter component demo (#22746) @mustafajw07
57
+ - [charts] Apply axis `colorMap` to radial bar fill (#22800) @JCQuintas
58
+ - [charts] Simplify classes type (#22626) @alexfauquette
59
+ - [charts] Stable progressive scatter batching + responsive zoom/pan (#22862) @JCQuintas
60
+ - [charts] Strip dev-only console diagnostics from production (#22917) @sai6855
61
+ - [docs] Fix scatter renderer table blocking column (#22904) @JCQuintas
62
+ - [docs] Make `ScatterAsyncRenderer` button bar responsive (#22905) @JCQuintas
63
+
64
+ #### `@mui/x-charts-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65
+
66
+ Same changes as in `@mui/x-charts@9.7.0`.
67
+
68
+ #### `@mui/x-charts-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
69
+
70
+ Same changes as in `@mui/x-charts-pro@9.7.0`.
71
+
72
+ ### Tree View
73
+
74
+ #### `@mui/x-tree-view@9.7.0`
75
+
76
+ Internal changes.
77
+
78
+ #### `@mui/x-tree-view-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79
+
80
+ Same changes as in `@mui/x-tree-view@9.7.0`.
81
+
82
+ ### Scheduler
83
+
84
+ #### `@mui/x-scheduler@9.0.0-beta.3`
85
+
86
+ - [scheduler] Highlight only the edited occurrence of a recurring event (#22873) @Anexus5919
87
+
88
+ #### `@mui/x-scheduler-premium@9.0.0-beta.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
89
+
90
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.3`.
91
+
92
+ ### Codemod
93
+
94
+ #### `@mui/x-codemod@9.7.0`
95
+
96
+ Internal changes.
97
+
98
+ ### Core
99
+
100
+ - [code-infra] Fix react@^18 CI failing on nanoid trust-downgrade (#22923) @LukasTy
101
+ - [code-infra] Reduce Netlify build parallelism to 2 (#22925) @LukasTy
102
+ - [code-infra] Use Turbopack for docs in dev (#22882) @brijeshb42
103
+ - [docs-infra] Pre-render API page descriptions (#22919) @brijeshb42
104
+ - [internal] Use `@base-ui/utils/platform` for platform detection (#22710) @romgrk
105
+ - [internal] Enforce top-level type imports (#22679) @Janpot
106
+
107
+ ### Miscellaneous
108
+
109
+ - [internal] Enable mui/no-floating-cleanup and fix leaks (#22872) @romgrk
110
+ - [infra] Update `.gitignore` to exclude `.claude` sub-directories (#22435) @michelengelen
111
+ - [virtualizer] Improve the dimensions' initial state (#22885) @arminmeh
112
+
113
+ ## 9.6.0
114
+
115
+ _Jun 18, 2026_
116
+
117
+ We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
118
+
119
+ - 📊 New features for the radial bar charts, like percentage min radius and disabling tick labels.
120
+
121
+ Special thanks go out to these community members for their valuable contributions:
122
+ @adamowski10, @Anexus5919, @Morteza-hp, @mustafajw07, @TargiX
123
+
124
+ The following team members contributed to this release:
125
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @hasdfa, @Janpot, @JCQuintas, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @sai6855
126
+
127
+ ### Data Grid
128
+
129
+ #### `@mui/x-data-grid@9.6.0`
130
+
131
+ - [DataGrid] Define `overflowAnchor` style at the right element (#22849) @arminmeh
132
+ - [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22832) @cherniavskii
133
+
134
+ #### `@mui/x-data-grid-pro@9.6.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@9.6.0`, plus:
137
+
138
+ - [DataGridPro] Prevent incorrect row range capping on the first page with known `rowCount` (#22808) @michelengelen
139
+
140
+ #### `@mui/x-data-grid-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
141
+
142
+ Same changes as in `@mui/x-data-grid-pro@9.6.0`.
143
+
144
+ ### Date and Time Pickers
145
+
146
+ #### `@mui/x-date-pickers@9.6.0`
147
+
148
+ - [pickers] Fix `AdapterMomentHijri.getDaysInMonth` returning the Gregorian month length (#22774) @Anexus5919
149
+ - [l10n] Improve Persian (fa-IR) locale (#22454) @Morteza-hp
150
+
151
+ #### `@mui/x-date-pickers-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
152
+
153
+ Same changes as in `@mui/x-date-pickers@9.6.0`.
154
+
155
+ ### Charts
156
+
157
+ #### `@mui/x-charts@9.6.0`
158
+
159
+ - [charts] Add `disableTickLabel` prop to radial axes (#22801) @JCQuintas
160
+ - [charts] Fix bug when `min` is in axis domain (#22827) @alexfauquette
161
+ - [charts] Fix wheel zoom not centering on cursor position (#22811) @JCQuintas
162
+ - [charts] Remove zoom gesture registration from community package (#22753) @sai6855
163
+ - [charts] Support percentage values for radial axis `minRadius`/`maxRadius` (#22803) @JCQuintas
164
+ - [charts] Support `unknownColor` in color scale (#22813) @alexfauquette
165
+ - [charts] Document click listener for scatter composition (#22809) @sai6855
166
+
167
+ #### `@mui/x-charts-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
168
+
169
+ Same changes as in `@mui/x-charts@9.6.0`.
170
+
171
+ #### `@mui/x-charts-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
172
+
173
+ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
174
+
175
+ - [charts-premium] Add `geoFeatureKey` to transform features identifier (#22848) @alexfauquette
176
+ - [charts-premium] Allow to remove Antartica (#22815) @alexfauquette
177
+ - [charts-premium] Regenerate `ScatterPlotPremium` `propTypes` (#22829) @rita-codes
178
+ - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
179
+ - [docs] Show how to export maps (#22837) @alexfauquette
180
+
181
+
182
+ ### Tree View
183
+
184
+ #### `@mui/x-tree-view@9.6.0`
185
+
186
+ Internal changes.
187
+
188
+ #### `@mui/x-tree-view-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
189
+
190
+ Same changes as in `@mui/x-tree-view@9.6.0`.
191
+
192
+ ### Scheduler
193
+
194
+ #### `@mui/x-scheduler@9.0.0-beta.2`
195
+
196
+ - [scheduler] Add dispose lifecycle to `SchedulerLazyLoadingPlugin` (#22532) @rita-codes
197
+ - [scheduler] Add responsive mobile week view and responsive typography (#22593) @noraleonte
198
+ - [scheduler] Add stable weekday token to `recurrenceWeeklyPresetLabel` (#22733) @mustafajw07
199
+ - [scheduler] Create accessibility documentation section (#22557) @mustafajw07
200
+ - [scheduler] Decouple `MonthViewProps` from day time grid props (#22802) @mustafajw07
201
+ - [scheduler] Export missing public scheduler types (#22785) @mustafajw07
202
+ - [scheduler] Fix JSDoc defaults and improve public type readability (#22784) @mustafajw07
203
+ - [scheduler] Fix `aria-labelledby` on events referencing non-existent header IDs (#22778) @rita-codes
204
+ - [scheduler] Move `EventCalendarStyledContext` to internals (#22787) @mustafajw07
205
+ - [scheduler] Normalize all-day recurring occurrences to whole days (#22792) @Anexus5919
206
+ - [scheduler] Recalculate `DayTimeGrid` `hasScroll` on container resize (#22780) @Anexus5919
207
+ - [scheduler] Recompute `nowUpdatedEveryMinute` only on timezone change (#22793) @Anexus5919
208
+ - [scheduler] Register auto-scroll once instead of on every render (#22794) @Anexus5919
209
+ - [scheduler] Remove duplicate dividers in the day/time grid (#22795) @Anexus5919
210
+ - [scheduler] Remove unused `--has-scroll` CSS variable from `DayTimeGrid` (#22799) @Anexus5919
211
+ - [scheduler] Remove vestigial async from internal drop handler (#22781) @mustafajw07
212
+ - [scheduler] Return a primitive key from the Calendar lazy-loading selector (#22791) @Anexus5919
213
+ - [scheduler] Throw on invalid event dates instead of emitting `NaN` timestamps (#22740) @rita-codes
214
+ - [scheduler] Tighten `StandaloneEventProps` data typing (#22796) @mustafajw07
215
+ - [scheduler] Update feedback banner to say beta instead of alpha (#22804) @rita-codes
216
+ - [scheduler] Use `@base-ui` `generateId` for event ids in `createEventModel` (#22788) @rita-codes
217
+ - [scheduler] Clear clipboard after pasting a cut event (#22773) @Anexus5919
218
+ - [scheduler] Show drag placeholder when re-entering the same position (#22775) @Anexus5919
219
+ - [scheduler] Validate missing and duplicate event ids (#22790) @Anexus5919
220
+ - [l10n] Improve Polish (pl-PL) locale (#22612) @adamowski10
221
+
222
+ #### `@mui/x-scheduler-premium@9.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
223
+
224
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
225
+
226
+ - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
227
+ - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
228
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
229
+
230
+ ### Codemod
231
+
232
+ #### `@mui/x-codemod@9.6.0`
233
+
234
+ Internal changes.
235
+
236
+ ### Docs
237
+
238
+ - [docs] Fix link-check build timeout by disabling serve directory listing (#22836) @Janpot
239
+ - [docs] Show how to export maps (#22837) @alexfauquette
240
+ - [docs] Add radial bar overview demo with custom overlays (#22776) @JCQuintas
241
+ - [docs] Add weather composition demo (#22723) @TargiX
242
+ - [docs] Add docs overview gallery and playground (#22488) @hasdfa
243
+ - [docs] Clarify 'Scrolling without render gaps' (#22629) @oliviertassinari
244
+ - [docs] Fix typo in release instructions (#22864) @brijeshb42
245
+
246
+ ### Core
247
+
248
+ - [code-infra] Fix lint issues (#22757) @brijeshb42
249
+ - [code-infra] Fix remaining Dependabot security alerts (#22761) @Janpot
250
+ - [code-infra] Remove release:build from docs:build script (#22852) @brijeshb42
251
+ - [code-infra] Unpin `@mui/utils` version to allow dedupe (#22828) @mustafajw07
252
+ - [docs-infra] Cap Netlify Next.js build parallelism to avoid OOM (#22847) @Janpot
253
+ - [docs-infra] Remove i18n codebase (#22591) @brijeshb42
254
+ - [internal] Fix failing React 18 unit tests (#22846) @brijeshb42
255
+
256
+ ### Miscellaneous
257
+
258
+ - [core] Add remove-proptypes markers to generated `propTypes` (#22850) @JCQuintas
259
+ - [core] Bump vitest packages to 4.1.8 to fix browser-test version skew (#22845) @Janpot
260
+ - [core] Reduce e2e build concurrency to avoid OOM (#22843) @Janpot
261
+ - [core] Strip proptypes from Production bundles (#22750) @sai6855
262
+ - [test] Wait for `GridToolbarCustom` rows before screenshot (#22844) @Janpot
263
+
264
+ ## 9.5.0
265
+
266
+ _Jun 11, 2026_
267
+
268
+ We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨:
269
+
270
+ - 🎁 New [`multiSelect` column type for Data Grid Pro](https://mui.com/x/react-data-grid/column-definition/#MultiSelectColumn)
271
+ - 🚀 New [renderer="svg-progressive"](https://mui.com/x/react-charts/scatter/#progressive-renderer) paints scatter points in batched frames so large datasets render smoothly without blocking the main thread.
272
+ - 🐞 Bugfixes
273
+ - 📚 Documentation improvements
274
+
275
+ Special thanks go out to community members @mustafajw07 and @Anexus5919 for their valuable contribution.
276
+
277
+ The following team members contributed to this release:
278
+ @alexfauquette, @JCQuintas, @rita-codes, @rluzists1, @sai6855, @siriwatknp, @arminmeh, @brijeshb42
279
+
280
+ ### Data Grid
281
+
282
+ #### `@mui/x-data-grid@9.5.0`
283
+
284
+ - [DataGrid] Restrict warning messages to non-production environments in various components (#22461) @sai6855
285
+ - [DataGrid] Prevent React state update before mount (#22374) @arminmeh
286
+
287
+ #### `@mui/x-data-grid-pro@9.5.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-data-grid@9.5.0`, plus:
290
+
291
+ - [DataGridPro] Add new `multiSelect` column type (#21157) @siriwatknp
292
+
293
+ #### `@mui/x-data-grid-premium@9.5.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
294
+
295
+ Same changes as in `@mui/x-data-grid-pro@9.5.0`.
296
+
297
+ ### Date and Time Pickers
298
+
299
+ #### `@mui/x-date-pickers@9.5.0`
300
+
301
+ - [pickers] Fix missing export of `th-TH` (#22703) @alexfauquette
302
+
303
+ #### `@mui/x-date-pickers-pro@9.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
304
+
305
+ Same changes as in `@mui/x-date-pickers@9.5.0`.
306
+
307
+ ### Charts
308
+
309
+ #### `@mui/x-charts@9.5.0`
310
+
311
+ - [charts] Add `FocusedBar` component to `BarScatterComposition` demo (#22704) @sai6855
312
+ - [charts] Add dedicated Bubble Chart documentation page (#22688) @mustafajw07
313
+ - [charts] Add progressive scatter renderer (#22518) @JCQuintas
314
+ - [charts] Avoid full axis pipeline rebuild on resize (#22695) @JCQuintas
315
+ - [charts] Document focus indicator in composition page (#22712) @JCQuintas
316
+ - [charts] Fix `ChartsTooltip` `container` and `disablePortal` props being ignored (#22690) @JCQuintas
317
+ - [charts] Make ordinal scales O(1) to copy and re-range (#22691) @JCQuintas
318
+ - [charts] Stabilize WebGL bar rendering at sub-pixel widths (#22678) @JCQuintas
319
+ - [charts] Use the series config to define value types (#22693) @sai6855
320
+ - [charts] Decouple interaction hook from the cartesian zoom (#22708) @alexfauquette
321
+
322
+ #### `@mui/x-charts-pro@9.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
323
+
324
+ Same changes as in `@mui/x-charts@9.5.0`, plus:
325
+
326
+ - [charts-pro] Add missing focus highlight (#22689) @alexfauquette
327
+
328
+ #### `@mui/x-charts-premium@9.5.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
329
+
330
+ Same changes as in `@mui/x-charts-pro@9.5.0`, plus:
331
+
332
+ - [charts-premium] Set `Heatmap` WebGL render as stable (#22665) @alexfauquette
333
+ - [charts-premium] Stabilize candlestick charts (#22666) @alexfauquette
334
+ - [charts-premium] Stabilize the radial charts (#22655) @alexfauquette
335
+
336
+ ### Scheduler
337
+
338
+ #### `@mui/x-scheduler@9.0.0-beta.1`
339
+
340
+ Internal changes.
341
+
342
+ #### `@mui/x-scheduler-premium@9.0.0-beta.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
343
+
344
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.1`, plus:
345
+
346
+ - [scheduler] Remove dead CSS variable writes in `EventTimelinePremiumContent` (#22720) @rita-codes
347
+ - [scheduler] Show scope dialog when deleting a recurring event (#22552) @Anexus5919
348
+
349
+ ### Core
350
+
351
+ - [docs-infra] Fix immutable cache headers for `/\_next/static` assets (#22747) @brijeshb42
352
+ - [docs-infra] Prefix `/\_next/static` cache header rule with `/x` basePath (#22748) @brijeshb42
353
+ - [code-infra] Update dependencies to resolve Dependabot security alerts (#22714) @Janpot
354
+
355
+ ### Docs
356
+
357
+ - [docs] Fix broken links checker crashing on 404 known-targets fetch (#22707) @sai6855
358
+ - [docs] Fix country data (#22716) @alexfauquette
359
+
360
+ ### Miscellaneous
361
+
362
+ - [legal] Update EULA links in docs (#22717) @rluzists1
363
+
364
+ ## 9.4.0
365
+
366
+ <!-- generated comparing v9.3.0..master -->
367
+
368
+ _Jun 4, 2026_
369
+
370
+ We'd like to extend a big thank you to the 21 contributors who made this release possible. Here are some highlights ✨:
371
+
372
+ - 🎉 Scheduler is now in Beta shipping with Timeline vitualization and lazy loading
373
+ - 📆 Implement Event Timeline virtualization (#22339)
374
+ - 🫧 Introduce bubble charts (#22537)
375
+ - 🐞 Bugfixes
376
+ - 📚 Documentation improvements
377
+
378
+ Special thanks go out to these community members for their valuable contributions:
379
+ @imxv, @mixelburg, @mustafajw07
380
+
381
+ The following team members contributed to this release:
382
+ @aemartos, @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @joserodolfofreitas, @LukasTy, @MBilalShafi, @michelengelen, @mj12albert, @noraleonte, @oliviertassinari, @rita-codes, @romgrk, @sai6855
383
+
384
+ ### Data Grid
385
+
386
+ #### `@mui/x-data-grid@9.4.0`
387
+
388
+ - [DataGrid] Fix `avg` aggregation when the average is zero (#22652) @mj12albert
389
+ - [DataGrid] Inherit icon `fontSize` from `baseIconButton` size (#22187) @imxv
390
+ - [DataGrid] Fix `noRowsOverlay` flicker between `dataSource` re-fetches (#22465) @LukasTy
391
+
392
+ #### `@mui/x-data-grid-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
393
+
394
+ Same changes as in `@mui/x-data-grid@9.4.0`.
395
+
396
+ #### `@mui/x-data-grid-premium@9.4.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
397
+
398
+ > This release includes a version bump of the `@mui/x-internal-exceljs-fork` package to address the vulnerable dependencies.
399
+ > The following CVEs are fixed:
400
+ >
401
+ > - <https://github.com/advisories/GHSA-ph9p-34f9-6g65>
402
+ > - <https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74>
403
+ > - <https://github.com/advisories/GHSA-w5hq-g745-h8pq>
404
+ >
405
+ > To make this security update possible, we bumped the `node` version requirement from `>=14.0.0` to `>=14.17.0`.
406
+ > [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.
407
+
408
+ Same changes as in `@mui/x-data-grid-pro@9.4.0`, plus:
409
+
410
+ - [DataGridPremium] Nested Lazy Loading (#21043) @MBilalShafi
411
+ - [DataGridPremium] Update exceljs fork (#22658) @cherniavskii
412
+
413
+ ### Date and Time Pickers
414
+
415
+ #### `@mui/x-date-pickers@9.4.0`
416
+
417
+ Internal changes.
418
+
419
+ #### `@mui/x-date-pickers-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
420
+
421
+ Same changes as in `@mui/x-date-pickers@9.4.0`.
422
+
423
+ ### Charts
424
+
425
+ #### `@mui/x-charts@9.4.0`
426
+
427
+ - [charts] Add functionality to hide elements during chart export (#22525) @sai6855
428
+ - [charts] Add option to show marks only on the first/last values (#22645) @alexfauquette
429
+ - [charts] Add text customization section and demo for axis labels (#22597) @sai6855
430
+ - [charts] Allow axes to scale according to the visible series only (#22566) @alexfauquette
431
+ - [charts] Correctly handle different identifiers for each series (#22556) @sai6855
432
+ - [charts] Fix inverted Y axis zoom/pan on ordinal scales (#22654) @JCQuintas
433
+ - [charts] Introduce bubble charts (#22537) @alexfauquette
434
+ - [charts] Let scatter chart tooltip ignore hidden series (#22614) @alexfauquette
435
+ - [charts] Make `'sqrt'` size mapping the default (#22683) @alexfauquette
436
+ - [charts] Remove unused proptypes (#22618) @alexfauquette
437
+ - [charts] Support module augmentation for slots (#22519) @sai6855
438
+ - [charts] Support multiple marker size in `findClosestPoint` (#22622) @alexfauquette
439
+ - [charts] Upgrade bezier-easing to v3 and use it for line chart hit-detection (#22608) @sai6855
440
+ - [charts] Use `useLayoutEffect` with `ResizeObserver` (#22646) @JCQuintas
441
+
442
+ #### `@mui/x-charts-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
443
+
444
+ Same changes as in `@mui/x-charts@9.4.0`, plus:
445
+
446
+ - [charts-pro] Auto-select range button matching current zoom (#22137) @JCQuintas
447
+ - [charts-pro] Support range values in `initialZoom` (#22563) @JCQuintas
448
+
449
+ #### `@mui/x-charts-premium@9.4.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
450
+
451
+ Same changes as in `@mui/x-charts-pro@9.4.0`, plus:
452
+
453
+ - [charts-premium] Support range-bar series in WebGL bar renderer (#22607) @JCQuintas
454
+ - [charts-premium] Fix `onAxisClick` for radial bar and lines (#22522) @alexfauquette
455
+
456
+ ### Tree View
457
+
458
+ #### `@mui/x-tree-view@9.4.0`
459
+
460
+ Internal changes.
461
+
462
+ #### `@mui/x-tree-view-pro@9.4.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
463
+
464
+ Same changes as in `@mui/x-tree-view@9.4.0`.
465
+
466
+ ### Scheduler
467
+
468
+ #### Breaking changes
469
+
470
+ The theme `styleOverrides` slots for the skeleton and the error container were
471
+ renamed and unified. The CSS utility class names (for example
472
+ `.MuiEventCalendar-eventSkeleton`) are **not** affected — only
473
+ `theme.components.*` overrides need updating.
474
+
475
+ **Event skeleton**
476
+
477
+ | Before | After |
478
+ | --------------------------------------- | ------------------------------ |
479
+ | `MuiEventCalendar` slot `EventSkeleton` | `MuiEventSkeleton` slot `Root` |
480
+ | `MuiEventTimeline` slot `EventSkeleton` | `MuiEventSkeleton` slot `Root` |
481
+
482
+ **Error container**
483
+
484
+ | Before | After |
485
+ | ------------------------------------------------------------- | --------------------------------------- |
486
+ | `MuiEventCalendar` / `MuiEventTimeline` slot `ErrorContainer` | `MuiEventErrorContainer` slot `Root` |
487
+ | `MuiEventCalendar` / `MuiEventTimeline` slot `ErrorAlert` | `MuiEventErrorContainer` slot `Alert` |
488
+ | `MuiEventCalendar` / `MuiEventTimeline` slot `ErrorMessage` | `MuiEventErrorContainer` slot `Message` |
489
+
490
+ If you customized these through the theme, update the component name and slot
491
+ names accordingly:
492
+
493
+ ```diff
494
+ components: {
495
+ - MuiEventCalendar: {
496
+ + MuiEventSkeleton: {
497
+ styleOverrides: {
498
+ - EventSkeleton: { /* ... */ },
499
+ + Root: { /* ... */ },
500
+ },
501
+ },
502
+ },
503
+ }
504
+ ```
505
+
506
+ #### `@mui/x-scheduler@9.0.0-beta.0`
507
+
508
+ - [scheduler] Add a prop to control whether the resource of an event can be cleared (#22464) @rita-codes
509
+ - [scheduler] Add week number labels to agenda, day and week views (#22594) @mustafajw07
510
+ - [scheduler] Add `weekStartsOn` preference and update date functions to support custom week start (#22426) @mustafajw07
511
+ - [scheduler] Export premium version of the standalone views (#22621) @flaviendelangle
512
+ - [scheduler] Implement timeline virtualization (#22339) @romgrk
513
+ - [scheduler] Split scheduler overview (#22453) @joserodolfofreitas
514
+ - [scheduler] Unify `EventSkeleton` and `ErrorContainer` between `EventCalendar` and `EventTimeline` (#22676) @noraleonte
515
+
516
+ #### `@mui/x-scheduler-premium@9.0.0-beta.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
517
+
518
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.0`.
519
+
520
+ ### Docs
521
+
522
+ - [docs] Add a performance docs page for charts (#22656) @alexfauquette
523
+ - [docs] Add real dataset for maps documentation (#22599) @alexfauquette
524
+ - [docs] Add spacing between selects on charts overview demo (#22589) @bernardobelchior
525
+ - [docs] Reorganize existing chat docs navigation (#22478) @hasdfa
526
+ - [docs] Switch to visionscarto's world atlas dataset (#22669) @cherniavskii
527
+ - [docs] Update TreeView `domstructure` docs and add demo (#22420) @mj12albert
528
+ - [docs] Fix indexation of Scheduler (#22567) @oliviertassinari
529
+ - [docs] Fix wide layout on event timeline lazy loading and Import title (#22604) @rita-codes
530
+ - [docs] Derive class name owners for shared charts classes (#22674) @JCQuintas
531
+
532
+ ### Core
533
+
534
+ - [code-infra] Drop unused and now-transitive deps from docs/package.json (#22549) @LukasTy
535
+ - [code-infra] Refresh CI Node pins to 22.22.3 (#22598) @LukasTy
536
+ - [code-infra] Skip empty product sections in changelog (#22541) @rita-codes
537
+ - [code-infra] Stabilize DataGridScrollRestoration visual regression test (#22553) @Janpot
538
+ - [internal] Add license to the `x-data-grid-generator` (#22240) @arminmeh
539
+ - [internal] Express default value for resource_class (#22569) @oliviertassinari
540
+ - [internal] Fix use of ellipsis (#21852) @oliviertassinari
541
+ - [internal] `useLayoutEffect` with `ResizeObserver` (#22428) @romgrk
542
+
543
+ ### Miscellaneous
544
+
545
+ - [chat-headless] Add built-in chat adapters (#22479) @hasdfa
546
+ - [chat-headless] Harden runtime model and message errors (#22480) @hasdfa
547
+ - [core] Prepare for TypeScript 6 bump (#22551) @LukasTy
548
+ - [core] Use CircleCI Gen2 resource classes (#22610) @LukasTy
549
+ - [infra] Fix broken tag retrieval on `master` during release (#22174) @michelengelen
550
+ - [infra] Group Base UI renovate updates (#22590) @LukasTy
551
+ - [pnpm] Add security settings to pnpm-workspace.yaml (#22611) @Janpot
552
+ - [release] Fix release PR scripts (#22680) @JCQuintas
553
+ - [test] Add a Tree View regression test for lazy loading with getChildrenCount returning -1 (#22605) @mixelburg
554
+ - [test] Disable LCD subpixel antialiasing in regression screenshots (#22602) @Janpot
555
+ - [test] Fix flaky Data Grid Pro data source tree data tests (#22659) @LukasTy
556
+ - [test] Remove stale form-submit TODO from e2e suite (#22564) @LukasTy
557
+ - [x-license] Exclude test keys from the published npm package (#22647) @aemartos
558
+ - [test] Fix flaky WebGL benchmark by polling for canvas content (#22535) @JCQuintas
559
+
560
+ ## 9.3.0
561
+
562
+ _May 21, 2026_
563
+
564
+ We'd like to extend a big thank you to the 16 contributors who made this release possible. Here are some highlights ✨:
565
+
566
+ - 📆 Refactor Calendar Range drag editing to use Pointer Events instead of drag and touch events combination (#22279)
567
+ - ✨ Apply lazy loading to `EventTimelinePremium` (#22308)
568
+ - 🐞 Bugfixes
569
+ - 📚 Documentation improvements
570
+ - 🌎 Added Norwegian bokmål (nb-NO) locale to the Scheduler
571
+ - 🌎 Improved Swedish (sv-SE) locale on the Data Grid
572
+
573
+ Special thanks go out to these community members for their valuable contributions:
574
+ @Anexus5919, @jvskriubakken, @oscar-b, @rin, @viktormelin
575
+
576
+ The following team members contributed to this release:
577
+ @aemartos, @alexfauquette, @arminmeh, @Janpot, @JCQuintas, @LukasTy, @mj12albert, @oliviertassinari, @rita-codes, @romgrk, @sai6855
578
+
579
+ ### Data Grid
580
+
581
+ #### `@mui/x-data-grid@9.3.0`
582
+
583
+ - [DataGrid] Fix scrollbar disappearing after multiple resizes (#22512) @LukasTy
584
+ - [DataGrid] Revert "Add support for pinned columns in `GridVirtualScroller`" (#22467) @oliviertassinari
585
+ - [l10n] Improve Swedish (svSE) locale (#21851) @viktormelin
586
+
587
+ #### `@mui/x-data-grid-pro@9.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
588
+
589
+ Same changes as in `@mui/x-data-grid@9.3.0`.
590
+
591
+ #### `@mui/x-data-grid-premium@9.3.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
592
+
593
+ Same changes as in `@mui/x-data-grid-pro@9.3.0`.
594
+
595
+ ### Date and Time Pickers
596
+
597
+ #### `@mui/x-date-pickers@9.3.0`
598
+
599
+ - [pickers] Fix disabled state styling for `PickersTextField` standard and filled variants (#22189) @LukasTy
600
+ - [pickers] Fix previous month disabled state calculation (#22524) @mj12albert
601
+ - [pickers] Merge `slotProps.sectionContent` in `PickersInputBase` (#22324) @rin
602
+
603
+ #### `@mui/x-date-pickers-pro@9.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
604
+
605
+ Same changes as in `@mui/x-date-pickers@9.3.0`, plus:
606
+
607
+ - [DateRangeCalendar] Use Pointer Events for drag editing (#22279) @LukasTy
608
+
609
+ ### Charts
610
+
611
+ #### `@mui/x-charts@9.3.0`
612
+
613
+ - [charts] Add `data-series` to elements of radar chart (#22523) @alexfauquette
614
+ - [charts] Add environment check for warning messages in axis and radar hooks (#22506) @sai6855
615
+ - [charts] Chart `seriesConfig` deduplication for lines and bars (#22257) @sai6855
616
+ - [charts] Fix highlighted item crash (#22539) @oscar-b
617
+ - [charts] Fix the line and mark class (#22526) @alexfauquette
618
+ - [charts] Fix use of deprecated API in docs (#22469) @oliviertassinari
619
+ - [charts] Improve performance of `evaluateCurveY` function (#22407) @sai6855
620
+
621
+ #### `@mui/x-charts-pro@9.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
622
+
623
+ Same changes as in `@mui/x-charts@9.3.0`.
624
+
625
+ #### `@mui/x-charts-premium@9.3.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
626
+
627
+ Same changes as in `@mui/x-charts-pro@9.3.0`, plus:
628
+
629
+ - [charts-premium] Add `closePath` option to the radial line series (#22517) @alexfauquette
630
+
631
+ ### Tree View
632
+
633
+ #### `@mui/x-tree-view-pro@9.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
634
+
635
+ Internal changes.
636
+
637
+ ### Scheduler
638
+
639
+ #### `@mui/x-scheduler@9.0.0-alpha.7`
640
+
641
+ - [I10n] Add Norwegian bokmål (nb-NO) locale (#22415) @jvskriubakken
642
+
643
+ #### `@mui/x-scheduler-premium@9.0.0-alpha.7` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
644
+
645
+ Same changes as in `@mui/x-scheduler@9.0.0-alpha.7`, plus:
646
+
647
+ - [scheduler] Apply lazy loading to `EventTimelinePremium` (#22308) @rita-codes
648
+ - [scheduler] Deduplicate staged ranges within the debounce window (#22476) @Anexus5919
649
+ - [scheduler] Pass full event objects to `dataSource.updateEvents` (#22462) @rita-codes
650
+
651
+ ### Docs
652
+
653
+ - [docs] Automatically update supported versions (#21850) @arminmeh
654
+ - [docs] Fix `New` label on bar charts docs (#22473) @oliviertassinari
655
+ - [docs] Improve premium page header for charts (#22474) @oliviertassinari
656
+ - [docs] Sync `README` with licensing/licensing.md in scheduler (#22468) @oliviertassinari
657
+
658
+ ### Core
659
+
660
+ - [code-infra] Cover docs overview composites with Argos (#22283) @LukasTy
661
+ - [code-infra] Enable `mui/no-presentation-role` lint rule (#22360) @Janpot
662
+ - [code-infra] Make generated `propTypes` union order deterministic (#22521) @JCQuintas
663
+ - [code-infra] Make screenshots stable across different ordering of the tests (#22449) @Janpot
664
+ - [code-infra] Optimize visual regression testing (#22447) @Janpot
665
+ - [code-infra] Replace markdownlint with remark from code-infra (#22255) @Janpot
666
+
667
+ ### Miscellaneous
668
+
669
+ - [virtualizer] Improve `controlled` mode performance (#22123) @romgrk
670
+ - [data-grid-generator] Include `tree-data` params in `useDemoData` cache key (#22456) @Janpot
671
+ - [test] Fix flaky browser tests and optimize (#22431) @Janpot
672
+ - [test] Speed up `test_types` job (#22442) @Janpot
673
+ - [test] Trim ffmpeg install in `test_regressions` (#22459) @Janpot
674
+ - [test] Add WebGL performance benchmarks for charts (#22471) @JCQuintas
675
+ - [test] Expand chart performance benchmarks for charts (#22472) @JCQuintas
676
+ - [x-license] use workspace dep for v9 in cross-major compat tests (#22504) @aemartos
677
+
678
+ ## 9.2.0
679
+
680
+ _May 13, 2026_
681
+
682
+ We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨:
683
+
684
+ - ⚡️ Add a WebGL renderer to the [Bar chart](https://mui.com/x/react-charts/bars/#webgl-renderer)
685
+ - 📊 Add a radial charts with the [radial line](https://mui.com/x/react-charts/radial-lines/), [radial bar](https://mui.com/x/react-charts/radial-bars/), and the [radial grid and axes](https://mui.com/x/react-charts/radial-axes/)
686
+ - 🐞 Bugfixes
687
+ - 📚 Documentation improvements
688
+
689
+ Special thanks go out to these community members for their valuable contributions:
690
+ @Anexus5919, @mustafajw07
691
+
692
+ The following team members contributed to this release:
693
+ @aemartos, @alexfauquette, @bernardobelchior, @JCQuintas, @oliviertassinari, @sai6855, @siriwatknp
694
+
695
+ ### Data Grid
696
+
697
+ #### `@mui/x-data-grid@9.2.0`
698
+
699
+ - [data grid] Add support for pinned columns in `GridVirtualScroller` (#22347) @sai6855
700
+ - [data grid] Remove unused CSS (#22390) @oliviertassinari
701
+
702
+ #### `@mui/x-data-grid-pro@9.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
703
+
704
+ Same changes as in `@mui/x-data-grid@9.2.0`.
705
+
706
+ #### `@mui/x-data-grid-premium@9.2.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
707
+
708
+ Same changes as in `@mui/x-data-grid-pro@9.2.0`.
709
+
710
+ ### Date and Time Pickers
711
+
712
+ #### `@mui/x-date-pickers@9.2.0`
713
+
714
+ - [pickers] Trim test helpers' default load graph (#22421) @JCQuintas
715
+
716
+ #### `@mui/x-date-pickers-pro@9.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
717
+
718
+ Same changes as in `@mui/x-date-pickers@9.2.0`.
719
+
720
+ ### Charts
721
+
722
+ #### `@mui/x-charts@9.2.0`
723
+
724
+ Internal changes.
725
+
726
+ #### `@mui/x-charts-pro@9.2.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
727
+
728
+ Same changes as in `@mui/x-charts@9.2.0`.
729
+
730
+ #### `@mui/x-charts-premium@9.2.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
731
+
732
+ Same changes as in `@mui/x-charts-pro@9.2.0`, plus:
733
+
734
+ - [charts-premium] Add `Highlight` support to `RadialBarChart` (#22322) @alexfauquette
735
+ - [charts-premium] Add `WebGL` renderer to `BarChartPremium` (#22354) @JCQuintas
736
+ - [charts-premium] Add mark shape support to the radial line (#22242) @alexfauquette
737
+ - [charts-premium] `RadialBarChart` support axis interaction with layout horizontal (#22319) @alexfauquette
738
+
739
+ ### Tree View
740
+
741
+ #### `@mui/x-tree-view@9.1.0`
742
+
743
+ Internal changes.
744
+
745
+ #### `@mui/x-tree-view-pro@9.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
746
+
747
+ Same changes as in `@mui/x-tree-view@9.1.0`.
748
+
749
+ ### Scheduler
750
+
751
+ #### `@mui/x-scheduler@9.0.0-alpha.6`
752
+
753
+ - [scheduler] Complete ARIA grid semantics on `EventTimeline` and `EventCalendar` (#22266) @Anexus5919
754
+ - [scheduler] Improve UX for recurrence tab (#22287) @mustafajw07
755
+
756
+ #### `@mui/x-scheduler-premium@9.0.0-alpha.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
757
+
758
+ Same changes as in `@mui/x-scheduler@9.0.0-alpha.6`.
759
+
760
+ ### Codemod
761
+
762
+ #### `@mui/x-codemod@9.1.0`
763
+
764
+ Internal changes.
765
+
766
+ ### Docs
767
+
768
+ - [docs] Document the `RadialBarChart` (#22320) @alexfauquette
769
+ - [docs] Add histogram demo to bar-demo page (#22373) @siriwatknp
770
+ - [docs] Add radial bar to the nav bar (#22429) @alexfauquette
771
+ - [docs] Split radial grid and radial line pages (#22238) @alexfauquette
772
+
773
+ ### Miscellaneous
774
+
775
+ - [test] Disable animations in chart benchmarks (#22433) @bernardobelchior
776
+ - [test] Move `x-internal-gestures` vitest isolate flag to test block (#22427) @JCQuintas
777
+ - [test] Reduce flakiness in `MobileTimeRangePicker` multi-input `describeValue` tests (#22422) @JCQuintas
778
+ - [x-license] Exclude compat test pins from Renovate major bumps (#22414) @aemartos
779
+ - [x-license] Add cross-major license format compatibility tests (#22335) @aemartos
780
+
3
781
  ## 9.1.0
4
782
 
5
783
  _May 8, 2026_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "9.1.0",
3
+ "version": "9.7.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Codemod scripts for MUI X.",
6
6
  "license": "MIT",
@@ -23,12 +23,12 @@
23
23
  "url": "https://opencollective.com/mui-org"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/core": "^7.29.0",
27
- "@babel/runtime": "^7.29.2",
28
- "@babel/traverse": "^7.29.0",
26
+ "@babel/core": "^7.29.7",
27
+ "@babel/runtime": "^7.29.7",
28
+ "@babel/traverse": "^7.29.7",
29
29
  "jscodeshift": "17.3.0",
30
30
  "yargs": "^18.0.0",
31
- "@mui/x-internals": "^9.1.0"
31
+ "@mui/x-internals": "^9.7.0"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "publishConfig": {
@@ -41,5 +41,7 @@
41
41
  "exports": {
42
42
  "./package.json": "./package.json"
43
43
  },
44
- "bin": "./codemod.js"
44
+ "bin": {
45
+ "x-codemod": "./codemod.js"
46
+ }
45
47
  }