@mui/x-data-grid-premium 8.29.0 → 8.29.2
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 +104 -1
- package/DataGridPremium/DataGridPremium.js +1 -1
- package/DataGridPremium/DataGridPremium.mjs +1 -1
- package/components/aiAssistantPanel/AiAssistantPanelTrigger.js +2 -2
- package/components/aiAssistantPanel/AiAssistantPanelTrigger.mjs +2 -2
- package/hooks/features/export/serializer/excelSerializer.js +2 -2
- package/hooks/features/export/serializer/excelSerializer.mjs +2 -2
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,111 @@
|
|
|
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.29.2
|
|
9
|
+
|
|
10
|
+
_Jul 2, 2026_
|
|
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
|
+
- 🐞 Bugfixes
|
|
15
|
+
|
|
16
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
17
|
+
@Anexus5919, @timbuckley
|
|
18
|
+
|
|
19
|
+
The following team members contributed to this release:
|
|
20
|
+
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @LukasTy, @MBilalShafi
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@8.29.2`
|
|
25
|
+
|
|
26
|
+
- [DataGrid] Avoid reading `type` of `undefined` in `gridRowUtils` (#22963) @timbuckley
|
|
27
|
+
- [DataGrid] Define `overflowAnchor` style at the right element (#22860) @arminmeh
|
|
28
|
+
- [DataGrid] Fix panel placement jump on mount (#22946) @cherniavskii
|
|
29
|
+
- [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22884) @cherniavskii
|
|
30
|
+
- [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22886) @MBilalShafi
|
|
31
|
+
|
|
32
|
+
#### `@mui/x-data-grid-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
33
|
+
|
|
34
|
+
Same changes as in `@mui/x-data-grid@8.29.2`.
|
|
35
|
+
|
|
36
|
+
#### `@mui/x-data-grid-premium@8.29.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
37
|
+
|
|
38
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.2`, plus:
|
|
39
|
+
|
|
40
|
+
- [DataGridPremium] Escape `singleSelect` values in Excel export with `escapeFormulas` enabled (#22966) @Anexus5919
|
|
41
|
+
|
|
42
|
+
### Date and Time Pickers
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers@8.29.2`
|
|
45
|
+
|
|
46
|
+
- [pickers] Fix localized digit crash (#23010) @alexfauquette
|
|
47
|
+
- [pickers] Respect explicit `notched` prop on the outlined `PickersTextField` (#22875) (#22893) @LukasTy
|
|
48
|
+
|
|
49
|
+
#### `@mui/x-date-pickers-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
50
|
+
|
|
51
|
+
Same changes as in `@mui/x-date-pickers@8.29.2`.
|
|
52
|
+
|
|
53
|
+
### Charts
|
|
54
|
+
|
|
55
|
+
#### `@mui/x-charts@8.29.2`
|
|
56
|
+
|
|
57
|
+
Internal changes.
|
|
58
|
+
|
|
59
|
+
#### `@mui/x-charts-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
60
|
+
|
|
61
|
+
Same changes as in `@mui/x-charts@8.29.2`.
|
|
62
|
+
|
|
63
|
+
#### `@mui/x-charts-premium@8.29.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
64
|
+
|
|
65
|
+
Same changes as in `@mui/x-charts-pro@8.29.2`.
|
|
66
|
+
|
|
67
|
+
### Tree View
|
|
68
|
+
|
|
69
|
+
#### `@mui/x-tree-view@8.29.2`
|
|
70
|
+
|
|
71
|
+
Internal changes.
|
|
72
|
+
|
|
73
|
+
#### `@mui/x-tree-view-pro@8.29.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
74
|
+
|
|
75
|
+
Same changes as in `@mui/x-tree-view@8.29.2`.
|
|
76
|
+
|
|
77
|
+
### Codemod
|
|
78
|
+
|
|
79
|
+
#### `@mui/x-codemod@8.29.2`
|
|
80
|
+
|
|
81
|
+
Internal changes.
|
|
82
|
+
|
|
83
|
+
### Core
|
|
84
|
+
|
|
85
|
+
- [code-infra] Pin mui-public actions to nearest git hash (#22824) @brijeshb42
|
|
86
|
+
- [internal] Switch resolutions to workspace overrides (#22865) @cherniavskii
|
|
87
|
+
|
|
88
|
+
### Miscellaneous
|
|
89
|
+
|
|
90
|
+
- [virtualizer] Improve the dimensions' initial state (#22890) @arminmeh
|
|
91
|
+
- [virtualizer] Remeasure scrollbars when layout changes (#23003) @arminmeh
|
|
92
|
+
|
|
93
|
+
## 8.29.1
|
|
94
|
+
|
|
95
|
+
_Jun 11, 2026_
|
|
96
|
+
|
|
97
|
+
### Data Grid
|
|
98
|
+
|
|
99
|
+
#### `@mui/x-data-grid@8.29.1`
|
|
100
|
+
|
|
101
|
+
- [DataGrid] Prevent React state update before mount (#22749) @arminmeh
|
|
102
|
+
|
|
103
|
+
#### `@mui/x-data-grid-pro@8.29.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
104
|
+
|
|
105
|
+
Same changes as in `@mui/x-data-grid@8.29.1`.
|
|
106
|
+
|
|
107
|
+
#### `@mui/x-data-grid-premium@8.29.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
108
|
+
|
|
109
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.1`.
|
|
110
|
+
|
|
8
111
|
## 8.29.0
|
|
9
|
-
|
|
112
|
+
|
|
10
113
|
_Jun 5, 2026_
|
|
11
114
|
|
|
12
115
|
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
@@ -50,7 +50,7 @@ const configuration = {
|
|
|
50
50
|
useGridParamsOverridableMethods: _useGridParamsOverridableMethods.useGridParamsOverridableMethods
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
|
-
const releaseInfo = "
|
|
53
|
+
const releaseInfo = "MTc4Mjk1MDQwMDAwMA==";
|
|
54
54
|
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
|
|
55
55
|
packageName: "x-data-grid-premium",
|
|
56
56
|
releaseInfo: releaseInfo
|
|
@@ -43,7 +43,7 @@ const configuration = {
|
|
|
43
43
|
useGridParamsOverridableMethods
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
const releaseInfo = "
|
|
46
|
+
const releaseInfo = "MTc4Mjk1MDQwMDAwMA==";
|
|
47
47
|
const watermark = /*#__PURE__*/_jsx(Watermark, {
|
|
48
48
|
packageName: "x-data-grid-premium",
|
|
49
49
|
releaseInfo: releaseInfo
|
|
@@ -51,9 +51,9 @@ const AiAssistantPanelTrigger = exports.AiAssistantPanelTrigger = (0, _forwardRe
|
|
|
51
51
|
};
|
|
52
52
|
const resolvedClassName = typeof className === 'function' ? className(state) : className;
|
|
53
53
|
const {
|
|
54
|
-
|
|
54
|
+
triggers
|
|
55
55
|
} = (0, _internals.useGridPanelContext)();
|
|
56
|
-
const handleRef = (0, _utils.useForkRef)(ref,
|
|
56
|
+
const handleRef = (0, _utils.useForkRef)(ref, triggers.aiAssistantPanel.setRef);
|
|
57
57
|
const handleClick = event => {
|
|
58
58
|
if (open) {
|
|
59
59
|
apiRef.current.hidePreferences();
|
|
@@ -43,9 +43,9 @@ const AiAssistantPanelTrigger = forwardRef(function AiAssistantPanelTrigger(prop
|
|
|
43
43
|
};
|
|
44
44
|
const resolvedClassName = typeof className === 'function' ? className(state) : className;
|
|
45
45
|
const {
|
|
46
|
-
|
|
46
|
+
triggers
|
|
47
47
|
} = useGridPanelContext();
|
|
48
|
-
const handleRef = useForkRef(ref,
|
|
48
|
+
const handleRef = useForkRef(ref, triggers.aiAssistantPanel.setRef);
|
|
49
49
|
const handleClick = event => {
|
|
50
50
|
if (open) {
|
|
51
51
|
apiRef.current.hidePreferences();
|
|
@@ -115,9 +115,9 @@ const serializeRowUnsafe = (id, columns, apiRef, defaultValueOptionsFormulae, op
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
if ((0, _internals.isObject)(formattedValue)) {
|
|
118
|
-
|
|
118
|
+
cellValue = formattedValue?.label;
|
|
119
119
|
} else {
|
|
120
|
-
|
|
120
|
+
cellValue = formattedValue;
|
|
121
121
|
}
|
|
122
122
|
break;
|
|
123
123
|
}
|
|
@@ -104,9 +104,9 @@ export const serializeRowUnsafe = (id, columns, apiRef, defaultValueOptionsFormu
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
if (isObject(formattedValue)) {
|
|
107
|
-
|
|
107
|
+
cellValue = formattedValue?.label;
|
|
108
108
|
} else {
|
|
109
|
-
|
|
109
|
+
cellValue = formattedValue;
|
|
110
110
|
}
|
|
111
111
|
break;
|
|
112
112
|
}
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid-premium",
|
|
3
|
-
"version": "8.29.
|
|
3
|
+
"version": "8.29.2",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Premium plan edition of the MUI X Data Grid Components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@mui/x-internal-exceljs-fork": "5.0.0",
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"prop-types": "^15.8.1",
|
|
41
|
-
"@mui/x-data-grid
|
|
42
|
-
"@mui/x-
|
|
43
|
-
"@mui/x-
|
|
44
|
-
"@mui/x-
|
|
41
|
+
"@mui/x-data-grid": "8.29.2",
|
|
42
|
+
"@mui/x-data-grid-pro": "8.29.2",
|
|
43
|
+
"@mui/x-license": "8.29.2",
|
|
44
|
+
"@mui/x-internals": "8.29.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@emotion/react": "^11.9.0",
|