@mui/x-data-grid-premium 8.27.3 → 8.27.5

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,127 @@
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.27.5
9
+
10
+ _Mar 11, 2026_
11
+
12
+ We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 🐞 Bugfixes
15
+
16
+ The following team members contributed to this release:
17
+ @bernardobelchior, @JCQuintas, @MBilalShafi, @michelengelen, @mj12albert, @sai6855, @siriwatknp
18
+
19
+ ### Data Grid
20
+
21
+ #### `@mui/x-data-grid@8.27.5`
22
+
23
+ - [DataGrid] Fix crash when `rows` and `rowModesModel` are updated simultaneously (#21684) @michelengelen
24
+ - [DataGrid] Forward rest props in `GridFilterInputMultipleValue` (#21444) @siriwatknp
25
+ - [DataGrid] Remove double rtl inversion logic for columns pinning (#21443) @siriwatknp
26
+ - [DataGrid] Add missing `resizablePanelHandle` classes to `gridClasses` object (#21632) @sai6855
27
+ - [DataGrid] Refactor `headerAlign` style calls (#21633) @sai6855
28
+ - [DataGrid] Fix keyboard navigation with single-row checkbox selection (#21529) @mj12albert
29
+
30
+ #### `@mui/x-data-grid-pro@8.27.5` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31
+
32
+ Same changes as in `@mui/x-data-grid@8.27.5`, plus:
33
+
34
+ - [DataGridPro] Add `role="presentation"` to detail panel toggle header content (#21691) @michelengelen
35
+ - [DataGridPro] Fix sorting not reflected in nested server-side data (#21641) @MBilalShafi
36
+
37
+ #### `@mui/x-data-grid-premium@8.27.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38
+
39
+ Same changes as in `@mui/x-data-grid-pro@8.27.5`.
40
+
41
+ ### Charts
42
+
43
+ #### `@mui/x-charts@8.27.5`
44
+
45
+ - [charts] Refactor `BarChart` classes structure (#21601) (#21644) @JCQuintas
46
+ - [charts] Refactor `LineChart` classes structure (#21672) @JCQuintas
47
+ - [charts] Refactor `ScatterChart` classes structure (#21706) @JCQuintas
48
+
49
+ #### `@mui/x-charts-pro@8.27.5` [![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-charts@8.27.5`, plus:
52
+
53
+ - [charts-pro] Fix image export truncated when page is zoomed out (#21696) @bernardobelchior
54
+
55
+ #### `@mui/x-charts-premium@8.27.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
56
+
57
+ Same changes as in `@mui/x-charts-pro@8.27.5`.
58
+
59
+ ### Docs
60
+
61
+ - [docs] Fix `AssistantWithDataSource` demo crashing (#21631) @sai6855
62
+ - [docs] Move Range Bar Chart to existing charts (#21122) @bernardobelchior
63
+
64
+ ### Core
65
+
66
+ - [code-infra] Fix datagrid test flakyness (#21657) @JCQuintas
67
+ - [code-infra] Removed `getTeamMembers` function and usage from the release script (#21608) @michelengelen
68
+
69
+ ### Miscellaneous
70
+
71
+ - [test] Add missing tests for forwarding props to filter operators in DataGrid (#21700) @siriwatknp
72
+
73
+ ## 8.27.4
74
+
75
+ _Mar 5, 2026_
76
+
77
+ We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
78
+
79
+ - 🐞 Bugfixes
80
+ - 🌎 Improve Ukrainian (uk-UA) locale
81
+
82
+ Special thanks go out to this community member for their valuable contribution:
83
+ @lion1963
84
+
85
+ The following team members contributed to this release:
86
+ @arminmeh, @brijeshb42, @dav-is, @JCQuintas, @sai6855
87
+
88
+ ### Data Grid
89
+
90
+ #### `@mui/x-data-grid@8.27.4`
91
+
92
+ - [DataGrid] Prevent unnecessary row selection checkbox rerendering (#21571) @arminmeh
93
+ - [DataGrid] Make `GridScrollArea` overrides resolver dynamic (#21612) @sai6855
94
+ - [l10n] Improve Ukrainian (uk-UA) locale (#21381) @lion1963
95
+
96
+ #### `@mui/x-data-grid-pro@8.27.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
97
+
98
+ Same changes as in `@mui/x-data-grid@8.27.4`, plus:
99
+
100
+ - [DataGridPro] Use `getRowId` prop to calculate the tree data row update (#21544) @arminmeh
101
+
102
+ #### `@mui/x-data-grid-premium@8.27.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
103
+
104
+ Same changes as in `@mui/x-data-grid-pro@8.27.4`.
105
+
106
+ ### Charts
107
+
108
+ #### `@mui/x-charts@8.27.4`
109
+
110
+ - [charts] Deprecate `ChartDataProvider` in favour of `ChartsDataProvider` (#21549) @JCQuintas
111
+ - [charts] Rename `ChartContainer` to `ChartsContainer` (#21186) @JCQuintas
112
+ - [charts] Rename `ChartZoomSlider` to `ChartsZoomSlider` (#21572) @JCQuintas
113
+
114
+ #### `@mui/x-charts-pro@8.27.4` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
115
+
116
+ Same changes as in `@mui/x-charts@8.27.4`.
117
+
118
+ #### `@mui/x-charts-premium@8.27.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
119
+
120
+ Same changes as in `@mui/x-charts-pro@8.27.4`.
121
+
122
+ ### Core
123
+
124
+ - [code-infra] Add eslint rule to prevent `Math.random` in docs (#21505) (#21563) @JCQuintas
125
+ - [code-infra] V8 Dedupe (#21561) @JCQuintas
126
+ - [docs-infra] Apply Cookie Banner to v8.x Branch (#21448) @dav-is
127
+ - [code-infra] Setup checkout to do full clone for non master branches (#21624) @brijeshb42
128
+
8
129
  ## 8.27.3
9
130
 
10
131
  _Feb 25, 2026_
@@ -50,7 +50,7 @@ const configuration = {
50
50
  useGridParamsOverridableMethods: _useGridParamsOverridableMethods.useGridParamsOverridableMethods
51
51
  }
52
52
  };
53
- const releaseInfo = "MTc3MTk3NzYwMDAwMA==";
53
+ const releaseInfo = "MTc3MzE4NzIwMDAwMA==";
54
54
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
55
55
  packageName: "x-data-grid-premium",
56
56
  releaseInfo: releaseInfo
@@ -8,6 +8,7 @@ exports.GridAggregationHeader = GridAggregationHeader;
8
8
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
9
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
10
10
  var _composeClasses = _interopRequireDefault(require("@mui/utils/composeClasses"));
11
+ var _capitalize = _interopRequireDefault(require("@mui/utils/capitalize"));
11
12
  var _styles = require("@mui/material/styles");
12
13
  var _xDataGrid = require("@mui/x-data-grid");
13
14
  var _internals = require("@mui/x-data-grid/internals");
@@ -23,7 +24,7 @@ const GridAggregationHeaderRoot = (0, _styles.styled)('div', {
23
24
  const {
24
25
  ownerState
25
26
  } = props;
26
- return [styles.aggregationColumnHeader, ownerState.colDef.headerAlign === 'left' && styles['aggregationColumnHeader--alignLeft'], ownerState.colDef.headerAlign === 'center' && styles['aggregationColumnHeader--alignCenter'], ownerState.colDef.headerAlign === 'right' && styles['aggregationColumnHeader--alignRight']];
27
+ return [styles.aggregationColumnHeader, ownerState.colDef.headerAlign && styles[`aggregationColumnHeader--align${(0, _capitalize.default)(ownerState.colDef.headerAlign)}`]];
27
28
  }
28
29
  })({
29
30
  display: 'flex',
@@ -50,7 +51,7 @@ const useUtilityClasses = ownerState => {
50
51
  colDef
51
52
  } = ownerState;
52
53
  const slots = {
53
- root: ['aggregationColumnHeader', colDef.headerAlign === 'left' && 'aggregationColumnHeader--alignLeft', colDef.headerAlign === 'center' && 'aggregationColumnHeader--alignCenter', colDef.headerAlign === 'right' && 'aggregationColumnHeader--alignRight'],
54
+ root: ['aggregationColumnHeader', colDef.headerAlign && `aggregationColumnHeader--align${(0, _capitalize.default)(colDef.headerAlign)}`],
54
55
  aggregationLabel: ['aggregationColumnHeaderLabel']
55
56
  };
56
57
  return (0, _composeClasses.default)(slots, _xDataGrid.getDataGridUtilityClass, classes);
@@ -43,7 +43,7 @@ const configuration = {
43
43
  useGridParamsOverridableMethods
44
44
  }
45
45
  };
46
- const releaseInfo = "MTc3MTk3NzYwMDAwMA==";
46
+ const releaseInfo = "MTc3MzE4NzIwMDAwMA==";
47
47
  const watermark = /*#__PURE__*/_jsx(Watermark, {
48
48
  packageName: "x-data-grid-premium",
49
49
  releaseInfo: releaseInfo
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
3
  const _excluded = ["renderHeader"];
4
4
  import composeClasses from '@mui/utils/composeClasses';
5
+ import capitalize from '@mui/utils/capitalize';
5
6
  import { styled } from '@mui/material/styles';
6
7
  import { getDataGridUtilityClass, gridClasses, GridColumnHeaderTitle } from '@mui/x-data-grid';
7
8
  import { vars } from '@mui/x-data-grid/internals';
@@ -16,7 +17,7 @@ const GridAggregationHeaderRoot = styled('div', {
16
17
  const {
17
18
  ownerState
18
19
  } = props;
19
- return [styles.aggregationColumnHeader, ownerState.colDef.headerAlign === 'left' && styles['aggregationColumnHeader--alignLeft'], ownerState.colDef.headerAlign === 'center' && styles['aggregationColumnHeader--alignCenter'], ownerState.colDef.headerAlign === 'right' && styles['aggregationColumnHeader--alignRight']];
20
+ return [styles.aggregationColumnHeader, ownerState.colDef.headerAlign && styles[`aggregationColumnHeader--align${capitalize(ownerState.colDef.headerAlign)}`]];
20
21
  }
21
22
  })({
22
23
  display: 'flex',
@@ -43,7 +44,7 @@ const useUtilityClasses = ownerState => {
43
44
  colDef
44
45
  } = ownerState;
45
46
  const slots = {
46
- root: ['aggregationColumnHeader', colDef.headerAlign === 'left' && 'aggregationColumnHeader--alignLeft', colDef.headerAlign === 'center' && 'aggregationColumnHeader--alignCenter', colDef.headerAlign === 'right' && 'aggregationColumnHeader--alignRight'],
47
+ root: ['aggregationColumnHeader', colDef.headerAlign && `aggregationColumnHeader--align${capitalize(colDef.headerAlign)}`],
47
48
  aggregationLabel: ['aggregationColumnHeaderLabel']
48
49
  };
49
50
  return composeClasses(slots, getDataGridUtilityClass, classes);
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.27.3
2
+ * @mui/x-data-grid-premium v8.27.5
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.3
2
+ * @mui/x-data-grid-premium v8.27.5
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.3",
3
+ "version": "8.27.5",
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.3",
42
- "@mui/x-internals": "8.26.0",
43
- "@mui/x-data-grid-pro": "8.27.3",
44
- "@mui/x-license": "8.26.0"
41
+ "@mui/x-data-grid": "8.27.5",
42
+ "@mui/x-data-grid-pro": "8.27.5",
43
+ "@mui/x-license": "8.26.0",
44
+ "@mui/x-internals": "8.26.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@emotion/react": "^11.9.0",