Skip to content

Commit a80b51b

Browse files
JCQuintascherniavskiiLukasTyflaviendelangle
authored
V.7.29.1 (#17520)
Signed-off-by: Jose C Quintas Jr <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]>
1 parent 2ee1dc0 commit a80b51b

File tree

12 files changed

+88
-11
lines changed

12 files changed

+88
-11
lines changed

CHANGELOG.md

+77
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,83 @@
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.29.1
7+
8+
_Apr 23, 2025_
9+
10+
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
14+
Special thanks go out to the community contributors who have helped make this release possible:
15+
@lhilgert9
16+
17+
Following are all team members who have contributed to this release:
18+
@arminmeh, @cherniavskii, @flaviendelangle, @LukasTy, @romgrk.
19+
20+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21+
22+
### Data Grid
23+
24+
#### `@mui/[email protected]`
25+
26+
- [DataGrid] Prevent scrollbars from showing on top (#17410) @romgrk
27+
28+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
29+
30+
Same changes as in `@mui/[email protected]`, plus:
31+
32+
- [DataGridPro] Avoid proptypes warnings with header filters in React 17 (#17492) @cherniavskii
33+
- [DataGridPro] Fix expandable rows detail content height updates (#17509) @arminmeh
34+
- [DataGridPro] Fix row virtualization not working in list view (#17404) @cherniavskii
35+
- [DataGridPro] Move locales re-export to allow proper tree shaking (#17438) @lhilgert9
36+
37+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
38+
39+
Same changes as in `@mui/[email protected]`, plus:
40+
41+
- [DataGridPremium] Use `groupingValueGetter` for row grouping on the server (#17423) @cherniavskii
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]`, plus:
72+
73+
- [RichTreeViewPro] Fix drag and drop issue with label editing (#17415) @flaviendelangle
74+
75+
### Docs
76+
77+
- [docs] Use MUI X v7 packages in CodeSandbox and StackBlitz (#17516) @cherniavskii
78+
79+
### Core
80+
81+
- [core] Bump monorepo (#17437) @LukasTy
82+
683
## 7.29.0
784

885
_Apr 16, 2025_

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.29.0",
3+
"version": "7.29.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/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.29.0",
3+
"version": "7.29.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": "7.29.0",
3+
"version": "7.29.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": "7.29.0",
3+
"version": "7.29.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": "7.29.0",
3+
"version": "7.29.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": "7.29.0",
3+
"version": "7.29.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": "7.29.0",
3+
"version": "7.29.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": "7.29.0",
3+
"version": "7.29.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-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.29.0",
3+
"version": "7.29.1",
44
"description": "MUI X License verification",
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": "7.29.0",
3+
"version": "7.29.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": "7.29.0",
3+
"version": "7.29.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)