Skip to content

Commit 804e2af

Browse files
LukasTyJCQuintas
andauthored
v8.2.0 (#17648)
Signed-off-by: Lukas Tyla <[email protected]> Co-authored-by: Jose C Quintas Jr <[email protected]>
1 parent cfd1cb3 commit 804e2af

File tree

16 files changed

+130
-15
lines changed

16 files changed

+130
-15
lines changed

CHANGELOG.md

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,121 @@
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.2.0
9+
10+
_May 1, 2025_
11+
12+
We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 📊 `<FunnelChart/>` now uses the `strawberrySky` sequential color palette by default.
15+
<img width="481" alt="Screenshot 2025-04-29 at 13 55 21" src="https://github.com/user-attachments/assets/182085d1-a7ce-4e4d-9d8d-a4fe87f27167" />
16+
- 📊 Add API to export a chart as an image: `apiRef.exportAsImage`[Learn more](https://mui.com/x/react-charts/export/#export-as-image).
17+
18+
Special thanks go out to the community members for their valuable contributions:
19+
@federico-ntr, @nusr.
20+
Following are all team members who have contributed to this release:
21+
@alexfauquette, @arminmeh, @bernardobelchior, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @LukasTy, @MBilalShafi, @michelengelen, @oliviertassinari, @romgrk.
22+
23+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
24+
25+
### Data Grid
26+
27+
#### `@mui/[email protected]`
28+
29+
- [DataGrid] Fix panel alignment (#17625) @KenanYusuf
30+
- [DataGrid] Fix theme `defaultProps` causing unwanted re-renders (#17490) @KenanYusuf
31+
- [DataGrid] Fix circular reference error (#17591) @romgrk
32+
- [DataGrid] Fix `<GridEditInputCell />` break input (#16773) @nusr
33+
34+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
35+
36+
Same changes as in `@mui/[email protected]`, plus:
37+
38+
- [DataGridPro] Use intersection observer to trigger server-side infinite loading (#17369) @arminmeh
39+
40+
#### `@mui/[email protected]` [![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/[email protected]`.
43+
44+
### Date and Time Pickers
45+
46+
#### `@mui/[email protected]`
47+
48+
- [l10n] Improve Italian (it-IT) locale (#17600) @federico-ntr
49+
- [pickers] Refactor owner state typing (#17517) @LukasTy
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] Add library name to errors (#17547) @bernardobelchior
60+
- [charts] Add monochrome palettes (#17610) @JCQuintas
61+
- [charts] Add screenshot of the tooltip (#17395) @alexfauquette
62+
- [charts] Default bar chart x-axis scale type to band (#17519) @bernardobelchior
63+
- [charts] Document axis ID uniqueness constraints (#17630) @bernardobelchior
64+
- [charts] Refactor axis types (#17632) @bernardobelchior
65+
- [charts] Use `<circle />` for circular legend mark (#17590) @alexfauquette
66+
67+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
68+
69+
Same changes as in `@mui/[email protected]`, plus:
70+
71+
- [charts-pro] Add `gap` option to `<FunnelChart />` (#17642) @JCQuintas
72+
- [charts-pro] Export charts as image (#17353) @bernardobelchior
73+
- [charts-pro] Simplify zoom testing (#17525) @JCQuintas
74+
- [charts-pro] Use new sequential color palette in `<FunnelChart />` (#17606) @JCQuintas
75+
76+
### Tree View
77+
78+
#### `@mui/[email protected]`
79+
80+
Internal changes.
81+
82+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
83+
84+
Same changes as in `@mui/[email protected]`.
85+
86+
### Docs
87+
88+
- [docs][charts] Add composition sections (#17377) @alexfauquette
89+
- [docs][charts] Add docs on tooltip style (#17601) @bernardobelchior
90+
- [docs][charts] Fix highlighting heading structure (#17581) @oliviertassinari
91+
- [docs][charts] Improve export docs (#17538) @oliviertassinari
92+
- [docs][charts] Similar introduction on most charts pages (#17374) @alexfauquette
93+
- [docs][DataGrid] Clear component docs (#17540) @oliviertassinari
94+
- [docs] Explicitly state that `groupingColDef` reference needs to be stable (#17544) @arminmeh
95+
- [docs] Fix <kbd> a11y (#17536) @oliviertassinari
96+
- [docs] Fix CodeSandbox spelling @oliviertassinari
97+
- [docs] Fix coding style function @oliviertassinari
98+
- [docs] Fix migration guide format (#17450) @oliviertassinari
99+
- [docs] Improve data grid export docs (#17551) @MBilalShafi
100+
- [docs] Remove leftover `@next` usages (#17542) @LukasTy
101+
102+
### Core
103+
104+
- [core] Add security label to dependabot PRs @oliviertassinari
105+
- [core] Allow post-install vale @oliviertassinari
106+
- [core] Component consistency @oliviertassinari
107+
- [core] Fix all Vale errors @oliviertassinari
108+
- [core] Move `loadStyleSheets` to internals and use it in data grid and charts (#17548) @bernardobelchior
109+
- [core] Remove empty version (#17582) @oliviertassinari
110+
- [core] Remove eslint from codemod spec files (#17443) @alexfauquette
111+
- [core] Remove unnecessary versions (#17597) @oliviertassinari
112+
- [code-infra] Allow postinstall scripts for packages requesting it (#17635) @LukasTy
113+
- [code-infra] Data Grid `vitest` changes (#17619) @JCQuintas
114+
- [code-infra] Fix date-time sensitive tests (#17644) @JCQuintas
115+
- [code-infra] Fix extension handling for type imports (#17636) @Janpot
116+
- [code-infra] Further remove `clock=fake` and add `async act` for datagrid (#17563) @JCQuintas
117+
- [code-infra] Latest vitest picker changes (#17577) @JCQuintas
118+
- [docs-infra] Fix Vale no longer working (#17602) @alexfauquette
119+
- [docs-infra] Uniformize Vale between repositories @oliviertassinari
120+
- [infra] Updates to `branch switch comments` (#17589) @michelengelen
121+
- [x-telemetry] Fix issue with get machineid hash (#17614) @hasdfa
122+
8123
## 8.1.0
9124

10125
_Apr 24, 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.1.0",
2+
"version": "8.2.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.1.0",
3+
"version": "8.2.0",
44
"description": "The Pro plan edition of the Charts components (MUI X).",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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.1.0",
3+
"version": "8.2.0",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
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.0.0",
3+
"version": "8.2.0",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
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.0.0",
3+
"version": "8.2.0",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
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.0.0",
3+
"version": "8.2.0",
44
"description": "MUI X Telemetry",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The Pro plan edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
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.1.0",
3+
"version": "8.2.0",
44
"description": "The community edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)