@mui/x-license 8.25.0 → 8.29.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 +921 -0
- package/{esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.d.ts → Unstable_LicenseInfoProvider/LicenseInfoProvider.d.mts} +1 -1
- package/{esm/Unstable_LicenseInfoProvider/LicenseInfoProvider.js → Unstable_LicenseInfoProvider/LicenseInfoProvider.mjs} +1 -1
- package/{esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.ts → Unstable_LicenseInfoProvider/MuiLicenseInfoContext.d.mts} +1 -1
- package/{esm/Unstable_LicenseInfoProvider/index.d.ts → Unstable_LicenseInfoProvider/index.d.mts} +2 -2
- package/{esm/Unstable_LicenseInfoProvider/index.js → Unstable_LicenseInfoProvider/index.mjs} +1 -1
- package/{esm/Watermark/Watermark.d.ts → Watermark/Watermark.d.mts} +1 -1
- package/{esm/Watermark/Watermark.js → Watermark/Watermark.mjs} +2 -2
- package/Watermark/index.d.mts +1 -0
- package/Watermark/index.mjs +1 -0
- package/encoding/index.d.mts +2 -0
- package/encoding/index.mjs +2 -0
- package/{esm/generateLicense/generateLicense.d.ts → generateLicense/generateLicense.d.mts} +2 -2
- package/{esm/generateLicense/generateLicense.js → generateLicense/generateLicense.mjs} +4 -4
- package/generateLicense/index.d.mts +1 -0
- package/generateLicense/index.mjs +1 -0
- package/index.d.mts +7 -0
- package/index.js +1 -1
- package/index.mjs +14 -0
- package/package.json +105 -14
- package/{esm/useLicenseVerifier/index.d.ts → useLicenseVerifier/index.d.mts} +1 -1
- package/{esm/useLicenseVerifier/index.js → useLicenseVerifier/index.mjs} +1 -1
- package/{esm/useLicenseVerifier/useLicenseVerifier.d.ts → useLicenseVerifier/useLicenseVerifier.d.mts} +2 -2
- package/{esm/useLicenseVerifier/useLicenseVerifier.js → useLicenseVerifier/useLicenseVerifier.mjs} +5 -5
- package/utils/index.d.mts +6 -0
- package/utils/index.mjs +4 -0
- package/verifyLicense/index.d.mts +1 -0
- package/verifyLicense/index.mjs +1 -0
- package/{esm/verifyLicense/verifyLicense.d.ts → verifyLicense/verifyLicense.d.mts} +2 -2
- package/{esm/verifyLicense/verifyLicense.js → verifyLicense/verifyLicense.mjs} +5 -5
- package/esm/Watermark/index.d.ts +0 -1
- package/esm/Watermark/index.js +0 -1
- package/esm/encoding/index.d.ts +0 -2
- package/esm/encoding/index.js +0 -2
- package/esm/generateLicense/index.d.ts +0 -1
- package/esm/generateLicense/index.js +0 -1
- package/esm/index.d.ts +0 -7
- package/esm/index.js +0 -14
- package/esm/package.json +0 -1
- package/esm/utils/index.d.ts +0 -6
- package/esm/utils/index.js +0 -4
- package/esm/verifyLicense/index.d.ts +0 -1
- package/esm/verifyLicense/index.js +0 -1
- /package/{esm/Unstable_LicenseInfoProvider/MuiLicenseInfoContext.js → Unstable_LicenseInfoProvider/MuiLicenseInfoContext.mjs} +0 -0
- /package/{esm/encoding/base64.d.ts → encoding/base64.d.mts} +0 -0
- /package/{esm/encoding/base64.js → encoding/base64.mjs} +0 -0
- /package/{esm/encoding/md5.d.ts → encoding/md5.d.mts} +0 -0
- /package/{esm/encoding/md5.js → encoding/md5.mjs} +0 -0
- /package/{esm/utils/commercialPackages.d.ts → utils/commercialPackages.d.mts} +0 -0
- /package/{esm/utils/commercialPackages.js → utils/commercialPackages.mjs} +0 -0
- /package/{esm/utils/licenseErrorMessageUtils.d.ts → utils/licenseErrorMessageUtils.d.mts} +0 -0
- /package/{esm/utils/licenseErrorMessageUtils.js → utils/licenseErrorMessageUtils.mjs} +0 -0
- /package/{esm/utils/licenseInfo.d.ts → utils/licenseInfo.d.mts} +0 -0
- /package/{esm/utils/licenseInfo.js → utils/licenseInfo.mjs} +0 -0
- /package/{esm/utils/licenseModel.d.ts → utils/licenseModel.d.mts} +0 -0
- /package/{esm/utils/licenseModel.js → utils/licenseModel.mjs} +0 -0
- /package/{esm/utils/licenseStatus.d.ts → utils/licenseStatus.d.mts} +0 -0
- /package/{esm/utils/licenseStatus.js → utils/licenseStatus.mjs} +0 -0
- /package/{esm/utils/plan.d.ts → utils/plan.d.mts} +0 -0
- /package/{esm/utils/plan.js → utils/plan.mjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,927 @@
|
|
|
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.29.0
|
|
9
|
+
<!-- generated comparing v8.28.7..v8.x -->
|
|
10
|
+
_Jun 5, 2026_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- ⚡️ Update exceljs fork (#22668)
|
|
15
|
+
- 🐞 Bugfixes
|
|
16
|
+
|
|
17
|
+
The following team members contributed to this release:
|
|
18
|
+
@brijeshb42, @cherniavskii
|
|
19
|
+
|
|
20
|
+
### Data Grid
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid@8.29.0`
|
|
23
|
+
|
|
24
|
+
Internal changes.
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@8.29.0`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@8.29.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
31
|
+
|
|
32
|
+
> This release includes a version bump of the `@mui/x-internal-exceljs-fork` package to address the vulnerable dependencies.
|
|
33
|
+
> The following CVEs are fixed:
|
|
34
|
+
>
|
|
35
|
+
> - <https://github.com/advisories/GHSA-ph9p-34f9-6g65>
|
|
36
|
+
> - <https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74>
|
|
37
|
+
> - <https://github.com/advisories/GHSA-w5hq-g745-h8pq>
|
|
38
|
+
>
|
|
39
|
+
> To make this security update possible, we bumped the `node` version requirement from `>=14.0.0` to `>=14.17.0`.
|
|
40
|
+
> [Node.js 14.17.0](https://nodejs.org/en/blog/release/v14.17.0) was released in May 2021, so we consider it safe to bump the requirement without causing issues for our users.
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.0`, plus:
|
|
43
|
+
|
|
44
|
+
- [DataGridPremium] Update exceljs fork (#22668) @cherniavskii
|
|
45
|
+
|
|
46
|
+
### Date and Time Pickers
|
|
47
|
+
|
|
48
|
+
#### `@mui/x-date-pickers@8.29.0`
|
|
49
|
+
|
|
50
|
+
Internal changes.
|
|
51
|
+
|
|
52
|
+
#### `@mui/x-date-pickers-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
53
|
+
|
|
54
|
+
Same changes as in `@mui/x-date-pickers@8.29.0`.
|
|
55
|
+
|
|
56
|
+
### Charts
|
|
57
|
+
|
|
58
|
+
#### `@mui/x-charts@8.29.0`
|
|
59
|
+
|
|
60
|
+
Internal changes.
|
|
61
|
+
|
|
62
|
+
#### `@mui/x-charts-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
63
|
+
|
|
64
|
+
Same changes as in `@mui/x-charts@8.29.0`.
|
|
65
|
+
|
|
66
|
+
#### `@mui/x-charts-premium@8.29.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
67
|
+
|
|
68
|
+
Same changes as in `@mui/x-charts-pro@8.29.0`.
|
|
69
|
+
|
|
70
|
+
### Tree View
|
|
71
|
+
|
|
72
|
+
#### `@mui/x-tree-view@8.29.0`
|
|
73
|
+
|
|
74
|
+
Internal changes.
|
|
75
|
+
|
|
76
|
+
#### `@mui/x-tree-view-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
77
|
+
|
|
78
|
+
Same changes as in `@mui/x-tree-view@8.29.0`.
|
|
79
|
+
|
|
80
|
+
### Codemod
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-codemod@8.29.0`
|
|
83
|
+
|
|
84
|
+
Internal changes.
|
|
85
|
+
|
|
86
|
+
### Core
|
|
87
|
+
|
|
88
|
+
- [code-infra] Backport flat build setup to v8.x (#22536) @brijeshb42
|
|
89
|
+
|
|
90
|
+
## 8.28.7
|
|
91
|
+
|
|
92
|
+
_May 20, 2026_
|
|
93
|
+
|
|
94
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible:
|
|
95
|
+
@arminmeh, @LukasTy
|
|
96
|
+
|
|
97
|
+
### Data Grid
|
|
98
|
+
|
|
99
|
+
#### `@mui/x-data-grid@8.28.7`
|
|
100
|
+
|
|
101
|
+
- [DataGrid] Fix scrollbar disappearing after multiple resizes (#22516) @LukasTy
|
|
102
|
+
|
|
103
|
+
#### `@mui/x-data-grid-pro@8.28.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
104
|
+
|
|
105
|
+
Same changes as in `@mui/x-data-grid@8.28.7`.
|
|
106
|
+
|
|
107
|
+
#### `@mui/x-data-grid-premium@8.28.7` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
108
|
+
|
|
109
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.7`.
|
|
110
|
+
|
|
111
|
+
### Date and Time Pickers
|
|
112
|
+
|
|
113
|
+
#### `@mui/x-date-pickers@8.28.7`
|
|
114
|
+
|
|
115
|
+
- [pickers] Fix disabled state styling for `PickersTextField` standard and filled variants (#22534) @LukasTy
|
|
116
|
+
|
|
117
|
+
#### `@mui/x-date-pickers-pro@8.28.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
118
|
+
|
|
119
|
+
Same changes as in `@mui/x-date-pickers@8.28.7`.
|
|
120
|
+
|
|
121
|
+
### Docs
|
|
122
|
+
|
|
123
|
+
- [docs] Automatically update supported versions (#22527) @arminmeh
|
|
124
|
+
|
|
125
|
+
## 8.28.6
|
|
126
|
+
|
|
127
|
+
_May 13, 2026_
|
|
128
|
+
|
|
129
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
130
|
+
|
|
131
|
+
- 🐞 Bugfixes
|
|
132
|
+
|
|
133
|
+
The following team members contributed to this release:
|
|
134
|
+
@LukasTy, @MBilalShafi
|
|
135
|
+
|
|
136
|
+
### Data Grid
|
|
137
|
+
|
|
138
|
+
#### `@mui/x-data-grid@8.28.6`
|
|
139
|
+
|
|
140
|
+
Internal changes.
|
|
141
|
+
|
|
142
|
+
#### `@mui/x-data-grid-pro@8.28.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
143
|
+
|
|
144
|
+
Same changes as in `@mui/x-data-grid@8.28.6`, plus:
|
|
145
|
+
|
|
146
|
+
- [DataGridPro] Preserve parent selection for non-selectable children (@MBilalShafi) (#22013)
|
|
147
|
+
|
|
148
|
+
#### `@mui/x-data-grid-premium@8.28.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
149
|
+
|
|
150
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.6`.
|
|
151
|
+
|
|
152
|
+
### Docs
|
|
153
|
+
|
|
154
|
+
- [docs] Replace broken CodeSandbox iframes in migration guides (#22380) @LukasTy
|
|
155
|
+
|
|
156
|
+
## 8.28.5
|
|
157
|
+
|
|
158
|
+
_May 8, 2026_
|
|
159
|
+
|
|
160
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
161
|
+
|
|
162
|
+
- 🐞 Bugfixes
|
|
163
|
+
|
|
164
|
+
The following team members contributed to this release:
|
|
165
|
+
@LukasTy, @MBilalShafi
|
|
166
|
+
|
|
167
|
+
### Data Grid
|
|
168
|
+
|
|
169
|
+
#### `@mui/x-data-grid@8.28.5`
|
|
170
|
+
|
|
171
|
+
- [DataGrid] Fix active filter detection for array values (#22357) @MBilalShafi
|
|
172
|
+
- [DataGrid] Fix crash when grouping/tree-data values match `Object.prototype` property names (#22343) @LukasTy
|
|
173
|
+
|
|
174
|
+
#### `@mui/x-data-grid-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
175
|
+
|
|
176
|
+
Same changes as in `@mui/x-data-grid@8.28.5`.
|
|
177
|
+
|
|
178
|
+
#### `@mui/x-data-grid-premium@8.28.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
179
|
+
|
|
180
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.5`.
|
|
181
|
+
|
|
182
|
+
### Date and Time Pickers
|
|
183
|
+
|
|
184
|
+
#### `@mui/x-date-pickers@8.28.5`
|
|
185
|
+
|
|
186
|
+
- [pickers] Fix duplicate hour label in `MultiSectionDigitalClock` on DST day (#22350) @LukasTy
|
|
187
|
+
|
|
188
|
+
#### `@mui/x-date-pickers-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
189
|
+
|
|
190
|
+
Same changes as in `@mui/x-date-pickers@8.28.5`.
|
|
191
|
+
|
|
192
|
+
### Tree View
|
|
193
|
+
|
|
194
|
+
#### `@mui/x-tree-view@8.28.5`
|
|
195
|
+
|
|
196
|
+
- [tree view] Fix stale Tree View `apiRef` after keyed remount (#22355) @MBilalShafi
|
|
197
|
+
|
|
198
|
+
#### `@mui/x-tree-view-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
199
|
+
|
|
200
|
+
Same changes as in `@mui/x-tree-view@8.28.5`.
|
|
201
|
+
|
|
202
|
+
### Core
|
|
203
|
+
|
|
204
|
+
- [code-infra] Fix broken `valelint` and docs build (#22362) @LukasTy
|
|
205
|
+
|
|
206
|
+
## 8.28.4
|
|
207
|
+
|
|
208
|
+
_Apr 27, 2026_
|
|
209
|
+
|
|
210
|
+
We'd like to extend a big thank you to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
211
|
+
|
|
212
|
+
- 🐞 Bugfixes
|
|
213
|
+
|
|
214
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
215
|
+
@supunsathsara
|
|
216
|
+
|
|
217
|
+
The following team members contributed to this release:
|
|
218
|
+
@LukasTy, @michelengelen
|
|
219
|
+
|
|
220
|
+
### Date and Time Pickers
|
|
221
|
+
|
|
222
|
+
#### `@mui/x-date-pickers@8.28.4`
|
|
223
|
+
|
|
224
|
+
- [pickers] Fix `DateRangeCalendar` drag with `AdapterDayjs` plain-constructor values (#22170) @LukasTy
|
|
225
|
+
- [pickers] Fix disabled state not overriding error border color (#22186) @supunsathsara
|
|
226
|
+
- [pickers] Use `convertToMeridiem` utility in `transferDateSectionValue` (#22132) @michelengelen
|
|
227
|
+
|
|
228
|
+
#### `@mui/x-date-pickers-pro@8.28.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
229
|
+
|
|
230
|
+
Same changes as in `@mui/x-date-pickers@8.28.4`.
|
|
231
|
+
|
|
232
|
+
### Docs
|
|
233
|
+
|
|
234
|
+
- [docs] Remove obsolete v7 deprecation warning for `dayOfWeekFormatter` (#22120) @LukasTy
|
|
235
|
+
- [docs] Use mui.com for broken links checker known targets (#22171) @LukasTy
|
|
236
|
+
|
|
237
|
+
## 8.28.3
|
|
238
|
+
|
|
239
|
+
_Apr 15, 2026_
|
|
240
|
+
|
|
241
|
+
We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
242
|
+
|
|
243
|
+
- 🐞 Bugfixes
|
|
244
|
+
|
|
245
|
+
Special thanks go out to this community member for their valuable contribution:
|
|
246
|
+
@nk10nikhil
|
|
247
|
+
|
|
248
|
+
The following team members contributed to this release:
|
|
249
|
+
@flaviendelangle, @LukasTy, @MBilalShafi, @michelengelen, @sai6855
|
|
250
|
+
|
|
251
|
+
### Data Grid
|
|
252
|
+
|
|
253
|
+
#### `@mui/x-data-grid@8.28.2`
|
|
254
|
+
|
|
255
|
+
Internal changes.
|
|
256
|
+
|
|
257
|
+
#### `@mui/x-data-grid-pro@8.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
258
|
+
|
|
259
|
+
Same changes as in `@mui/x-data-grid@8.28.2`, plus:
|
|
260
|
+
|
|
261
|
+
- [DataGridPro] Improve trigger for nested row reordering (#21996) @MBilalShafi
|
|
262
|
+
|
|
263
|
+
#### `@mui/x-data-grid-premium@8.28.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
264
|
+
|
|
265
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.2`.
|
|
266
|
+
|
|
267
|
+
### Date and Time Pickers
|
|
268
|
+
|
|
269
|
+
#### `@mui/x-date-pickers@8.28.3`
|
|
270
|
+
|
|
271
|
+
- [pickers] Ensure correct `display` property on Day component (#21980) @LukasTy
|
|
272
|
+
|
|
273
|
+
#### `@mui/x-date-pickers-pro@8.28.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
274
|
+
|
|
275
|
+
Same changes as in `@mui/x-date-pickers@8.28.3`.
|
|
276
|
+
|
|
277
|
+
### Charts
|
|
278
|
+
|
|
279
|
+
#### `@mui/x-charts@8.28.2`
|
|
280
|
+
|
|
281
|
+
- [charts] Add missing export for `ChartsBrushOverlay` (#21993) (#22008) @nk10nikhil
|
|
282
|
+
|
|
283
|
+
#### `@mui/x-charts-pro@8.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
284
|
+
|
|
285
|
+
Same changes as in `@mui/x-charts@8.28.2`.
|
|
286
|
+
|
|
287
|
+
#### `@mui/x-charts-premium@8.28.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
288
|
+
|
|
289
|
+
Same changes as in `@mui/x-charts-pro@8.28.2`.
|
|
290
|
+
|
|
291
|
+
### Tree View
|
|
292
|
+
|
|
293
|
+
#### `@mui/x-tree-view@8.28.3`
|
|
294
|
+
|
|
295
|
+
- [tree view] Move `lazyLoadedItems` initialization to state initializer (#22087) @michelengelen
|
|
296
|
+
|
|
297
|
+
#### `@mui/x-tree-view-pro@8.28.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
298
|
+
|
|
299
|
+
Same changes as in `@mui/x-tree-view@8.28.3`, plus:
|
|
300
|
+
|
|
301
|
+
- [RichTreeViewPro] Allow to auto-expand lazy loaded items (#21957) @flaviendelangle
|
|
302
|
+
|
|
303
|
+
### Docs
|
|
304
|
+
|
|
305
|
+
- [docs] Fix `TreeDataFullExample` data grid demo crash (#22007) @sai6855
|
|
306
|
+
|
|
307
|
+
### Miscellaneous
|
|
308
|
+
|
|
309
|
+
- [core] Post v9 stable updates (#22035) @LukasTy
|
|
310
|
+
|
|
311
|
+
## 8.28.2
|
|
312
|
+
|
|
313
|
+
_Apr 1, 2026_
|
|
314
|
+
|
|
315
|
+
We'd like to extend a big thank you to the 4 contributors who made this release possible.
|
|
316
|
+
|
|
317
|
+
Special thanks go out to this community member for their valuable contribution:
|
|
318
|
+
@mixelburg, @sibananda485
|
|
319
|
+
|
|
320
|
+
The following team members contributed to this release:
|
|
321
|
+
@dav-is, @JCQuintas
|
|
322
|
+
|
|
323
|
+
### Data Grid
|
|
324
|
+
|
|
325
|
+
#### `@mui/x-data-grid@8.28.2`
|
|
326
|
+
|
|
327
|
+
- [DataGrid] Export `GridColumnUnsortedIconProps` for custom column icon slots (#21898) @mixelburg
|
|
328
|
+
|
|
329
|
+
#### `@mui/x-data-grid-pro@8.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
330
|
+
|
|
331
|
+
Same changes as in `@mui/x-data-grid@8.28.2`.
|
|
332
|
+
|
|
333
|
+
#### `@mui/x-data-grid-premium@8.28.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
334
|
+
|
|
335
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.2`, plus:
|
|
336
|
+
|
|
337
|
+
- [DataGridPremium] Fix clipboard paste issue in portal (#21949) @sibananda485
|
|
338
|
+
|
|
339
|
+
### Charts
|
|
340
|
+
|
|
341
|
+
#### `@mui/x-charts@8.28.2`
|
|
342
|
+
|
|
343
|
+
- [charts] Fix zoom slider preview with discard filter mode (#21906) @JCQuintas
|
|
344
|
+
|
|
345
|
+
#### `@mui/x-charts-pro@8.28.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
346
|
+
|
|
347
|
+
Same changes as in `@mui/x-charts@8.28.2`.
|
|
348
|
+
|
|
349
|
+
#### `@mui/x-charts-premium@8.28.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
350
|
+
|
|
351
|
+
Same changes as in `@mui/x-charts-pro@8.28.2`.
|
|
352
|
+
|
|
353
|
+
### Docs
|
|
354
|
+
|
|
355
|
+
- [docs] Fix JSDOM → jsdom casing (#21908) @JCQuintas
|
|
356
|
+
|
|
357
|
+
### Core
|
|
358
|
+
|
|
359
|
+
- [docs-infra] Set `SEARCH_INDEX` Env for v8 (#21875) @dav-is
|
|
360
|
+
|
|
361
|
+
## 8.28.1
|
|
362
|
+
|
|
363
|
+
_Mar 26, 2026_
|
|
364
|
+
|
|
365
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible.
|
|
366
|
+
|
|
367
|
+
The following team members contributed to this release:
|
|
368
|
+
@arminmeh, @cherniavskii
|
|
369
|
+
|
|
370
|
+
### Data Grid
|
|
371
|
+
|
|
372
|
+
#### `@mui/x-data-grid@8.28.1`
|
|
373
|
+
|
|
374
|
+
- [DataGrid] Prevent repeated `hasScrollbar` state updates (#21847) @arminmeh
|
|
375
|
+
|
|
376
|
+
#### `@mui/x-data-grid-pro@8.28.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
377
|
+
|
|
378
|
+
Same changes as in `@mui/x-data-grid@8.28.1`, plus:
|
|
379
|
+
|
|
380
|
+
- [DataGridPro] `fetchRows()` API's default `start` and `end` params based on scroll position with lazy loading (#21811) @arminmeh
|
|
381
|
+
|
|
382
|
+
#### `@mui/x-data-grid-premium@8.28.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
383
|
+
|
|
384
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.1`.
|
|
385
|
+
|
|
386
|
+
### Core
|
|
387
|
+
|
|
388
|
+
- [internal] Remove headless data grid packages (#21848) @cherniavskii
|
|
389
|
+
|
|
390
|
+
## 8.28.0
|
|
391
|
+
|
|
392
|
+
_Mar 19, 2026_
|
|
393
|
+
|
|
394
|
+
We'd like to extend a big thank you to the 5 contributors who made this release possible.
|
|
395
|
+
|
|
396
|
+
The following team members contributed to this release:
|
|
397
|
+
@alexfauquette, @brijeshb42, @Janpot, @JCQuintas, @sai6855
|
|
398
|
+
|
|
399
|
+
### Data Grid
|
|
400
|
+
|
|
401
|
+
#### `@mui/x-data-grid@8.28.0`
|
|
402
|
+
|
|
403
|
+
- [DataGrid] Move `elementOverrides` to constants and remove duplicates (@sai6855) (#21752) @github-actions[bot]
|
|
404
|
+
|
|
405
|
+
#### `@mui/x-data-grid-pro@8.28.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
406
|
+
|
|
407
|
+
Same changes as in `@mui/x-data-grid@8.28.0`.
|
|
408
|
+
|
|
409
|
+
#### `@mui/x-data-grid-premium@8.28.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
410
|
+
|
|
411
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.0`.
|
|
412
|
+
|
|
413
|
+
### Date and Time Pickers
|
|
414
|
+
|
|
415
|
+
#### `@mui/x-date-pickers@8.27.2`
|
|
416
|
+
|
|
417
|
+
Internal changes.
|
|
418
|
+
|
|
419
|
+
#### `@mui/x-date-pickers-pro@8.27.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
420
|
+
|
|
421
|
+
Same changes as in `@mui/x-date-pickers@8.27.2`.
|
|
422
|
+
|
|
423
|
+
### Charts
|
|
424
|
+
|
|
425
|
+
#### `@mui/x-charts@8.28.0`
|
|
426
|
+
|
|
427
|
+
- [charts] Improve deprecation warnings (#21760) (#21767) @alexfauquette
|
|
428
|
+
- [charts] Refactor `FunnelChart` classes structure (@JCQuintas) (#21763) @github-actions[bot]
|
|
429
|
+
- [charts] Refactor `Heatmap` classes structure (#21653) (#21745) @JCQuintas
|
|
430
|
+
- [charts] Refactor `PieChart` classes structure (@JCQuintas) (#21715) @github-actions[bot]
|
|
431
|
+
- [charts] Refactor `RadarChart` classes structure (@JCQuintas) (#21730) @github-actions[bot]
|
|
432
|
+
- [charts] Refactor `SankeyChart` classes structure (#21654) (#21726) @JCQuintas
|
|
433
|
+
- [charts] Rename `data-series-id` by `data-series` (#21761) (#21772) @alexfauquette
|
|
434
|
+
|
|
435
|
+
#### `@mui/x-charts-pro@8.28.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
436
|
+
|
|
437
|
+
Same changes as in `@mui/x-charts@8.28.0`, plus:
|
|
438
|
+
|
|
439
|
+
- [charts-pro] Allow `brush` interaction to accept `requiredKeys/pointerMode` (#21723) @JCQuintas
|
|
440
|
+
|
|
441
|
+
#### `@mui/x-charts-premium@8.28.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
442
|
+
|
|
443
|
+
Same changes as in `@mui/x-charts-pro@8.28.0`.
|
|
444
|
+
|
|
445
|
+
### Tree View
|
|
446
|
+
|
|
447
|
+
#### `@mui/x-tree-view@8.27.2`
|
|
448
|
+
|
|
449
|
+
Internal changes.
|
|
450
|
+
|
|
451
|
+
#### `@mui/x-tree-view-pro@8.27.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
452
|
+
|
|
453
|
+
Same changes as in `@mui/x-tree-view@8.27.2`.
|
|
454
|
+
|
|
455
|
+
### Codemod
|
|
456
|
+
|
|
457
|
+
#### `@mui/x-codemod@8.27.0`
|
|
458
|
+
|
|
459
|
+
Internal changes.
|
|
460
|
+
|
|
461
|
+
### Core
|
|
462
|
+
|
|
463
|
+
- [code-infra] Fix contributor generation in changelog (#21712) @brijeshb42
|
|
464
|
+
- [code-infra] Install pkg-pr-new (#21778) @Janpot
|
|
465
|
+
|
|
466
|
+
## 8.27.5
|
|
467
|
+
|
|
468
|
+
_Mar 11, 2026_
|
|
469
|
+
|
|
470
|
+
We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
471
|
+
|
|
472
|
+
- 🐞 Bugfixes
|
|
473
|
+
|
|
474
|
+
The following team members contributed to this release:
|
|
475
|
+
@bernardobelchior, @JCQuintas, @MBilalShafi, @michelengelen, @mj12albert, @sai6855, @siriwatknp
|
|
476
|
+
|
|
477
|
+
### Data Grid
|
|
478
|
+
|
|
479
|
+
#### `@mui/x-data-grid@8.27.5`
|
|
480
|
+
|
|
481
|
+
- [DataGrid] Fix crash when `rows` and `rowModesModel` are updated simultaneously (#21684) @michelengelen
|
|
482
|
+
- [DataGrid] Forward rest props in `GridFilterInputMultipleValue` (#21444) @siriwatknp
|
|
483
|
+
- [DataGrid] Remove double rtl inversion logic for columns pinning (#21443) @siriwatknp
|
|
484
|
+
- [DataGrid] Add missing `resizablePanelHandle` classes to `gridClasses` object (#21632) @sai6855
|
|
485
|
+
- [DataGrid] Refactor `headerAlign` style calls (#21633) @sai6855
|
|
486
|
+
- [DataGrid] Fix keyboard navigation with single-row checkbox selection (#21529) @mj12albert
|
|
487
|
+
|
|
488
|
+
#### `@mui/x-data-grid-pro@8.27.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
489
|
+
|
|
490
|
+
Same changes as in `@mui/x-data-grid@8.27.5`, plus:
|
|
491
|
+
|
|
492
|
+
- [DataGridPro] Add `role="presentation"` to detail panel toggle header content (#21691) @michelengelen
|
|
493
|
+
- [DataGridPro] Fix sorting not reflected in nested server-side data (#21641) @MBilalShafi
|
|
494
|
+
|
|
495
|
+
#### `@mui/x-data-grid-premium@8.27.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
496
|
+
|
|
497
|
+
Same changes as in `@mui/x-data-grid-pro@8.27.5`.
|
|
498
|
+
|
|
499
|
+
### Charts
|
|
500
|
+
|
|
501
|
+
#### `@mui/x-charts@8.27.5`
|
|
502
|
+
|
|
503
|
+
- [charts] Refactor `BarChart` classes structure (#21601) (#21644) @JCQuintas
|
|
504
|
+
- [charts] Refactor `LineChart` classes structure (#21672) @JCQuintas
|
|
505
|
+
- [charts] Refactor `ScatterChart` classes structure (#21706) @JCQuintas
|
|
506
|
+
|
|
507
|
+
#### `@mui/x-charts-pro@8.27.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
508
|
+
|
|
509
|
+
Same changes as in `@mui/x-charts@8.27.5`, plus:
|
|
510
|
+
|
|
511
|
+
- [charts-pro] Fix image export truncated when page is zoomed out (#21696) @bernardobelchior
|
|
512
|
+
|
|
513
|
+
#### `@mui/x-charts-premium@8.27.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
514
|
+
|
|
515
|
+
Same changes as in `@mui/x-charts-pro@8.27.5`.
|
|
516
|
+
|
|
517
|
+
### Docs
|
|
518
|
+
|
|
519
|
+
- [docs] Fix `AssistantWithDataSource` demo crashing (#21631) @sai6855
|
|
520
|
+
- [docs] Move Range Bar Chart to existing charts (#21122) @bernardobelchior
|
|
521
|
+
|
|
522
|
+
### Core
|
|
523
|
+
|
|
524
|
+
- [code-infra] Fix datagrid test flakyness (#21657) @JCQuintas
|
|
525
|
+
- [code-infra] Removed `getTeamMembers` function and usage from the release script (#21608) @michelengelen
|
|
526
|
+
|
|
527
|
+
### Miscellaneous
|
|
528
|
+
|
|
529
|
+
- [test] Add missing tests for forwarding props to filter operators in DataGrid (#21700) @siriwatknp
|
|
530
|
+
|
|
531
|
+
## 8.27.4
|
|
532
|
+
|
|
533
|
+
_Mar 5, 2026_
|
|
534
|
+
|
|
535
|
+
We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
536
|
+
|
|
537
|
+
- 🐞 Bugfixes
|
|
538
|
+
- 🌎 Improve Ukrainian (uk-UA) locale
|
|
539
|
+
|
|
540
|
+
Special thanks go out to this community member for their valuable contribution:
|
|
541
|
+
@lion1963
|
|
542
|
+
|
|
543
|
+
The following team members contributed to this release:
|
|
544
|
+
@arminmeh, @brijeshb42, @dav-is, @JCQuintas, @sai6855
|
|
545
|
+
|
|
546
|
+
### Data Grid
|
|
547
|
+
|
|
548
|
+
#### `@mui/x-data-grid@8.27.4`
|
|
549
|
+
|
|
550
|
+
- [DataGrid] Prevent unnecessary row selection checkbox rerendering (#21571) @arminmeh
|
|
551
|
+
- [DataGrid] Make `GridScrollArea` overrides resolver dynamic (#21612) @sai6855
|
|
552
|
+
- [l10n] Improve Ukrainian (uk-UA) locale (#21381) @lion1963
|
|
553
|
+
|
|
554
|
+
#### `@mui/x-data-grid-pro@8.27.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
555
|
+
|
|
556
|
+
Same changes as in `@mui/x-data-grid@8.27.4`, plus:
|
|
557
|
+
|
|
558
|
+
- [DataGridPro] Use `getRowId` prop to calculate the tree data row update (#21544) @arminmeh
|
|
559
|
+
|
|
560
|
+
#### `@mui/x-data-grid-premium@8.27.4` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
561
|
+
|
|
562
|
+
Same changes as in `@mui/x-data-grid-pro@8.27.4`.
|
|
563
|
+
|
|
564
|
+
### Charts
|
|
565
|
+
|
|
566
|
+
#### `@mui/x-charts@8.27.4`
|
|
567
|
+
|
|
568
|
+
- [charts] Deprecate `ChartDataProvider` in favour of `ChartsDataProvider` (#21549) @JCQuintas
|
|
569
|
+
- [charts] Rename `ChartContainer` to `ChartsContainer` (#21186) @JCQuintas
|
|
570
|
+
- [charts] Rename `ChartZoomSlider` to `ChartsZoomSlider` (#21572) @JCQuintas
|
|
571
|
+
|
|
572
|
+
#### `@mui/x-charts-pro@8.27.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
573
|
+
|
|
574
|
+
Same changes as in `@mui/x-charts@8.27.4`.
|
|
575
|
+
|
|
576
|
+
#### `@mui/x-charts-premium@8.27.4` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
577
|
+
|
|
578
|
+
Same changes as in `@mui/x-charts-pro@8.27.4`.
|
|
579
|
+
|
|
580
|
+
### Core
|
|
581
|
+
|
|
582
|
+
- [code-infra] Add eslint rule to prevent `Math.random` in docs (#21505) (#21563) @JCQuintas
|
|
583
|
+
- [code-infra] V8 Dedupe (#21561) @JCQuintas
|
|
584
|
+
- [docs-infra] Apply Cookie Banner to v8.x Branch (#21448) @dav-is
|
|
585
|
+
- [code-infra] Setup checkout to do full clone for non master branches (#21624) @brijeshb42
|
|
586
|
+
|
|
587
|
+
## 8.27.3
|
|
588
|
+
|
|
589
|
+
_Feb 25, 2026_
|
|
590
|
+
|
|
591
|
+
We'd like to extend a big thank you to the 4 contributors who made this release possible. Here are some highlights ✨:
|
|
592
|
+
|
|
593
|
+
- 🐞 Bugfixes
|
|
594
|
+
- ⚡️ Improved dynamic data support and cache invalidation in lazy loading for Data Grid Pro
|
|
595
|
+
|
|
596
|
+
The following team members contributed to this release:
|
|
597
|
+
@cherniavskii, @michelengelen, @MBilalShafi, @arminmeh
|
|
598
|
+
|
|
599
|
+
### Data Grid
|
|
600
|
+
|
|
601
|
+
#### `@mui/x-data-grid@8.27.3`
|
|
602
|
+
|
|
603
|
+
- [DataGrid] Preserve key input during row edit when using `rowModesModel` (#21457) @michelengelen
|
|
604
|
+
|
|
605
|
+
#### `@mui/x-data-grid-pro@8.27.3` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
606
|
+
|
|
607
|
+
Same changes as in `@mui/x-data-grid@8.27.3`, plus:
|
|
608
|
+
|
|
609
|
+
- [DataGridPro] Improve dynamic data support and cache invalidation in lazy loading (#21465) @MBilalShafi
|
|
610
|
+
|
|
611
|
+
#### `@mui/x-data-grid-premium@8.27.3` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
612
|
+
|
|
613
|
+
Same changes as in `@mui/x-data-grid-pro@8.27.3`.
|
|
614
|
+
|
|
615
|
+
### Core
|
|
616
|
+
|
|
617
|
+
- [code-infra] Do not append `x` to the last version for the compare API (#21422) @arminmeh
|
|
618
|
+
- [docs-infra] Fix current version detection logic (#21415) @cherniavskii
|
|
619
|
+
|
|
620
|
+
## 8.27.2
|
|
621
|
+
|
|
622
|
+
_Feb 20, 2026_
|
|
623
|
+
|
|
624
|
+
We'd like to extend a big thank you to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
625
|
+
|
|
626
|
+
- 🐞 Bugfixes
|
|
627
|
+
|
|
628
|
+
### Data Grid
|
|
629
|
+
|
|
630
|
+
#### `@mui/x-data-grid@8.27.2`
|
|
631
|
+
|
|
632
|
+
Internal changes.
|
|
633
|
+
|
|
634
|
+
#### `@mui/x-data-grid-pro@8.27.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
635
|
+
|
|
636
|
+
Same changes as in `@mui/x-data-grid@8.27.2`, plus:
|
|
637
|
+
|
|
638
|
+
- [DataGridPro] Fix number input visibility in header filters (#21345) @michelengelen
|
|
639
|
+
|
|
640
|
+
#### `@mui/x-data-grid-premium@8.27.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
641
|
+
|
|
642
|
+
Same changes as in `@mui/x-data-grid-pro@8.27.2`.
|
|
643
|
+
|
|
644
|
+
### Date and Time Pickers
|
|
645
|
+
|
|
646
|
+
#### `@mui/x-date-pickers@8.27.2`
|
|
647
|
+
|
|
648
|
+
- [DatePicker] Add keyboard support for selecting day, month, and year (#21399) @michelengelen
|
|
649
|
+
|
|
650
|
+
#### `@mui/x-date-pickers-pro@8.27.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
651
|
+
|
|
652
|
+
Same changes as in `@mui/x-date-pickers@8.27.2`, plus:
|
|
653
|
+
|
|
654
|
+
- [DateRangePicker] Fix timezone update issue leading to `invalidRange` error (#21382) @michelengelen
|
|
655
|
+
|
|
656
|
+
### Charts
|
|
657
|
+
|
|
658
|
+
#### `@mui/x-charts@8.27.2`
|
|
659
|
+
|
|
660
|
+
Internal changes.
|
|
661
|
+
|
|
662
|
+
#### `@mui/x-charts-pro@8.27.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
663
|
+
|
|
664
|
+
Same changes as in `@mui/x-charts@8.27.2`, plus:
|
|
665
|
+
|
|
666
|
+
- [charts-pro] Handle edge case in export image (#21206) @bernardobelchior
|
|
667
|
+
|
|
668
|
+
#### `@mui/x-charts-premium@8.27.2` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
669
|
+
|
|
670
|
+
Same changes as in `@mui/x-charts-pro@8.27.2`.
|
|
671
|
+
|
|
672
|
+
### Tree View
|
|
673
|
+
|
|
674
|
+
#### `@mui/x-tree-view@8.27.2`
|
|
675
|
+
|
|
676
|
+
- [tree view] Focus item sibling on unmount instead of the 1st item (#21386) @flaviendelangle
|
|
677
|
+
|
|
678
|
+
#### `@mui/x-tree-view-pro@8.27.2` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
679
|
+
|
|
680
|
+
Same changes as in `@mui/x-tree-view@8.27.2`.
|
|
681
|
+
|
|
682
|
+
### Codemod
|
|
683
|
+
|
|
684
|
+
#### `@mui/x-codemod@8.27.2`
|
|
685
|
+
|
|
686
|
+
Internal changes.
|
|
687
|
+
|
|
688
|
+
### Core
|
|
689
|
+
|
|
690
|
+
- [code-infra] Only ignore `renovate[bot]` in changelog generation script (#21188) @bernardobelchior
|
|
691
|
+
|
|
692
|
+
## v8.27.1
|
|
693
|
+
|
|
694
|
+
<!-- generated comparing v8.27.0..v8.x -->
|
|
695
|
+
|
|
696
|
+
_Feb 13, 2026_
|
|
697
|
+
|
|
698
|
+
We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
699
|
+
|
|
700
|
+
- 📝 CSS bundler support is no longer needed for the Data Grid
|
|
701
|
+
- 🐞 Bugfixes
|
|
702
|
+
|
|
703
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
704
|
+
@sai6855
|
|
705
|
+
|
|
706
|
+
The following team members contributed to this release:
|
|
707
|
+
@arminmeh, @cherniavskii, @flaviendelangle, @mj12albert, @MBilalShafi
|
|
708
|
+
|
|
709
|
+
### Data Grid
|
|
710
|
+
|
|
711
|
+
#### `@mui/x-data-grid@8.27.1`
|
|
712
|
+
|
|
713
|
+
- [DataGrid] Hide column menu icon when there are no items (#21303) @MBilalShafi
|
|
714
|
+
- [DataGrid] Migrate styled imports and remove `index.css` (#21176) @MBilalShafi
|
|
715
|
+
- [DataGrid] Optimize `GridRootStyles` overrides resolver (#21251) @sai6855
|
|
716
|
+
|
|
717
|
+
#### `@mui/x-data-grid-pro@8.27.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
718
|
+
|
|
719
|
+
Same changes as in `@mui/x-data-grid@8.27.1`, plus:
|
|
720
|
+
|
|
721
|
+
- [DataGridPro] Fix column pinning issue with `restoreState` (#21305) @MBilalShafi
|
|
722
|
+
- [DataGridPro] Fix lazy loading params for page with one row (#21238) @MBilalShafi
|
|
723
|
+
- [DataGridPro] Properly extract parent path (#21301) @arminmeh
|
|
724
|
+
|
|
725
|
+
#### `@mui/x-data-grid-premium@8.27.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
726
|
+
|
|
727
|
+
Same changes as in `@mui/x-data-grid-pro@8.27.1`, plus:
|
|
728
|
+
|
|
729
|
+
- [DataGridPremium] Fix aggregation display when `initialState` has both `sortModel` and `pinnedColumns` (#21152) @mj12albert
|
|
730
|
+
|
|
731
|
+
### Tree View
|
|
732
|
+
|
|
733
|
+
#### `@mui/x-tree-view@8.27.1`
|
|
734
|
+
|
|
735
|
+
- [tree view] Fix `apiRef.current.setItemExpansion()` (#21095) @flaviendelangle
|
|
736
|
+
|
|
737
|
+
#### `@mui/x-tree-view-pro@8.27.1` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
738
|
+
|
|
739
|
+
Same changes as in `@mui/x-tree-view@8.27.1`.
|
|
740
|
+
|
|
741
|
+
### Core
|
|
742
|
+
|
|
743
|
+
- [internal] Add CLI for translation using LLM (#21299) @cherniavskii
|
|
744
|
+
|
|
745
|
+
## v8.27.0
|
|
746
|
+
|
|
747
|
+
_Feb 2, 2026_
|
|
748
|
+
|
|
749
|
+
We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
750
|
+
|
|
751
|
+
- 📝 Data Grid supports new `longText` [column type](https://mui.com/x/react-data-grid/column-definition/#column-types)
|
|
752
|
+
|
|
753
|
+
The following team members contributed to this release:
|
|
754
|
+
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @siriwatknp
|
|
755
|
+
|
|
756
|
+
### Data Grid
|
|
757
|
+
|
|
758
|
+
#### `@mui/x-data-grid@8.27.0`
|
|
759
|
+
|
|
760
|
+
- [DataGrid] Fix virtualization crash by preventing out-of-bounds `focusedVirtualCell` indices (#21123) @cherniavskii
|
|
761
|
+
- [DataGrid] Fix focus steal issue with `<Dialog />` (#21106) @MBilalShafi
|
|
762
|
+
- [DataGrid] Add new `longText` column type (#21103) @siriwatknp
|
|
763
|
+
|
|
764
|
+
#### `@mui/x-data-grid-pro@8.27.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
765
|
+
|
|
766
|
+
Same changes as in `@mui/x-data-grid@8.27.0`.
|
|
767
|
+
|
|
768
|
+
#### `@mui/x-data-grid-premium@8.27.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
769
|
+
|
|
770
|
+
Same changes as in `@mui/x-data-grid-pro@8.27.0`, plus:
|
|
771
|
+
|
|
772
|
+
- [DataGridPremium] Fix focus retention when undo/redo operations are done on the same cell (#21110) @arminmeh
|
|
773
|
+
|
|
774
|
+
### Date and Time Pickers
|
|
775
|
+
|
|
776
|
+
#### `@mui/x-date-pickers@8.27.0`
|
|
777
|
+
|
|
778
|
+
Internal changes.
|
|
779
|
+
|
|
780
|
+
#### `@mui/x-date-pickers-pro@8.27.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
781
|
+
|
|
782
|
+
Same changes as in `@mui/x-date-pickers@8.27.0`.
|
|
783
|
+
|
|
784
|
+
### Charts
|
|
785
|
+
|
|
786
|
+
#### `@mui/x-charts@8.27.0`
|
|
787
|
+
|
|
788
|
+
- [charts] Deprecate `AxisId` class in favour of to `data-axis-id` attribute (#21048) @JCQuintas
|
|
789
|
+
|
|
790
|
+
#### `@mui/x-charts-pro@8.27.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
791
|
+
|
|
792
|
+
Same changes as in `@mui/x-charts@8.27.0`, plus:
|
|
793
|
+
|
|
794
|
+
- [charts-pro] Add `onItemClick` to the heatmap (#20817) (#21030) @alexfauquette
|
|
795
|
+
|
|
796
|
+
#### `@mui/x-charts-premium@8.27.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
797
|
+
|
|
798
|
+
Same changes as in `@mui/x-charts-pro@8.27.0`, plus:
|
|
799
|
+
|
|
800
|
+
- [charts-premium] Fix wrong `defaultSlots` in premium charts (#21052) @bernardobelchior
|
|
801
|
+
|
|
802
|
+
### Tree View
|
|
803
|
+
|
|
804
|
+
#### `@mui/x-tree-view@8.27.0`
|
|
805
|
+
|
|
806
|
+
Internal changes.
|
|
807
|
+
|
|
808
|
+
#### `@mui/x-tree-view-pro@8.27.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
809
|
+
|
|
810
|
+
Same changes as in `@mui/x-tree-view@8.27.0`, plus:
|
|
811
|
+
|
|
812
|
+
- [RichTreeViewPro] Do not export `useSimpleTreeViewApiRef()` and `useRichTreeViewApiRef()` from pro package (#21145) @flaviendelangle
|
|
813
|
+
|
|
814
|
+
### Codemod
|
|
815
|
+
|
|
816
|
+
#### `@mui/x-codemod@8.27.0`
|
|
817
|
+
|
|
818
|
+
Internal changes.
|
|
819
|
+
|
|
820
|
+
### Docs
|
|
821
|
+
|
|
822
|
+
- [docs] Fix DataGrid's cell edit renderers (@arminmeh) (#21041) @github-actions[bot]
|
|
823
|
+
|
|
824
|
+
### Core
|
|
825
|
+
|
|
826
|
+
- [code-infra] Add `consistent-type-imports` rule to the grid packages (#21119) @arminmeh
|
|
827
|
+
- [code-infra] Allow user to select target branch if it exists for current major (#21005) @JCQuintas
|
|
828
|
+
- [code-infra] Fix the target branch condition in the release script (#21051) @arminmeh
|
|
829
|
+
- [code-infra] Update docs deploy script to fetch from `v8.x` (#21013) @arminmeh
|
|
830
|
+
|
|
831
|
+
## 8.26.1
|
|
832
|
+
|
|
833
|
+
_Jan 23, 2026_
|
|
834
|
+
|
|
835
|
+
Release highlight ✨:
|
|
836
|
+
|
|
837
|
+
- 🐞 Hotfix for Data Grid Premium type imports
|
|
838
|
+
|
|
839
|
+
### Data Grid
|
|
840
|
+
|
|
841
|
+
#### `@mui/x-data-grid-premium@8.26.1` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
842
|
+
|
|
843
|
+
- [DataGridPremium] Fix type import (#21033) @arminmeh
|
|
844
|
+
|
|
845
|
+
## 8.26.0
|
|
846
|
+
|
|
847
|
+
_Jan 22, 2026_
|
|
848
|
+
|
|
849
|
+
We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
|
|
850
|
+
|
|
851
|
+
- 🔄 Data Grid now supports undo and redo actions. See the [Undo and redo](https://mui.com/x/react-data-grid/undo-redo/) page for details about out-of-the-box support and customization options.
|
|
852
|
+
- 🐞 Bugfixes
|
|
853
|
+
|
|
854
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
855
|
+
@jhe-iqbis
|
|
856
|
+
|
|
857
|
+
The following team members contributed to this release:
|
|
858
|
+
@arminmeh, @cherniavskii, @flaviendelangle, @JCQuintas, @romgrk
|
|
859
|
+
|
|
860
|
+
### Data Grid
|
|
861
|
+
|
|
862
|
+
#### `@mui/x-data-grid@8.26.0`
|
|
863
|
+
|
|
864
|
+
- [DataGrid] Add `onMenuOpen()` and `onMenuClose()` event handlers in `GridActionsCell` (#20994) @jhe-iqbis
|
|
865
|
+
- [DataGrid] Fix scroll position when virtualization is disabled (#20958) @romgrk
|
|
866
|
+
|
|
867
|
+
#### `@mui/x-data-grid-pro@8.26.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
868
|
+
|
|
869
|
+
Same changes as in `@mui/x-data-grid@8.26.0`.
|
|
870
|
+
|
|
871
|
+
#### `@mui/x-data-grid-premium@8.26.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
872
|
+
|
|
873
|
+
Same changes as in `@mui/x-data-grid-pro@8.26.0`, plus:
|
|
874
|
+
|
|
875
|
+
- [DataGridPremium] Undo and redo (#20993) @arminmeh
|
|
876
|
+
|
|
877
|
+
### Date and Time Pickers
|
|
878
|
+
|
|
879
|
+
#### `@mui/x-date-pickers@8.26.0`
|
|
880
|
+
|
|
881
|
+
Internal changes.
|
|
882
|
+
|
|
883
|
+
#### `@mui/x-date-pickers-pro@8.26.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
884
|
+
|
|
885
|
+
Same changes as in `@mui/x-date-pickers@8.26.0`.
|
|
886
|
+
|
|
887
|
+
### Charts
|
|
888
|
+
|
|
889
|
+
#### `@mui/x-charts@8.26.0`
|
|
890
|
+
|
|
891
|
+
Internal changes.
|
|
892
|
+
|
|
893
|
+
#### `@mui/x-charts-pro@8.26.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
894
|
+
|
|
895
|
+
Same changes as in `@mui/x-charts@8.26.0`.
|
|
896
|
+
|
|
897
|
+
#### `@mui/x-charts-premium@8.26.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
898
|
+
|
|
899
|
+
Same changes as in `@mui/x-charts-pro@8.26.0`.
|
|
900
|
+
|
|
901
|
+
### Tree View
|
|
902
|
+
|
|
903
|
+
#### `@mui/x-tree-view@8.26.0`
|
|
904
|
+
|
|
905
|
+
- [tree view] Fix `props.id` not passed to the root element (#20976) @flaviendelangle
|
|
906
|
+
|
|
907
|
+
#### `@mui/x-tree-view-pro@8.26.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
908
|
+
|
|
909
|
+
Same changes as in `@mui/x-tree-view@8.26.0`.
|
|
910
|
+
|
|
911
|
+
### Codemod
|
|
912
|
+
|
|
913
|
+
#### `@mui/x-codemod@8.26.0`
|
|
914
|
+
|
|
915
|
+
Internal changes.
|
|
916
|
+
|
|
917
|
+
### Docs
|
|
918
|
+
|
|
919
|
+
- [docs] Recipe for lazy loading DataGrid's detail panels with auto height (#20995) @arminmeh
|
|
920
|
+
|
|
921
|
+
### Core
|
|
922
|
+
|
|
923
|
+
- [code-infra] Update `master` to `v8` references (#20864) @JCQuintas
|
|
924
|
+
- [code-infra] Update v8 branch tags (#20926) @JCQuintas
|
|
925
|
+
- [code-infra] V8 changes in master (#20919) @JCQuintas
|
|
926
|
+
- [code-infra] Allow user to select target branch if it exists for current major (#21005) @JCQuintas
|
|
927
|
+
- [internal] Set up shared instructions for coding agents (#21000) @cherniavskii
|
|
928
|
+
|
|
8
929
|
## 8.25.0
|
|
9
930
|
|
|
10
931
|
<!-- generated comparing v8.24.0..master -->
|