Skip to content

Commit 93406bb

Browse files
authored
[release] v8.11.3 (#19583)
1 parent 0087d6f commit 93406bb

File tree

19 files changed

+104
-18
lines changed

19 files changed

+104
-18
lines changed

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,92 @@
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.3
9+
10+
_Sep 16, 2025_
11+
12+
We'd like to extend a big thank you to the 11 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+
@sai6855
19+
20+
The following are all team members who have contributed to this release:
21+
@alexfauquette, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @siriwatknp
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Fix numeric font size not being applied (#19552) @cherniavskii
28+
- [DataGrid] Improve `operator` types to display literal values (#19529) @siriwatknp
29+
30+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
31+
32+
Same changes as in `@mui/[email protected]`.
33+
34+
#### `@mui/[email protected]` [![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/[email protected]`.
37+
38+
### Date and Time Pickers
39+
40+
#### `@mui/[email protected]`
41+
42+
- [pickers] Refactor `slots` and `slotProps` propagation strategy (#18867) @LukasTy
43+
44+
#### `@mui/[email protected]` [![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/[email protected]`.
47+
48+
### Charts
49+
50+
#### `@mui/[email protected]`
51+
52+
- [charts] Add `inline-` piecewise legend options (#19382) @JCQuintas
53+
- [charts] Add bar gradient example (#19174) @bernardobelchior
54+
- [charts] Ignore empty tick labels in label overlap computation (#19547) @alexfauquette
55+
- [charts] Rename `isBandScale` to `isDiscreteScale` (#19514) @bernardobelchior
56+
- [charts] Fix legend position affecting toolbar's position (#19257) @sai6855
57+
58+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
59+
60+
Same changes as in `@mui/[email protected]`, plus:
61+
62+
- [charts-pro] Add chart title and caption to export demo (#19524) @bernardobelchior
63+
64+
### Tree View
65+
66+
#### `@mui/[email protected]`
67+
68+
- [tree view] Stop looping through all items to publish the `removeItem` event (#19500) @flaviendelangle
69+
- [tree view] Support flat DOM structure (#19350) @flaviendelangle
70+
- [tree view] Update cursor styles for disabled TreeItem (#19548) @sai6855
71+
72+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
73+
74+
Same changes as in `@mui/[email protected]`.
75+
76+
### Codemod
77+
78+
#### `@mui/[email protected]`
79+
80+
Internal changes.
81+
82+
### Docs
83+
84+
- [docs] Add styling row group recipe (#19349) @siriwatknp
85+
- [docs] Group demos data into the dataset folder (#19549) @alexfauquette
86+
- [docs] Add `shiny` bar chart example at the top (#19416) @JCQuintas
87+
88+
### Core
89+
90+
- [code-infra] Axios update (#19577) @Janpot
91+
- [code-infra] Remove usage of copy-files command from code-infra (#19518) @brijeshb42
92+
- [internal] Fix naming to match convention @oliviertassinari
93+
894
## 8.11.2
995

1096
_Sep 10, 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.2",
2+
"version": "8.11.3",
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.2",
3+
"version": "8.11.3",
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-vendor/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-vendor",
3-
"version": "8.11.0",
3+
"version": "8.11.3",
44
"author": "MUI Team",
55
"description": "Vendored dependencies for MUI X Charts.",
66
"keywords": [

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.2",
3+
"version": "8.11.3",
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.2",
3+
"version": "8.11.3",
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.2",
3+
"version": "8.11.3",
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.2",
3+
"version": "8.11.3",
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.2",
3+
"version": "8.11.3",
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.2",
3+
"version": "8.11.3",
44
"author": "MUI Team",
55
"description": "The Community plan edition of the MUI X Data Grid components.",
66
"license": "MIT",

0 commit comments

Comments
 (0)