Skip to content

Commit 6671527

Browse files
KenanYusufarminmeh
andauthored
v8.0.0-beta.1 (#17070)
Signed-off-by: Kenan Yusuf <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]>
1 parent 8e9f301 commit 6671527

File tree

13 files changed

+89
-12
lines changed

13 files changed

+89
-12
lines changed

CHANGELOG.md

+77
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,83 @@
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-beta.1
9+
10+
_Mar 21, 2025_
11+
12+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🐞 Bugfixes
15+
16+
Special thanks go out to the community members for their valuable contributions:
17+
@jyash97.
18+
Following are all team members who have contributed to this release:
19+
@alexfauquette, @arminmeh, @flaviendelangle, @JCQuintas, @KenanYusuf.
20+
21+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Fix error caused by `forwardRef` to `ClickAwayListener` (#17049) @arminmeh
28+
- [DataGrid] Fix error while editing rows with custom id (#17048) @arminmeh
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] Fix header select checkbox state with `checkboxSelectionVisibleOnly` and `paginationMode="server"` (#17026) @arminmeh
35+
36+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
37+
38+
Same changes as in `@mui/[email protected]`, plus:
39+
40+
- [DataGridPremium] Update column state correctly when grouping mode is updated with one grouping column (#17069) @arminmeh
41+
42+
### Date and Time Pickers
43+
44+
#### `@mui/[email protected]`
45+
46+
- [fields] Clean the `useField` hook (part 1) (#16944) @flaviendelangle
47+
- [fields] Improve the check for year in `doesSectionFormatHaveLeadingZeros` (#17051) @flaviendelangle
48+
- [pickers] Deprecate the `disableOpenPicker` prop (#17040) @flaviendelangle
49+
- [pickers] Simplify the `cleanLeadingZeros` method (#17063) @flaviendelangle
50+
- [pickers] Use the new `ownerState` in `PickersDay` and `DateRangePickerDay` (#17035) @flaviendelangle
51+
52+
#### `@mui/[email protected]` [![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/[email protected]`, plus:
55+
56+
- [DateRangePicker] Use desktop media query constant on range pickers (#17052) @flaviendelangle
57+
58+
### Charts
59+
60+
#### `@mui/[email protected]`
61+
62+
- [charts] Fix horizontal bar with multiple axes (#17059) @alexfauquette
63+
64+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
65+
66+
Same changes as in `@mui/[email protected]`, plus:
67+
68+
- [charts-pro] Allow disabling Heatmap tooltip (#17060) @JCQuintas
69+
70+
### Tree View
71+
72+
#### `@mui/[email protected]`
73+
74+
Internal changes.
75+
76+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
77+
78+
Same changes as in `@mui/[email protected]`.
79+
80+
### Docs
81+
82+
- [docs] Fix 404 (#17033) @alexfauquette
83+
- [docs] Fix Data Grid advanced list view demo (#17064) @KenanYusuf
84+
885
## 8.0.0-beta.0
986

1087
<img width="100%" alt="MUI X v8 Beta is live" src="https://github.com/user-attachments/assets/61ec4dd8-c946-456b-8b45-d51de8772f5d">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0-beta.0",
2+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
44
"description": "The Pro plan edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

packages/x-charts-vendor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-vendor",
3-
"version": "8.0.0-beta.0",
3+
"version": "8.0.0-beta.1",
44
"description": "Vendored dependencies for MUI X Charts",
55
"author": "MUI Team",
66
"keywords": [

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-beta.0",
3+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
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-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-beta.0",
3+
"version": "8.0.0-beta.1",
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-beta.0",
3+
"version": "8.0.0-beta.1",
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)