Skip to content

Commit f0427d6

Browse files
authored
v7.28.2 (#17163)
1 parent 3097592 commit f0427d6

File tree

8 files changed

+48
-7
lines changed

8 files changed

+48
-7
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,47 @@
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.28.2
7+
8+
_Mar 28, 2025_
9+
10+
We'd like to offer a big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
14+
Team members who have contributed to this release:
15+
@flaviendelangle, @LukasTy, @arminmeh.
16+
17+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
18+
19+
### Data Grid
20+
21+
#### `@mui/[email protected]`
22+
23+
- [DataGrid] Fix error caused by trying to render rows that are not in the state anymore (#17117) @arminmeh
24+
25+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
26+
27+
Same changes as in `@mui/[email protected]`.
28+
29+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
30+
31+
Same changes as in `@mui/[email protected]`.
32+
33+
### Date and Time Pickers
34+
35+
#### `@mui/[email protected]`
36+
37+
- [fields] Improve the check for year in `doesSectionFormatHaveLeadingZeros` (#17112) @flaviendelangle
38+
39+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
40+
41+
Same changes as in `@mui/[email protected]`.
42+
43+
### Core
44+
45+
- [code-infra] Remove `test_regressions` step from React 18 pipeline (#17109) @LukasTy
46+
647
## 7.28.1
748

849
_Mar 21, 2025_

package.json

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

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.28.1",
3+
"version": "7.28.2",
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.28.1",
3+
"version": "7.28.2",
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.28.1",
3+
"version": "7.28.2",
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.28.1",
3+
"version": "7.28.2",
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.28.0",
3+
"version": "7.28.2",
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.28.0",
3+
"version": "7.28.2",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)