@mui/x-data-grid-premium 8.10.0 → 8.10.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 +96 -0
- package/DataGridPremium/DataGridPremium.js +1 -1
- package/esm/DataGridPremium/DataGridPremium.js +1 -1
- package/esm/hooks/features/clipboard/useGridClipboardImport.js +1 -3
- package/esm/index.js +1 -1
- package/hooks/features/clipboard/useGridClipboardImport.js +1 -3
- package/index.js +1 -1
- package/package.json +17 -18
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,102 @@
|
|
|
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.10.1
|
|
9
|
+
|
|
10
|
+
_Aug 15, 2025_
|
|
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
|
+
- 📊 Y-axes can now be grouped by category when using `band` and `point` scales.
|
|
15
|
+
- 📚 Documentation improvements
|
|
16
|
+
|
|
17
|
+
The following are all team members who have contributed to this release:
|
|
18
|
+
@alexfauquette, @bernardobelchior, @Janpot, @JCQuintas, @mnajdova, @oliviertassinari, @prakhargupta1, @romgrk
|
|
19
|
+
|
|
20
|
+
### Data Grid
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid@8.10.1`
|
|
23
|
+
|
|
24
|
+
- [DataGrid] Fix scroll jumping (#19156) @romgrk
|
|
25
|
+
- [DataGrid] Fix scroll restoration (#19182) @romgrk
|
|
26
|
+
- [DataGrid] Fix "no row with id" error (#19193) @romgrk
|
|
27
|
+
|
|
28
|
+
#### `@mui/x-data-grid-pro@8.10.1` [](https://mui.com/r/x-pro-svg-link "Pro plan")
|
|
29
|
+
|
|
30
|
+
Same changes as in `@mui/x-data-grid@8.10.1`.
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-data-grid-premium@8.10.1` [](https://mui.com/r/x-premium-svg-link "Premium plan")
|
|
33
|
+
|
|
34
|
+
Same changes as in `@mui/x-data-grid-pro@8.10.1`.
|
|
35
|
+
|
|
36
|
+
### Date and Time Pickers
|
|
37
|
+
|
|
38
|
+
#### `@mui/x-date-pickers@8.10.0`
|
|
39
|
+
|
|
40
|
+
Internal changes.
|
|
41
|
+
|
|
42
|
+
#### `@mui/x-date-pickers-pro@8.10.0` [](https://mui.com/r/x-pro-svg-link "Pro plan")
|
|
43
|
+
|
|
44
|
+
Same changes as in `@mui/x-date-pickers@8.10.0`.
|
|
45
|
+
|
|
46
|
+
### Charts
|
|
47
|
+
|
|
48
|
+
- Axes can now be grouped by category when using `band` and `point` scales
|
|
49
|
+
|
|
50
|
+
<img width="643" height="455" alt="Bar chart with y-axis grouped per categories" src="https://github.com/user-attachments/assets/59044afe-bcc5-4152-8bf1-225db0635025" />
|
|
51
|
+
|
|
52
|
+
#### `@mui/x-charts@8.10.1`
|
|
53
|
+
|
|
54
|
+
- [charts] Allow y-axis to be grouped (#19081) @JCQuintas
|
|
55
|
+
- [charts] Fix default axis highlight for axes without data attribute (#18985) @alexfauquette
|
|
56
|
+
- [charts] Fix tooltip mark unexpected wrapping in mobile (#19122) @bernardobelchior
|
|
57
|
+
- [charts] Prevent overflow on charts tooltip (#19123) @bernardobelchior
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-charts-pro@8.10.1` [](https://mui.com/r/x-pro-svg-link "Pro plan")
|
|
60
|
+
|
|
61
|
+
Same changes as in `@mui/x-charts@8.10.1`.
|
|
62
|
+
|
|
63
|
+
### Tree View
|
|
64
|
+
|
|
65
|
+
#### `@mui/x-tree-view@8.10.1`
|
|
66
|
+
|
|
67
|
+
Internal changes.
|
|
68
|
+
|
|
69
|
+
#### `@mui/x-tree-view-pro@8.10.1` [](https://mui.com/r/x-pro-svg-link "Pro plan")
|
|
70
|
+
|
|
71
|
+
Same changes as in `@mui/x-tree-view@8.10.1`.
|
|
72
|
+
|
|
73
|
+
### Codemod
|
|
74
|
+
|
|
75
|
+
#### `@mui/x-codemod@8.10.1`
|
|
76
|
+
|
|
77
|
+
Internal changes.
|
|
78
|
+
|
|
79
|
+
### Docs
|
|
80
|
+
|
|
81
|
+
- [docs] Add all planned charts on the overview page (#19077) @prakhargupta1
|
|
82
|
+
- [docs] Add future charts components link in the sidebar (#19140) @prakhargupta1
|
|
83
|
+
- [docs] Fix Heatmap docs duplicate text (#19138) @JCQuintas
|
|
84
|
+
- [docs] Remove preview from Toolbar & Funnel (#19131) @mnajdova
|
|
85
|
+
- [docs] Reproduce npm sparkline (#19089) @alexfauquette
|
|
86
|
+
|
|
87
|
+
### Core
|
|
88
|
+
|
|
89
|
+
- [core] Fix licensing model name (#19025) @oliviertassinari
|
|
90
|
+
- [core] Fix usage of `:catalog` for `@babel/runtime` (#19028) @oliviertassinari
|
|
91
|
+
- [core] Refactor virtualizer API (#18995) @romgrk
|
|
92
|
+
|
|
93
|
+
### Miscellaneous
|
|
94
|
+
|
|
95
|
+
- [code-infra] Remove namespaces (#19071) @Janpot
|
|
96
|
+
- [code-infra] Fix `fs-extra` removal from `formattedTSDemos` script (#19132) @bernardobelchior
|
|
97
|
+
- [code-infra] Remove unused code and dependency (#19139) @bernardobelchior
|
|
98
|
+
- [code-infra] Replace `fs-extra` with `node:fs` where possible (#19127) @bernardobelchior
|
|
99
|
+
- [internal] Edit, keep `lockFileMaintenance` simple @oliviertassinari
|
|
100
|
+
- [internal] Fix writing style action name @oliviertassinari
|
|
101
|
+
- [internal] Make it clear that `lockFileMaintenance` is enabled @oliviertassinari
|
|
102
|
+
- [support-infra] Remove default issue label (#19104) @oliviertassinari
|
|
103
|
+
|
|
8
104
|
## 8.10.0
|
|
9
105
|
|
|
10
106
|
_Aug 8, 2025_
|
|
@@ -38,7 +38,7 @@ const configuration = {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
|
-
const releaseInfo = "
|
|
41
|
+
const releaseInfo = "MTc1NTIzMDQwMDAwMA==";
|
|
42
42
|
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
|
|
43
43
|
packageName: "x-data-grid-premium",
|
|
44
44
|
releaseInfo: releaseInfo
|
|
@@ -53,10 +53,8 @@ async function getTextFromClipboard(rootEl) {
|
|
|
53
53
|
|
|
54
54
|
// Keeps track of updated rows during clipboard paste
|
|
55
55
|
class CellValueUpdater {
|
|
56
|
+
rowsToUpdate = {};
|
|
56
57
|
constructor(options) {
|
|
57
|
-
this.rowsToUpdate = {};
|
|
58
|
-
this.updateRow = void 0;
|
|
59
|
-
this.options = void 0;
|
|
60
58
|
this.options = options;
|
|
61
59
|
this.updateRow = batchRowUpdates(options.apiRef.current.updateRows, 50);
|
|
62
60
|
}
|
package/esm/index.js
CHANGED
|
@@ -61,10 +61,8 @@ async function getTextFromClipboard(rootEl) {
|
|
|
61
61
|
|
|
62
62
|
// Keeps track of updated rows during clipboard paste
|
|
63
63
|
class CellValueUpdater {
|
|
64
|
+
rowsToUpdate = {};
|
|
64
65
|
constructor(options) {
|
|
65
|
-
this.rowsToUpdate = {};
|
|
66
|
-
this.updateRow = void 0;
|
|
67
|
-
this.options = void 0;
|
|
68
66
|
this.options = options;
|
|
69
67
|
this.updateRow = batchRowUpdates(options.apiRef.current.updateRows, 50);
|
|
70
68
|
}
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid-premium",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Premium plan edition of the MUI X Data Grid Components.",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.28.2",
|
|
38
|
-
"@mui/utils": "^7.
|
|
38
|
+
"@mui/utils": "^7.3.1",
|
|
39
39
|
"@types/format-util": "^1.0.4",
|
|
40
40
|
"clsx": "^2.1.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|
|
42
42
|
"prop-types": "^15.8.1",
|
|
43
|
-
"@mui/x-data-grid": "8.10.
|
|
44
|
-
"@mui/x-data-grid-pro": "8.10.
|
|
45
|
-
"@mui/x-license": "8.10.
|
|
43
|
+
"@mui/x-data-grid": "8.10.1",
|
|
44
|
+
"@mui/x-data-grid-pro": "8.10.1",
|
|
45
|
+
"@mui/x-license": "8.10.1",
|
|
46
46
|
"@mui/x-internals": "8.10.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -64,31 +64,30 @@
|
|
|
64
64
|
"engines": {
|
|
65
65
|
"node": ">=14.0.0"
|
|
66
66
|
},
|
|
67
|
-
"
|
|
67
|
+
"type": "commonjs",
|
|
68
|
+
"types": "./index.d.ts",
|
|
68
69
|
"exports": {
|
|
69
70
|
"./package.json": "./package.json",
|
|
70
71
|
".": {
|
|
71
|
-
"require": {
|
|
72
|
-
"types": "./index.d.ts",
|
|
73
|
-
"default": "./index.js"
|
|
74
|
-
},
|
|
75
72
|
"import": {
|
|
76
73
|
"types": "./esm/index.d.ts",
|
|
77
74
|
"default": "./esm/index.js"
|
|
75
|
+
},
|
|
76
|
+
"require": {
|
|
77
|
+
"types": "./index.d.ts",
|
|
78
|
+
"default": "./index.js"
|
|
78
79
|
}
|
|
79
80
|
},
|
|
80
81
|
"./*": {
|
|
81
|
-
"require": {
|
|
82
|
-
"types": "./*/index.d.ts",
|
|
83
|
-
"default": "./*/index.js"
|
|
84
|
-
},
|
|
85
82
|
"import": {
|
|
86
83
|
"types": "./esm/*/index.d.ts",
|
|
87
84
|
"default": "./esm/*/index.js"
|
|
85
|
+
},
|
|
86
|
+
"require": {
|
|
87
|
+
"types": "./*/index.d.ts",
|
|
88
|
+
"default": "./*/index.js"
|
|
88
89
|
}
|
|
89
90
|
},
|
|
90
|
-
"./esm": null
|
|
91
|
-
|
|
92
|
-
},
|
|
93
|
-
"types": "./index.d.ts"
|
|
91
|
+
"./esm": null
|
|
92
|
+
}
|
|
94
93
|
}
|