Skip to content

Commit f859f00

Browse files
authored
[release] v8.18.0 (#20289)
1 parent 607f79b commit f859f00

File tree

20 files changed

+119
-19
lines changed

20 files changed

+119
-19
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,106 @@
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.18.0
9+
10+
<!-- generated comparing v8.17.0..master -->
11+
12+
_Nov 13, 2025_
13+
14+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
15+
16+
- Add `barLabelPlacement` property to customize the bar label position in bar charts, enabling labels to be placed above bars.
17+
18+
![image](https://github.com/user-attachments/assets/4bc3a75b-74b8-4c6d-896b-5f5bf837bcda)
19+
20+
- Add `source` property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input.
21+
- 🐞 Bugfixes
22+
- 📚 Documentation improvements
23+
24+
Special thanks go out to these community members for their valuable contributions:
25+
@htollefsen, @sai6855, @Sigdriv
26+
27+
The following team members contributed to this release:
28+
@arminmeh, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @JCQuintas, @michelengelen, @noraleonte, @prakhargupta1, @rita-codes, @siriwatknp
29+
30+
### Data Grid
31+
32+
#### `@mui/x-data-grid@8.18.0`
33+
34+
- [DataGrid] Allow default event in the column action cell item click event handler (#20272) @arminmeh
35+
- [DataGrid] Remove unnecessary generic from `useGridApiRef` (#20277) @cherniavskii
36+
37+
#### `@mui/x-data-grid-pro@8.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
38+
39+
Same changes as in `@mui/x-data-grid@8.18.0`.
40+
41+
#### `@mui/x-data-grid-premium@8.18.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
42+
43+
Same changes as in `@mui/x-data-grid-pro@8.18.0`, plus:
44+
45+
- [DataGridPremium] Return the correct `cellParams` value from the aggregation cells (#20224) @arminmeh
46+
47+
### Date and Time Pickers
48+
49+
#### `@mui/x-date-pickers@8.18.0`
50+
51+
- [pickers] Keep invalid date state consistent (#20040) @michelengelen
52+
- [pickers] Adds new `source` property to `onChange` and `onAccept` context object (#20234) @michelengelen
53+
54+
#### `@mui/x-date-pickers-pro@8.18.0` [![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-date-pickers@8.18.0`.
57+
58+
### Charts
59+
60+
#### `@mui/x-charts@8.18.0`
61+
62+
- [charts] Add prop for positioning a bar label (#20194) @Sigdriv
63+
- [charts] Fix applying dark mode styles in `ChartAxisZoomSliderThumb` (#20232) @sai6855
64+
65+
#### `@mui/x-charts-pro@8.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
66+
67+
Same changes as in `@mui/x-charts@8.18.0`, plus:
68+
69+
- [charts-pro] Allow specifying Content Security Policy nonce on export (#20053) @bernardobelchior
70+
- [charts-pro] Fix applying dark mode styles to slider (#20220) @sai6855
71+
- [charts-pro] Sankey should respect node order (#20065) @JCQuintas
72+
73+
#### `@mui/x-charts-premium@8.18.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
74+
75+
Same changes as in `@mui/x-charts-pro@8.18.0`.
76+
77+
### Tree View
78+
79+
#### `@mui/x-tree-view@8.18.0`
80+
81+
- [tree view] Prepare tests for the new store structure (#20225) @flaviendelangle
82+
- [tree view] Prepare the item plugin files for the store migration (#20240) @flaviendelangle
83+
- [tree view] Use `TreeItemId` type instead of raw string (#20233) @flaviendelangle
84+
85+
#### `@mui/x-tree-view-pro@8.18.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
86+
87+
Same changes as in `@mui/x-tree-view@8.18.0`.
88+
89+
### Codemod
90+
91+
#### `@mui/x-codemod@8.18.0`
92+
93+
Internal changes.
94+
95+
### Docs
96+
97+
- [charts] Add a demo for a custom tick label (#20073) @prakhargupta1
98+
- [charts] Create `useAxes()` hook documentation page (#20229) @JCQuintas
99+
- [charts] Fix logo alignment (#20228) @JCQuintas
100+
- [charts] Fixes typo in import example (#20236) @htollefsen
101+
- [Data Grid] Add recipe for cursor pagination with data source (#19700) @siriwatknp
102+
- [Data Grid] Add a demo for pinned rows aggregation (#20198) @cherniavskii
103+
104+
### Core
105+
106+
- [docs-infra] Use deployment config from docs-infra package (#20243) @brijeshb42
107+
8108
## 8.17.0
9109

10110
_Nov 5, 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.17.0",
2+
"version": "8.18.0",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-charts-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-charts-premium",
3-
"version": "8.17.0",
3+
"version": "8.18.0",
44
"author": "MUI Team",
55
"description": "The Premium plan edition of the MUI X Charts components.",
66
"license": "SEE LICENSE IN LICENSE",

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.17.0",
3+
"version": "8.18.0",
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.15.0",
3+
"version": "8.18.0",
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.17.0",
3+
"version": "8.18.0",
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.17.0",
3+
"version": "8.18.0",
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.17.0",
3+
"version": "8.18.0",
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.17.0",
3+
"version": "8.18.0",
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.17.0",
3+
"version": "8.18.0",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Data Grid components.",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)