Skip to content

Commit 09e1996

Browse files
committed
[release] v8.28.6
1 parent a22db3b commit 09e1996

6 files changed

Lines changed: 36 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@
55
All notable changes to this project will be documented in this file.
66
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## 8.28.6
9+
10+
_May 13, 2026_
11+
12+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🐞 Bugfixes
15+
16+
The following team members contributed to this release:
17+
@LukasTy, @MBilalShafi
18+
19+
### Data Grid
20+
21+
#### `@mui/x-data-grid@8.28.6`
22+
23+
Internal changes.
24+
25+
#### `@mui/x-data-grid-pro@8.28.6` [![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/x-data-grid@8.28.6`, plus:
28+
29+
- [DataGridPro] Preserve parent selection for non-selectable children (@MBilalShafi) (#22013)
30+
31+
#### `@mui/x-data-grid-premium@8.28.6` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
32+
33+
Same changes as in `@mui/x-data-grid-pro@8.28.6`.
34+
35+
### Docs
36+
37+
- [docs] Replace broken CodeSandbox iframes in migration guides (#22380) @LukasTy
38+
839
## 8.28.5
940

1041
_May 8, 2026_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.28.5",
2+
"version": "8.28.6",
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": "8.28.5",
3+
"version": "8.28.6",
44
"author": "MUI Team",
55
"description": "Generate fake data for demo purposes only.",
66
"license": "UNLICENSED",

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": "8.28.5",
3+
"version": "8.28.6",
44
"author": "MUI Team",
55
"description": "The Premium plan edition of the MUI X Data Grid Components.",
66
"license": "SEE LICENSE IN LICENSE",

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": "8.28.5",
3+
"version": "8.28.6",
44
"author": "MUI Team",
55
"description": "The Pro plan edition of the MUI X Data Grid components.",
66
"license": "SEE LICENSE IN LICENSE",

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": "8.28.5",
3+
"version": "8.28.6",
44
"author": "MUI Team",
55
"description": "The Community plan edition of the MUI X Data Grid components.",
66
"license": "MIT",

0 commit comments

Comments
 (0)