Skip to content

Commit 8c53c87

Browse files
cherniavskiibernardobelchiorflaviendelanglearminmeh
authored
[release] v8.11.2 (#19519)
Co-authored-by: Bernardo Belchior <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]>
1 parent 795659b commit 8c53c87

File tree

17 files changed

+111
-16
lines changed

17 files changed

+111
-16
lines changed

CHANGELOG.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,101 @@
55
All notable changes to this project will be documented in this file.
66
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## 8.11.2
9+
10+
_Sep 10, 2025_
11+
12+
We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🐞 Bugfixes
15+
- 📚 Documentation improvements
16+
17+
Special thanks go out to the community members for their valuable contributions:
18+
@ludvigeriksson, @sai6855
19+
20+
The following are all team members who have contributed to this release:
21+
@alexfauquette, @bernardobelchior, @brijeshb42, @flaviendelangle, @Janpot, @LukasTy, @MBilalShafi, @noraleonte, @rita-codes, @romgrk, @siriwatknp
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Allow opting out of the exclude row selection model (#19423) @MBilalShafi
28+
- [DataGrid] Fix column dropdown menu text alignment for the "Unpin" menu item (#19462) @MBilalShafi
29+
- [DataGrid] Fix indeterminate state for "Select all" checkbox with exclude model (#19466) @MBilalShafi
30+
- [DataGrid] Fix styled API arguments error (#19460) @MBilalShafi
31+
- [DataGrid] Fix `stringify()` for theme objects (#19427) @romgrk
32+
33+
#### `@mui/[email protected]` [![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/[email protected]`.
36+
37+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38+
39+
Same changes as in `@mui/[email protected]`, plus:
40+
41+
- [DataGridPremium] Fallback to the regular reorder method for plain data (#19467) @MBilalShafi
42+
- [DataGridPremium] Fix showing `0` as total aggregation value when aggregation position is set to `null` for row groups (#19515) @cherniavskii
43+
44+
### Date and Time Pickers
45+
46+
#### `@mui/[email protected]`
47+
48+
- [pickers] Gracefully handle `textField.slotProps` (#18980) @LukasTy
49+
- [pickers] Improve hour and minute placement in Date Time Picker (#19227) @MBilalShafi
50+
- [pickers] Use `calendarState.currentMonth` in Month Calendar when available (#19073) @LukasTy
51+
- [pickers] Improve invalid value pasting into a section (#19357) @sai6855
52+
- [fields] Remove redundant `id` and `aria-labelledby` attributes from spinbuttons (#19523) @LukasTy
53+
54+
#### `@mui/[email protected]` [![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/[email protected]`.
57+
58+
### Charts
59+
60+
#### `@mui/[email protected]`
61+
62+
- [charts] Fix highlight regression (#19486) @alexfauquette
63+
- [charts] Improve code reuse in `ChartsXAxis` and `ChartsYAxis` (#19198) @bernardobelchior
64+
- [charts] Simplify params in `getRange` and `createDateFormatter` (#19517) @bernardobelchior
65+
- [charts] Handle domain edge cases with `filterMode: 'discard'` (#19199) @bernardobelchior
66+
- [l10n] Add Swedish (sv-SE) locale (#19489) @ludvigeriksson
67+
68+
#### `@mui/[email protected]` [![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/[email protected]`.
71+
72+
### Tree View
73+
74+
#### `@mui/[email protected]`
75+
76+
- [TreeView] Do not mutate `props.items` in the `getItemTree()` method (#19483) @flaviendelangle
77+
- [TreeView] Expose a new hook to apply selection propagation on the selected items (#19402) @flaviendelangle
78+
79+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
80+
81+
Same changes as in `@mui/[email protected]`.
82+
83+
### Codemod
84+
85+
#### `@mui/[email protected]`
86+
87+
Internal changes.
88+
89+
### Docs
90+
91+
- [docs] Add recipe for save and manage filters from the panel (#19361) @siriwatknp
92+
93+
### Core
94+
95+
- [code-infra] Remove log when restarting dev server (#19490) @bernardobelchior
96+
- [code-infra] Store test results in CI (#19507) @Janpot
97+
98+
### Miscellaneous
99+
100+
- [infra] Set nodejs versions of various CIs to 22.18 (#19503) @brijeshb42
101+
- [test] Split infinitive @romgrk
102+
8103
## 8.11.1
9104

10105
_Sep 4, 2025_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.11.1",
2+
"version": "8.11.2",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-charts-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-pro",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Charts components.",
66
"license": "SEE LICENSE IN LICENSE",

packages/x-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "The community edition of MUI X Charts components.",
66
"license": "MIT",

packages/x-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-codemod",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "Codemod scripts for MUI X.",
66
"bin": "./codemod.js",

packages/x-data-grid-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "Generate fake data for demo purposes only.",
66
"license": "UNLICENSED",

packages/x-data-grid-premium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "The Premium plan edition of the MUI X Data Grid Components.",
66
"license": "SEE LICENSE IN LICENSE",

packages/x-data-grid-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Data Grid components.",
66
"license": "SEE LICENSE IN LICENSE",

packages/x-data-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "The Community plan edition of the MUI X Data Grid components.",
66
"license": "MIT",

packages/x-date-pickers-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "8.11.1",
3+
"version": "8.11.2",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Date and Time Picker components.",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)