@mui/x-tree-view-pro 8.0.0 → 8.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 +106 -0
- package/RichTreeViewPro/RichTreeViewPro.js +2 -3
- package/esm/RichTreeViewPro/RichTreeViewPro.js +2 -3
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,112 @@
|
|
|
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
|
+
## 8.1.0
|
|
9
|
+
|
|
10
|
+
_Apr 24, 2025_
|
|
11
|
+
|
|
12
|
+
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- 📊 Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`.
|
|
15
|
+
- 📚 Documentation improvements
|
|
16
|
+
- 🐞 Bugfixes
|
|
17
|
+
|
|
18
|
+
Special thanks go out to the community members for their valuable contributions:
|
|
19
|
+
@lhilgert9, @ArturAghakaryan, @sai6855.
|
|
20
|
+
Following are all team members who have contributed to this release:
|
|
21
|
+
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @JCQuintas, @joserodolfofreitas, @KenanYusuf, @LukasTy, @mapache-salvaje, @oliviertassinari, @romgrk.
|
|
22
|
+
|
|
23
|
+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
|
|
24
|
+
|
|
25
|
+
### Data Grid
|
|
26
|
+
|
|
27
|
+
#### `@mui/x-data-grid@8.1.0`
|
|
28
|
+
|
|
29
|
+
- [DataGrid] Allow row deselection with multiple rows selected (#17473) @arminmeh
|
|
30
|
+
- [DataGrid] Fix column title truncation on touch devices (#17375) @KenanYusuf
|
|
31
|
+
- [DataGrid] Remove internal usage of `material` prop (#17513) @KenanYusuf
|
|
32
|
+
- [DataGrid] Fix apiRef not being passed on onCellClick params (#17335) @sai6855
|
|
33
|
+
- [DataGrid] Add Armenian (hy-AM) locale (#17527) @ArturAghakaryan
|
|
34
|
+
|
|
35
|
+
#### `@mui/x-data-grid-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
36
|
+
|
|
37
|
+
Same changes as in `@mui/x-data-grid@8.1.0`, plus:
|
|
38
|
+
|
|
39
|
+
- [DataGridPro] Fix locales.ts export (#17433) @lhilgert9
|
|
40
|
+
- [DataGridPro] Avoid proptypes warnings with header filters in React 17 (#17482) @cherniavskii
|
|
41
|
+
- [DataGridPro] Fix expandable rows detail content height updates (#17394) @arminmeh
|
|
42
|
+
|
|
43
|
+
#### `@mui/x-data-grid-premium@8.1.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
44
|
+
|
|
45
|
+
Same changes as in `@mui/x-data-grid-pro@8.1.0`.
|
|
46
|
+
|
|
47
|
+
### Date and Time Pickers
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers@8.1.0`
|
|
50
|
+
|
|
51
|
+
- [pickers] Improve `PickersInputBase` owner state typing (#17478) @LukasTy
|
|
52
|
+
|
|
53
|
+
#### `@mui/x-date-pickers-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
54
|
+
|
|
55
|
+
Same changes as in `@mui/x-date-pickers@8.1.0`.
|
|
56
|
+
|
|
57
|
+
### Charts
|
|
58
|
+
|
|
59
|
+
- Add API to print a chart or export it as PDF: `apiRef.exportAsPrint`.
|
|
60
|
+
|
|
61
|
+
#### `@mui/x-charts@8.1.0`
|
|
62
|
+
|
|
63
|
+
- [charts] Add a localization provider (#17325) @alexfauquette
|
|
64
|
+
- [charts] Add codemod for replacing legend's hidden slot prop (#17392) @bernardobelchior
|
|
65
|
+
- [charts] Fix chart visual tests flakiness (#17469) @bernardobelchior
|
|
66
|
+
- [charts] Fix tooltip position (#17440) @alexfauquette
|
|
67
|
+
- [charts] Improve axis tooltip performances (#17398) @alexfauquette
|
|
68
|
+
- [charts] Move radar from under development to preview (#17418) @alexfauquette
|
|
69
|
+
- [charts] Advance time in charts regression tests (#17420) @bernardobelchior
|
|
70
|
+
- [charts] Fix charts visuals flakiness (#17472) @bernardobelchior
|
|
71
|
+
- [charts] Move `rafThrottle` on event handlers instead of setter (#17489) @bernardobelchior
|
|
72
|
+
|
|
73
|
+
#### `@mui/x-charts-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
74
|
+
|
|
75
|
+
Same changes as in `@mui/x-charts@8.1.0`, plus:
|
|
76
|
+
|
|
77
|
+
- [charts-pro] Add export as PDF/print functionality (#17285) @bernardobelchior
|
|
78
|
+
- [charts-pro] Fix axis zoom being disabled when not specified in `initialZoom` (#17500) @bernardobelchior
|
|
79
|
+
|
|
80
|
+
### Tree View
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-tree-view@8.1.0`
|
|
83
|
+
|
|
84
|
+
Internal changes.
|
|
85
|
+
|
|
86
|
+
#### `@mui/x-tree-view-pro@8.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
87
|
+
|
|
88
|
+
Same changes as in `@mui/x-tree-view@8.1.0`.
|
|
89
|
+
|
|
90
|
+
### Docs
|
|
91
|
+
|
|
92
|
+
- [docs] Fix AI Assistant Panel Trigger demo (#17426) @KenanYusuf
|
|
93
|
+
- [docs] Fix DataGrid's master-detail demo for one expanded detail panel at a time (#17471) @arminmeh
|
|
94
|
+
- [docs] Improve StackOverflow links (#17483) @oliviertassinari
|
|
95
|
+
- [docs] Refine charts demos (#17417) @alexfauquette
|
|
96
|
+
- [docs] Remove ad on paid docs pages (#17373) @oliviertassinari
|
|
97
|
+
- [docs] Serve migration guides in raw markdown format (#17210) @cherniavskii
|
|
98
|
+
- [docs] Fix heading structure (#17495) @oliviertassinari
|
|
99
|
+
- [docs] Revise the Row Grouping doc (#16217) @mapache-salvaje
|
|
100
|
+
- [docs] Fix ellipsis in the demo (#17476) @oliviertassinari
|
|
101
|
+
- [docs] Add docs information for Legend HTML (#17502) @alexfauquette
|
|
102
|
+
- [docs] Refine charts demos (#17417) @alexfauquette
|
|
103
|
+
- [tree view][docs] Copyedit the Tree View Overview page (#17498) @mapache-salvaje
|
|
104
|
+
|
|
105
|
+
### Core
|
|
106
|
+
|
|
107
|
+
- [core] Bump `@types/node` (#17444) @LukasTy
|
|
108
|
+
- [core] Remove `react-is` dependency (#17470) @LukasTy
|
|
109
|
+
- [core] Remove redundant `overridesResolver` in `styled` components (#17466) @romgrk
|
|
110
|
+
- [core] Update support table (#17425) @joserodolfofreitas
|
|
111
|
+
- [code-infra] Ditch `@babel/node` (#17446) @LukasTy
|
|
112
|
+
- [code-infra] Further remove `clock=fake` from pickers (#17253) @JCQuintas
|
|
113
|
+
|
|
8
114
|
## 8.0.0
|
|
9
115
|
|
|
10
116
|
_Apr 17, 2025_
|
|
@@ -44,8 +44,7 @@ const useUtilityClasses = ownerState => {
|
|
|
44
44
|
};
|
|
45
45
|
const RichTreeViewProRoot = exports.RichTreeViewProRoot = (0, _zeroStyled.styled)('ul', {
|
|
46
46
|
name: 'MuiRichTreeViewPro',
|
|
47
|
-
slot: 'Root'
|
|
48
|
-
overridesResolver: (props, styles) => styles.root
|
|
47
|
+
slot: 'Root'
|
|
49
48
|
})({
|
|
50
49
|
padding: 0,
|
|
51
50
|
margin: 0,
|
|
@@ -53,7 +52,7 @@ const RichTreeViewProRoot = exports.RichTreeViewProRoot = (0, _zeroStyled.styled
|
|
|
53
52
|
outline: 0,
|
|
54
53
|
position: 'relative'
|
|
55
54
|
});
|
|
56
|
-
const releaseInfo = "
|
|
55
|
+
const releaseInfo = "MTc0NTQ0NTYwMDAwMA==";
|
|
57
56
|
|
|
58
57
|
/**
|
|
59
58
|
*
|
|
@@ -37,8 +37,7 @@ const useUtilityClasses = ownerState => {
|
|
|
37
37
|
};
|
|
38
38
|
export const RichTreeViewProRoot = styled('ul', {
|
|
39
39
|
name: 'MuiRichTreeViewPro',
|
|
40
|
-
slot: 'Root'
|
|
41
|
-
overridesResolver: (props, styles) => styles.root
|
|
40
|
+
slot: 'Root'
|
|
42
41
|
})({
|
|
43
42
|
padding: 0,
|
|
44
43
|
margin: 0,
|
|
@@ -46,7 +45,7 @@ export const RichTreeViewProRoot = styled('ul', {
|
|
|
46
45
|
outline: 0,
|
|
47
46
|
position: 'relative'
|
|
48
47
|
});
|
|
49
|
-
const releaseInfo = "
|
|
48
|
+
const releaseInfo = "MTc0NTQ0NTYwMDAwMA==";
|
|
50
49
|
|
|
51
50
|
/**
|
|
52
51
|
*
|
package/esm/index.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-tree-view-pro",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
4
|
"description": "The Pro plan edition of the Tree View components (MUI X).",
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"use-sync-external-store": "^1.5.0",
|
|
44
44
|
"@mui/x-internals": "8.0.0",
|
|
45
45
|
"@mui/x-license": "8.0.0",
|
|
46
|
-
"@mui/x-tree-view": "8.
|
|
46
|
+
"@mui/x-tree-view": "8.1.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@emotion/react": "^11.9.0",
|