@mui/x-charts-premium 8.28.0 → 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 CHANGED
@@ -5,13 +5,164 @@
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` [![pro](https://mui.com/r/x-pro-svg)](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` [![premium](https://mui.com/r/x-premium-svg)](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` [![pro](https://mui.com/r/x-pro-svg)](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` [![pro](https://mui.com/r/x-pro-svg)](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` [![premium](https://mui.com/r/x-premium-svg)](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` [![pro](https://mui.com/r/x-pro-svg)](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
+
82
+ ## 8.28.2
83
+
84
+ _Apr 1, 2026_
85
+
86
+ We'd like to extend a big thank you to the 4 contributors who made this release possible.
87
+
88
+ Special thanks go out to this community member for their valuable contribution:
89
+ @mixelburg, @sibananda485
90
+
91
+ The following team members contributed to this release:
92
+ @dav-is, @JCQuintas
93
+
94
+ ### Data Grid
95
+
96
+ #### `@mui/x-data-grid@8.28.2`
97
+
98
+ - [DataGrid] Export `GridColumnUnsortedIconProps` for custom column icon slots (#21898) @mixelburg
99
+
100
+ #### `@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')
101
+
102
+ Same changes as in `@mui/x-data-grid@8.28.2`.
103
+
104
+ #### `@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')
105
+
106
+ Same changes as in `@mui/x-data-grid-pro@8.28.2`, plus:
107
+
108
+ - [DataGridPremium] Fix clipboard paste issue in portal (#21949) @sibananda485
109
+
110
+ ### Charts
111
+
112
+ #### `@mui/x-charts@8.28.2`
113
+
114
+ - [charts] Fix zoom slider preview with discard filter mode (#21906) @JCQuintas
115
+
116
+ #### `@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')
117
+
118
+ Same changes as in `@mui/x-charts@8.28.2`.
119
+
120
+ #### `@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')
121
+
122
+ Same changes as in `@mui/x-charts-pro@8.28.2`.
123
+
124
+ ### Docs
125
+
126
+ - [docs] Fix JSDOM → jsdom casing (#21908) @JCQuintas
127
+
128
+ ### Core
129
+
130
+ - [docs-infra] Set `SEARCH_INDEX` Env for v8 (#21875) @dav-is
131
+
132
+ ## 8.28.1
133
+
134
+ _Mar 26, 2026_
135
+
136
+ We'd like to extend a big thank you to the 2 contributors who made this release possible.
137
+
138
+ The following team members contributed to this release:
139
+ @arminmeh, @cherniavskii
140
+
141
+ ### Data Grid
142
+
143
+ #### `@mui/x-data-grid@8.28.1`
144
+
145
+ - [DataGrid] Prevent repeated `hasScrollbar` state updates (#21847) @arminmeh
146
+
147
+ #### `@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')
148
+
149
+ Same changes as in `@mui/x-data-grid@8.28.1`, plus:
150
+
151
+ - [DataGridPro] `fetchRows()` API's default `start` and `end` params based on scroll position with lazy loading (#21811) @arminmeh
152
+
153
+ #### `@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')
154
+
155
+ Same changes as in `@mui/x-data-grid-pro@8.28.1`.
156
+
157
+ ### Core
158
+
159
+ - [internal] Remove headless data grid packages (#21848) @cherniavskii
160
+
8
161
  ## 8.28.0
9
162
 
10
163
  _Mar 19, 2026_
11
164
 
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
165
+ We'd like to extend a big thank you to the 5 contributors who made this release possible.
15
166
 
16
167
  The following team members contributed to this release:
17
168
  @alexfauquette, @brijeshb42, @Janpot, @JCQuintas, @sai6855
@@ -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 = "MTc3Mzk2NDgwMDAwMA==";
21
+ const releaseInfo = "MTc3NjIxMTIwMDAwMA==";
22
22
  const packageIdentifier = 'x-charts-premium';
23
23
  const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
24
24
  rangeBar: _seriesConfig.rangeBarSeriesConfig
@@ -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 = "MTc3Mzk2NDgwMDAwMA==";
15
+ const releaseInfo = "MTc3NjIxMTIwMDAwMA==";
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.28.0
2
+ * @mui/x-charts-premium 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
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-premium v8.28.0
2
+ * @mui/x-charts-premium 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts-premium",
3
- "version": "8.28.0",
3
+ "version": "8.28.3",
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.28.0",
34
+ "@mui/x-charts": "8.28.2",
35
+ "@mui/x-charts-pro": "8.28.3",
35
36
  "@mui/x-charts-vendor": "8.26.0",
36
37
  "@mui/x-internals": "8.26.0",
37
- "@mui/x-license": "8.26.0",
38
- "@mui/x-charts-pro": "8.28.0"
38
+ "@mui/x-license": "8.26.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@emotion/react": "^11.9.0",