@mui/x-codemod 8.11.1 → 8.11.3

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 +181 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,187 @@
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.11.3
9
+
10
+ _Sep 16, 2025_
11
+
12
+ We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 🐞 Bugfixes
15
+ - 📚 Documentation improvements
16
+
17
+ Special thanks go out to the community members for their valuable contributions:
18
+ @sai6855
19
+
20
+ The following are all team members who have contributed to this release:
21
+ @alexfauquette, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @siriwatknp
22
+
23
+ ### Data Grid
24
+
25
+ #### `@mui/x-data-grid@8.11.3`
26
+
27
+ - [DataGrid] Fix numeric font size not being applied (#19552) @cherniavskii
28
+ - [DataGrid] Improve `operator` types to display literal values (#19529) @siriwatknp
29
+
30
+ #### `@mui/x-data-grid-pro@8.11.3` [![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.11.3`.
33
+
34
+ #### `@mui/x-data-grid-premium@8.11.3` [![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@8.11.3`.
37
+
38
+ ### Date and Time Pickers
39
+
40
+ #### `@mui/x-date-pickers@8.11.3`
41
+
42
+ - [pickers] Refactor `slots` and `slotProps` propagation strategy (#18867) @LukasTy
43
+
44
+ #### `@mui/x-date-pickers-pro@8.11.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
45
+
46
+ Same changes as in `@mui/x-date-pickers@8.11.3`.
47
+
48
+ ### Charts
49
+
50
+ #### `@mui/x-charts@8.11.3`
51
+
52
+ - [charts] Add `inline-` piecewise legend options (#19382) @JCQuintas
53
+ - [charts] Add bar gradient example (#19174) @bernardobelchior
54
+ - [charts] Ignore empty tick labels in label overlap computation (#19547) @alexfauquette
55
+ - [charts] Rename `isBandScale` to `isDiscreteScale` (#19514) @bernardobelchior
56
+ - [charts] Fix legend position affecting toolbar's position (#19257) @sai6855
57
+
58
+ #### `@mui/x-charts-pro@8.11.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
59
+
60
+ Same changes as in `@mui/x-charts@8.11.3`, plus:
61
+
62
+ - [charts-pro] Add chart title and caption to export demo (#19524) @bernardobelchior
63
+
64
+ ### Tree View
65
+
66
+ #### `@mui/x-tree-view@8.11.3`
67
+
68
+ - [tree view] Stop looping through all items to publish the `removeItem` event (#19500) @flaviendelangle
69
+ - [tree view] Support flat DOM structure (#19350) @flaviendelangle
70
+ - [tree view] Update cursor styles for disabled TreeItem (#19548) @sai6855
71
+
72
+ #### `@mui/x-tree-view-pro@8.11.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
73
+
74
+ Same changes as in `@mui/x-tree-view@8.11.3`.
75
+
76
+ ### Codemod
77
+
78
+ #### `@mui/x-codemod@8.11.3`
79
+
80
+ Internal changes.
81
+
82
+ ### Docs
83
+
84
+ - [docs] Add styling row group recipe (#19349) @siriwatknp
85
+ - [docs] Group demos data into the dataset folder (#19549) @alexfauquette
86
+ - [docs] Add `shiny` bar chart example at the top (#19416) @JCQuintas
87
+
88
+ ### Core
89
+
90
+ - [code-infra] Axios update (#19577) @Janpot
91
+ - [code-infra] Remove usage of copy-files command from code-infra (#19518) @brijeshb42
92
+ - [internal] Fix naming to match convention @oliviertassinari
93
+
94
+ ## 8.11.2
95
+
96
+ _Sep 10, 2025_
97
+
98
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
99
+
100
+ - 🐞 Bugfixes
101
+ - 📚 Documentation improvements
102
+
103
+ Special thanks go out to the community members for their valuable contributions:
104
+ @ludvigeriksson, @sai6855
105
+
106
+ The following are all team members who have contributed to this release:
107
+ @alexfauquette, @bernardobelchior, @brijeshb42, @flaviendelangle, @Janpot, @LukasTy, @MBilalShafi, @noraleonte, @rita-codes, @romgrk, @siriwatknp
108
+
109
+ ### Data Grid
110
+
111
+ #### `@mui/x-data-grid@8.11.2`
112
+
113
+ - [DataGrid] Allow opting out of the exclude row selection model (#19423) @MBilalShafi
114
+ - [DataGrid] Fix column dropdown menu text alignment for the "Unpin" menu item (#19462) @MBilalShafi
115
+ - [DataGrid] Fix indeterminate state for "Select all" checkbox with exclude model (#19466) @MBilalShafi
116
+ - [DataGrid] Fix styled API arguments error (#19460) @MBilalShafi
117
+ - [DataGrid] Fix `stringify()` for theme objects (#19427) @romgrk
118
+
119
+ #### `@mui/x-data-grid-pro@8.11.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
120
+
121
+ Same changes as in `@mui/x-data-grid@8.11.2`.
122
+
123
+ #### `@mui/x-data-grid-premium@8.11.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
124
+
125
+ Same changes as in `@mui/x-data-grid-pro@8.11.2`, plus:
126
+
127
+ - [DataGridPremium] Fallback to the regular reorder method for plain data (#19467) @MBilalShafi
128
+ - [DataGridPremium] Fix showing `0` as total aggregation value when aggregation position is set to `null` for row groups (#19515) @cherniavskii
129
+
130
+ ### Date and Time Pickers
131
+
132
+ #### `@mui/x-date-pickers@8.11.2`
133
+
134
+ - [pickers] Gracefully handle `textField.slotProps` (#18980) @LukasTy
135
+ - [pickers] Improve hour and minute placement in Date Time Picker (#19227) @MBilalShafi
136
+ - [pickers] Use `calendarState.currentMonth` in Month Calendar when available (#19073) @LukasTy
137
+ - [pickers] Improve invalid value pasting into a section (#19357) @sai6855
138
+ - [fields] Remove redundant `id` and `aria-labelledby` attributes from spinbuttons (#19523) @LukasTy
139
+
140
+ #### `@mui/x-date-pickers-pro@8.11.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
141
+
142
+ Same changes as in `@mui/x-date-pickers@8.11.2`.
143
+
144
+ ### Charts
145
+
146
+ #### `@mui/x-charts@8.11.2`
147
+
148
+ - [charts] Fix highlight regression (#19486) @alexfauquette
149
+ - [charts] Improve code reuse in `ChartsXAxis` and `ChartsYAxis` (#19198) @bernardobelchior
150
+ - [charts] Simplify params in `getRange` and `createDateFormatter` (#19517) @bernardobelchior
151
+ - [charts] Handle domain edge cases with `filterMode: 'discard'` (#19199) @bernardobelchior
152
+ - [l10n] Add Swedish (sv-SE) locale (#19489) @ludvigeriksson
153
+
154
+ #### `@mui/x-charts-pro@8.11.2` [![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-charts@8.11.2`.
157
+
158
+ ### Tree View
159
+
160
+ #### `@mui/x-tree-view@8.11.2`
161
+
162
+ - [TreeView] Do not mutate `props.items` in the `getItemTree()` method (#19483) @flaviendelangle
163
+ - [TreeView] Expose a new hook to apply selection propagation on the selected items (#19402) @flaviendelangle
164
+
165
+ #### `@mui/x-tree-view-pro@8.11.2` [![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-tree-view@8.11.2`.
168
+
169
+ ### Codemod
170
+
171
+ #### `@mui/x-codemod@8.11.2`
172
+
173
+ Internal changes.
174
+
175
+ ### Docs
176
+
177
+ - [docs] Add recipe for save and manage filters from the panel (#19361) @siriwatknp
178
+
179
+ ### Core
180
+
181
+ - [code-infra] Remove log when restarting dev server (#19490) @bernardobelchior
182
+ - [code-infra] Store test results in CI (#19507) @Janpot
183
+
184
+ ### Miscellaneous
185
+
186
+ - [infra] Set nodejs versions of various CIs to 22.18 (#19503) @brijeshb42
187
+ - [test] Split infinitive @romgrk
188
+
8
189
  ## 8.11.1
9
190
 
10
191
  _Sep 4, 2025_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "8.11.1",
3
+ "version": "8.11.3",
4
4
  "author": "MUI Team",
5
5
  "description": "Codemod scripts for MUI X.",
6
6
  "bin": "./codemod.js",
@@ -29,7 +29,7 @@
29
29
  "@babel/traverse": "^7.28.0",
30
30
  "jscodeshift": "17.3.0",
31
31
  "yargs": "^18.0.0",
32
- "@mui/x-internals": "8.11.1"
32
+ "@mui/x-internals": "8.11.3"
33
33
  },
34
34
  "sideEffects": false,
35
35
  "publishConfig": {