Skip to content

Commit 3ea4248

Browse files
romgrkarminmehalexfauquetteLukasTyKenanYusuf
authored
v7.22.1 (#15209)
Signed-off-by: Rom Grk <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Alexandre Fauquette <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]>
1 parent 063fbbd commit 3ea4248

File tree

11 files changed

+72
-10
lines changed

11 files changed

+72
-10
lines changed

Diff for: CHANGELOG.md

+62
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,68 @@
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.22.1
7+
8+
_Nov 1, 2024_
9+
10+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
- 📚 Documentation improvements
14+
- 🌍 Improve Polish (pl-PL) locale on the Date Pickers
15+
16+
Special thanks go out to the community contributors who have helped make this release possible:
17+
@wojtkolos, @dpak-maurya, @k-rajat19.
18+
Following are all team members who have contributed to this release:
19+
@LukasTy, @arminmeh, @MBilalShafi, @KenanYusuf, @flaviendelangle.
20+
21+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
22+
23+
### Data Grid
24+
25+
#### `@mui/[email protected]`
26+
27+
- [DataGrid] Fix right column group header border (#15152) @KenanYusuf
28+
- [DataGrid] Fix scroll jump when holding down arrow keys (#15167) @arminmeh
29+
- [DataGrid] Move `rowGroupingModelChange` handler to respective hook (#15127) @MBilalShafi
30+
- [DataGrid] Prevent error when deleting the last row (#15153) @dpak-maurya
31+
- [DataGrid] Fix overlay height in autoHeight mode (#15205) @cherniavskii
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] Add list view tests (#15166) @KenanYusuf
38+
39+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
40+
41+
- [DataGridPremium] Keep focus on the grouping cell on space bar press #15155 @k-rajat19
42+
43+
### Date and Time Pickers
44+
45+
#### `@mui/[email protected]`
46+
47+
- [l10n] Improve Polish (pl-PL) locale (#15177) @wojtkolos
48+
49+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
50+
51+
Same changes as in `@mui/[email protected]`.
52+
53+
### Tree View
54+
55+
#### `@mui/[email protected]`
56+
57+
- [TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package (#15208) @flaviendelangle
58+
- [TreeView] Fix drag and drop color usage (#15149) @LukasTy
59+
60+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
61+
62+
Same changes as in `@mui/[email protected]`.
63+
64+
### Docs
65+
66+
- [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#15199) @arminmeh
67+
668
## 7.22.0
769

870
_Oct 25, 2024_

Diff for: package.json

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

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

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.22.0",
3+
"version": "7.22.1",
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.22.0",
3+
"version": "7.22.1",
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.22.0",
3+
"version": "7.22.1",
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.22.0",
3+
"version": "7.22.1",
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.22.0",
3+
"version": "7.22.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",

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.22.0",
3+
"version": "7.22.1",
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-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.22.0",
3+
"version": "7.22.1",
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.22.0",
3+
"version": "7.22.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)