@mui/x-codemod 8.26.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 +100 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,106 @@
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
+
8
108
  ## 8.26.0
9
109
 
10
110
  _Jan 22, 2026_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "8.26.0",
3
+ "version": "8.27.0",
4
4
  "author": "MUI Team",
5
5
  "description": "Codemod scripts for MUI X.",
6
6
  "bin": "./codemod.js",