Skip to content

Commit fb048f7

Browse files
cherniavskiiarminmehKenanYusuf
authored
v7.29.4 (#17963)
Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]>
1 parent dfbb2ed commit fb048f7

File tree

9 files changed

+59
-9
lines changed

9 files changed

+59
-9
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,55 @@
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.4
7+
8+
_May 22, 2025_
9+
10+
We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
14+
Special thanks go out to the community members for their valuable contributions:
15+
@campmarc, @whereisrmsqhs, @jyash97
16+
17+
Following are all team members who have contributed to this release:
18+
@mapache-salvaje, @cherniavskii, @noraleonte.
19+
20+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21+
22+
### Data Grid
23+
24+
#### `@mui/[email protected]`
25+
26+
- [DataGrid] Fix `renderContext` calculation loop (#17806) @cherniavskii
27+
- [DataGrid] Fix column spanning jump on scroll (#17780) @cherniavskii
28+
- [DataGrid] Fix content rendering for large rows while using automatic page size (#17866) @campmarc
29+
30+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31+
32+
Same changes as in `@mui/[email protected]`, plus:
33+
34+
- [DataGridPro] Add `aria-expanded` attribute to the master detail toggle button (#17890) @whereisrmsqhs
35+
- [DataGridPro] Prevent text selection when reordering rows (#17920) @jyash97
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]`.
40+
41+
### Date and Time Pickers
42+
43+
#### `@mui/[email protected]`
44+
45+
- [pickers] Fix `PickersTextField` overflow (#17945) @noraleonte
46+
47+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
48+
49+
Same changes as in `@mui/[email protected]`.
50+
51+
### Docs
52+
53+
- [docs] Add "upgrade to v8" callout on v7 planned pages (#17901) @mapache-salvaje
54+
655
## 7.29.3
756

857
_May 8, 2025_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.29.3",
2+
"version": "7.29.4",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

packages/x-data-grid-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "7.29.3",
3+
"version": "7.29.4",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "7.29.3",
3+
"version": "7.29.4",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "7.29.3",
3+
"version": "7.29.4",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "7.29.3",
3+
"version": "7.29.4",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "7.29.3",
3+
"version": "7.29.4",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "7.29.3",
3+
"version": "7.29.4",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

scripts/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ A typical release goes like this:
1616

1717
The following steps must be proposed as a pull request.
1818

19-
1. Compare the last tag with the branch upon which you want to release (`next` for the alpha / beta releases and `master` for the current stable version).
20-
To do so, use `pnpm release:changelog` The options are the following:
19+
1. Compare the last tag with the branch upon which you want to release.
20+
To do so, use `pnpm release:changelog --lastRelease v7._._`.
21+
The options are the following:
2122

2223
```bash
2324
pnpm release:changelog

0 commit comments

Comments
 (0)