@mui/x-charts-pro 8.0.0-beta.1 → 8.0.0-beta.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,100 @@
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.0.0-beta.2
9
+
10
+ _Mar 27, 2025_
11
+
12
+ We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
13
+
14
+ - 🔍 Update the Data Grid quick filter to be collapsed when not in use
15
+ - 🐞 Bugfixes
16
+
17
+ Special thanks go out to the community members for their valuable contributions:
18
+ @lhilgert9.
19
+ Following are all team members who have contributed to this release:
20
+ @alexfauquette, @arminmeh, @flaviendelangle, @hasdfa, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @mnajdova, @romgrk.
21
+
22
+ <!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23
+
24
+ ### Data Grid
25
+
26
+ #### `@mui/x-data-grid@8.0.0-beta.2`
27
+
28
+ - [DataGrid] Fix error caused by trying to render rows that are not in the state anymore (#17057) @arminmeh
29
+ - [DataGrid] Refactor: remove more material (#16922) @romgrk
30
+ - [DataGrid] Update Quick Filter component to be expandable (#16862) @KenanYusuf
31
+ - [DataGrid] Fix crash when used with `@mui/styled-engine-sc` (#17154) @KenanYusuf
32
+
33
+ #### `@mui/x-data-grid-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
34
+
35
+ Same changes as in `@mui/x-data-grid@8.0.0-beta.2`, plus:
36
+
37
+ - [DataGridPro] Data source: Allow expanding groups with unknown children (#17144) @MBilalShafi
38
+
39
+ #### `@mui/x-data-grid-premium@8.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
40
+
41
+ Same changes as in `@mui/x-data-grid-pro@8.0.0-beta.2`.
42
+
43
+ ### Date and Time Pickers
44
+
45
+ #### `@mui/x-date-pickers@8.0.0-beta.2`
46
+
47
+ - [fields] Extract the props of each field slot into a standalone hook for easier re-use (#17114) @flaviendelangle
48
+ - [pickers] Fix visual regression in Date Range Calendar's day (#17148) @flaviendelangle
49
+ - [pickers] Remove all code duplication to apply default values to validation props (#17038) @flaviendelangle
50
+
51
+ #### `@mui/x-date-pickers-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52
+
53
+ Same changes as in `@mui/x-date-pickers@8.0.0-beta.2`.
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@8.0.0-beta.2`
58
+
59
+ - [charts] Memoize axes and series with default (#17156) @alexfauquette
60
+ - [charts] Add pie benchmark (#17115) @JCQuintas
61
+ - [charts] Fix CSS vars support for dark theme (#17106) @alexfauquette
62
+ - [charts] Fix radar hover (#17134) @alexfauquette
63
+ - [charts] Move axis interaction to selectors (#17039) @alexfauquette
64
+ - [charts] Fix Pie benchmark (#17125) @JCQuintas
65
+
66
+ #### `@mui/x-charts-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
67
+
68
+ Same changes as in `@mui/x-charts@8.0.0-beta.2`.
69
+
70
+ ### Tree View
71
+
72
+ #### `@mui/x-tree-view@8.0.0-beta.2`
73
+
74
+ Internal changes.
75
+
76
+ #### `@mui/x-tree-view-pro@8.0.0-beta.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
77
+
78
+ Same changes as in `@mui/x-tree-view@8.0.0-beta.2`.
79
+
80
+ ### `@mui/x-codemod@8.0.0-beta.1`
81
+
82
+ - [codemod] Add Data Grid codemods (#17121, #17124) @MBilalShafi
83
+
84
+ ### Docs
85
+
86
+ - [docs] Fix example import for `ExportExcel` component (#17110) @KenanYusuf
87
+
88
+ ### Core
89
+
90
+ - [code-infra] Remove `@mui/styles` dependency & patches (#17071) @mnajdova
91
+ - [code-infra] Add more tests to slow screenshot tests (#17075) @JCQuintas
92
+ - [code-infra] Fix pickers codecov (#17120) @JCQuintas
93
+ - [code-infra] Move `isDeepEqual` to @mui/x-internals (#17129) @JCQuintas
94
+ - [code-infra] Remove `test_regressions` step from React 18 pipeline (#17108) @LukasTy
95
+ - [code-infra] Update some data-grid tests for vitest (#17078, #17104, #17146) @JCQuintas
96
+ - [code-infra] Update some date-pickers tests for vitest (#17083) @JCQuintas
97
+ - [infra] Update `issue-status-label-handler.yml` @michelengelen
98
+ - [infra] Added reusable issue status label handler workflow (#17145) @michelengelen
99
+ - [infra] Switch to reusable 'stale issues/PRs' workflow (#17107) @michelengelen
100
+ - [telemetry] Improve request body size, update dependencies, and optimize SSR handling (#17008) @hasdfa
101
+
8
102
  ## 8.0.0-beta.1
9
103
 
10
104
  _Mar 21, 2025_
@@ -64,7 +64,7 @@ const Heatmap = exports.Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap
64
64
  } = props;
65
65
  const id = (0, _useId.default)();
66
66
  const clipPathId = `${id}-clip-path`;
67
- const defaultizedXAxis = React.useMemo(() => (xAxis && xAxis.length > 0 ? xAxis : [{
67
+ const xAxisWithDefault = React.useMemo(() => (xAxis && xAxis.length > 0 ? xAxis : [{
68
68
  id: _constants.DEFAULT_X_AXIS_KEY
69
69
  }]).map(axis => (0, _extends2.default)({
70
70
  scaleType: 'band',
@@ -72,7 +72,7 @@ const Heatmap = exports.Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap
72
72
  }, axis, {
73
73
  data: axis.data ?? getDefaultDataForXAxis(series)
74
74
  })), [series, xAxis]);
75
- const defaultizedYAxis = React.useMemo(() => (yAxis && yAxis.length > 0 ? yAxis : [{
75
+ const yAxisWithDefault = React.useMemo(() => (yAxis && yAxis.length > 0 ? yAxis : [{
76
76
  id: _constants.DEFAULT_Y_AXIS_KEY
77
77
  }]).map(axis => (0, _extends2.default)({
78
78
  scaleType: 'band',
@@ -80,7 +80,7 @@ const Heatmap = exports.Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap
80
80
  }, axis, {
81
81
  data: axis.data ?? getDefaultDataForYAxis(series)
82
82
  })), [series, yAxis]);
83
- const defaultizedZAxis = React.useMemo(() => zAxis ?? [{
83
+ const zAxisWithDefault = React.useMemo(() => zAxis ?? [{
84
84
  colorMap: {
85
85
  type: 'continuous',
86
86
  min: 0,
@@ -98,9 +98,9 @@ const Heatmap = exports.Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap
98
98
  width: width,
99
99
  height: height,
100
100
  margin: margin,
101
- xAxis: defaultizedXAxis,
102
- yAxis: defaultizedYAxis,
103
- zAxis: defaultizedZAxis,
101
+ xAxis: xAxisWithDefault,
102
+ yAxis: yAxisWithDefault,
103
+ zAxis: zAxisWithDefault,
104
104
  colors: colors,
105
105
  dataset: dataset,
106
106
  sx: sx,
@@ -57,7 +57,7 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
57
57
  } = props;
58
58
  const id = useId();
59
59
  const clipPathId = `${id}-clip-path`;
60
- const defaultizedXAxis = React.useMemo(() => (xAxis && xAxis.length > 0 ? xAxis : [{
60
+ const xAxisWithDefault = React.useMemo(() => (xAxis && xAxis.length > 0 ? xAxis : [{
61
61
  id: DEFAULT_X_AXIS_KEY
62
62
  }]).map(axis => _extends({
63
63
  scaleType: 'band',
@@ -65,7 +65,7 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
65
65
  }, axis, {
66
66
  data: axis.data ?? getDefaultDataForXAxis(series)
67
67
  })), [series, xAxis]);
68
- const defaultizedYAxis = React.useMemo(() => (yAxis && yAxis.length > 0 ? yAxis : [{
68
+ const yAxisWithDefault = React.useMemo(() => (yAxis && yAxis.length > 0 ? yAxis : [{
69
69
  id: DEFAULT_Y_AXIS_KEY
70
70
  }]).map(axis => _extends({
71
71
  scaleType: 'band',
@@ -73,7 +73,7 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
73
73
  }, axis, {
74
74
  data: axis.data ?? getDefaultDataForYAxis(series)
75
75
  })), [series, yAxis]);
76
- const defaultizedZAxis = React.useMemo(() => zAxis ?? [{
76
+ const zAxisWithDefault = React.useMemo(() => zAxis ?? [{
77
77
  colorMap: {
78
78
  type: 'continuous',
79
79
  min: 0,
@@ -91,9 +91,9 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
91
91
  width: width,
92
92
  height: height,
93
93
  margin: margin,
94
- xAxis: defaultizedXAxis,
95
- yAxis: defaultizedYAxis,
96
- zAxis: defaultizedZAxis,
94
+ xAxis: xAxisWithDefault,
95
+ yAxis: yAxisWithDefault,
96
+ zAxis: zAxisWithDefault,
97
97
  colors: colors,
98
98
  dataset: dataset,
99
99
  sx: sx,
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v8.0.0-beta.1
2
+ * @mui/x-charts-pro v8.0.0-beta.2
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import ponyfillGlobal from '@mui/utils/ponyfillGlobal';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTc0MjUxNTIwMDAwMA==";
3
+ const releaseInfo = "MTc0MzExMjgwMDAwMA==";
4
4
  if (process.env.NODE_ENV !== 'production') {
5
5
  // A simple hack to set the value in the test environment (has no build step).
6
6
  // eslint-disable-next-line no-useless-concat
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v8.0.0-beta.1
2
+ * @mui/x-charts-pro v8.0.0-beta.2
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.getReleaseInfo = void 0;
8
8
  var _ponyfillGlobal = _interopRequireDefault(require("@mui/utils/ponyfillGlobal"));
9
9
  const getReleaseInfo = () => {
10
- const releaseInfo = "MTc0MjUxNTIwMDAwMA==";
10
+ const releaseInfo = "MTc0MzExMjgwMDAwMA==";
11
11
  if (process.env.NODE_ENV !== 'production') {
12
12
  // A simple hack to set the value in the test environment (has no build step).
13
13
  // eslint-disable-next-line no-useless-concat
@@ -57,7 +57,7 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
57
57
  } = props;
58
58
  const id = useId();
59
59
  const clipPathId = `${id}-clip-path`;
60
- const defaultizedXAxis = React.useMemo(() => (xAxis && xAxis.length > 0 ? xAxis : [{
60
+ const xAxisWithDefault = React.useMemo(() => (xAxis && xAxis.length > 0 ? xAxis : [{
61
61
  id: DEFAULT_X_AXIS_KEY
62
62
  }]).map(axis => _extends({
63
63
  scaleType: 'band',
@@ -65,7 +65,7 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
65
65
  }, axis, {
66
66
  data: axis.data ?? getDefaultDataForXAxis(series)
67
67
  })), [series, xAxis]);
68
- const defaultizedYAxis = React.useMemo(() => (yAxis && yAxis.length > 0 ? yAxis : [{
68
+ const yAxisWithDefault = React.useMemo(() => (yAxis && yAxis.length > 0 ? yAxis : [{
69
69
  id: DEFAULT_Y_AXIS_KEY
70
70
  }]).map(axis => _extends({
71
71
  scaleType: 'band',
@@ -73,7 +73,7 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
73
73
  }, axis, {
74
74
  data: axis.data ?? getDefaultDataForYAxis(series)
75
75
  })), [series, yAxis]);
76
- const defaultizedZAxis = React.useMemo(() => zAxis ?? [{
76
+ const zAxisWithDefault = React.useMemo(() => zAxis ?? [{
77
77
  colorMap: {
78
78
  type: 'continuous',
79
79
  min: 0,
@@ -91,9 +91,9 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
91
91
  width: width,
92
92
  height: height,
93
93
  margin: margin,
94
- xAxis: defaultizedXAxis,
95
- yAxis: defaultizedYAxis,
96
- zAxis: defaultizedZAxis,
94
+ xAxis: xAxisWithDefault,
95
+ yAxis: yAxisWithDefault,
96
+ zAxis: zAxisWithDefault,
97
97
  colors: colors,
98
98
  dataset: dataset,
99
99
  sx: sx,
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v8.0.0-beta.1
2
+ * @mui/x-charts-pro v8.0.0-beta.2
3
3
  *
4
4
  * @license MUI X Commercial
5
5
  * This source code is licensed under the commercial license found in the
@@ -1,6 +1,6 @@
1
1
  import ponyfillGlobal from '@mui/utils/ponyfillGlobal';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTc0MjUxNTIwMDAwMA==";
3
+ const releaseInfo = "MTc0MzExMjgwMDAwMA==";
4
4
  if (process.env.NODE_ENV !== 'production') {
5
5
  // A simple hack to set the value in the test environment (has no build step).
6
6
  // eslint-disable-next-line no-useless-concat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts-pro",
3
- "version": "8.0.0-beta.1",
3
+ "version": "8.0.0-beta.2",
4
4
  "description": "The Pro plan edition of the Charts components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./index.js",
@@ -35,10 +35,10 @@
35
35
  "@react-spring/web": "^9.7.5",
36
36
  "clsx": "^2.1.1",
37
37
  "prop-types": "^15.8.1",
38
- "@mui/x-charts": "8.0.0-beta.1",
38
+ "@mui/x-internals": "8.0.0-beta.2",
39
+ "@mui/x-charts": "8.0.0-beta.2",
39
40
  "@mui/x-charts-vendor": "8.0.0-beta.1",
40
- "@mui/x-license": "8.0.0-beta.0",
41
- "@mui/x-internals": "8.0.0-beta.0"
41
+ "@mui/x-license": "8.0.0-beta.2"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@emotion/react": "^11.9.0",