Skip to content

Commit f1be6ab

Browse files
michelengelenLukasTybernardobelchiorMBilalShafi
authored
v8.3.0 (#17740)
Signed-off-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Signed-off-by: Lukas Tyla <llukas.tyla@gmail.com> Co-authored-by: Lukas Tyla <llukas.tyla@gmail.com> Co-authored-by: Bernardo Belchior <Bernardo.belchior1@gmail.com> Co-authored-by: Bilal Shafi <bilalshafidev@gmail.com>
1 parent 220a2de commit f1be6ab

File tree

18 files changed

+124
-17
lines changed

18 files changed

+124
-17
lines changed

CHANGELOG.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,113 @@
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.3.0
9+
10+
_May 8, 2025_
11+
12+
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🎨 Added new styling options and shapes for `<FunnelChart />`, including `variant`, `borderRadius`, `pyramid`, and `step-pyramid` curves.
15+
- 📚 Documentation improvements
16+
- 🐞 Bugfixes
17+
18+
Special thanks go out to this community member for a valuable contribution:
19+
@ptuukkan.
20+
Team members who have contributed to this release:
21+
@alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @rita-codes, @romgrk.
22+
23+
### Data Grid
24+
25+
#### `@mui/x-data-grid@8.3.0`
26+
27+
- [DataGrid] Fix cell editing of computed columns with data source (#17684) @ptuukkan
28+
- [DataGrid] Fix lazy loading crash with `isRowSelectable` prop (#17629) @MBilalShafi
29+
- [DataGrid] Fix: use CSS nonce (#17726) @romgrk
30+
- [DataGrid] Ignore `preProcessEditCellProps` for non-editable columns when starting a row update (#17732) @arminmeh
31+
- [DataGrid] Avoid applying row selection propagation on filtered rows (#17739) @MBilalShafi
32+
33+
#### `@mui/x-data-grid-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
34+
35+
Same changes as in `@mui/x-data-grid@8.3.0`.
36+
37+
#### `@mui/x-data-grid-premium@8.3.0` [![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/x-data-grid-pro@8.3.0`.
40+
41+
### Date and Time Pickers
42+
43+
#### `@mui/x-date-pickers@8.3.0`
44+
45+
- [DateTimePicker] Fix focus behavior on desktop variant (#17719) @LukasTy
46+
- [pickers] Avoid `DigitalClock` stealing focus from a Picker open button on close (#17686) @LukasTy
47+
48+
#### `@mui/x-date-pickers-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
49+
50+
Same changes as in `@mui/x-date-pickers@8.3.0`, plus:
51+
52+
- [DateRangePicker] Fix to reset range position after closing mobile Picker (#17631) @LukasTy
53+
54+
### Charts
55+
56+
- The `<FunnelChart />` series now accepts a `variant='outlined'` prop for a simpler style.
57+
<img width="398" alt="Screenshot 2025-05-06 at 20 36 12" src="https://github.com/user-attachments/assets/00fef14f-9026-421e-a4b6-7e081adce1e8" />
58+
59+
- Add a `borderRadius` property to `<FunnelChart />`. All funnels have `8px` as a default value.
60+
<img width="386" alt="Screenshot 2025-05-06 at 14 00 20" src="https://github.com/user-attachments/assets/4f4cc0e7-01ce-4ed6-a0e1-a387f78def23" />
61+
62+
- Add a `pyramid` curve to `<FunnelChart />`, which allows creation of a pyramid-shaped funnel.
63+
<img width="344" alt="Screenshot 2025-05-06 at 14 32 59" src="https://github.com/user-attachments/assets/0b2896e0-0478-4766-bb1b-258a4977a751" />
64+
65+
- Add a `step-pyramid` curve to `<FunnelChart />`, which creates a stepped-pyramid like shape.
66+
<img width="344" alt="Screenshot 2025-05-06 at 14 33 03" src="https://github.com/user-attachments/assets/894f0ab3-7898-40fe-b0df-560feea4085a" />
67+
68+
#### `@mui/x-charts@8.3.0`
69+
70+
- [charts] Add charts toolbar with zoom options (#17615) @bernardobelchior
71+
- [charts] Add zoom slider (#17496) @bernardobelchior
72+
- [charts] Cleanup compiler warnings (#17360) @alexfauquette
73+
- [charts] Fix `<PieArcLabel />` not taking `arcLabelRadius` into account (#17655) @bernardobelchior
74+
- [charts] Fix spark line not having clip path (#17501) @bernardobelchior
75+
- [charts] Fix type issue with ESM (#17624) @alexfauquette
76+
- [charts] Improve `<MarkElement />` performance (#17546) @bernardobelchior
77+
- [charts] Rename `materialSlots` internal constant (#17710) @bernardobelchior
78+
- [charts] Update zoom slider design (#17682) @bernardobelchior
79+
- [charts] Fix zoom being documented as available for heatmap (#17657) @bernardobelchior
80+
81+
#### `@mui/x-charts-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
82+
83+
Same changes as in `@mui/x-charts@8.3.0`, plus:
84+
85+
- [charts-pro] Add `pyramid` curve to `<FunnelChart />` (#17665) @JCQuintas
86+
- [charts-pro] Add `variant='outlined'` to `<FunnelChart />` series (#17661) @JCQuintas
87+
- [charts-pro] Add a `borderRadius` property to `<FunnelChart />` (#17660) @JCQuintas
88+
89+
### Tree View
90+
91+
#### `@mui/x-tree-view@8.3.0`
92+
93+
- [tree view] Bug fix - Escape does not cancel Drag n Drop (#17735) @rita-codes
94+
- [tree view] Fix keyboard navigation error (#17685) @rita-codes
95+
- [tree view] Continue cleaning the plugin system (#17386) @flaviendelangle
96+
97+
#### `@mui/x-tree-view-pro@8.3.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
98+
99+
Same changes as in `@mui/x-tree-view@8.3.0`.
100+
101+
### Docs
102+
103+
- [charts] Add population pyramid demo (#17652) @bernardobelchior
104+
- [charts] Fix randomised argos test (#17658) @JCQuintas
105+
- [docs] Make preview messaging consistent in charts @bernardobelchior
106+
107+
### Core
108+
109+
- [code-infra] Avoid `node` types in the built packages (#17533) @LukasTy
110+
- [code-infra] Add `pkg.pr.new` publishing (#17402) @Janpot
111+
- [code-infra] Normalize author package in org @oliviertassinari
112+
- [code-infra] Remove required checkout step (#17729) @JCQuintas
113+
- [docs-infra] Normalize netlify.toml in org @oliviertassinari
114+
8115
## 8.2.0
9116

10117
_May 1, 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.2.0",
2+
"version": "8.3.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.2.0",
3+
"version": "8.3.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-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.0.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.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.2.0",
3+
"version": "8.3.0",
44
"author": "MUI Team",
55
"description": "The community edition of the MUI X Tree View components.",
66
"main": "src/index.ts",

scripts/releaseChangelog.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ ${logChangelogSection(chartsProCommits)}${chartsProCommits.length > 0 ? '\n' : '
398398
### Tree View
399399
${logChangelogMessages('TreeView')}
400400
#### \`@mui/x-tree-view@__VERSION__\`
401-
${logChangelogSection(treeViewProCommits) || 'Internal changes.'}
401+
${logChangelogSection(treeViewCommits) || 'Internal changes.'}
402402
403403
#### \`@mui/x-tree-view-pro@__VERSION__\` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
404404

0 commit comments

Comments
 (0)