@mui/x-charts-premium 8.27.5 → 8.28.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.
@@ -1599,8 +1599,8 @@ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
1599
1599
  requiredKeys: _propTypes.default.arrayOf(_propTypes.default.string),
1600
1600
  type: _propTypes.default.oneOf(['doubleTapReset']).isRequired
1601
1601
  }), _propTypes.default.shape({
1602
- pointerMode: _propTypes.default.any,
1603
- requiredKeys: _propTypes.default.array,
1602
+ pointerMode: _propTypes.default.oneOf(['mouse', 'touch']),
1603
+ requiredKeys: _propTypes.default.arrayOf(_propTypes.default.string),
1604
1604
  type: _propTypes.default.oneOf(['brush']).isRequired
1605
1605
  })]).isRequired)
1606
1606
  })
package/CHANGELOG.md CHANGED
@@ -5,6 +5,161 @@
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.2
9
+
10
+ _Apr 1, 2026_
11
+
12
+ We'd like to extend a big thank you to the 4 contributors who made this release possible.
13
+
14
+ Special thanks go out to this community member for their valuable contribution:
15
+ @mixelburg, @sibananda485
16
+
17
+ The following team members contributed to this release:
18
+ @dav-is, @JCQuintas
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@8.28.2`
23
+
24
+ - [DataGrid] Export `GridColumnUnsortedIconProps` for custom column icon slots (#21898) @mixelburg
25
+
26
+ #### `@mui/x-data-grid-pro@8.28.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
27
+
28
+ Same changes as in `@mui/x-data-grid@8.28.2`.
29
+
30
+ #### `@mui/x-data-grid-premium@8.28.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@8.28.2`, plus:
33
+
34
+ - [DataGridPremium] Fix clipboard paste issue in portal (#21949) @sibananda485
35
+
36
+ ### Charts
37
+
38
+ #### `@mui/x-charts@8.28.2`
39
+
40
+ - [charts] Fix zoom slider preview with discard filter mode (#21906) @JCQuintas
41
+
42
+ #### `@mui/x-charts-pro@8.28.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
43
+
44
+ Same changes as in `@mui/x-charts@8.28.2`.
45
+
46
+ #### `@mui/x-charts-premium@8.28.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
47
+
48
+ Same changes as in `@mui/x-charts-pro@8.28.2`.
49
+
50
+ ### Docs
51
+
52
+ - [docs] Fix JSDOM → jsdom casing (#21908) @JCQuintas
53
+
54
+ ### Core
55
+
56
+ - [docs-infra] Set `SEARCH_INDEX` Env for v8 (#21875) @dav-is
57
+
58
+ ## 8.28.1
59
+
60
+ _Mar 26, 2026_
61
+
62
+ We'd like to extend a big thank you to the 2 contributors who made this release possible.
63
+
64
+ The following team members contributed to this release:
65
+ @arminmeh, @cherniavskii
66
+
67
+ ### Data Grid
68
+
69
+ #### `@mui/x-data-grid@8.28.1`
70
+
71
+ - [DataGrid] Prevent repeated `hasScrollbar` state updates (#21847) @arminmeh
72
+
73
+ #### `@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')
74
+
75
+ Same changes as in `@mui/x-data-grid@8.28.1`, plus:
76
+
77
+ - [DataGridPro] `fetchRows()` API's default `start` and `end` params based on scroll position with lazy loading (#21811) @arminmeh
78
+
79
+ #### `@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')
80
+
81
+ Same changes as in `@mui/x-data-grid-pro@8.28.1`.
82
+
83
+ ### Core
84
+
85
+ - [internal] Remove headless data grid packages (#21848) @cherniavskii
86
+
87
+ ## 8.28.0
88
+
89
+ _Mar 19, 2026_
90
+
91
+ We'd like to extend a big thank you to the 5 contributors who made this release possible.
92
+
93
+ The following team members contributed to this release:
94
+ @alexfauquette, @brijeshb42, @Janpot, @JCQuintas, @sai6855
95
+
96
+ ### Data Grid
97
+
98
+ #### `@mui/x-data-grid@8.28.0`
99
+
100
+ - [DataGrid] Move `elementOverrides` to constants and remove duplicates (@sai6855) (#21752) @github-actions[bot]
101
+
102
+ #### `@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')
103
+
104
+ Same changes as in `@mui/x-data-grid@8.28.0`.
105
+
106
+ #### `@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')
107
+
108
+ Same changes as in `@mui/x-data-grid-pro@8.28.0`.
109
+
110
+ ### Date and Time Pickers
111
+
112
+ #### `@mui/x-date-pickers@8.27.2`
113
+
114
+ Internal changes.
115
+
116
+ #### `@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')
117
+
118
+ Same changes as in `@mui/x-date-pickers@8.27.2`.
119
+
120
+ ### Charts
121
+
122
+ #### `@mui/x-charts@8.28.0`
123
+
124
+ - [charts] Improve deprecation warnings (#21760) (#21767) @alexfauquette
125
+ - [charts] Refactor `FunnelChart` classes structure (@JCQuintas) (#21763) @github-actions[bot]
126
+ - [charts] Refactor `Heatmap` classes structure (#21653) (#21745) @JCQuintas
127
+ - [charts] Refactor `PieChart` classes structure (@JCQuintas) (#21715) @github-actions[bot]
128
+ - [charts] Refactor `RadarChart` classes structure (@JCQuintas) (#21730) @github-actions[bot]
129
+ - [charts] Refactor `SankeyChart` classes structure (#21654) (#21726) @JCQuintas
130
+ - [charts] Rename `data-series-id` by `data-series` (#21761) (#21772) @alexfauquette
131
+
132
+ #### `@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')
133
+
134
+ Same changes as in `@mui/x-charts@8.28.0`, plus:
135
+
136
+ - [charts-pro] Allow `brush` interaction to accept `requiredKeys/pointerMode` (#21723) @JCQuintas
137
+
138
+ #### `@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')
139
+
140
+ Same changes as in `@mui/x-charts-pro@8.28.0`.
141
+
142
+ ### Tree View
143
+
144
+ #### `@mui/x-tree-view@8.27.2`
145
+
146
+ Internal changes.
147
+
148
+ #### `@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')
149
+
150
+ Same changes as in `@mui/x-tree-view@8.27.2`.
151
+
152
+ ### Codemod
153
+
154
+ #### `@mui/x-codemod@8.27.0`
155
+
156
+ Internal changes.
157
+
158
+ ### Core
159
+
160
+ - [code-infra] Fix contributor generation in changelog (#21712) @brijeshb42
161
+ - [code-infra] Install pkg-pr-new (#21778) @Janpot
162
+
8
163
  ## 8.27.5
9
164
 
10
165
  _Mar 11, 2026_
@@ -18,7 +18,7 @@ var _seriesConfig = require("../BarChartPremium/RangeBar/seriesConfig");
18
18
  var _allPlugins = require("../internals/plugins/allPlugins");
19
19
  var _useChartsDataProviderPremiumProps = require("./useChartsDataProviderPremiumProps");
20
20
  var _jsxRuntime = require("react/jsx-runtime");
21
- const releaseInfo = "MTc3MzE4NzIwMDAwMA==";
21
+ const releaseInfo = "MTc3NTAwMTYwMDAwMA==";
22
22
  const packageIdentifier = 'x-charts-premium';
23
23
  const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
24
24
  rangeBar: _seriesConfig.rangeBarSeriesConfig
@@ -1592,8 +1592,8 @@ process.env.NODE_ENV !== "production" ? BarChartPremium.propTypes = {
1592
1592
  requiredKeys: PropTypes.arrayOf(PropTypes.string),
1593
1593
  type: PropTypes.oneOf(['doubleTapReset']).isRequired
1594
1594
  }), PropTypes.shape({
1595
- pointerMode: PropTypes.any,
1596
- requiredKeys: PropTypes.array,
1595
+ pointerMode: PropTypes.oneOf(['mouse', 'touch']),
1596
+ requiredKeys: PropTypes.arrayOf(PropTypes.string),
1597
1597
  type: PropTypes.oneOf(['brush']).isRequired
1598
1598
  })]).isRequired)
1599
1599
  })
@@ -12,7 +12,7 @@ import { rangeBarSeriesConfig } from "../BarChartPremium/RangeBar/seriesConfig/i
12
12
  import { DEFAULT_PLUGINS } from "../internals/plugins/allPlugins.js";
13
13
  import { useChartsDataProviderPremiumProps } from "./useChartsDataProviderPremiumProps.js";
14
14
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
- const releaseInfo = "MTc3MzE4NzIwMDAwMA==";
15
+ const releaseInfo = "MTc3NTAwMTYwMDAwMA==";
16
16
  const packageIdentifier = 'x-charts-premium';
17
17
  export const defaultSeriesConfigPremium = _extends({}, defaultSeriesConfigPro, {
18
18
  rangeBar: rangeBarSeriesConfig
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-premium v8.27.5
2
+ * @mui/x-charts-premium v8.28.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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-premium v8.27.5
2
+ * @mui/x-charts-premium v8.28.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-charts-premium",
3
- "version": "8.27.5",
3
+ "version": "8.28.2",
4
4
  "author": "MUI Team",
5
5
  "description": "The Premium plan edition of the MUI X Charts components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -31,11 +31,11 @@
31
31
  "@mui/utils": "^7.3.5",
32
32
  "clsx": "^2.1.1",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/x-charts-pro": "8.27.5",
34
+ "@mui/x-charts": "8.28.2",
35
+ "@mui/x-license": "8.26.0",
35
36
  "@mui/x-charts-vendor": "8.26.0",
36
- "@mui/x-charts": "8.27.5",
37
37
  "@mui/x-internals": "8.26.0",
38
- "@mui/x-license": "8.26.0"
38
+ "@mui/x-charts-pro": "8.28.2"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@emotion/react": "^11.9.0",