Skip to content

Commit 77e84ec

Browse files
LukasTyflaviendelanglearminmehMBilalShaficherniavskii
authored
v7.28.0 (#17002)
Signed-off-by: Lukas Tyla <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]>
1 parent f56c538 commit 77e84ec

File tree

14 files changed

+99
-13
lines changed

14 files changed

+99
-13
lines changed

CHANGELOG.md

+86
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,92 @@
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.0
7+
8+
_Mar 17, 2025_
9+
10+
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🎁 Add support for `@mui/material` version 7 in all X packages
13+
- 🐞 Bugfixes
14+
- 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
15+
- 🌍 Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales on the Pickers
16+
17+
Special thanks go out to the community contributors who have helped make this release possible:
18+
@Blake-McCullough, @hlavacz, @yelahj, @k-rajat19, @nusr.
19+
Following are all team members who have contributed to this release:
20+
@arminmeh, @flaviendelangle, @LukasTy, @michelengelen, @MBilalShafi.
21+
22+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23+
24+
### Data Grid
25+
26+
#### `@mui/[email protected]`
27+
28+
- [DataGrid] Add click propagation and prevents default on `toggleMenu` click (#16909) @michelengelen
29+
- [DataGrid] Fix `processRowUpdate()` error if the row is removed before it is executed (#16904) @arminmeh
30+
- [DataGrid] Fix bug with adding and removing columns in active edit state (#16916) @Blake-McCullough
31+
- [DataGrid] Fix visual issue with pinned columns and row spanning (#16942) @MBilalShafi
32+
- [DataGrid] Make column header menu button aria-labels unique (#16925) @owais635
33+
- [DataGrid] Fix `printOptions` not respecting `hideFooter` root prop (#16915) @k-rajat19
34+
- [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16917 and #16887) @nusr
35+
- [l10n] Improve Czech (cs-CZ) and Slovak (sk-Sk) locales (#16996) @hlavacz
36+
- [l10n] Improve Korean (ko-KR) locale (#16998) @yelahj
37+
38+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
39+
40+
Same changes as in `@mui/[email protected]`, plus:
41+
42+
- [DataGridPro] Fix header filters not displaying restored values (#16976) @MBilalShafi
43+
- [DataGridPro] Fix infinite loading not reacting when scrolling to the end (#16939) @arminmeh
44+
45+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
46+
47+
Same changes as in `@mui/[email protected]`, plus:
48+
49+
- [DataGridPremium] Fix selection propagation issues with controlled state (#16995) @MBilalShafi
50+
51+
### Date and Time Pickers
52+
53+
#### `@mui/[email protected]`
54+
55+
- [l10n] Improve Chinese (zh-CN), (zh-HK) and (zh-TW) locales (#16997) @nusr
56+
57+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
58+
59+
Same changes as in `@mui/[email protected]`, plus:
60+
61+
- [DateRangeCalendar] Do not update the previewed day when hovering a day and the value is empty (#16892) @flaviendelangle
62+
63+
### Charts
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+
### Tree View
74+
75+
#### `@mui/[email protected]`
76+
77+
Internal changes.
78+
79+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
80+
81+
Same changes as in `@mui/[email protected]`.
82+
83+
### Docs
84+
85+
- [docs] Fix link to the lazy loading demo for the DataGrid (#16912) @nusr
86+
87+
### Core
88+
89+
- [core] Allow `@mui/material` v7 in dependencies (#16951) @LukasTy
90+
- [infra] Make tests on React 18 part of pipeline (#16958) @LukasTy
91+
692
## 7.27.3
793

894
_Mar 7, 2025_

package.json

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

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.27.1",
3+
"version": "7.28.0",
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.27.1",
3+
"version": "7.28.0",
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.27.3",
3+
"version": "7.28.0",
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.27.3",
3+
"version": "7.28.0",
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.27.3",
3+
"version": "7.28.0",
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.27.3",
3+
"version": "7.28.0",
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.27.3",
3+
"version": "7.28.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",

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.27.3",
3+
"version": "7.28.0",
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-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.26.0",
3+
"version": "7.28.0",
44
"description": "Utility functions for the MUI X packages (internal use only).",
55
"author": "MUI Team",
66
"license": "MIT",

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.26.0",
3+
"version": "7.28.0",
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.26.0",
3+
"version": "7.28.0",
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.26.0",
3+
"version": "7.28.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)