diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a56efbb6ecf2..b1a12b82de184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.27.2 + + + +_Feb 27, 2025_ + +We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: + +- 🐞 Bugfixes +- 🌍 Improve Hungarian (hu-HU) and Russian (ru-RU) locales on the Data Grid + +Special thanks go out to the community contributors who have helped make this release possible: +@pcorpet, @noherczeg, @denpiligrim. +Following are all team members who have contributed to this release: +@MBilalShafi, @KenanYusuf. + + + +### Data Grid + +#### `@mui/x-data-grid@v7.27.2` + +- [DataGrid] Fix `showColumnVerticalBorder` prop (#16726) @KenanYusuf +- [DataGrid] Make server-side data navigation consistent (#16735) @MBilalShafi +- [DataGrid] Use readonly array for `GridSortModel` (#16731) @pcorpet +- [l10n] Improve Hungarian (hu-HU) locale (#16746) @noherczeg +- [l10n] Improve Russian (ru-RU) locale (#16725) @denpiligrim + +#### `@mui/x-data-grid-pro@v7.27.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-data-grid@v7.27.2`. + +#### `@mui/x-data-grid-premium@v7.27.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan') + +Same changes as in `@mui/x-data-grid-pro@v7.27.2`. + ## 7.27.1 _Feb 25, 2025_ diff --git a/package.json b/package.json index 54e2f182c8bc2..7e39edf158c21 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.27.1", + "version": "7.27.2", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 8740873f4cdc5..92b6dbb0ec16b 100644 --- a/packages/x-data-grid-generator/package.json +++ b/packages/x-data-grid-generator/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-generator", - "version": "7.27.1", + "version": "7.27.2", "description": "Generate fake data for demo purposes only.", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-premium/package.json b/packages/x-data-grid-premium/package.json index 5c78d9b51971e..3b6154cd29995 100644 --- a/packages/x-data-grid-premium/package.json +++ b/packages/x-data-grid-premium/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-premium", - "version": "7.27.1", + "version": "7.27.2", "description": "The Premium plan edition of the Data Grid Components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid-pro/package.json b/packages/x-data-grid-pro/package.json index a8d7a9e72f158..f6cc0a9253001 100644 --- a/packages/x-data-grid-pro/package.json +++ b/packages/x-data-grid-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid-pro", - "version": "7.27.1", + "version": "7.27.2", "description": "The Pro plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-data-grid/package.json b/packages/x-data-grid/package.json index bf822b1dfe142..017fd8e0ec2f5 100644 --- a/packages/x-data-grid/package.json +++ b/packages/x-data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-data-grid", - "version": "7.27.1", + "version": "7.27.2", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts",