Skip to content

Commit 61d8511

Browse files
authored
v8.0.0-alpha.6 (#16002)
1 parent b061f55 commit 61d8511

File tree

16 files changed

+94
-15
lines changed

16 files changed

+94
-15
lines changed

Diff for: CHANGELOG.md

+79
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,85 @@
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.6
9+
10+
_Dec 26, 2024_
11+
12+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🏎️ Improve Data Grid scrolling performance
15+
- 🌍 Improve Dutch (nl-NL) locale on the Data Grid
16+
- 🐞 Bugfixes
17+
18+
Special thanks go out to the community contributors who have helped make this release possible:
19+
@JoepVerkoelen, @k-rajat19, @lauri865.
20+
Following are all team members who have contributed to this release:
21+
@flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @romgrk.
22+
23+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
24+
25+
### Data Grid
26+
27+
#### Breaking changes
28+
29+
- The `sanitizeFilterItemValue()` utility is not exported anymore.
30+
31+
#### `@mui/[email protected]`
32+
33+
- [DataGrid] Avoid subscribing to `renderContext` state in grid root for better scroll performance (#15986) @lauri865
34+
- [DataGrid] Fix header filters showing clear button while empty (#15829) @k-rajat19
35+
- [DataGrid] Improve test coverage of server side data source (#15942) @MBilalShafi
36+
- [DataGrid] Move progress components to leaf import (#15914) @romgrk
37+
- [DataGrid] Move skeleton to leaf import (#15931) @romgrk
38+
- [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15955) @lauri865
39+
- [l10n] Improve Dutch (nl-NL) locale (#15994) @JoepVerkoelen
40+
41+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
42+
43+
Same changes as in `@mui/[email protected]`.
44+
45+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
46+
47+
Same changes as in `@mui/[email protected]`, plus:
48+
49+
- [DataGridPremium] Fix column unpinning with row grouping (#15908) @k-rajat19
50+
51+
### Date and Time Pickers
52+
53+
#### `@mui/[email protected]`
54+
55+
- [pickers] Use `usePickerContext()` and `usePickerActionsContext()` to get the actions in the `actionBar` slot and in internal components (#15843) @flaviendelangle
56+
- [pickers] Use `usePickerContext()` to get the view-related props in the layout, toolbar and tabs slots (#15606) @flaviendelangle
57+
58+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
59+
60+
Same changes as in `@mui/[email protected]`.
61+
62+
### Charts
63+
64+
#### `@mui/[email protected]`
65+
66+
No changes since `@mui/[email protected]`.
67+
68+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
69+
70+
Same changes as in `@mui/[email protected]`.
71+
72+
### Tree View
73+
74+
#### `@mui/[email protected]`
75+
76+
No changes since `@mui/[email protected]`.
77+
78+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79+
80+
Same changes as in `@mui/[email protected]`.
81+
82+
### Docs
83+
84+
- [docs] Remove production profiler from docs build (#15959) @lauri865
85+
- [code-infra] Add new `next-env.d.ts` changes (#15947) @JCQuintas
86+
887
## 8.0.0-alpha.5
988

1089
_Dec 19, 2024_

Diff for: package.json

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

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The Pro plan edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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-alpha.4",
3+
"version": "8.0.0-alpha.5",
44
"description": "Vendored dependencies for MUI X Charts",
55
"author": "MUI Team",
66
"keywords": [

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.js",

Diff for: packages/x-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-codemod",
3-
"version": "8.0.0-alpha.5",
3+
"version": "8.0.0-alpha.6",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-internals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-internals",
3-
"version": "8.0.0-alpha.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

Diff for: packages/x-license/package.json

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

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
44
"description": "The Pro plan edition of the Tree View components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.5",
3+
"version": "8.0.0-alpha.6",
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)