@mui/x-charts-premium 8.27.4 → 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.
- package/BarChartPremium/BarChartPremium.js +2 -2
- package/BarChartPremium/RangeBar/RangeBarPlot.js +1 -1
- package/CHANGELOG.md +143 -0
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +1 -1
- package/esm/BarChartPremium/BarChartPremium.js +2 -2
- package/esm/BarChartPremium/RangeBar/RangeBarPlot.js +2 -2
- package/esm/ChartsDataProviderPremium/ChartsDataProviderPremium.js +1 -1
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +5 -5
|
@@ -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.
|
|
1603
|
-
requiredKeys: _propTypes.default.
|
|
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
|
})
|
|
@@ -25,7 +25,7 @@ const RangeBarPlotRoot = (0, _styles.styled)('g', {
|
|
|
25
25
|
name: 'MuiRangeBarPlot',
|
|
26
26
|
slot: 'Root'
|
|
27
27
|
})({
|
|
28
|
-
[`& .${_BarChart.
|
|
28
|
+
[`& .${_BarChart.barClasses.element}`]: {
|
|
29
29
|
transition: 'opacity 0.2s ease-in, fill 0.2s ease-in'
|
|
30
30
|
}
|
|
31
31
|
});
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,149 @@
|
|
|
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` [](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` [](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` [](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` [](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` [](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` [](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
|
+
|
|
86
|
+
## 8.27.5
|
|
87
|
+
|
|
88
|
+
_Mar 11, 2026_
|
|
89
|
+
|
|
90
|
+
We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
91
|
+
|
|
92
|
+
- 🐞 Bugfixes
|
|
93
|
+
|
|
94
|
+
The following team members contributed to this release:
|
|
95
|
+
@bernardobelchior, @JCQuintas, @MBilalShafi, @michelengelen, @mj12albert, @sai6855, @siriwatknp
|
|
96
|
+
|
|
97
|
+
### Data Grid
|
|
98
|
+
|
|
99
|
+
#### `@mui/x-data-grid@8.27.5`
|
|
100
|
+
|
|
101
|
+
- [DataGrid] Fix crash when `rows` and `rowModesModel` are updated simultaneously (#21684) @michelengelen
|
|
102
|
+
- [DataGrid] Forward rest props in `GridFilterInputMultipleValue` (#21444) @siriwatknp
|
|
103
|
+
- [DataGrid] Remove double rtl inversion logic for columns pinning (#21443) @siriwatknp
|
|
104
|
+
- [DataGrid] Add missing `resizablePanelHandle` classes to `gridClasses` object (#21632) @sai6855
|
|
105
|
+
- [DataGrid] Refactor `headerAlign` style calls (#21633) @sai6855
|
|
106
|
+
- [DataGrid] Fix keyboard navigation with single-row checkbox selection (#21529) @mj12albert
|
|
107
|
+
|
|
108
|
+
#### `@mui/x-data-grid-pro@8.27.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
109
|
+
|
|
110
|
+
Same changes as in `@mui/x-data-grid@8.27.5`, plus:
|
|
111
|
+
|
|
112
|
+
- [DataGridPro] Add `role="presentation"` to detail panel toggle header content (#21691) @michelengelen
|
|
113
|
+
- [DataGridPro] Fix sorting not reflected in nested server-side data (#21641) @MBilalShafi
|
|
114
|
+
|
|
115
|
+
#### `@mui/x-data-grid-premium@8.27.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
116
|
+
|
|
117
|
+
Same changes as in `@mui/x-data-grid-pro@8.27.5`.
|
|
118
|
+
|
|
119
|
+
### Charts
|
|
120
|
+
|
|
121
|
+
#### `@mui/x-charts@8.27.5`
|
|
122
|
+
|
|
123
|
+
- [charts] Refactor `BarChart` classes structure (#21601) (#21644) @JCQuintas
|
|
124
|
+
- [charts] Refactor `LineChart` classes structure (#21672) @JCQuintas
|
|
125
|
+
- [charts] Refactor `ScatterChart` classes structure (#21706) @JCQuintas
|
|
126
|
+
|
|
127
|
+
#### `@mui/x-charts-pro@8.27.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
128
|
+
|
|
129
|
+
Same changes as in `@mui/x-charts@8.27.5`, plus:
|
|
130
|
+
|
|
131
|
+
- [charts-pro] Fix image export truncated when page is zoomed out (#21696) @bernardobelchior
|
|
132
|
+
|
|
133
|
+
#### `@mui/x-charts-premium@8.27.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
134
|
+
|
|
135
|
+
Same changes as in `@mui/x-charts-pro@8.27.5`.
|
|
136
|
+
|
|
137
|
+
### Docs
|
|
138
|
+
|
|
139
|
+
- [docs] Fix `AssistantWithDataSource` demo crashing (#21631) @sai6855
|
|
140
|
+
- [docs] Move Range Bar Chart to existing charts (#21122) @bernardobelchior
|
|
141
|
+
|
|
142
|
+
### Core
|
|
143
|
+
|
|
144
|
+
- [code-infra] Fix datagrid test flakyness (#21657) @JCQuintas
|
|
145
|
+
- [code-infra] Removed `getTeamMembers` function and usage from the release script (#21608) @michelengelen
|
|
146
|
+
|
|
147
|
+
### Miscellaneous
|
|
148
|
+
|
|
149
|
+
- [test] Add missing tests for forwarding props to filter operators in DataGrid (#21700) @siriwatknp
|
|
150
|
+
|
|
8
151
|
## 8.27.4
|
|
9
152
|
|
|
10
153
|
_Mar 5, 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 = "
|
|
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.
|
|
1596
|
-
requiredKeys: PropTypes.
|
|
1595
|
+
pointerMode: PropTypes.oneOf(['mouse', 'touch']),
|
|
1596
|
+
requiredKeys: PropTypes.arrayOf(PropTypes.string),
|
|
1597
1597
|
type: PropTypes.oneOf(['brush']).isRequired
|
|
1598
1598
|
})]).isRequired)
|
|
1599
1599
|
})
|
|
@@ -7,7 +7,7 @@ import * as React from 'react';
|
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import { styled } from '@mui/material/styles';
|
|
9
9
|
import { useSkipAnimation } from '@mui/x-charts/internals';
|
|
10
|
-
import { BarElement,
|
|
10
|
+
import { BarElement, barClasses } from '@mui/x-charts/BarChart';
|
|
11
11
|
import { useDrawingArea, useXAxes, useYAxes } from '@mui/x-charts/hooks';
|
|
12
12
|
import { useIsZoomInteracting } from '@mui/x-charts-pro/hooks';
|
|
13
13
|
import { useUtilityClasses } from "./useUtilityClasses.js";
|
|
@@ -18,7 +18,7 @@ const RangeBarPlotRoot = styled('g', {
|
|
|
18
18
|
name: 'MuiRangeBarPlot',
|
|
19
19
|
slot: 'Root'
|
|
20
20
|
})({
|
|
21
|
-
[`& .${
|
|
21
|
+
[`& .${barClasses.element}`]: {
|
|
22
22
|
transition: 'opacity 0.2s ease-in, fill 0.2s ease-in'
|
|
23
23
|
}
|
|
24
24
|
});
|
|
@@ -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 = "
|
|
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
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-premium",
|
|
3
|
-
"version": "8.
|
|
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": "8.
|
|
35
|
-
"@mui/x-license": "8.26.0",
|
|
34
|
+
"@mui/x-charts": "8.28.0",
|
|
36
35
|
"@mui/x-charts-vendor": "8.26.0",
|
|
37
|
-
"@mui/x-
|
|
38
|
-
"@mui/x-
|
|
36
|
+
"@mui/x-internals": "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",
|