Skip to content

Commit 3524dc5

Browse files
michelengelenLukasTyflaviendelanglealexfauquetteKenanYusuf
authored
v8.0.0-alpha.14 (#16847)
Signed-off-by: Michel Engelen <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]> Signed-off-by: Lukas Tyla <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]>
1 parent a869db1 commit 3524dc5

File tree

14 files changed

+146
-15
lines changed

14 files changed

+146
-15
lines changed

CHANGELOG.md

+131
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,137 @@
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.0.0-alpha.14
9+
10+
_Mar 7, 2025_
11+
12+
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🚀📊 New Pro Chart: It is now possible to create Funnel charts—perfect for visualizing conversions, sales pipelines and more!
15+
<img width="418" alt="Screenshot 2025-01-31 at 12 22 31" src="https://github.com/user-attachments/assets/8cd26821-5f11-46bf-a9bb-34d212880a47" />
16+
- 🎁 The first iteration of the radar chart is available. Features and refinements will be added in the coming weeks.
17+
- 🛠️ New and improved [Toolbar component](https://next.mui.com/x/react-data-grid/components/toolbar/) for the data grid
18+
- 🐞 Bugfixes
19+
20+
Special thanks go out to the community member for their valuable contributions:
21+
@vadimka123.
22+
23+
Following are all team members who have contributed to this release:
24+
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @JCQuintas, @KenanYusuf, @LukasTy, @michelengelen, @noraleonte, @oliviertassinari.
25+
26+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
27+
28+
### Data Grid
29+
30+
#### Breaking changes
31+
32+
- The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the `density` prop. A density selector can be added to a custom toolbar passed to `slots.toolbar`. See [Toolbar component—Settings menu](https://next.mui.com/x/react-data-grid/components/toolbar/#settings-menu) for an example.
33+
- The quick filter is now shown in the toolbar by default. Use `slotProps={{ toolbar: { showQuickFilter: false } }}` to hide it.
34+
- The `<GridSaveAltIcon />` icon is not exported anymore. Import `SaveAlt` from `@mui/icons-material` instead.
35+
36+
#### `@mui/[email protected]`
37+
38+
- [DataGrid] Fix `aria-hidden` console error when scrollbar is dragged (#16829) @arminmeh
39+
- [DataGrid] Fix scroll jump with dynamic row height (#16763) @cherniavskii
40+
- [DataGrid] New `<Toolbar />` component (#14611) @KenanYusuf
41+
- [DataGrid] Use new toolbar by default (#16814) @KenanYusuf
42+
- [DataGrid] Remove the quick filtering on a given column (#16738) @vadimka123
43+
44+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
45+
46+
Same changes as in `@mui/[email protected]`.
47+
48+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
49+
50+
Same changes as in `@mui/[email protected]`.
51+
52+
### Date and Time Pickers
53+
54+
#### Breaking changes
55+
56+
- All Date Time Picker variants now use Digital Clock for time editing.
57+
- Stop passing invalid date to `onChange` when the date is partially filled — [Learn more](https://next.mui.com/x/migration/migration-pickers-v7/#treat-partially-filled-date-as-null-in-onchange).
58+
59+
#### `@mui/[email protected]`
60+
61+
- [DateTimePicker] Use Digital Clock in all component variants (#16678) @LukasTy
62+
- [fields] Always use `props.value` as the source of truth when defined (#15875) @flaviendelangle
63+
- [fields] Fix Fields aria relationship with `helperText` (#16821) @LukasTy
64+
- [pickers] Add `TValidationProps` generic to the `PickerManager` interface (#16832) @flaviendelangle
65+
- [pickers] Fix `edge` property setting in different button position cases (#16838) @LukasTy
66+
- [pickers] Fix typo in JSDoc (#16831) @flaviendelangle
67+
- [pickers] Refactor the files in the `usePicker` folder (#16680) @flaviendelangle
68+
69+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
70+
71+
Same changes as in `@mui/[email protected]`.
72+
73+
### Charts
74+
75+
#### `@mui/[email protected]`
76+
77+
- [charts] Fix `undefined` behaving differently from missing value for axis size (#16844) @bernardobelchior
78+
- [charts] Fix x-axis text anchor default when language is RTL (#16836) @bernardobelchior
79+
- [charts] Add Radar chart (#16406) @alexfauquette
80+
- [charts] Move series default color generation in the series config (#16752) @alexfauquette
81+
- [charts] Render axis title within axis size (#16730) @bernardobelchior
82+
- [charts] Split `defaultizeAxis` function into two (#16745) @bernardobelchior
83+
- [charts] Warn if axes data don't have enough elements (#16830) @alexfauquette
84+
- [charts] XAxis: Add defaults for `textAnchor` and `dominantBaseline` based on `angle` (#16817) @bernardobelchior
85+
86+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
87+
88+
Same changes as in `@mui/[email protected]`, plus:
89+
90+
- [charts] Add Funnel chart (#14804) @JCQuintas
91+
92+
### Tree View
93+
94+
#### Breaking changes
95+
96+
- The `selectItem` method has been renamed `setItemSelection`:
97+
98+
```diff
99+
const { publicAPI } = useTreeItemUtils();
100+
101+
const handleSelectItem() {
102+
- publicAPI.selectItem({ event, itemId: props.itemId, shouldBeSelected: true })
103+
+ publicAPI.setItemSelection({ event, itemId: props.itemId, shouldBeSelected: true })
104+
}
105+
```
106+
107+
- The `setItemExpansion` method now receives a single object instead of a list of parameters:
108+
109+
```diff
110+
const { publicAPI } = useTreeItemUtils();
111+
112+
const handleExpandItem() {
113+
- publicAPI.setItemExpansion(event, props.itemId, true)
114+
+ publicAPI.setItemExpansion({ event, itemId: props.itemId, shouldBeExpanded: true })
115+
}
116+
```
117+
118+
#### `@mui/[email protected]`
119+
120+
- [TreeView] Clean the expansion and selection API methods (#16795) @flaviendelangle
121+
122+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
123+
124+
Same changes as in `@mui/[email protected]`.
125+
126+
### Docs
127+
128+
- [docs] Fix padding package install on mobile (#16794) @oliviertassinari
129+
- [docs] Typo fixes (#16835) @alexfauquette
130+
131+
### Core
132+
133+
- [code-infra] Fix console warning in telemetry package (#16816) @JCQuintas
134+
- [code-infra] Split date-picker test files (#16825) @JCQuintas
135+
- [infra] Replace PR label check workflow with reusable version (#16762) @michelengelen
136+
- [infra] Update label in priority-support issue template (#16767) @michelengelen
137+
- [test] Add timeout to flaky screenshot tests (#16852) @LukasTy
138+
8139
## 8.0.0-alpha.13
9140

10141
_Feb 28, 2025_

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0-alpha.13",
2+
"version": "8.0.0-alpha.14",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-charts-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-pro",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.js",

packages/x-data-grid-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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-license/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-license",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
44
"description": "MUI X License verification",
55
"author": "MUI Team",
66
"main": "src/index.ts",
@@ -36,8 +36,8 @@
3636
"dependencies": {
3737
"@babel/runtime": "^7.26.9",
3838
"@mui/utils": "^5.16.6 || ^6.0.0 || ^7.0.0-alpha",
39-
"@mui/x-telemetry": "workspace:*",
40-
"@mui/x-internals": "workspace:*"
39+
"@mui/x-internals": "workspace:*",
40+
"@mui/x-telemetry": "workspace:*"
4141
},
4242
"peerDependencies": {
4343
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"

packages/x-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-telemetry",
3-
"version": "8.0.0-alpha.12",
3+
"version": "8.0.0-alpha.14",
44
"description": "MUI X Telemetry",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-tree-view-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view-pro",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-tree-view",
3-
"version": "8.0.0-alpha.13",
3+
"version": "8.0.0-alpha.14",
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)