@mui/x-tree-view 8.26.0 → 8.27.1

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,159 @@
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.1
9
+
10
+ <!-- generated comparing v8.27.0..v8.x -->
11
+
12
+ _Feb 13, 2026_
13
+
14
+ We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
15
+
16
+ - 📝 CSS bundler support is no longer needed for the Data Grid
17
+ - 🐞 Bugfixes
18
+
19
+ Special thanks go out to these community members for their valuable contributions:
20
+ @sai6855
21
+
22
+ The following team members contributed to this release:
23
+ @arminmeh, @cherniavskii, @flaviendelangle, @mj12albert, @MBilalShafi
24
+
25
+ ### Data Grid
26
+
27
+ #### `@mui/x-data-grid@8.27.1`
28
+
29
+ - [DataGrid] Hide column menu icon when there are no items (#21303) @MBilalShafi
30
+ - [DataGrid] Migrate styled imports and remove `index.css` (#21176) @MBilalShafi
31
+ - [DataGrid] Optimize `GridRootStyles` overrides resolver (#21251) @sai6855
32
+
33
+ #### `@mui/x-data-grid-pro@8.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
34
+
35
+ Same changes as in `@mui/x-data-grid@8.27.1`, plus:
36
+
37
+ - [DataGridPro] Fix column pinning issue with `restoreState` (#21305) @MBilalShafi
38
+ - [DataGridPro] Fix lazy loading params for page with one row (#21238) @MBilalShafi
39
+ - [DataGridPro] Properly extract parent path (#21301) @arminmeh
40
+
41
+ #### `@mui/x-data-grid-premium@8.27.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
42
+
43
+ Same changes as in `@mui/x-data-grid-pro@8.27.1`, plus:
44
+
45
+ - [DataGridPremium] Fix aggregation display when `initialState` has both `sortModel` and `pinnedColumns` (#21152) @mj12albert
46
+
47
+ ### Tree View
48
+
49
+ #### `@mui/x-tree-view@8.27.1`
50
+
51
+ - [tree view] Fix `apiRef.current.setItemExpansion()` (#21095) @flaviendelangle
52
+
53
+ #### `@mui/x-tree-view-pro@8.27.1` [![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-tree-view@8.27.1`.
56
+
57
+ ### Core
58
+
59
+ - [internal] Add CLI for translation using LLM (#21299) @cherniavskii
60
+
61
+ ## v8.27.0
62
+
63
+ _Feb 2, 2026_
64
+
65
+ We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
66
+
67
+ - 📝 Data Grid supports new `longText` [column type](https://mui.com/x/react-data-grid/column-definition/#column-types)
68
+
69
+ The following team members contributed to this release:
70
+ @alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @siriwatknp
71
+
72
+ ### Data Grid
73
+
74
+ #### `@mui/x-data-grid@8.27.0`
75
+
76
+ - [DataGrid] Fix virtualization crash by preventing out-of-bounds `focusedVirtualCell` indices (#21123) @cherniavskii
77
+ - [DataGrid] Fix focus steal issue with `<Dialog />` (#21106) @MBilalShafi
78
+ - [DataGrid] Add new `longText` column type (#21103) @siriwatknp
79
+
80
+ #### `@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')
81
+
82
+ Same changes as in `@mui/x-data-grid@8.27.0`.
83
+
84
+ #### `@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')
85
+
86
+ Same changes as in `@mui/x-data-grid-pro@8.27.0`, plus:
87
+
88
+ - [DataGridPremium] Fix focus retention when undo/redo operations are done on the same cell (#21110) @arminmeh
89
+
90
+ ### Date and Time Pickers
91
+
92
+ #### `@mui/x-date-pickers@8.27.0`
93
+
94
+ Internal changes.
95
+
96
+ #### `@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')
97
+
98
+ Same changes as in `@mui/x-date-pickers@8.27.0`.
99
+
100
+ ### Charts
101
+
102
+ #### `@mui/x-charts@8.27.0`
103
+
104
+ - [charts] Deprecate `AxisId` class in favour of to `data-axis-id` attribute (#21048) @JCQuintas
105
+
106
+ #### `@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')
107
+
108
+ Same changes as in `@mui/x-charts@8.27.0`, plus:
109
+
110
+ - [charts-pro] Add `onItemClick` to the heatmap (#20817) (#21030) @alexfauquette
111
+
112
+ #### `@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')
113
+
114
+ Same changes as in `@mui/x-charts-pro@8.27.0`, plus:
115
+
116
+ - [charts-premium] Fix wrong `defaultSlots` in premium charts (#21052) @bernardobelchior
117
+
118
+ ### Tree View
119
+
120
+ #### `@mui/x-tree-view@8.27.0`
121
+
122
+ Internal changes.
123
+
124
+ #### `@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')
125
+
126
+ Same changes as in `@mui/x-tree-view@8.27.0`, plus:
127
+
128
+ - [RichTreeViewPro] Do not export `useSimpleTreeViewApiRef()` and `useRichTreeViewApiRef()` from pro package (#21145) @flaviendelangle
129
+
130
+ ### Codemod
131
+
132
+ #### `@mui/x-codemod@8.27.0`
133
+
134
+ Internal changes.
135
+
136
+ ### Docs
137
+
138
+ - [docs] Fix DataGrid's cell edit renderers (@arminmeh) (#21041) @github-actions[bot]
139
+
140
+ ### Core
141
+
142
+ - [code-infra] Add `consistent-type-imports` rule to the grid packages (#21119) @arminmeh
143
+ - [code-infra] Allow user to select target branch if it exists for current major (#21005) @JCQuintas
144
+ - [code-infra] Fix the target branch condition in the release script (#21051) @arminmeh
145
+ - [code-infra] Update docs deploy script to fetch from `v8.x` (#21013) @arminmeh
146
+
147
+ ## 8.26.1
148
+
149
+ _Jan 23, 2026_
150
+
151
+ Release highlight ✨:
152
+
153
+ - 🐞 Hotfix for Data Grid Premium type imports
154
+
155
+ ### Data Grid
156
+
157
+ #### `@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')
158
+
159
+ - [DataGridPremium] Fix type import (#21033) @arminmeh
160
+
8
161
  ## 8.26.0
9
162
 
10
163
  _Jan 22, 2026_
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view v8.26.0
2
+ * @mui/x-tree-view v8.27.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -122,5 +122,5 @@ export class MinimalTreeViewStore extends Store {
122
122
  };
123
123
  }
124
124
  function isSyntheticEvent(event) {
125
- return event.isPropagationStopped !== undefined;
125
+ return event?.isPropagationStopped !== undefined;
126
126
  }
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view v8.26.0
2
+ * @mui/x-tree-view v8.27.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -130,5 +130,5 @@ class MinimalTreeViewStore extends _store.Store {
130
130
  }
131
131
  exports.MinimalTreeViewStore = MinimalTreeViewStore;
132
132
  function isSyntheticEvent(event) {
133
- return event.isPropagationStopped !== undefined;
133
+ return event?.isPropagationStopped !== undefined;
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-tree-view",
3
- "version": "8.26.0",
3
+ "version": "8.27.1",
4
4
  "author": "MUI Team",
5
5
  "description": "The community edition of the MUI X Tree View components.",
6
6
  "license": "MIT",