@mui/x-data-grid-premium 9.1.0 → 9.3.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,226 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 9.3.0
|
|
4
|
+
|
|
5
|
+
_May 21, 2026_
|
|
6
|
+
|
|
7
|
+
We'd like to extend a big thank you to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 📆 Refactor Calendar Range drag editing to use Pointer Events instead of drag and touch events combination (#22279)
|
|
10
|
+
- ✨ Apply lazy loading to `EventTimelinePremium` (#22308)
|
|
11
|
+
- 🐞 Bugfixes
|
|
12
|
+
- 📚 Documentation improvements
|
|
13
|
+
- 🌎 Added Norwegian bokmål (nb-NO) locale to the Scheduler
|
|
14
|
+
- 🌎 Improved Swedish (sv-SE) locale on the Data Grid
|
|
15
|
+
|
|
16
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
17
|
+
@Anexus5919, @jvskriubakken, @oscar-b, @rin, @viktormelin
|
|
18
|
+
|
|
19
|
+
The following team members contributed to this release:
|
|
20
|
+
@aemartos, @alexfauquette, @arminmeh, @Janpot, @JCQuintas, @LukasTy, @mj12albert, @oliviertassinari, @rita-codes, @romgrk, @sai6855
|
|
21
|
+
|
|
22
|
+
### Data Grid
|
|
23
|
+
|
|
24
|
+
#### `@mui/x-data-grid@9.3.0`
|
|
25
|
+
|
|
26
|
+
- [DataGrid] Fix scrollbar disappearing after multiple resizes (#22512) @LukasTy
|
|
27
|
+
- [DataGrid] Revert "Add support for pinned columns in `GridVirtualScroller`" (#22467) @oliviertassinari
|
|
28
|
+
- [l10n] Improve Swedish (svSE) locale (#21851) @viktormelin
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
31
|
+
|
|
32
|
+
Same changes as in `@mui/x-data-grid@9.3.0`.
|
|
33
|
+
|
|
34
|
+
#### `@mui/x-data-grid-premium@9.3.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
35
|
+
|
|
36
|
+
Same changes as in `@mui/x-data-grid-pro@9.3.0`.
|
|
37
|
+
|
|
38
|
+
### Date and Time Pickers
|
|
39
|
+
|
|
40
|
+
#### `@mui/x-date-pickers@9.3.0`
|
|
41
|
+
|
|
42
|
+
- [pickers] Fix disabled state styling for `PickersTextField` standard and filled variants (#22189) @LukasTy
|
|
43
|
+
- [pickers] Fix previous month disabled state calculation (#22524) @mj12albert
|
|
44
|
+
- [pickers] Merge `slotProps.sectionContent` in `PickersInputBase` (#22324) @rin
|
|
45
|
+
|
|
46
|
+
#### `@mui/x-date-pickers-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
47
|
+
|
|
48
|
+
Same changes as in `@mui/x-date-pickers@9.3.0`, plus:
|
|
49
|
+
|
|
50
|
+
- [DateRangeCalendar] Use Pointer Events for drag editing (#22279) @LukasTy
|
|
51
|
+
|
|
52
|
+
### Charts
|
|
53
|
+
|
|
54
|
+
#### `@mui/x-charts@9.3.0`
|
|
55
|
+
|
|
56
|
+
- [charts] Add `data-series` to elements of radar chart (#22523) @alexfauquette
|
|
57
|
+
- [charts] Add environment check for warning messages in axis and radar hooks (#22506) @sai6855
|
|
58
|
+
- [charts] Chart `seriesConfig` deduplication for lines and bars (#22257) @sai6855
|
|
59
|
+
- [charts] Fix highlighted item crash (#22539) @oscar-b
|
|
60
|
+
- [charts] Fix the line and mark class (#22526) @alexfauquette
|
|
61
|
+
- [charts] Fix use of deprecated API in docs (#22469) @oliviertassinari
|
|
62
|
+
- [charts] Improve performance of `evaluateCurveY` function (#22407) @sai6855
|
|
63
|
+
|
|
64
|
+
#### `@mui/x-charts-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
65
|
+
|
|
66
|
+
Same changes as in `@mui/x-charts@9.3.0`.
|
|
67
|
+
|
|
68
|
+
#### `@mui/x-charts-premium@9.3.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
69
|
+
|
|
70
|
+
Same changes as in `@mui/x-charts-pro@9.3.0`, plus:
|
|
71
|
+
|
|
72
|
+
- [charts-premium] Add `closePath` option to the radial line series (#22517) @alexfauquette
|
|
73
|
+
|
|
74
|
+
### Tree View
|
|
75
|
+
|
|
76
|
+
#### `@mui/x-tree-view-pro@9.3.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
77
|
+
|
|
78
|
+
Internal changes.
|
|
79
|
+
|
|
80
|
+
### Scheduler
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-scheduler@9.0.0-alpha.7`
|
|
83
|
+
|
|
84
|
+
- [I10n] Add Norwegian bokmål (nb-NO) locale (#22415) @jvskriubakken
|
|
85
|
+
|
|
86
|
+
#### `@mui/x-scheduler-premium@9.0.0-alpha.7` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
87
|
+
|
|
88
|
+
Same changes as in `@mui/x-scheduler@9.0.0-alpha.7`, plus:
|
|
89
|
+
|
|
90
|
+
- [scheduler] Apply lazy loading to `EventTimelinePremium` (#22308) @rita-codes
|
|
91
|
+
- [scheduler] Deduplicate staged ranges within the debounce window (#22476) @Anexus5919
|
|
92
|
+
- [scheduler] Pass full event objects to `dataSource.updateEvents` (#22462) @rita-codes
|
|
93
|
+
|
|
94
|
+
### Docs
|
|
95
|
+
|
|
96
|
+
- [docs] Automatically update supported versions (#21850) @arminmeh
|
|
97
|
+
- [docs] Fix `New` label on bar charts docs (#22473) @oliviertassinari
|
|
98
|
+
- [docs] Improve premium page header for charts (#22474) @oliviertassinari
|
|
99
|
+
- [docs] Sync `README` with licensing/licensing.md in scheduler (#22468) @oliviertassinari
|
|
100
|
+
|
|
101
|
+
### Core
|
|
102
|
+
|
|
103
|
+
- [code-infra] Cover docs overview composites with Argos (#22283) @LukasTy
|
|
104
|
+
- [code-infra] Enable `mui/no-presentation-role` lint rule (#22360) @Janpot
|
|
105
|
+
- [code-infra] Make generated `propTypes` union order deterministic (#22521) @JCQuintas
|
|
106
|
+
- [code-infra] Make screenshots stable across different ordering of the tests (#22449) @Janpot
|
|
107
|
+
- [code-infra] Optimize visual regression testing (#22447) @Janpot
|
|
108
|
+
- [code-infra] Replace markdownlint with remark from code-infra (#22255) @Janpot
|
|
109
|
+
|
|
110
|
+
### Miscellaneous
|
|
111
|
+
|
|
112
|
+
- [virtualizer] Improve `controlled` mode performance (#22123) @romgrk
|
|
113
|
+
- [data-grid-generator] Include `tree-data` params in `useDemoData` cache key (#22456) @Janpot
|
|
114
|
+
- [test] Fix flaky browser tests and optimize (#22431) @Janpot
|
|
115
|
+
- [test] Speed up `test_types` job (#22442) @Janpot
|
|
116
|
+
- [test] Trim ffmpeg install in `test_regressions` (#22459) @Janpot
|
|
117
|
+
- [test] Add WebGL performance benchmarks for charts (#22471) @JCQuintas
|
|
118
|
+
- [test] Expand chart performance benchmarks for charts (#22472) @JCQuintas
|
|
119
|
+
- [x-license] use workspace dep for v9 in cross-major compat tests (#22504) @aemartos
|
|
120
|
+
|
|
121
|
+
## 9.2.0
|
|
122
|
+
|
|
123
|
+
_May 13, 2026_
|
|
124
|
+
|
|
125
|
+
We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
126
|
+
|
|
127
|
+
- ⚡️ Add a WebGL renderer to the [Bar chart](https://mui.com/x/react-charts/bars/#webgl-renderer)
|
|
128
|
+
- 📊 Add a radial charts with the [radial line](https://mui.com/x/react-charts/radial-lines/), [radial bar](https://mui.com/x/react-charts/radial-bars/), and the [radial grid and axes](https://mui.com/x/react-charts/radial-axes/)
|
|
129
|
+
- 🐞 Bugfixes
|
|
130
|
+
- 📚 Documentation improvements
|
|
131
|
+
|
|
132
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
133
|
+
@Anexus5919, @mustafajw07
|
|
134
|
+
|
|
135
|
+
The following team members contributed to this release:
|
|
136
|
+
@aemartos, @alexfauquette, @bernardobelchior, @JCQuintas, @oliviertassinari, @sai6855, @siriwatknp
|
|
137
|
+
|
|
138
|
+
### Data Grid
|
|
139
|
+
|
|
140
|
+
#### `@mui/x-data-grid@9.2.0`
|
|
141
|
+
|
|
142
|
+
- [data grid] Add support for pinned columns in `GridVirtualScroller` (#22347) @sai6855
|
|
143
|
+
- [data grid] Remove unused CSS (#22390) @oliviertassinari
|
|
144
|
+
|
|
145
|
+
#### `@mui/x-data-grid-pro@9.2.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
146
|
+
|
|
147
|
+
Same changes as in `@mui/x-data-grid@9.2.0`.
|
|
148
|
+
|
|
149
|
+
#### `@mui/x-data-grid-premium@9.2.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
150
|
+
|
|
151
|
+
Same changes as in `@mui/x-data-grid-pro@9.2.0`.
|
|
152
|
+
|
|
153
|
+
### Date and Time Pickers
|
|
154
|
+
|
|
155
|
+
#### `@mui/x-date-pickers@9.2.0`
|
|
156
|
+
|
|
157
|
+
- [pickers] Trim test helpers' default load graph (#22421) @JCQuintas
|
|
158
|
+
|
|
159
|
+
#### `@mui/x-date-pickers-pro@9.2.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
160
|
+
|
|
161
|
+
Same changes as in `@mui/x-date-pickers@9.2.0`.
|
|
162
|
+
|
|
163
|
+
### Charts
|
|
164
|
+
|
|
165
|
+
#### `@mui/x-charts@9.2.0`
|
|
166
|
+
|
|
167
|
+
Internal changes.
|
|
168
|
+
|
|
169
|
+
#### `@mui/x-charts-pro@9.2.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
170
|
+
|
|
171
|
+
Same changes as in `@mui/x-charts@9.2.0`.
|
|
172
|
+
|
|
173
|
+
#### `@mui/x-charts-premium@9.2.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
174
|
+
|
|
175
|
+
Same changes as in `@mui/x-charts-pro@9.2.0`, plus:
|
|
176
|
+
|
|
177
|
+
- [charts-premium] Add `Highlight` support to `RadialBarChart` (#22322) @alexfauquette
|
|
178
|
+
- [charts-premium] Add `WebGL` renderer to `BarChartPremium` (#22354) @JCQuintas
|
|
179
|
+
- [charts-premium] Add mark shape support to the radial line (#22242) @alexfauquette
|
|
180
|
+
- [charts-premium] `RadialBarChart` support axis interaction with layout horizontal (#22319) @alexfauquette
|
|
181
|
+
|
|
182
|
+
### Tree View
|
|
183
|
+
|
|
184
|
+
#### `@mui/x-tree-view@9.1.0`
|
|
185
|
+
|
|
186
|
+
Internal changes.
|
|
187
|
+
|
|
188
|
+
#### `@mui/x-tree-view-pro@9.1.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
189
|
+
|
|
190
|
+
Same changes as in `@mui/x-tree-view@9.1.0`.
|
|
191
|
+
|
|
192
|
+
### Scheduler
|
|
193
|
+
|
|
194
|
+
#### `@mui/x-scheduler@9.0.0-alpha.6`
|
|
195
|
+
|
|
196
|
+
- [scheduler] Complete ARIA grid semantics on `EventTimeline` and `EventCalendar` (#22266) @Anexus5919
|
|
197
|
+
- [scheduler] Improve UX for recurrence tab (#22287) @mustafajw07
|
|
198
|
+
|
|
199
|
+
#### `@mui/x-scheduler-premium@9.0.0-alpha.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
200
|
+
|
|
201
|
+
Same changes as in `@mui/x-scheduler@9.0.0-alpha.6`.
|
|
202
|
+
|
|
203
|
+
### Codemod
|
|
204
|
+
|
|
205
|
+
#### `@mui/x-codemod@9.1.0`
|
|
206
|
+
|
|
207
|
+
Internal changes.
|
|
208
|
+
|
|
209
|
+
### Docs
|
|
210
|
+
|
|
211
|
+
- [docs] Document the `RadialBarChart` (#22320) @alexfauquette
|
|
212
|
+
- [docs] Add histogram demo to bar-demo page (#22373) @siriwatknp
|
|
213
|
+
- [docs] Add radial bar to the nav bar (#22429) @alexfauquette
|
|
214
|
+
- [docs] Split radial grid and radial line pages (#22238) @alexfauquette
|
|
215
|
+
|
|
216
|
+
### Miscellaneous
|
|
217
|
+
|
|
218
|
+
- [test] Disable animations in chart benchmarks (#22433) @bernardobelchior
|
|
219
|
+
- [test] Move `x-internal-gestures` vitest isolate flag to test block (#22427) @JCQuintas
|
|
220
|
+
- [test] Reduce flakiness in `MobileTimeRangePicker` multi-input `describeValue` tests (#22422) @JCQuintas
|
|
221
|
+
- [x-license] Exclude compat test pins from Renovate major bumps (#22414) @aemartos
|
|
222
|
+
- [x-license] Add cross-major license format compatibility tests (#22335) @aemartos
|
|
223
|
+
|
|
3
224
|
## 9.1.0
|
|
4
225
|
|
|
5
226
|
_May 8, 2026_
|
|
@@ -51,8 +51,8 @@ const configuration = {
|
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
const packageInfo = {
|
|
54
|
-
releaseDate: "
|
|
55
|
-
version: "9.
|
|
54
|
+
releaseDate: "MTc3OTMyMTYwMDAwMA==",
|
|
55
|
+
version: "9.3.0",
|
|
56
56
|
name: 'x-data-grid-premium'
|
|
57
57
|
};
|
|
58
58
|
const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.Watermark, {
|
|
@@ -44,8 +44,8 @@ const configuration = {
|
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
46
|
const packageInfo = {
|
|
47
|
-
releaseDate: "
|
|
48
|
-
version: "9.
|
|
47
|
+
releaseDate: "MTc3OTMyMTYwMDAwMA==",
|
|
48
|
+
version: "9.3.0",
|
|
49
49
|
name: 'x-data-grid-premium'
|
|
50
50
|
};
|
|
51
51
|
const watermark = /*#__PURE__*/_jsx(Watermark, {
|
|
@@ -51,7 +51,7 @@ function GridBottomContainer(props) {
|
|
|
51
51
|
other = (0, _objectWithoutPropertiesLoose2.default)(props, _excluded);
|
|
52
52
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Element, (0, _extends2.default)({}, other, {
|
|
53
53
|
className: (0, _clsx.default)(classes.root, _xDataGridPro.gridClasses['container--bottom']),
|
|
54
|
-
role: "
|
|
54
|
+
role: "none",
|
|
55
55
|
children: hasAggregation && isLoading && aggregationPosition === 'footer' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_GridAggregationRowOverlay.GridAggregationRowOverlay, {}) : children
|
|
56
56
|
}));
|
|
57
57
|
}
|
|
@@ -43,7 +43,7 @@ export function GridBottomContainer(props) {
|
|
|
43
43
|
other = _objectWithoutPropertiesLoose(props, _excluded);
|
|
44
44
|
return /*#__PURE__*/_jsx(Element, _extends({}, other, {
|
|
45
45
|
className: clsx(classes.root, gridClasses['container--bottom']),
|
|
46
|
-
role: "
|
|
46
|
+
role: "none",
|
|
47
47
|
children: hasAggregation && isLoading && aggregationPosition === 'footer' ? /*#__PURE__*/_jsx(GridAggregationRowOverlay, {}) : children
|
|
48
48
|
}));
|
|
49
49
|
}
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-data-grid-premium",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Premium plan edition of the MUI X Data Grid Components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.29.2",
|
|
37
|
-
"@mui/utils": "9.0.
|
|
37
|
+
"@mui/utils": "9.0.1",
|
|
38
38
|
"@mui/x-internal-exceljs-fork": "4.4.5",
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"prop-types": "^15.8.1",
|
|
41
|
-
"@mui/x-data-grid-pro": "^9.
|
|
42
|
-
"@mui/x-
|
|
43
|
-
"@mui/x-
|
|
44
|
-
"@mui/x-
|
|
41
|
+
"@mui/x-data-grid-pro": "^9.3.0",
|
|
42
|
+
"@mui/x-data-grid": "^9.3.0",
|
|
43
|
+
"@mui/x-internals": "^9.1.0",
|
|
44
|
+
"@mui/x-license": "^9.2.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@emotion/react": "^11.9.0",
|