Skip to content

Commit 9630f2b

Browse files
bernardobelchiorJCQuintasalexfauquetteflaviendelangleMBilalShafi
authored
[release] v8.16.0 (#20136)
Signed-off-by: Bernardo Belchior <[email protected]> Co-authored-by: Jose C Quintas Jr <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]>
1 parent 69aaf85 commit 9630f2b

File tree

18 files changed

+117
-17
lines changed

18 files changed

+117
-17
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.16.0
9+
10+
_Oct 29, 2025_
11+
12+
We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🖌️ Add `brush` zoom interaction to charts
15+
- 🔁 [Server-side update](https://mui.com/x/react-data-grid/server-side-data/#updating-server-side-data) in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the [demo](https://mui.com/x/react-data-grid/server-side-data/aggregation/#usage-with-tree-data).
16+
17+
Special thanks go out to the community members for their valuable contributions:
18+
@felix-wg, @frncesc, @sai6855
19+
20+
The following are all team members who have contributed to this release:
21+
@alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @flaviendelangle, @JCQuintas, @MBilalShafi, @mbrookes, @michelengelen, @noraleonte, @rita-codes
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Ignore `Ctrl+A` key combination for the row selection in the community version (#20110) @felix-wg
28+
- [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @frncesc
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]`, plus:
33+
34+
- [DataGridPro] Add explicit return type to `getVisibleRowsLookup()` to fix the build with `tsc` (#20116) @arminmeh
35+
- [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @MBilalShafi
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] Export and restore chart integration state (#20079) @arminmeh
42+
- [DataGridPremium] Fix grouping column `valueFormatter()` crash (#20070) @sai6855
43+
- [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh
44+
45+
### Date and Time Pickers
46+
47+
#### `@mui/[email protected]`
48+
49+
- [pickers] Prevent blur event propagation on individual sections (#19825) @michelengelen
50+
51+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
52+
53+
Same changes as in `@mui/[email protected]`.
54+
55+
### Charts
56+
57+
#### `@mui/[email protected]`
58+
59+
- [charts] Allow tooltip to anchor items (#19954) @alexfauquette
60+
- [charts] Fix behavior of grouped axis (#20118) @JCQuintas
61+
- [charts] Move scale symlog inside scales (#20137) @JCQuintas
62+
- [charts] Fix AreaChartConnectNulls demo height not correctly resizing (#20078) @sai6855
63+
- [charts] Fix charts resizing overflow (#20080) @alexfauquette
64+
- [charts] Fix tooltip not showing on first render (#20115) @bernardobelchior
65+
- [charts] Handle `undefined` id and color in series (#20087) @bernardobelchior
66+
- [charts] Remove `useMemo` from isZoomOn*Enabled and isPanOn*Enabled hooks (#20132) @Copilot
67+
- [charts] Use static data for perf (#20072) @JCQuintas
68+
- [charts] Move scale symlog inside scales (#20137) @JCQuintas
69+
70+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
71+
72+
Same changes as in `@mui/[email protected]`, plus:
73+
74+
- [charts-pro] Add `brush` zoom interaction (#19899) @JCQuintas
75+
- [charts-pro] Add sankey performance check (#20069) @JCQuintas
76+
77+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
78+
79+
Same changes as in `@mui/[email protected]`.
80+
81+
### Tree View
82+
83+
#### `@mui/[email protected]`
84+
85+
Internal changes.
86+
87+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
88+
89+
Same changes as in `@mui/[email protected]`.
90+
91+
### Codemod
92+
93+
#### `@mui/[email protected]`
94+
95+
Internal changes.
96+
97+
### Core
98+
99+
- [code-infra] Setup eslint compat plugin (#20105) @brijeshb42
100+
- [code-infra] Improve store types (#20129) @JCQuintas
101+
- [docs] Update the callout in `rows` prop documentation (#20127) @MBilalShafi
102+
- [docs-infra] Refine changelog contributor acknowledgment messages (#20123) @mbrookes
103+
104+
### Miscellaneous
105+
106+
- [x-telemetry] Skip telemetry tests on browser mode (#20122) @bernardobelchior
107+
8108
## 8.15.0
9109

10110
_Oct 23, 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.15.0",
2+
"version": "8.16.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.15.0",
3+
"version": "8.16.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.15.0",
3+
"version": "8.16.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/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.15.0",
3+
"version": "8.16.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.14.0",
3+
"version": "8.16.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.15.0",
3+
"version": "8.16.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.15.0",
3+
"version": "8.16.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.15.0",
3+
"version": "8.16.0",
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.15.0",
3+
"version": "8.16.0",
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)