Skip to content

Commit 3dd2dfe

Browse files
authored
v7.24.0 (#16216)
1 parent 990f2e2 commit 3dd2dfe

File tree

14 files changed

+92
-13
lines changed

14 files changed

+92
-13
lines changed

Diff for: CHANGELOG.md

+79
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,85 @@
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.24.0
7+
8+
_Jan 17, 2025_
9+
10+
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
13+
- 🐞 Bugfixes
14+
15+
Special thanks go out to the community contributors who have helped make this release possible:
16+
@lauri865, @AxharKhan.
17+
Following are all team members who have contributed to this release:
18+
@KenanYusuf, @arminmeh, @cherniavskii, @michelengelen, @samuelsycamore, @LukasTy.
19+
20+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21+
22+
### Data Grid
23+
24+
#### `@mui/[email protected]`
25+
26+
- [DataGrid] Fix resizing right pinned column (#16193) @KenanYusuf
27+
- [DataGrid] Improve scrollbar deadzone with overlay scrollbars (#16212) @lauri865
28+
- [DataGrid] Scroll restoration (#16208) @lauri865
29+
- [DataGrid] Fix row, cell and header memoizations (#16195) @lauri865
30+
- [l10n] Improve Urdu (ur-PK) locale (#16081) @AxharKhan
31+
32+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
33+
34+
Same changes as in `@mui/[email protected]`, plus:
35+
36+
- [DataGridPro] Add test for column pinning with disabled column virtualization (#16196) @cherniavskii
37+
- [DataGridPro] Fix width of right-pinned column group during resize (#16207) @cherniavskii
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+
Same changes as in `@mui/[email protected]`.
42+
43+
### Date and Time Pickers
44+
45+
#### `@mui/[email protected]`
46+
47+
Internal changes.
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+
### Charts
54+
55+
#### `@mui/[email protected]`
56+
57+
Internal changes.
58+
59+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
60+
61+
Same changes as in `@mui/[email protected]`.
62+
63+
### Tree View
64+
65+
#### `@mui/[email protected]`
66+
67+
Internal changes.
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+
### Docs
74+
75+
- [docs] Copyedit the Data Grid cell selection page (#16213) @samuelsycamore
76+
- [docs] Fix demo rendering issue on Codesandbox (#16129) @arminmeh
77+
78+
### Core
79+
80+
- [core] Type all references as `RefObject` (#16125) @arminmeh
81+
- [code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving (#16214) @LukasTy
82+
- [infra] Improve cherry-pick action target list (#16188) @michelengelen
83+
- [test] Fix flaky column pinning unit test (#16209) @cherniavskii
84+
685
## 7.23.6
786

887
_Jan 9, 2025_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.23.6",
2+
"version": "7.24.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.23.6",
3+
"version": "7.24.0",
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.23.6",
3+
"version": "7.24.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-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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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.23.6",
3+
"version": "7.24.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)