@mui/x-data-grid-premium 8.29.0 → 8.29.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 CHANGED
@@ -5,8 +5,26 @@
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.1
9
+
10
+ _Jun 11, 2026_
11
+
12
+ ### Data Grid
13
+
14
+ #### `@mui/x-data-grid@8.29.1`
15
+
16
+ - [DataGrid] Prevent React state update before mount (#22749) @arminmeh
17
+
18
+ #### `@mui/x-data-grid-pro@8.29.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
19
+
20
+ Same changes as in `@mui/x-data-grid@8.29.1`.
21
+
22
+ #### `@mui/x-data-grid-premium@8.29.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
23
+
24
+ Same changes as in `@mui/x-data-grid-pro@8.29.1`.
25
+
8
26
  ## 8.29.0
9
- <!-- generated comparing v8.28.7..v8.x -->
27
+
10
28
  _Jun 5, 2026_
11
29
 
12
30
  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 = "MTc4MDYxNzYwMDAwMA==";
53
+ const releaseInfo = "MTc4MTEzNjAwMDAwMA==";
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 = "MTc4MDYxNzYwMDAwMA==";
46
+ const releaseInfo = "MTc4MTEzNjAwMDAwMA==";
47
47
  const watermark = /*#__PURE__*/_jsx(Watermark, {
48
48
  packageName: "x-data-grid-premium",
49
49
  releaseInfo: releaseInfo
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.29.0
2
+ * @mui/x-data-grid-premium v8.29.1
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.0
2
+ * @mui/x-data-grid-premium v8.29.1
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.0",
3
+ "version": "8.29.1",
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,9 +38,9 @@
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.0",
41
+ "@mui/x-data-grid-pro": "8.29.1",
42
+ "@mui/x-data-grid": "8.29.1",
42
43
  "@mui/x-internals": "8.29.0",
43
- "@mui/x-data-grid": "8.29.0",
44
44
  "@mui/x-license": "8.29.0"
45
45
  },
46
46
  "peerDependencies": {