@mui/x-tree-view 9.0.2 → 9.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,361 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.1.0
4
+
5
+ _May 8, 2026_
6
+
7
+ We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - ⚡️ Add a WebGL renderer to the [Scatter chart](https://mui.com/x/react-charts/scatter/#webgl-renderer), and apply the same WebGL performance patterns to the candlestick and heatmap [Premium]
10
+ - 🐞 Bugfixes
11
+ - 📚 Documentation improvements
12
+
13
+ Special thanks go out to these community members for their valuable contributions:
14
+ @Anexus5919, @gaetanodanelli, @imazizbohra, @mustafajw07
15
+
16
+ The following team members contributed to this release:
17
+ @alexfauquette, @brijeshb42, @flaviendelangle, @JCQuintas, @LukasTy, @mapache-salvaje, @MBilalShafi, @michelengelen, @oliviertassinari, @rita-codes
18
+
19
+ ### Data Grid
20
+
21
+ #### `@mui/x-data-grid@9.1.0`
22
+
23
+ - [DataGrid] Fix accessibility violation in detail panel toggle column header (#22178) @michelengelen
24
+ - [DataGrid] Fix active filter detection for array values (#22340) @MBilalShafi
25
+ - [DataGrid] Fix crash when grouping/tree-data values match `Object.prototype` property names (#22312) @LukasTy
26
+ - [DataGrid] Position overlays below top pinned rows (#22341) @MBilalShafi
27
+ - [l10n] Improve Italian (it-IT) locale (#22290) @gaetanodanelli
28
+
29
+ #### `@mui/x-data-grid-pro@9.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
30
+
31
+ Same changes as in `@mui/x-data-grid@9.1.0`, plus:
32
+
33
+ - [DataGridPro] Fix column unpin restoring stale position after reorder (#22250) @michelengelen
34
+
35
+ #### `@mui/x-data-grid-premium@9.1.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@9.1.0`, plus:
38
+
39
+ - [DataGridPremium] Fix aggregation column header title truncation without ellipsis (#22248) @michelengelen
40
+
41
+ ### Date and Time Pickers
42
+
43
+ #### `@mui/x-date-pickers@9.1.0`
44
+
45
+ - [pickers] Fix duplicate hour label in `MultiSectionDigitalClock` on DST day (#22110) @LukasTy
46
+ - [l10n] Improve Italian (it-IT) locale (#22290) @gaetanodanelli
47
+
48
+ #### `@mui/x-date-pickers-pro@9.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
49
+
50
+ Same changes as in `@mui/x-date-pickers@9.1.0`.
51
+
52
+ ### Charts
53
+
54
+ #### `@mui/x-charts@9.1.0`
55
+
56
+ - [charts] Add `ChartsAxisHighlightValue` component (#21803) @Copilot
57
+ - [charts] Create `ChartsRadialAxisHighlight` (#22241) @alexfauquette
58
+ - [charts] Remove useless extends (#22313) @alexfauquette
59
+ - [charts] Use `PolarAxisConfig` in polar plugin internals (#22315) @alexfauquette
60
+
61
+ #### `@mui/x-charts-pro@9.1.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
62
+
63
+ Same changes as in `@mui/x-charts@9.1.0`.
64
+
65
+ #### `@mui/x-charts-premium@9.1.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
66
+
67
+ Same changes as in `@mui/x-charts-pro@9.1.0`, plus:
68
+
69
+ - [charts-premium] Add WebGL renderer to `ScatterChartPremium` (#22157) @JCQuintas
70
+ - [charts-premium] Add highlight to the `RadialLineChart` (#22156) @alexfauquette
71
+ - [charts-premium] Apply WebGL perf patterns to candlestick + heatmap (#22223) @JCQuintas
72
+ - [charts-premium] Introduce the `RadialBarChart` (#22268) @alexfauquette
73
+
74
+ ### Tree View
75
+
76
+ #### `@mui/x-tree-view@9.1.0`
77
+
78
+ - [tree view] Fix stale Tree View `apiRef` after keyed remount (#22342) @MBilalShafi
79
+
80
+ #### `@mui/x-tree-view-pro@9.1.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-tree-view@9.1.0`.
83
+
84
+ ### Scheduler
85
+
86
+ #### `@mui/x-scheduler@9.0.0-alpha.5`
87
+
88
+ - [scheduler] Make `EventItem` interactive by integrating button props for keyboard accessibility (#22160) @mustafajw07
89
+ - [scheduler] Migrate color switch to Base UI `ToggleGroup` (#22254) @flaviendelangle
90
+ - [scheduler] Rename Scheduler headless packages (#22273) @rita-codes
91
+ - [scheduler] Use TreeView for the resource sidebar (#22261) @flaviendelangle
92
+ - [scheduler] Use fieldset/legend instead of headings for form sections in the event dialog (#22095) @Anexus5919
93
+ - [scheduler] Added `position: relative` for consistent layout (#22284) @mustafajw07
94
+ - [l10n] Improve Italian (it-IT) locale (#22290) @gaetanodanelli
95
+
96
+ #### `@mui/x-scheduler-premium@9.0.0-alpha.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
97
+
98
+ Same changes as in `@mui/x-scheduler@9.0.0-alpha.5`, plus:
99
+
100
+ - [scheduler] Replace per-view headers with a generic `EventTimelinePremiumHeader` in the `EventTimeline` (#22222) @rita-codes
101
+
102
+ ### Codemod
103
+
104
+ #### `@mui/x-codemod@9.1.0`
105
+
106
+ Internal changes.
107
+
108
+ ### Docs
109
+
110
+ - [docs] Migrate `FlightPicker` overview demo to v9 `slotProps` shape (#22272) @LukasTy
111
+ - [docs] Standardize Scheduler docs style and formatting (#22161) @mapache-salvaje
112
+ - [docs] Add feedback form to the scheduler docs (#22237) @rita-codes
113
+ - [docs] Fix `GridToolbarCustom` demo crash in DataGrid (#21950) @MBilalShafi
114
+ - [docs] Do not resolve axes in charts (#22307) @alexfauquette
115
+ - [docs] Fix no longer valid link (#22371) @LukasTy
116
+ - [docs] Replace broken CodeSandbox iframes in migration guides (#22352) @LukasTy
117
+
118
+ ### Core
119
+
120
+ - [code-infra] Bump browser `testTimeout` to absorb React 19 slowness (#22236) @LukasTy
121
+ - [code-infra] Use vale rules from code-infra package (#22256) @brijeshb42
122
+ - [code-infra] Fix broken valelint and docs build (#22362) @LukasTy
123
+ - [internal] Prepare renaming LICENSE file to LICENSE.md (#22055) @imazizbohra
124
+ - [internal] Remove outdated .woff files (#22286) @oliviertassinari
125
+ - [internal] Replace Codspeed with `@mui/internal-benchmark` for charts (#22243) @JCQuintas
126
+
127
+ ### Miscellaneous
128
+
129
+ - [internal-gestures] Add passive option to `TurnWheelGesture` (#22349) @JCQuintas
130
+ - [internal-gestures] Enforce pointer-type filter in `ShadowRoot` branch (#22327) @JCQuintas
131
+ - [internal-gestures] Improve passive event listener handling (#22329) @JCQuintas
132
+ - [internal-gestures] Inline wheel-delta clamp per axis (#22331) @JCQuintas
133
+ - [internal-gestures] Return read-only pointer map without copy (#22330) @JCQuintas
134
+ - [internal-gestures] Track multi-tap reset timeout to prevent leak (#22326) @JCQuintas
135
+
136
+ ## 9.0.4
137
+
138
+ _Apr 28, 2026_
139
+
140
+ We'd like to extend a big thank you to the 4 contributors who made this release possible. Here are some highlights ✨:
141
+
142
+ - Fix Pickers previous (v9.0.3) release ensuring the latest `@mui/x-internals` version usage
143
+
144
+ The following team members contributed to this release:
145
+ @alexfauquette, @JCQuintas, @LukasTy, @mj12albert
146
+
147
+ ### Data Grid
148
+
149
+ #### `@mui/x-data-grid@9.0.4`
150
+
151
+ Internal changes.
152
+
153
+ #### `@mui/x-data-grid-pro@9.0.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
154
+
155
+ Same changes as in `@mui/x-data-grid@9.0.4`.
156
+
157
+ #### `@mui/x-data-grid-premium@9.0.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
158
+
159
+ Same changes as in `@mui/x-data-grid-pro@9.0.4`.
160
+
161
+ ### Date and Time Pickers
162
+
163
+ #### `@mui/x-date-pickers@9.0.4`
164
+
165
+ Internal changes.
166
+
167
+ #### `@mui/x-date-pickers-pro@9.0.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
168
+
169
+ Same changes as in `@mui/x-date-pickers@9.0.4`.
170
+
171
+ ### Charts
172
+
173
+ #### `@mui/x-charts@9.0.4`
174
+
175
+ - [charts] Exclude hidden series and items from keyboard navigation (alt approach) (#22221) @JCQuintas
176
+ - [charts] Fix line interaction with `area` and `conectNulls` (#22227) @alexfauquette
177
+ - [charts] Implement the continuous case of `getAxisIndex` for rotation axis (#22230) @alexfauquette
178
+
179
+ #### `@mui/x-charts-pro@9.0.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
180
+
181
+ Same changes as in `@mui/x-charts@9.0.4`.
182
+
183
+ #### `@mui/x-charts-premium@9.0.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
184
+
185
+ Same changes as in `@mui/x-charts-pro@9.0.4` plus:
186
+
187
+ - [charts-premium] Add `showMark` and `shape` properties to radial line (#22226) @alexfauquette
188
+
189
+ ### Tree View
190
+
191
+ #### `@mui/x-tree-view@9.0.4`
192
+
193
+ Internal changes.
194
+
195
+ #### `@mui/x-tree-view-pro@9.0.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
196
+
197
+ Same changes as in `@mui/x-tree-view@9.0.4`.
198
+
199
+ ### Scheduler
200
+
201
+ #### `@mui/x-scheduler@9.0.4`
202
+
203
+ Internal changes.
204
+
205
+ #### `@mui/x-scheduler-premium@9.0.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
206
+
207
+ Same changes as in `@mui/x-scheduler@9.0.4`.
208
+
209
+ ### Codemod
210
+
211
+ #### `@mui/x-codemod@9.0.4`
212
+
213
+ Internal changes.
214
+
215
+ ### Docs
216
+
217
+ - [docs] Update WCAG links (#22234) @mj12albert
218
+
219
+ ### Core
220
+
221
+ - [code-infra] Avoid overriding `renovate` `ignoredPaths` (#22228) @LukasTy
222
+
223
+ ## 9.0.3
224
+
225
+ _Apr 27, 2026_
226
+
227
+ We'd like to extend a big thank you to the 16 contributors who made this release possible. Here are some highlights ✨:
228
+
229
+ - ⌨️ Keyboard support for creating events in the Scheduler
230
+
231
+ Special thanks go out to these community members for their valuable contributions:
232
+ @supunsathsara, @ZAKIURREHMAN
233
+
234
+ The following team members contributed to this release:
235
+ @aemartos, @alexfauquette, @arminmeh, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @rita-codes, @romgrk, @sai6855, @siriwatknp
236
+
237
+ ### Data Grid
238
+
239
+ #### `@mui/x-data-grid@9.0.3`
240
+
241
+ - [DataGrid] Fix `:first-child` SSR warning when `MuiDataGrid.styleOverrides` is set (#22081) @siriwatknp
242
+ - [DataGrid] Fix row reordering when filter hides rows (#22096) @siriwatknp
243
+ - [DataGrid] Remove unused `LayoutDataGridLegacy` class (#22009) @romgrk
244
+ - [DataGrid] Remove unused code, clean up grid-related utilities and deprecate `GridPanelHeader` (#22112) @sai6855
245
+ - [DataGrid] Fix columns cutting off after resizing (#22088) @ZAKIURREHMAN
246
+
247
+ #### `@mui/x-data-grid-pro@9.0.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
248
+
249
+ Same changes as in `@mui/x-data-grid@9.0.3`.
250
+
251
+ #### `@mui/x-data-grid-premium@9.0.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
252
+
253
+ Same changes as in `@mui/x-data-grid-pro@9.0.3`, plus:
254
+
255
+ - [DataGridPremium] Fix row grouping model updates not being reflected (#22122) @MBilalShafi
256
+
257
+ ### Date and Time Pickers
258
+
259
+ #### `@mui/x-date-pickers@9.0.3`
260
+
261
+ - [pickers] Fix `DateRangeCalendar` drag with `AdapterDayjs` plain-constructor values (#22165) @LukasTy
262
+ - [pickers] Fix disabled state not overriding error border color (#21169) @supunsathsara
263
+ - [pickers] Forward `data-*` and `aria-*` attributes to the root (#22147) @LukasTy
264
+ - [pickers] Support `K` and `k` hour format tokens (#22108) @michelengelen
265
+
266
+ #### `@mui/x-date-pickers-pro@9.0.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
267
+
268
+ Same changes as in `@mui/x-date-pickers@9.0.3`, plus:
269
+
270
+ - [DateRangeCalendar] Ensure date dragging triggers regardless of trigger element (#21868) @michelengelen
271
+
272
+ ### Charts
273
+
274
+ #### `@mui/x-charts@9.0.3`
275
+
276
+ - [charts] Centralize WebGL clear/render cycle (context-based) (#22127) @JCQuintas
277
+ - [charts] Fix closest series detection for line charts (#22168) @alexfauquette
278
+ - [charts] Fix radius grid lines when axis uses point scale (#22134) @alexfauquette
279
+ - [charts] Use cubic solver for berzier intersection (#22152) @alexfauquette
280
+
281
+ #### `@mui/x-charts-pro@9.0.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
282
+
283
+ Same changes as in `@mui/x-charts@9.0.3`, plus:
284
+
285
+ - [charts-pro] Fix wheel zoom clamping with custom `minStart`/`maxEnd` (#22159) @JCQuintas
286
+
287
+ #### `@mui/x-charts-premium@9.0.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
288
+
289
+ Same changes as in `@mui/x-charts-pro@9.0.3`, plus:
290
+
291
+ - [charts] Create a `'radialLine'` series type (#22066) @alexfauquette
292
+ - [charts] Plot radial line (#22133) @alexfauquette
293
+ - [charts] Remove `HeatmapWebGLRenderer` indirection (#22169) @JCQuintas
294
+
295
+ ### Tree View
296
+
297
+ #### `@mui/x-tree-view@9.0.2`
298
+
299
+ Internal changes.
300
+
301
+ #### `@mui/x-tree-view-pro@9.0.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
302
+
303
+ Same changes as in `@mui/x-tree-view@9.0.2`.
304
+
305
+ ### Scheduler
306
+
307
+ #### Breaking changes
308
+
309
+ - The `views` of `EventTimelinePremium` have been renamed to `presets`, with names that describe the header layout. The props `view`/`defaultView`/`views`/`onViewChange` are now `preset`/`defaultPreset`/`presets`/`onPresetChange`, and the type `EventTimelinePremiumView` is now `EventTimelinePremiumPreset`.
310
+
311
+ | Old | New |
312
+ | :------- | :------------- |
313
+ | `time` | `dayAndHour` |
314
+ | `days` | `day` |
315
+ | `weeks` | `dayAndWeek` |
316
+ | `months` | `monthAndYear` |
317
+ | `years` | `year` |
318
+
319
+ CSS variables (`--time-cell-width`, etc.) and headless store state (`state.view`, `setView`) follow the same rename. The `presets` array is now sorted internally against a canonical zoom order.
320
+
321
+ #### `@mui/x-scheduler@9.0.0-alpha.3`
322
+
323
+ - [scheduler] Allow creating events via keyboard - EventCalendar (#21967) @rita-codes
324
+ - [scheduler] Prefix element IDs with a unique Scheduler instance ID (#22109) @rita-codes
325
+
326
+ #### `@mui/x-scheduler-premium@9.0.0-alpha.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
327
+
328
+ Same changes as in `@mui/x-scheduler@9.0.0-alpha.3`.
329
+
330
+ - [scheduler] Allow creating events via keyboard - `EventTimeline` (#22119) @rita-codes
331
+ - [scheduler] Rename `EventTimeline` `views` to ordered presets (#22130) @rita-codes
332
+
333
+ ### Docs
334
+
335
+ - [docs] Cleanup generated llm md files for chat (#22163) @brijeshb42
336
+ - [docs] Fix `highlightScope` description (#22154) @alexfauquette
337
+ - [docs] Remove obsolete v7 deprecation warning for `dayOfWeekFormatter` (#22111) @LukasTy
338
+ - [docs] Use mui.com for broken links checker known targets (#22129) @JCQuintas
339
+ - [docs] Document picker behavior inside MUI `Dialog` and provide recommended solutions (#22144) @michelengelen
340
+ - [docs] Improve v9 license key version mismatch error guidance (#22180) @aemartos
341
+
342
+ ### Core
343
+
344
+ - [code-infra] Reduce concurrency for package build to 5 (#22115) @Janpot
345
+ - [code-infra] Rename `docsx` alias to `docs` (#22155) @brijeshb42
346
+ - [docs-infra] Remove monorepo dependency (#22025) @brijeshb42
347
+ - [docs-infra] Use latest published packages (#22086) @brijeshb42
348
+ - [test] Refactor Pickers tests to async user-event (#22043) @LukasTy
349
+ - [test] Remove redundant explicit `unmount()` calls from Pickers tests (#22118) @LukasTy
350
+
351
+ ### Miscellaneous
352
+
353
+ - [infra] Update `.gitignore` to exclude `.claude/worktrees` (#22145) @michelengelen
354
+ - [infra] Enable branch tracking when creating release branch (#22177) @michelengelen
355
+ - [license] Add MIT license to `x-virtualizer` package (#22164) @michelengelen
356
+ - [website] Fix outdated MUI logos (#22117) @oliviertassinari
357
+ - [internal] Try avoiding store update when virtualization is disabled (#22093) @arminmeh
358
+
3
359
  ## 9.0.2
4
360
 
5
361
  <!-- generated comparing v9.0.1..master -->
package/LICENSE CHANGED
@@ -1,3 +1,5 @@
1
+ # License
2
+
1
3
  MIT License
2
4
 
3
5
  Copyright (c) 2020 Material-UI SAS
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view v9.0.2
2
+ * @mui/x-tree-view v9.1.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view v9.0.2
2
+ * @mui/x-tree-view v9.1.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -88,7 +88,7 @@ const useTreeViewBuildContext = parameters => {
88
88
  };
89
89
  exports.useTreeViewBuildContext = useTreeViewBuildContext;
90
90
  function initializeInputApiRef(publicAPI, apiRef) {
91
- if (apiRef != null && apiRef.current == null) {
91
+ if (apiRef != null && apiRef.current !== publicAPI) {
92
92
  apiRef.current = publicAPI;
93
93
  }
94
94
  }
@@ -80,7 +80,7 @@ export const useTreeViewBuildContext = parameters => {
80
80
  }), [runItemPlugins, wrapItem, publicAPI, store, rootRef]);
81
81
  };
82
82
  function initializeInputApiRef(publicAPI, apiRef) {
83
- if (apiRef != null && apiRef.current == null) {
83
+ if (apiRef != null && apiRef.current !== publicAPI) {
84
84
  apiRef.current = publicAPI;
85
85
  }
86
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-tree-view",
3
- "version": "9.0.2",
3
+ "version": "9.1.0",
4
4
  "author": "MUI Team",
5
5
  "description": "The community edition of the MUI X Tree View components.",
6
6
  "license": "MIT",
@@ -31,14 +31,14 @@
31
31
  "directory": "packages/x-tree-view"
32
32
  },
33
33
  "dependencies": {
34
- "@babel/runtime": "^7.28.6",
35
- "@base-ui/utils": "^0.2.6",
34
+ "@babel/runtime": "^7.29.2",
35
+ "@base-ui/utils": "^0.2.8",
36
36
  "@mui/utils": "9.0.0",
37
37
  "@types/react-transition-group": "^4.4.12",
38
38
  "clsx": "^2.1.1",
39
39
  "prop-types": "^15.8.1",
40
40
  "react-transition-group": "^4.4.5",
41
- "@mui/x-internals": "^9.0.0"
41
+ "@mui/x-internals": "^9.1.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@emotion/react": "^11.9.0",