@mui/x-data-grid-premium 8.9.0 → 8.9.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 +30 -0
- package/DataGridPremium/DataGridPremium.js +1 -1
- package/esm/DataGridPremium/DataGridPremium.js +1 -1
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,36 @@
|
|
|
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.9.1
|
|
9
|
+
|
|
10
|
+
_Jul 21, 2025_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
🐞 Fix package publish issue
|
|
15
|
+
|
|
16
|
+
The following are all team members who have contributed to this release:
|
|
17
|
+
@KenanYusuf, @MBilalShafi
|
|
18
|
+
|
|
19
|
+
### Data Grid
|
|
20
|
+
|
|
21
|
+
#### `@mui/x-data-grid@8.9.1`
|
|
22
|
+
|
|
23
|
+
- [DataGrid] Move conditional list view column logic into `gridVisibleColumnDefinitionsSelector` (#18724) @KenanYusuf
|
|
24
|
+
- [DataGrid] Fix row selection "exclude" model inconsistency (#18844) @MBilalShafi
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@8.9.1` [](https://mui.com/r/x-pro-svg-link "Pro plan")
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@8.9.1`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@8.9.1` [](https://mui.com/r/x-premium-svg-link "Premium plan")
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid-pro@8.9.1`.
|
|
33
|
+
|
|
34
|
+
### Core
|
|
35
|
+
|
|
36
|
+
- [core] Follow yml syntax convention @oliviertassinari
|
|
37
|
+
|
|
8
38
|
## 8.9.0
|
|
9
39
|
|
|
10
40
|
_Jul 17, 2025_
|
|
@@ -40,7 +40,7 @@ const configuration = {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
|
-
const releaseInfo = "
|
|
43
|
+
const releaseInfo = "MTc1MzAzODAwMDAwMA==";
|
|
44
44
|
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
|
|
45
45
|
packageName: "x-data-grid-premium",
|
|
46
46
|
releaseInfo: releaseInfo
|
package/esm/index.js
CHANGED
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.9.
|
|
3
|
+
"version": "8.9.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",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"clsx": "^2.1.1",
|
|
42
42
|
"exceljs": "^4.4.0",
|
|
43
43
|
"prop-types": "^15.8.1",
|
|
44
|
-
"@mui/x-data-grid": "8.
|
|
45
|
-
"@mui/x-data-grid-pro": "8.9.
|
|
44
|
+
"@mui/x-data-grid": "8.9.1",
|
|
45
|
+
"@mui/x-data-grid-pro": "8.9.1",
|
|
46
46
|
"@mui/x-license": "8.9.0",
|
|
47
47
|
"@mui/x-internals": "8.8.0"
|
|
48
48
|
},
|