Skip to content

Commit 695d412

Browse files
noraleontearminmehLukasTyKenanYusuf
authored
v7.27.2 (#16749)
Signed-off-by: Nora <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Kenan Yusuf <[email protected]>
1 parent 4473846 commit 695d412

File tree

6 files changed

+41
-5
lines changed

6 files changed

+41
-5
lines changed

Diff for: CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
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.27.2
7+
8+
<!-- generated comparing v7.27.1..v7.x -->
9+
10+
_Feb 27, 2025_
11+
12+
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
13+
14+
- 🐞 Bugfixes
15+
- 🌍 Improve Hungarian (hu-HU) and Russian (ru-RU) locales on the Data Grid
16+
17+
Special thanks go out to the community contributors who have helped make this release possible:
18+
@pcorpet, @noherczeg, @denpiligrim.
19+
Following are all team members who have contributed to this release:
20+
@MBilalShafi, @KenanYusuf.
21+
22+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
23+
24+
### Data Grid
25+
26+
#### `@mui/[email protected]`
27+
28+
- [DataGrid] Fix `showColumnVerticalBorder` prop (#16726) @KenanYusuf
29+
- [DataGrid] Make server-side data navigation consistent (#16735) @MBilalShafi
30+
- [DataGrid] Use readonly array for `GridSortModel` (#16731) @pcorpet
31+
- [l10n] Improve Hungarian (hu-HU) locale (#16746) @noherczeg
32+
- [l10n] Improve Russian (ru-RU) locale (#16725) @denpiligrim
33+
34+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
35+
36+
Same changes as in `@mui/[email protected]`.
37+
38+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
39+
40+
Same changes as in `@mui/[email protected]`.
41+
642
## 7.27.1
743

844
_Feb 25, 2025_

Diff for: package.json

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

Diff for: 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.1",
3+
"version": "7.27.2",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.1",
3+
"version": "7.27.2",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.1",
3+
"version": "7.27.2",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: 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.1",
3+
"version": "7.27.2",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)