Skip to content

Commit c54b77c

Browse files
authored
v7.21.0 (#15006)
1 parent 3f1efc3 commit c54b77c

File tree

15 files changed

+103
-14
lines changed

15 files changed

+103
-14
lines changed

Diff for: CHANGELOG.md

+89
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,95 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.21.0
7+
8+
_Oct 17, 2024_
9+
10+
We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 💫 Added [`dataset` prop support for the Scatter Chart component](https://mui.com/x/react-charts/scatter/#using-a-dataset)
13+
- 🐞 Bugfixes
14+
- 📚 Documentation improvements
15+
16+
Special thanks go out to the community contributors who have helped make this release possible:
17+
@k-rajat19, @kalyan90, @rotembarsela, @wangkailang.
18+
Following are all team members who have contributed to this release:
19+
@arthurbalduini, @cherniavskii, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @arminmeh, @romgrk, @KenanYusuf, @oliviertassinari, @samuelsycamore.
20+
21+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Fix `onRowSelectionModelChange` firing unnecessarily on initial render (#14909) @MBilalShafi
28+
- [DataGrid] Fix `onRowSelectionModelChange` not being called after row is removed (#14972) @arminmeh
29+
- [DataGrid] Fix pagination scrollbar issue on small zoom (#14911) @cherniavskii
30+
- [DataGrid] Fix scroll jumping (#14929) @romgrk
31+
- [DataGrid] Fix excessive white space at the end of the Data Grid (#14864) @kalyan90
32+
33+
#### `@mui/[email protected]` [![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/[email protected]`, plus:
36+
37+
- [DataGridPro] Fix indeterminate checkbox state for server-side data (#14956) @MBilalShafi
38+
- [DataGridPro] Fix scrolling performance when `rowHeight={undefined}` (#14983) @cherniavskii
39+
- [DataGridPro] List view (#14393) @KenanYusuf @cherniavskii
40+
41+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
42+
43+
Same changes as in `@mui/[email protected]`.
44+
45+
### Date and Time Pickers
46+
47+
#### `@mui/[email protected]`
48+
49+
- [pickers] Cleanup `PageUp` and `PageDown` event handlers on time components (#14928) @arthurbalduini
50+
- [pickers] Create the new picker's `ownerState` object (#14889) @flaviendelangle
51+
- [pickers] Fix `PickerValidDate` usage in the Date Range Picker Toolbar (#14925) @flaviendelangle
52+
53+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
54+
55+
Same changes as in `@mui/[email protected]`.
56+
57+
### Charts
58+
59+
#### `@mui/[email protected]`
60+
61+
- [charts] Allow `dataset` to be used with the Scatter Chart (#14915) @JCQuintas
62+
- [charts] Ensure `reduce motion` preference disables animation on page load (#14417) @JCQuintas
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]`.
67+
68+
### Tree View
69+
70+
#### `@mui/[email protected]`
71+
72+
- [TreeView] Fix `alpha` usage with CSS variables (#14969) @wangkailang
73+
- [TreeView] Fix usage of the `aria-selected` attribute (#14991) @flaviendelangle
74+
- [TreeView] Fix hydration error (#15002) @flaviendelangle
75+
76+
77+
78+
- [codemod] Add a new utility to rename imports (#14919) @flaviendelangle
79+
80+
### Docs
81+
82+
- [docs] Add recipe showing how to toggle detail panels on row click (#14666) @k-rajat19
83+
- [docs] Fix broken link to the validation section in the Data grid component (#14973) @arminmeh
84+
- [docs] Update v5 migration codesandbox @oliviertassinari
85+
- [docs] Enforce component style rules for the Tree View (#14963) @samuelsycamore
86+
87+
### Core
88+
89+
- [core] Fix shortcut with localization keyboard (#14220) @rotembarsela
90+
- [core] Fix docs deploy command (#14920) @arminmeh
91+
- [code-infra] Prepare some tests to work in `vitest/playwright` (#14926) @JCQuintas
92+
- [test] Fix `AdapterDayjs` coverage calculation (#14957) @LukasTy
93+
- [test] Fix split infinitive API convention use @oliviertassinari
94+
695
## 7.20.0
796

897
_Oct 11, 2024_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.20.0",
2+
"version": "7.21.0",
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": "7.0.0-beta.4",
3+
"version": "7.0.0-beta.5",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.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",

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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.0",
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": "7.20.0",
3+
"version": "7.21.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)