@mui/x-codemod 8.12.0 → 8.14.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 +316 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,321 @@
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.14.0
9
+
10
+ _Oct 9, 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
+ - 📊 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.
15
+ - 🔄 [Server-side pivoting](https://mui.com/x/react-data-grid/server-side-data/pivoting/) support for the Data Grid
16
+ - 🐞 Bugfixes
17
+ - 📚 Documentation improvements
18
+
19
+ Special thanks go out to the community members for their valuable contributions:
20
+ @djpremier, @Utkarsh-0304
21
+
22
+ The following are all team members who have contributed to this release:
23
+ @alexfauquette, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @prakhargupta1, @rita-codes, @noraleonte, @brijeshb42, @arminmeh, @michelengelen
24
+
25
+ ### Data Grid
26
+
27
+ #### `@mui/x-data-grid@8.14.0`
28
+
29
+ - [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
30
+
31
+ #### `@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')
32
+
33
+ Same changes as in `@mui/x-data-grid@8.14.0`.
34
+
35
+ #### `@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')
36
+
37
+ Same changes as in `@mui/x-data-grid-pro@8.14.0`, plus:
38
+
39
+ - [DataGridPremium] Server-side pivoting (#19575) @arminmeh
40
+
41
+ ### Date and Time Pickers
42
+
43
+ #### `@mui/x-date-pickers@8.14.0`
44
+
45
+ - [pickers] Fixed the extra element for the disabled date picker (#19387) @Utkarsh-0304
46
+ - [pickers] Fix input `autoCapitalize` value for Firefox compatibility (#19285) @michelengelen
47
+ - [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
48
+
49
+ #### `@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')
50
+
51
+ Same changes as in `@mui/x-date-pickers@8.14.0`.
52
+
53
+ ### Charts
54
+
55
+ #### `@mui/x-charts@8.14.0`
56
+
57
+ - [charts] Add `pressAndDrag` pan gesture (#19779) @JCQuintas
58
+ - [charts] Allow `minPointers` and `maxPointers` to be configured by pointer type (#19794) @JCQuintas
59
+ - [charts] Correct scale domain types (#19844) @bernardobelchior
60
+ - [charts] Fix tooltip position when scrolling (#19857) @alexfauquette
61
+ - [charts] Link item highlight with keyboard navigation (#19768) @alexfauquette
62
+ - [charts] Refactor domain/scale selectors (#19832) @bernardobelchior
63
+ - [charts] Remove min/max from ordinal configuration (#19789) @alexfauquette
64
+ - [charts] Simplify axes filters selectors (#19833) @bernardobelchior
65
+ - [l10n] Improve Brazilian Portuguese (pt-BR) locale (#19658) @djpremier
66
+
67
+ #### `@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')
68
+
69
+ Same changes as in `@mui/x-charts@8.14.0`.
70
+
71
+ #### `@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')
72
+
73
+ Same changes as in `@mui/x-charts-pro@8.14.0`.
74
+
75
+ ### Tree View
76
+
77
+ #### `@mui/x-tree-view@8.14.0`
78
+
79
+ - [tree view] Fix Tree View tooltip anchoring on overview page (#19806) @noraleonte
80
+
81
+ #### `@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')
82
+
83
+ Same changes as in `@mui/x-tree-view@8.14.0`.
84
+
85
+ ### Codemod
86
+
87
+ #### `@mui/x-codemod@8.14.0`
88
+
89
+ Internal changes.
90
+
91
+ ### Docs
92
+
93
+ - [docs] Add overview section for pie chart (#19672) @prakhargupta1
94
+ - [docs] Fix demo title knob keys (#19843) @JCQuintas
95
+ - [docs] Hide UI elements of unsupported features in the data source demos (#19849) @arminmeh
96
+
97
+ ### Core
98
+
99
+ - [code-infra] Cleanup unused dependencies (#19788) @brijeshb42
100
+ - [code-infra] Fix pnpm-lock issue (#19861) @JCQuintas
101
+ - [code-infra] Improve publishing docs (#19404) @Janpot
102
+ - [code-infra] Remove tsconfig `baseUrl` (#19837) @Janpot
103
+ - [code-infra] Support custom npm dist tags during release (#19803) @Janpot
104
+ - [code-infra] Wait longer for print dialog (#19795) @JCQuintas
105
+ - [code-infra] Replace `lodash` with `es-toolkit` (#19853) @bernardobelchior
106
+ - [code-infra] Update release script PR checklist (#19785) @bernardobelchior
107
+ - [code-infra] Remove remaining usages of `lodash` (#19864) @bernardobelchior
108
+ - [docs-infra] Add `title` knob (#19792) @JCQuintas
109
+ - [docs-infra] Fix missing key in title knob (#19804) @JCQuintas
110
+
111
+ ### Miscellaneous
112
+
113
+ - [x-telemetry] Fix transpile issues (#19761) @hasdfa
114
+ - [x-telemetry] Fix ref to deleted file (#19842) @JCQuintas
115
+
116
+ ## 8.13.1
117
+
118
+ _Oct 1, 2025_
119
+
120
+ - 🐛 Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release
121
+
122
+ ### Data Grid
123
+
124
+ #### `@mui/x-data-grid@8.13.1`
125
+
126
+ Internal changes.
127
+
128
+ #### `@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')
129
+
130
+ Same changes as in `@mui/x-data-grid@8.13.1`.
131
+
132
+ #### `@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')
133
+
134
+ Same changes as in `@mui/x-data-grid-pro@8.13.1`.
135
+
136
+ ### Date and Time Pickers
137
+
138
+ #### `@mui/x-date-pickers@8.12.0`
139
+
140
+ Internal changes.
141
+
142
+ #### `@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')
143
+
144
+ Same changes as in `@mui/x-date-pickers@8.12.0`.
145
+
146
+ ### Charts
147
+
148
+ #### `@mui/x-charts@8.13.1`
149
+
150
+ Internal changes.
151
+
152
+ #### `@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')
153
+
154
+ Same changes as in `@mui/x-charts@8.13.1`, plus:
155
+
156
+ - [charts-pro] Fix `@mui/x-charts-pro` failure on import due to missing `@mui/x-internals` release @bernardobelchior
157
+
158
+ #### `@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')
159
+
160
+ Same changes as in `@mui/x-charts-pro@8.13.1`.
161
+
162
+ ### Tree View
163
+
164
+ #### `@mui/x-tree-view@8.13.1`
165
+
166
+ Internal changes.
167
+
168
+ #### `@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')
169
+
170
+ Same changes as in `@mui/x-tree-view@8.13.1`.
171
+
172
+ ### Codemod
173
+
174
+ #### `@mui/x-codemod@8.12.0`
175
+
176
+ Internal changes.
177
+
178
+ ## 8.13.0
179
+
180
+ _Oct 1, 2025_
181
+
182
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
183
+
184
+ - 📊 The chart zoom now supports the `tapAndDrag` gesture. Zoom in/out by tapping twice and dragging vertically.
185
+ - 🔎 Charts now allow [fine-grained control for zoom interactions](https://mui.com/x/react-charts/zoom-and-pan/#zoom-interactions-configuration).
186
+ ```jsx
187
+ <BarChartPro
188
+ zoomInteractionConfig={{
189
+ // Only zoom when Control key is pressed
190
+ zoom: [{ type: 'wheel', keys: ['Control'] }],
191
+ // Only pan when Shift key is pressed
192
+ pan: [{ type: 'drag', keys: ['Shift'] }],
193
+ }}
194
+ />
195
+ ```
196
+ - ➡️ Data Grid grouping rows now persist their expansion state when the rows are updated.
197
+ - 📜 Updated Data Grid vertical scrollbar to include pinned rows and aggregation sections.
198
+ - 📌 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.
199
+ - 🚀 Tree View now fetches the children of expanded items on mount when using lazy loading.
200
+ - 🐞 Bugfixes
201
+ - 📚 Documentation improvements
202
+
203
+ Special thanks go out to the community members for their valuable contributions:
204
+ @sai6855
205
+
206
+ The following are all team members who have contributed to this release:
207
+ @alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @mapache-salvaje, @MBilalShafi, @mnajdova, @rita-codes, @siriwatknp
208
+
209
+ ### Data Grid
210
+
211
+ #### `@mui/x-data-grid@8.13.0`
212
+
213
+ - [DataGrid] Add scroll shadows and fix scrollbar overlap (#16476) @KenanYusuf
214
+ - [DataGrid] Fix row spanning stale state issue (#19733) @MBilalShafi
215
+ - [DataGrid] Fix toolbar `slotProps` not being applied (#19769) @sai6855
216
+ - [DataGrid] Skip calling `fetchRows()` when strategy is not initialized (#19728) @MBilalShafi
217
+
218
+ #### `@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')
219
+
220
+ Same changes as in `@mui/x-data-grid@8.13.0`, plus:
221
+
222
+ - [DataGridPro] Retain expansion state on rows update (#19697) @MBilalShafi
223
+
224
+ #### `@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')
225
+
226
+ Same changes as in `@mui/x-data-grid-pro@8.13.0`, plus:
227
+
228
+ - [DataGridPremium] Add `metadata.referenceId` to AI assistant prompt resolver (#19695) @hasdfa
229
+ - [DataGridPremium] Fix aggregation value retrieval (#19724) @arminmeh
230
+ - [DataGridPremium] Get correct active chart id while rebuilding data (#19720) @arminmeh
231
+
232
+ ### Date and Time Pickers
233
+
234
+ #### `@mui/x-date-pickers@8.12.0`
235
+
236
+ Internal changes.
237
+
238
+ #### `@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')
239
+
240
+ Same changes as in `@mui/x-date-pickers@8.12.0`.
241
+
242
+ ### Charts
243
+
244
+ #### `@mui/x-charts@8.13.0`
245
+
246
+ - [charts] Add `tapAndDrag` zoom gesture (#19727) @JCQuintas
247
+ - [charts] Add arc focus indicator that follows the arc form (#19696) @mnajdova
248
+ - [charts] Fix outline color (#19752) @alexfauquette
249
+ - [charts] Improve tooltip doc (#19731) @JCQuintas
250
+ - [charts] Make axis highlight reflect the keyboard interaction (#19631) @alexfauquette
251
+ - [charts] Prevent horizontal scroll on keyboard navigation (#19704) @alexfauquette
252
+ - [charts] Simplify gestures by removing bindings (#19767) @JCQuintas
253
+
254
+ #### `@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')
255
+
256
+ Same changes as in `@mui/x-charts@8.13.0`, plus:
257
+
258
+ - [charts-pro] Allow zoom interactions to be configured (#18646) @JCQuintas
259
+ - [charts-pro] Fix zoom preview having wrong domain in some cases (#19723) @bernardobelchior
260
+
261
+ #### `@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')
262
+
263
+ Same changes as in `@mui/x-charts-pro@8.13.0`.
264
+
265
+ ### Tree View
266
+
267
+ #### `@mui/x-tree-view@8.13.0`
268
+
269
+ - [tree view] Export the `apiRef` type of each Tree View component (#19543) @flaviendelangle
270
+ - [tree view] Fix indeterminate checkbox state (#19544) @flaviendelangle
271
+ - [tree view] Improve the lazy loading initial expansion (#19284) @flaviendelangle
272
+ - [tree view] Use Base UI utils whenever possible (#19502) @flaviendelangle
273
+
274
+ #### `@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')
275
+
276
+ Same changes as in `@mui/x-tree-view@8.13.0`.
277
+
278
+ ### Codemod
279
+
280
+ #### `@mui/x-codemod@8.12.0`
281
+
282
+ Internal changes.
283
+
284
+ ### Docs
285
+
286
+ - [docs] Add a recipe to customize editing component with Autocomplete (#19651) @siriwatknp
287
+ - [docs] Refine the electricity scatter tooltip (#19689) @alexfauquette
288
+ - [docs] Revise the Axis doc (#19052) @mapache-salvaje
289
+ - [docs] Remove reference to nonexistent `FocusedMark` API page (#19773) @bernardobelchior
290
+
291
+ ### Core
292
+
293
+ - [code-infra] Change charts codspeed integration to use walltime (#19729) @JCQuintas
294
+ - [code-infra] Port stylelint from core repo (#19633) @Janpot
295
+ - [code-infra] Stabilize fake timers in regression tests (#19719) @Janpot
296
+ - [code-infra] Stabilize size for bundles with `releaseInfo` (#19674) @Janpot
297
+ - [code-infra] Fix `pnpm-lock.yaml` broken lockfile (#19755) @bernardobelchior
298
+
299
+ ## 8.12.1
300
+
301
+ _Sep 25, 2025_
302
+
303
+ Release highlight ✨:
304
+
305
+ - 🐞 Hotfix for Grid-Charts integration issue with aggregated values
306
+
307
+ ### Data Grid
308
+
309
+ #### `@mui/x-data-grid@8.12.1`
310
+
311
+ Internal changes.
312
+
313
+ #### `@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')
314
+
315
+ Same changes as in `@mui/x-data-grid@8.12.1`.
316
+
317
+ #### `@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')
318
+
319
+ Same changes as in `@mui/x-data-grid-pro@8.12.1`, plus:
320
+
321
+ - [DataGridPremium] Collect aggregated values properly for the charts integration context (#19714) @arminmeh
322
+
8
323
  ## 8.12.0
9
324
 
10
325
  _Sep 25, 2025_
@@ -15,7 +330,7 @@ We'd like to extend a big thank you to the 15 contributors who made this release
15
330
 
16
331
  ![Grid x Charts](https://github.com/user-attachments/assets/0817c36f-f87f-4688-8f30-fa0db638ca8c)
17
332
 
18
- 👉 [🎥 Watch the full video](https://github.com/user-attachments/assets/28f1848e-dc85-4077-8756-a3e88afd4e54)
333
+ 👉 [🎥 Watch the full video](https://github.com/user-attachments/assets/28f1848e-dc85-4077-8756-a3e88afd4e54)
19
334
 
20
335
  - ⌨️ Charts keyboard navigation
21
336
  - ⚡️ 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.14.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.4",
28
+ "@babel/runtime": "^7.28.4",
29
+ "@babel/traverse": "^7.28.4",
30
30
  "jscodeshift": "17.3.0",
31
31
  "yargs": "^18.0.0",
32
- "@mui/x-internals": "8.12.0"
32
+ "@mui/x-internals": "8.14.0"
33
33
  },
34
34
  "sideEffects": false,
35
35
  "publishConfig": {