@mui/x-data-grid-premium 8.27.5 → 8.28.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,6 +5,115 @@
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.28.1
9
+
10
+ <!-- generated comparing v8.28.0..v8.x -->
11
+
12
+ _Mar 26, 2026_
13
+
14
+ We'd like to extend a big thank you to the 2 contributors who made this release possible.
15
+
16
+ The following team members contributed to this release:
17
+ @arminmeh, @cherniavskii
18
+
19
+ ### Data Grid
20
+
21
+ #### `@mui/x-data-grid@8.28.1`
22
+
23
+ - [DataGrid] Prevent repeated `hasScrollbar` state updates (#21847) @arminmeh
24
+
25
+ #### `@mui/x-data-grid-pro@8.28.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
26
+
27
+ Same changes as in `@mui/x-data-grid@8.28.1`, plus:
28
+
29
+ - [DataGridPro] `fetchRows()` API's default `start` and `end` params based on scroll position with lazy loading (#21811) @arminmeh
30
+
31
+ #### `@mui/x-data-grid-premium@8.28.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
32
+
33
+ Same changes as in `@mui/x-data-grid-pro@8.28.1`.
34
+
35
+ ### Core
36
+
37
+ - [internal] Remove headless data grid packages (#21848) @cherniavskii
38
+
39
+ ## 8.28.0
40
+
41
+ _Mar 19, 2026_
42
+
43
+ We'd like to extend a big thank you to the 5 contributors who made this release possible. Here are some highlights ✨:
44
+
45
+ TODO INSERT HIGHLIGHTS
46
+
47
+ The following team members contributed to this release:
48
+ @alexfauquette, @brijeshb42, @Janpot, @JCQuintas, @sai6855
49
+
50
+ ### Data Grid
51
+
52
+ #### `@mui/x-data-grid@8.28.0`
53
+
54
+ - [DataGrid] Move `elementOverrides` to constants and remove duplicates (@sai6855) (#21752) @github-actions[bot]
55
+
56
+ #### `@mui/x-data-grid-pro@8.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
57
+
58
+ Same changes as in `@mui/x-data-grid@8.28.0`.
59
+
60
+ #### `@mui/x-data-grid-premium@8.28.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
61
+
62
+ Same changes as in `@mui/x-data-grid-pro@8.28.0`.
63
+
64
+ ### Date and Time Pickers
65
+
66
+ #### `@mui/x-date-pickers@8.27.2`
67
+
68
+ Internal changes.
69
+
70
+ #### `@mui/x-date-pickers-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
71
+
72
+ Same changes as in `@mui/x-date-pickers@8.27.2`.
73
+
74
+ ### Charts
75
+
76
+ #### `@mui/x-charts@8.28.0`
77
+
78
+ - [charts] Improve deprecation warnings (#21760) (#21767) @alexfauquette
79
+ - [charts] Refactor `FunnelChart` classes structure (@JCQuintas) (#21763) @github-actions[bot]
80
+ - [charts] Refactor `Heatmap` classes structure (#21653) (#21745) @JCQuintas
81
+ - [charts] Refactor `PieChart` classes structure (@JCQuintas) (#21715) @github-actions[bot]
82
+ - [charts] Refactor `RadarChart` classes structure (@JCQuintas) (#21730) @github-actions[bot]
83
+ - [charts] Refactor `SankeyChart` classes structure (#21654) (#21726) @JCQuintas
84
+ - [charts] Rename `data-series-id` by `data-series` (#21761) (#21772) @alexfauquette
85
+
86
+ #### `@mui/x-charts-pro@8.28.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
87
+
88
+ Same changes as in `@mui/x-charts@8.28.0`, plus:
89
+
90
+ - [charts-pro] Allow `brush` interaction to accept `requiredKeys/pointerMode` (#21723) @JCQuintas
91
+
92
+ #### `@mui/x-charts-premium@8.28.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
93
+
94
+ Same changes as in `@mui/x-charts-pro@8.28.0`.
95
+
96
+ ### Tree View
97
+
98
+ #### `@mui/x-tree-view@8.27.2`
99
+
100
+ Internal changes.
101
+
102
+ #### `@mui/x-tree-view-pro@8.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
103
+
104
+ Same changes as in `@mui/x-tree-view@8.27.2`.
105
+
106
+ ### Codemod
107
+
108
+ #### `@mui/x-codemod@8.27.0`
109
+
110
+ Internal changes.
111
+
112
+ ### Core
113
+
114
+ - [code-infra] Fix contributor generation in changelog (#21712) @brijeshb42
115
+ - [code-infra] Install pkg-pr-new (#21778) @Janpot
116
+
8
117
  ## 8.27.5
9
118
 
10
119
  _Mar 11, 2026_
@@ -50,7 +50,7 @@ const configuration = {
50
50
  useGridParamsOverridableMethods: _useGridParamsOverridableMethods.useGridParamsOverridableMethods
51
51
  }
52
52
  };
53
- const releaseInfo = "MTc3MzE4NzIwMDAwMA==";
53
+ const releaseInfo = "MTc3NDQ4MzIwMDAwMA==";
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 = "MTc3MzE4NzIwMDAwMA==";
46
+ const releaseInfo = "MTc3NDQ4MzIwMDAwMA==";
47
47
  const watermark = /*#__PURE__*/_jsx(Watermark, {
48
48
  packageName: "x-data-grid-premium",
49
49
  releaseInfo: releaseInfo
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.27.5
2
+ * @mui/x-data-grid-premium v8.28.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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.27.5
2
+ * @mui/x-data-grid-premium v8.28.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.27.5",
3
+ "version": "8.28.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,10 +38,10 @@
38
38
  "@mui/x-internal-exceljs-fork": "4.4.3",
39
39
  "clsx": "^2.1.1",
40
40
  "prop-types": "^15.8.1",
41
- "@mui/x-data-grid": "8.27.5",
42
- "@mui/x-data-grid-pro": "8.27.5",
41
+ "@mui/x-data-grid": "8.28.1",
42
+ "@mui/x-internals": "8.26.0",
43
43
  "@mui/x-license": "8.26.0",
44
- "@mui/x-internals": "8.26.0"
44
+ "@mui/x-data-grid-pro": "8.28.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@emotion/react": "^11.9.0",