@mui/x-data-grid-premium 8.29.1 → 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 CHANGED
@@ -5,6 +5,91 @@
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` [![pro](https://mui.com/r/x-pro-svg)](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` [![premium](https://mui.com/r/x-premium-svg)](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` [![pro](https://mui.com/r/x-pro-svg)](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` [![pro](https://mui.com/r/x-pro-svg)](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` [![premium](https://mui.com/r/x-premium-svg)](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` [![pro](https://mui.com/r/x-pro-svg)](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
+
8
93
  ## 8.29.1
9
94
 
10
95
  _Jun 11, 2026_
@@ -50,7 +50,7 @@ const configuration = {
50
50
  useGridParamsOverridableMethods: _useGridParamsOverridableMethods.useGridParamsOverridableMethods
51
51
  }
52
52
  };
53
- const releaseInfo = "MTc4MTEzNjAwMDAwMA==";
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 = "MTc4MTEzNjAwMDAwMA==";
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
- aiAssistantPanelTriggerRef
54
+ triggers
55
55
  } = (0, _internals.useGridPanelContext)();
56
- const handleRef = (0, _utils.useForkRef)(ref, aiAssistantPanelTriggerRef);
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
- aiAssistantPanelTriggerRef
46
+ triggers
47
47
  } = useGridPanelContext();
48
- const handleRef = useForkRef(ref, aiAssistantPanelTriggerRef);
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
- serializedRow[castColumn.field] = formattedValue?.label;
118
+ cellValue = formattedValue?.label;
119
119
  } else {
120
- serializedRow[castColumn.field] = formattedValue;
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
- serializedRow[castColumn.field] = formattedValue?.label;
107
+ cellValue = formattedValue?.label;
108
108
  } else {
109
- serializedRow[castColumn.field] = formattedValue;
109
+ cellValue = formattedValue;
110
110
  }
111
111
  break;
112
112
  }
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.29.1
2
+ * @mui/x-data-grid-premium v8.29.2
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.29.1
2
+ * @mui/x-data-grid-premium v8.29.2
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-premium",
3
- "version": "8.29.1",
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-pro": "8.29.1",
42
- "@mui/x-data-grid": "8.29.1",
43
- "@mui/x-internals": "8.29.0",
44
- "@mui/x-license": "8.29.0"
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",