@mui/x-charts-pro 8.28.2 → 8.28.3
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 +74 -0
- package/ChartsDataProviderPro/ChartsDataProviderPro.js +1 -1
- package/esm/ChartsDataProviderPro/ChartsDataProviderPro.js +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.js +2 -1
- package/index.d.ts +1 -0
- package/index.js +13 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,80 @@
|
|
|
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.3
|
|
9
|
+
|
|
10
|
+
_Apr 15, 2026_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- 🐞 Bugfixes
|
|
15
|
+
|
|
16
|
+
Special thanks go out to this community member for their valuable contribution:
|
|
17
|
+
@nk10nikhil
|
|
18
|
+
|
|
19
|
+
The following team members contributed to this release:
|
|
20
|
+
@flaviendelangle, @LukasTy, @MBilalShafi, @michelengelen, @sai6855
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@8.28.2`
|
|
25
|
+
|
|
26
|
+
Internal changes.
|
|
27
|
+
|
|
28
|
+
#### `@mui/x-data-grid-pro@8.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
29
|
+
|
|
30
|
+
Same changes as in `@mui/x-data-grid@8.28.2`, plus:
|
|
31
|
+
|
|
32
|
+
- [DataGridPro] Improve trigger for nested row reordering (#21996) @MBilalShafi
|
|
33
|
+
|
|
34
|
+
#### `@mui/x-data-grid-premium@8.28.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
35
|
+
|
|
36
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.2`.
|
|
37
|
+
|
|
38
|
+
### Date and Time Pickers
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-date-pickers@8.28.3`
|
|
41
|
+
|
|
42
|
+
- [pickers] Ensure correct `display` property on Day component (#21980) @LukasTy
|
|
43
|
+
|
|
44
|
+
#### `@mui/x-date-pickers-pro@8.28.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
45
|
+
|
|
46
|
+
Same changes as in `@mui/x-date-pickers@8.28.3`.
|
|
47
|
+
|
|
48
|
+
### Charts
|
|
49
|
+
|
|
50
|
+
#### `@mui/x-charts@8.28.2`
|
|
51
|
+
|
|
52
|
+
- [charts] Add missing export for `ChartsBrushOverlay` (#21993) (#22008) @nk10nikhil
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-charts-pro@8.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
55
|
+
|
|
56
|
+
Same changes as in `@mui/x-charts@8.28.2`.
|
|
57
|
+
|
|
58
|
+
#### `@mui/x-charts-premium@8.28.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
59
|
+
|
|
60
|
+
Same changes as in `@mui/x-charts-pro@8.28.2`.
|
|
61
|
+
|
|
62
|
+
### Tree View
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-tree-view@8.28.3`
|
|
65
|
+
|
|
66
|
+
- [tree view] Move `lazyLoadedItems` initialization to state initializer (#22087) @michelengelen
|
|
67
|
+
|
|
68
|
+
#### `@mui/x-tree-view-pro@8.28.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
69
|
+
|
|
70
|
+
Same changes as in `@mui/x-tree-view@8.28.3`, plus:
|
|
71
|
+
|
|
72
|
+
- [RichTreeViewPro] Allow to auto-expand lazy loaded items (#21957) @flaviendelangle
|
|
73
|
+
|
|
74
|
+
### Docs
|
|
75
|
+
|
|
76
|
+
- [docs] Fix `TreeDataFullExample` data grid demo crash (#22007) @sai6855
|
|
77
|
+
|
|
78
|
+
### Miscellaneous
|
|
79
|
+
|
|
80
|
+
- [core] Post v9 stable updates (#22035) @LukasTy
|
|
81
|
+
|
|
8
82
|
## 8.28.2
|
|
9
83
|
|
|
10
84
|
_Apr 1, 2026_
|
|
@@ -17,7 +17,7 @@ var _material = require("../internals/material");
|
|
|
17
17
|
var _allPlugins = require("../internals/plugins/allPlugins");
|
|
18
18
|
var _useChartsDataProviderProProps = require("./useChartsDataProviderProProps");
|
|
19
19
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
|
-
const releaseInfo = "
|
|
20
|
+
const releaseInfo = "MTc3NjIxMTIwMDAwMA==";
|
|
21
21
|
const packageIdentifier = 'x-charts-pro';
|
|
22
22
|
const defaultSeriesConfigPro = exports.defaultSeriesConfigPro = _internals.defaultSeriesConfig;
|
|
23
23
|
|
|
@@ -10,7 +10,7 @@ import { defaultSlotsMaterial } from "../internals/material/index.js";
|
|
|
10
10
|
import { DEFAULT_PLUGINS } from "../internals/plugins/allPlugins.js";
|
|
11
11
|
import { useChartsDataProviderProProps } from "./useChartsDataProviderProProps.js";
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
const releaseInfo = "
|
|
13
|
+
const releaseInfo = "MTc3NjIxMTIwMDAwMA==";
|
|
14
14
|
const packageIdentifier = 'x-charts-pro';
|
|
15
15
|
export const defaultSeriesConfigPro = defaultSeriesConfig;
|
|
16
16
|
|
package/esm/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export * from '@mui/x-charts/ChartDataProvider';
|
|
|
23
23
|
export * from '@mui/x-charts/ChartsLabel';
|
|
24
24
|
export * from '@mui/x-charts/ChartsOverlay';
|
|
25
25
|
export * from '@mui/x-charts/ChartsWrapper';
|
|
26
|
+
export * from '@mui/x-charts/ChartsBrushOverlay';
|
|
26
27
|
export * from "./constants/index.js";
|
|
27
28
|
export * from "./hooks/index.js";
|
|
28
29
|
export * from "./context/index.js";
|
package/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/x-charts-pro v8.28.
|
|
2
|
+
* @mui/x-charts-pro v8.28.3
|
|
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
|
|
@@ -32,6 +32,7 @@ export * from '@mui/x-charts/ChartDataProvider';
|
|
|
32
32
|
export * from '@mui/x-charts/ChartsLabel';
|
|
33
33
|
export * from '@mui/x-charts/ChartsOverlay';
|
|
34
34
|
export * from '@mui/x-charts/ChartsWrapper';
|
|
35
|
+
export * from '@mui/x-charts/ChartsBrushOverlay';
|
|
35
36
|
|
|
36
37
|
// Pro utilities
|
|
37
38
|
export * from "./constants/index.js";
|
package/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export * from '@mui/x-charts/ChartDataProvider';
|
|
|
23
23
|
export * from '@mui/x-charts/ChartsLabel';
|
|
24
24
|
export * from '@mui/x-charts/ChartsOverlay';
|
|
25
25
|
export * from '@mui/x-charts/ChartsWrapper';
|
|
26
|
+
export * from '@mui/x-charts/ChartsBrushOverlay';
|
|
26
27
|
export * from "./constants/index.js";
|
|
27
28
|
export * from "./hooks/index.js";
|
|
28
29
|
export * from "./context/index.js";
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/x-charts-pro v8.28.
|
|
2
|
+
* @mui/x-charts-pro v8.28.3
|
|
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
|
|
@@ -315,6 +315,18 @@ Object.keys(_ChartsWrapper).forEach(function (key) {
|
|
|
315
315
|
}
|
|
316
316
|
});
|
|
317
317
|
});
|
|
318
|
+
var _ChartsBrushOverlay = require("@mui/x-charts/ChartsBrushOverlay");
|
|
319
|
+
Object.keys(_ChartsBrushOverlay).forEach(function (key) {
|
|
320
|
+
if (key === "default" || key === "__esModule") return;
|
|
321
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
322
|
+
if (key in exports && exports[key] === _ChartsBrushOverlay[key]) return;
|
|
323
|
+
Object.defineProperty(exports, key, {
|
|
324
|
+
enumerable: true,
|
|
325
|
+
get: function () {
|
|
326
|
+
return _ChartsBrushOverlay[key];
|
|
327
|
+
}
|
|
328
|
+
});
|
|
329
|
+
});
|
|
318
330
|
var _constants = require("./constants");
|
|
319
331
|
Object.keys(_constants).forEach(function (key) {
|
|
320
332
|
if (key === "default" || key === "__esModule") return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-pro",
|
|
3
|
-
"version": "8.28.
|
|
3
|
+
"version": "8.28.3",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Charts components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
34
|
"@mui/x-charts-vendor": "8.26.0",
|
|
35
|
-
"@mui/x-internal-gestures": "0.4.0",
|
|
36
35
|
"@mui/x-internals": "8.26.0",
|
|
36
|
+
"@mui/x-internal-gestures": "0.4.0",
|
|
37
37
|
"@mui/x-charts": "8.28.2",
|
|
38
38
|
"@mui/x-license": "8.26.0"
|
|
39
39
|
},
|