@mui/x-tree-view-pro 9.2.0 → 9.3.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 +118 -0
- package/RichTreeViewPro/RichTreeViewPro.js +2 -2
- package/RichTreeViewPro/RichTreeViewPro.mjs +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,123 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.3.0
|
|
4
|
+
|
|
5
|
+
_May 21, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 📆 Refactor Calendar Range drag editing to use Pointer Events instead of drag and touch events combination (#22279)
|
|
10
|
+
- ✨ Apply lazy loading to `EventTimelinePremium` (#22308)
|
|
11
|
+
- 🐞 Bugfixes
|
|
12
|
+
- 📚 Documentation improvements
|
|
13
|
+
- 🌎 Added Norwegian bokmål (nb-NO) locale to the Scheduler
|
|
14
|
+
- 🌎 Improved Swedish (sv-SE) locale on the Data Grid
|
|
15
|
+
|
|
16
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
17
|
+
@Anexus5919, @jvskriubakken, @oscar-b, @rin, @viktormelin
|
|
18
|
+
|
|
19
|
+
The following team members contributed to this release:
|
|
20
|
+
@aemartos, @alexfauquette, @arminmeh, @Janpot, @JCQuintas, @LukasTy, @mj12albert, @oliviertassinari, @rita-codes, @romgrk, @sai6855
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@9.3.0`
|
|
25
|
+
|
|
26
|
+
- [DataGrid] Fix scrollbar disappearing after multiple resizes (#22512) @LukasTy
|
|
27
|
+
- [DataGrid] Revert "Add support for pinned columns in `GridVirtualScroller`" (#22467) @oliviertassinari
|
|
28
|
+
- [l10n] Improve Swedish (svSE) locale (#21851) @viktormelin
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid@9.3.0`.
|
|
33
|
+
|
|
34
|
+
#### `@mui/x-data-grid-premium@9.3.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
35
|
+
|
|
36
|
+
Same changes as in `@mui/x-data-grid-pro@9.3.0`.
|
|
37
|
+
|
|
38
|
+
### Date and Time Pickers
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-date-pickers@9.3.0`
|
|
41
|
+
|
|
42
|
+
- [pickers] Fix disabled state styling for `PickersTextField` standard and filled variants (#22189) @LukasTy
|
|
43
|
+
- [pickers] Fix previous month disabled state calculation (#22524) @mj12albert
|
|
44
|
+
- [pickers] Merge `slotProps.sectionContent` in `PickersInputBase` (#22324) @rin
|
|
45
|
+
|
|
46
|
+
#### `@mui/x-date-pickers-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
47
|
+
|
|
48
|
+
Same changes as in `@mui/x-date-pickers@9.3.0`, plus:
|
|
49
|
+
|
|
50
|
+
- [DateRangeCalendar] Use Pointer Events for drag editing (#22279) @LukasTy
|
|
51
|
+
|
|
52
|
+
### Charts
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-charts@9.3.0`
|
|
55
|
+
|
|
56
|
+
- [charts] Add `data-series` to elements of radar chart (#22523) @alexfauquette
|
|
57
|
+
- [charts] Add environment check for warning messages in axis and radar hooks (#22506) @sai6855
|
|
58
|
+
- [charts] Chart `seriesConfig` deduplication for lines and bars (#22257) @sai6855
|
|
59
|
+
- [charts] Fix highlighted item crash (#22539) @oscar-b
|
|
60
|
+
- [charts] Fix the line and mark class (#22526) @alexfauquette
|
|
61
|
+
- [charts] Fix use of deprecated API in docs (#22469) @oliviertassinari
|
|
62
|
+
- [charts] Improve performance of `evaluateCurveY` function (#22407) @sai6855
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-charts-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
65
|
+
|
|
66
|
+
Same changes as in `@mui/x-charts@9.3.0`.
|
|
67
|
+
|
|
68
|
+
#### `@mui/x-charts-premium@9.3.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
69
|
+
|
|
70
|
+
Same changes as in `@mui/x-charts-pro@9.3.0`, plus:
|
|
71
|
+
|
|
72
|
+
- [charts-premium] Add `closePath` option to the radial line series (#22517) @alexfauquette
|
|
73
|
+
|
|
74
|
+
### Tree View
|
|
75
|
+
|
|
76
|
+
#### `@mui/x-tree-view-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
77
|
+
|
|
78
|
+
Internal changes.
|
|
79
|
+
|
|
80
|
+
### Scheduler
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-scheduler@9.0.0-alpha.7`
|
|
83
|
+
|
|
84
|
+
- [I10n] Add Norwegian bokmål (nb-NO) locale (#22415) @jvskriubakken
|
|
85
|
+
|
|
86
|
+
#### `@mui/x-scheduler-premium@9.0.0-alpha.7` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
87
|
+
|
|
88
|
+
Same changes as in `@mui/x-scheduler@9.0.0-alpha.7`, plus:
|
|
89
|
+
|
|
90
|
+
- [scheduler] Apply lazy loading to `EventTimelinePremium` (#22308) @rita-codes
|
|
91
|
+
- [scheduler] Deduplicate staged ranges within the debounce window (#22476) @Anexus5919
|
|
92
|
+
- [scheduler] Pass full event objects to `dataSource.updateEvents` (#22462) @rita-codes
|
|
93
|
+
|
|
94
|
+
### Docs
|
|
95
|
+
|
|
96
|
+
- [docs] Automatically update supported versions (#21850) @arminmeh
|
|
97
|
+
- [docs] Fix `New` label on bar charts docs (#22473) @oliviertassinari
|
|
98
|
+
- [docs] Improve premium page header for charts (#22474) @oliviertassinari
|
|
99
|
+
- [docs] Sync `README` with licensing/licensing.md in scheduler (#22468) @oliviertassinari
|
|
100
|
+
|
|
101
|
+
### Core
|
|
102
|
+
|
|
103
|
+
- [code-infra] Cover docs overview composites with Argos (#22283) @LukasTy
|
|
104
|
+
- [code-infra] Enable `mui/no-presentation-role` lint rule (#22360) @Janpot
|
|
105
|
+
- [code-infra] Make generated `propTypes` union order deterministic (#22521) @JCQuintas
|
|
106
|
+
- [code-infra] Make screenshots stable across different ordering of the tests (#22449) @Janpot
|
|
107
|
+
- [code-infra] Optimize visual regression testing (#22447) @Janpot
|
|
108
|
+
- [code-infra] Replace markdownlint with remark from code-infra (#22255) @Janpot
|
|
109
|
+
|
|
110
|
+
### Miscellaneous
|
|
111
|
+
|
|
112
|
+
- [virtualizer] Improve `controlled` mode performance (#22123) @romgrk
|
|
113
|
+
- [data-grid-generator] Include `tree-data` params in `useDemoData` cache key (#22456) @Janpot
|
|
114
|
+
- [test] Fix flaky browser tests and optimize (#22431) @Janpot
|
|
115
|
+
- [test] Speed up `test_types` job (#22442) @Janpot
|
|
116
|
+
- [test] Trim ffmpeg install in `test_regressions` (#22459) @Janpot
|
|
117
|
+
- [test] Add WebGL performance benchmarks for charts (#22471) @JCQuintas
|
|
118
|
+
- [test] Expand chart performance benchmarks for charts (#22472) @JCQuintas
|
|
119
|
+
- [x-license] use workspace dep for v9 in cross-major compat tests (#22504) @aemartos
|
|
120
|
+
|
|
3
121
|
## 9.2.0
|
|
4
122
|
|
|
5
123
|
_May 13, 2026_
|
|
@@ -59,8 +59,8 @@ const RichTreeViewProRoot = exports.RichTreeViewProRoot = (0, _zeroStyled.styled
|
|
|
59
59
|
}
|
|
60
60
|
});
|
|
61
61
|
const packageInfo = {
|
|
62
|
-
releaseDate: "
|
|
63
|
-
version: "9.
|
|
62
|
+
releaseDate: "MTc3OTMyMTYwMDAwMA==",
|
|
63
|
+
version: "9.3.0",
|
|
64
64
|
name: 'x-tree-view-pro'
|
|
65
65
|
};
|
|
66
66
|
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-tree-view-pro",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Tree View components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"use-sync-external-store": "^1.6.0",
|
|
43
43
|
"@mui/x-license": "^9.2.0",
|
|
44
44
|
"@mui/x-internals": "^9.1.0",
|
|
45
|
-
"@mui/x-
|
|
46
|
-
"@mui/x-
|
|
45
|
+
"@mui/x-tree-view": "^9.1.0",
|
|
46
|
+
"@mui/x-virtualizer": "9.0.0-alpha.7"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@emotion/react": "^11.9.0",
|