@mui/x-codemod 8.25.0 → 8.27.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 +184 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,190 @@
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
+ ## v8.27.0
9
+
10
+ _Feb 2, 2026_
11
+
12
+ We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 📝 Data Grid supports new `longText` [column type](https://mui.com/x/react-data-grid/column-definition/#column-types)
15
+
16
+ The following team members contributed to this release:
17
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @siriwatknp
18
+
19
+ ### Data Grid
20
+
21
+ #### `@mui/x-data-grid@8.27.0`
22
+
23
+ - [DataGrid] Fix virtualization crash by preventing out-of-bounds `focusedVirtualCell` indices (#21123) @cherniavskii
24
+ - [DataGrid] Fix focus steal issue with `<Dialog />` (#21106) @MBilalShafi
25
+ - [DataGrid] Add new `longText` column type (#21103) @siriwatknp
26
+
27
+ #### `@mui/x-data-grid-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
28
+
29
+ Same changes as in `@mui/x-data-grid@8.27.0`.
30
+
31
+ #### `@mui/x-data-grid-premium@8.27.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
32
+
33
+ Same changes as in `@mui/x-data-grid-pro@8.27.0`, plus:
34
+
35
+ - [DataGridPremium] Fix focus retention when undo/redo operations are done on the same cell (#21110) @arminmeh
36
+
37
+ ### Date and Time Pickers
38
+
39
+ #### `@mui/x-date-pickers@8.27.0`
40
+
41
+ Internal changes.
42
+
43
+ #### `@mui/x-date-pickers-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
44
+
45
+ Same changes as in `@mui/x-date-pickers@8.27.0`.
46
+
47
+ ### Charts
48
+
49
+ #### `@mui/x-charts@8.27.0`
50
+
51
+ - [charts] Deprecate `AxisId` class in favour of to `data-axis-id` attribute (#21048) @JCQuintas
52
+
53
+ #### `@mui/x-charts-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
54
+
55
+ Same changes as in `@mui/x-charts@8.27.0`, plus:
56
+
57
+ - [charts-pro] Add `onItemClick` to the heatmap (#20817) (#21030) @alexfauquette
58
+
59
+ #### `@mui/x-charts-premium@8.27.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
60
+
61
+ Same changes as in `@mui/x-charts-pro@8.27.0`, plus:
62
+
63
+ - [charts-premium] Fix wrong `defaultSlots` in premium charts (#21052) @bernardobelchior
64
+
65
+ ### Tree View
66
+
67
+ #### `@mui/x-tree-view@8.27.0`
68
+
69
+ Internal changes.
70
+
71
+ #### `@mui/x-tree-view-pro@8.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
72
+
73
+ Same changes as in `@mui/x-tree-view@8.27.0`, plus:
74
+
75
+ - [RichTreeViewPro] Do not export `useSimpleTreeViewApiRef()` and `useRichTreeViewApiRef()` from pro package (#21145) @flaviendelangle
76
+
77
+ ### Codemod
78
+
79
+ #### `@mui/x-codemod@8.27.0`
80
+
81
+ Internal changes.
82
+
83
+ ### Docs
84
+
85
+ - [docs] Fix DataGrid's cell edit renderers (@arminmeh) (#21041) @github-actions[bot]
86
+
87
+ ### Core
88
+
89
+ - [code-infra] Add `consistent-type-imports` rule to the grid packages (#21119) @arminmeh
90
+ - [code-infra] Allow user to select target branch if it exists for current major (#21005) @JCQuintas
91
+ - [code-infra] Fix the target branch condition in the release script (#21051) @arminmeh
92
+ - [code-infra] Update docs deploy script to fetch from `v8.x` (#21013) @arminmeh
93
+
94
+ ## 8.26.1
95
+
96
+ _Jan 23, 2026_
97
+
98
+ Release highlight ✨:
99
+
100
+ - 🐞 Hotfix for Data Grid Premium type imports
101
+
102
+ ### Data Grid
103
+
104
+ #### `@mui/x-data-grid-premium@8.26.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
105
+
106
+ - [DataGridPremium] Fix type import (#21033) @arminmeh
107
+
108
+ ## 8.26.0
109
+
110
+ _Jan 22, 2026_
111
+
112
+ We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
113
+
114
+ - 🔄 Data Grid now supports undo and redo actions. See the [Undo and redo](https://mui.com/x/react-data-grid/undo-redo/) page for details about out-of-the-box support and customization options.
115
+ - 🐞 Bugfixes
116
+
117
+ Special thanks go out to these community members for their valuable contributions:
118
+ @jhe-iqbis
119
+
120
+ The following team members contributed to this release:
121
+ @arminmeh, @cherniavskii, @flaviendelangle, @JCQuintas, @romgrk
122
+
123
+ ### Data Grid
124
+
125
+ #### `@mui/x-data-grid@8.26.0`
126
+
127
+ - [DataGrid] Add `onMenuOpen()` and `onMenuClose()` event handlers in `GridActionsCell` (#20994) @jhe-iqbis
128
+ - [DataGrid] Fix scroll position when virtualization is disabled (#20958) @romgrk
129
+
130
+ #### `@mui/x-data-grid-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
131
+
132
+ Same changes as in `@mui/x-data-grid@8.26.0`.
133
+
134
+ #### `@mui/x-data-grid-premium@8.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
135
+
136
+ Same changes as in `@mui/x-data-grid-pro@8.26.0`, plus:
137
+
138
+ - [DataGridPremium] Undo and redo (#20993) @arminmeh
139
+
140
+ ### Date and Time Pickers
141
+
142
+ #### `@mui/x-date-pickers@8.26.0`
143
+
144
+ Internal changes.
145
+
146
+ #### `@mui/x-date-pickers-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
147
+
148
+ Same changes as in `@mui/x-date-pickers@8.26.0`.
149
+
150
+ ### Charts
151
+
152
+ #### `@mui/x-charts@8.26.0`
153
+
154
+ Internal changes.
155
+
156
+ #### `@mui/x-charts-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
157
+
158
+ Same changes as in `@mui/x-charts@8.26.0`.
159
+
160
+ #### `@mui/x-charts-premium@8.26.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
161
+
162
+ Same changes as in `@mui/x-charts-pro@8.26.0`.
163
+
164
+ ### Tree View
165
+
166
+ #### `@mui/x-tree-view@8.26.0`
167
+
168
+ - [tree view] Fix `props.id` not passed to the root element (#20976) @flaviendelangle
169
+
170
+ #### `@mui/x-tree-view-pro@8.26.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
171
+
172
+ Same changes as in `@mui/x-tree-view@8.26.0`.
173
+
174
+ ### Codemod
175
+
176
+ #### `@mui/x-codemod@8.26.0`
177
+
178
+ Internal changes.
179
+
180
+ ### Docs
181
+
182
+ - [docs] Recipe for lazy loading DataGrid's detail panels with auto height (#20995) @arminmeh
183
+
184
+ ### Core
185
+
186
+ - [code-infra] Update `master` to `v8` references (#20864) @JCQuintas
187
+ - [code-infra] Update v8 branch tags (#20926) @JCQuintas
188
+ - [code-infra] V8 changes in master (#20919) @JCQuintas
189
+ - [code-infra] Allow user to select target branch if it exists for current major (#21005) @JCQuintas
190
+ - [internal] Set up shared instructions for coding agents (#21000) @cherniavskii
191
+
8
192
  ## 8.25.0
9
193
 
10
194
  <!-- generated comparing v8.24.0..master -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "8.25.0",
3
+ "version": "8.27.0",
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.5",
30
30
  "jscodeshift": "17.3.0",
31
31
  "yargs": "^18.0.0",
32
- "@mui/x-internals": "8.25.0"
32
+ "@mui/x-internals": "8.26.0"
33
33
  },
34
34
  "sideEffects": false,
35
35
  "publishConfig": {