Skip to content

Commit ad0f3c3

Browse files
JCQuintasbernardobelchiorLukasTyMBilalShafi
authored
v8.5.0 (#18043)
Signed-off-by: Jose C Quintas Jr <juniorquintas@gmail.com> Co-authored-by: Bernardo Belchior <Bernardo.belchior1@gmail.com> Co-authored-by: Lukas Tyla <llukas.tyla@gmail.com> Co-authored-by: Bilal Shafi <bilalshafidev@gmail.com>
1 parent 29a7b6c commit ad0f3c3

File tree

16 files changed

+118
-15
lines changed

16 files changed

+118
-15
lines changed

CHANGELOG.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,109 @@
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.5.0
9+
10+
_May 29, 2025_
11+
12+
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 📊 Add support for exporting `RadarChartPro`, `FunnelChart` and `Heatmap` as image and PDF.
15+
- 📊 `RadarChart` is now stable.
16+
17+
Special thanks go out to the community members for their valuable contributions:
18+
@xBlizZer, @sai6855, @alisasanib.
19+
Following are all team members who have contributed to this release:
20+
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @oliviertassinari.
21+
22+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23+
24+
### Data Grid
25+
26+
#### `@mui/x-data-grid@8.5.0`
27+
28+
- [DataGrid] Avoid ResizeObserver loop error (#17984) @cherniavskii
29+
- [DataGrid] Fix column management `toggleColumn` event type (#18023) @KenanYusuf
30+
- [DataGrid] Remove unnecessary `any` type (#17979) @sai6855
31+
32+
#### `@mui/x-data-grid-pro@8.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
33+
34+
Same changes as in `@mui/x-data-grid@8.5.0`, plus:
35+
36+
- [DataGridPro] Allow multi sorting without modifier key (#17925) @cherniavskii
37+
- [DataGridPro] Row reordering icon improvements (#17947) @KenanYusuf
38+
- [DataGridPro] Fix pinned columns order in column management (#17950) @alisasanib
39+
40+
#### `@mui/x-data-grid-premium@8.5.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
41+
42+
Same changes as in `@mui/x-data-grid-pro@8.5.0`, plus:
43+
44+
- [DataGridPremium] Export `GridApiPremium` type (#18037) @arminmeh
45+
46+
### Date and Time Pickers
47+
48+
#### `@mui/x-date-pickers@8.5.0`
49+
50+
Internal changes.
51+
52+
#### `@mui/x-date-pickers-pro@8.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
53+
54+
Same changes as in `@mui/x-date-pickers@8.5.0`, plus:
55+
56+
- [DateRangePicker] Allow to override the format in the field (#17972) @flaviendelangle
57+
58+
### Charts
59+
60+
#### `@mui/x-charts@8.5.0`
61+
62+
- [charts] Add `render` prop to charts toolbar components (#17649) @bernardobelchior
63+
- [charts] Add configurable slots to toolbar (#17712) @bernardobelchior
64+
- [charts] Export `useFunnelSeries` and `useRadarSeries` (#18034) @JCQuintas
65+
- [charts] Expose `ChartApi` through context (#18004) @bernardobelchior
66+
- [charts] Mark Radar chart as stable (#17946) @alexfauquette
67+
- [charts] Only update store if interaction item is different (#17851) @bernardobelchior
68+
- [charts] Reuse shared date utils (#18014) @JCQuintas
69+
- [charts] Use Map for string cache instead of object (#17982) @bernardobelchior
70+
- [charts] Fix Population pyramid demo (#17987) @oliviertassinari
71+
72+
#### `@mui/x-charts-pro@8.5.0` [![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/x-charts@8.5.0`, plus:
75+
76+
- [charts-pro] Add range selection to zoom slider (#17949) @bernardobelchior
77+
- [charts-pro] Allow configuring zoom slider tooltip (#18030) @bernardobelchior
78+
- [charts-pro] Allow exporting a funnel chart (#17957) @bernardobelchior
79+
- [charts-pro] Allow exporting a heatmap chart (#17916) @bernardobelchior
80+
- [charts-pro] Allow exporting a radar chart (#17968) @bernardobelchior
81+
- [charts-pro] Always show both zoom slider tooltips (#18027) @bernardobelchior
82+
- [charts-pro] Show zoom slider tooltip when selecting range (#18028) @bernardobelchior
83+
- [charts-pro] Split `ChartAxisZoomSlider` into smaller files (#18011) @bernardobelchior
84+
- [charts-pro] Update zoom slider range selection cursor (#17977) @bernardobelchior
85+
- [charts-pro] Add support for Heatmap legend (#17943) @alexfauquette
86+
87+
### Tree View
88+
89+
#### `@mui/x-tree-view@8.5.0`
90+
91+
Internal changes.
92+
93+
#### `@mui/x-tree-view-pro@8.5.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
94+
95+
Same changes as in `@mui/x-tree-view@8.5.0`.
96+
97+
### Docs
98+
99+
- [docs] Fix derived column pivoting demo crash (#17944) @arminmeh
100+
- [docs] Fix light/dark mode blink on pickers overview (#18002) @alexfauquette
101+
- [docs] Fix scatter shape demo causing horizontal overflow (#17974) @bernardobelchior
102+
103+
### Core
104+
105+
- [code-infra] Add bundle size monitor (#17754) @Janpot
106+
- [code-infra] Enable `babel-plugin-display-name` in vitest (#17903) @JCQuintas
107+
- [infra] Remove last deprecated `ponyfillGlobal` usage (#18003) @LukasTy
108+
- [infra] Use `babel-plugin-display-name` from npm (#18040) @LukasTy
109+
- [x-telemetry] Remove deprecated `ponyfillGlobal` (#17986) @xBlizZer
110+
8111
## 8.4.0
9112

10113
_May 21, 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.4.0",
2+
"version": "8.5.0",
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.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Charts components.",
66
"main": "src/index.ts",

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.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The community edition of MUI X Charts components.",
66
"main": "src/index.js",

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.4.0",
3+
"version": "8.5.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.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "Generate fake data for demo purposes only.",
66
"main": "src/index.ts",

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.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The Premium plan edition of the MUI X Data Grid Components.",
66
"main": "src/index.ts",

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.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Data Grid components.",
66
"main": "src/index.ts",

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.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The Community plan edition of the MUI X Data Grid components.",
66
"main": "src/index.ts",

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.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Date and Time Picker components.",
66
"main": "src/index.ts",

packages/x-date-pickers/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",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The community edition of the MUI X Date and Time Picker components.",
66
"main": "src/index.ts",

packages/x-internals/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-internals",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "Utility functions for the MUI X packages (internal use only).",
66
"license": "MIT",

packages/x-license/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-license",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "MUI X License verification.",
66
"main": "src/index.ts",

packages/x-telemetry/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-telemetry",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "MUI X Telemetry.",
66
"main": "src/index.ts",

packages/x-tree-view-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-tree-view-pro",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Tree View components.",
66
"main": "src/index.ts",

packages/x-tree-view/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-tree-view",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"author": "MUI Team",
55
"description": "The community edition of the MUI X Tree View components.",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)