@mui/x-charts-premium 8.27.5 → 8.28.0

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,84 @@
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.0
9
+
10
+ _Mar 19, 2026_
11
+
12
+ We'd like to extend a big thank you to the 5 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ TODO INSERT HIGHLIGHTS
15
+
16
+ The following team members contributed to this release:
17
+ @alexfauquette, @brijeshb42, @Janpot, @JCQuintas, @sai6855
18
+
19
+ ### Data Grid
20
+
21
+ #### `@mui/x-data-grid@8.28.0`
22
+
23
+ - [DataGrid] Move `elementOverrides` to constants and remove duplicates (@sai6855) (#21752) @github-actions[bot]
24
+
25
+ #### `@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')
26
+
27
+ Same changes as in `@mui/x-data-grid@8.28.0`.
28
+
29
+ #### `@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')
30
+
31
+ Same changes as in `@mui/x-data-grid-pro@8.28.0`.
32
+
33
+ ### Date and Time Pickers
34
+
35
+ #### `@mui/x-date-pickers@8.27.2`
36
+
37
+ Internal changes.
38
+
39
+ #### `@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')
40
+
41
+ Same changes as in `@mui/x-date-pickers@8.27.2`.
42
+
43
+ ### Charts
44
+
45
+ #### `@mui/x-charts@8.28.0`
46
+
47
+ - [charts] Improve deprecation warnings (#21760) (#21767) @alexfauquette
48
+ - [charts] Refactor `FunnelChart` classes structure (@JCQuintas) (#21763) @github-actions[bot]
49
+ - [charts] Refactor `Heatmap` classes structure (#21653) (#21745) @JCQuintas
50
+ - [charts] Refactor `PieChart` classes structure (@JCQuintas) (#21715) @github-actions[bot]
51
+ - [charts] Refactor `RadarChart` classes structure (@JCQuintas) (#21730) @github-actions[bot]
52
+ - [charts] Refactor `SankeyChart` classes structure (#21654) (#21726) @JCQuintas
53
+ - [charts] Rename `data-series-id` by `data-series` (#21761) (#21772) @alexfauquette
54
+
55
+ #### `@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')
56
+
57
+ Same changes as in `@mui/x-charts@8.28.0`, plus:
58
+
59
+ - [charts-pro] Allow `brush` interaction to accept `requiredKeys/pointerMode` (#21723) @JCQuintas
60
+
61
+ #### `@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')
62
+
63
+ Same changes as in `@mui/x-charts-pro@8.28.0`.
64
+
65
+ ### Tree View
66
+
67
+ #### `@mui/x-tree-view@8.27.2`
68
+
69
+ Internal changes.
70
+
71
+ #### `@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')
72
+
73
+ Same changes as in `@mui/x-tree-view@8.27.2`.
74
+
75
+ ### Codemod
76
+
77
+ #### `@mui/x-codemod@8.27.0`
78
+
79
+ Internal changes.
80
+
81
+ ### Core
82
+
83
+ - [code-infra] Fix contributor generation in changelog (#21712) @brijeshb42
84
+ - [code-infra] Install pkg-pr-new (#21778) @Janpot
85
+
8
86
  ## 8.27.5
9
87
 
10
88
  _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 = "MTc3Mzk2NDgwMDAwMA==";
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 = "MTc3Mzk2NDgwMDAwMA==";
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.0
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.0
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.0",
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.0",
35
35
  "@mui/x-charts-vendor": "8.26.0",
36
- "@mui/x-charts": "8.27.5",
37
36
  "@mui/x-internals": "8.26.0",
38
- "@mui/x-license": "8.26.0"
37
+ "@mui/x-license": "8.26.0",
38
+ "@mui/x-charts-pro": "8.28.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@emotion/react": "^11.9.0",