From a7a60372eb5fa564b4dea61a943cf5507a2608e2 Mon Sep 17 00:00:00 2001 From: Danail H Date: Thu, 26 Dec 2024 15:21:16 +0200 Subject: [PATCH 1/4] v7.23.4 --- CHANGELOG.md | 38 +++++++++++++++++++++ package.json | 6 ++-- packages/x-data-grid-generator/package.json | 2 +- packages/x-data-grid-premium/package.json | 2 +- packages/x-data-grid-pro/package.json | 2 +- packages/x-data-grid/package.json | 2 +- 6 files changed, 45 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11dae56f310dc..c778931d02f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## v7.23.4 + +_Dec 26, 2024_ + +We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Improve Dutch (nl-NL) locale on the Data Grid +- 🐞 Bugfixes + +Special thanks go out to the community contributors who have helped make this release possible: +@JoepVerkoelen. +Following are all team members who have contributed to this release: +@arminmeh, @oliviertassinari. + + + +### Data Grid + +#### `@mui/x-data-grid@7.23.4` + +- [DataGrid] Fix header filters showing clear button while empty (#15990) @k-rajat19 +- [DataGrid] Replace `forwardRef` with a shim for forward compatibility (#15984) @lauri865 +- [l10n] Improve Dutch (nl-NL) locale (#15920) @JoepVerkoelen + +#### `@mui/x-data-grid-pro@7.23.4` [![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@7.23.4`. + +#### `@mui/x-data-grid-premium@7.23.4` [![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@7.23.4`, plus: + +- [DataGridPremium] Fix column pinning with checkbox selection and row grouping (@k-rajat19) (#15949) @github-actions[bot] + +### Docs + +- [docs] Fix outdated link to handbook (#15855) @oliviertassinari + ## 7.23.3 _Dec 19, 2024_ diff --git a/package.json b/package.json index 71b1945ca7461..c282633b81f13 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.23.3", + "version": "7.23.4", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", @@ -201,9 +201,9 @@ "react-is": "^18.3.1", "@types/node": "^20.16.11" }, - "packageManager": "pnpm@9.12.1", + "packageManager": "pnpm@9.15.1", "engines": { - "pnpm": "9.12.1" + "pnpm": "9.15.1" }, "pnpm": { "patchedDependencies": { diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 0f41741fae915..26f4fcc26f577 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.23.3", + "version": "7.23.4", "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 a16b98598d72f..b7f445f4662ff 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.23.3", + "version": "7.23.4", "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 2d3a11878d1db..5f3b3fc543439 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.23.3", + "version": "7.23.4", "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 9ae41e461a304..0b7eb054acab7 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.23.3", + "version": "7.23.4", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From d44ec162aee4f689ec15bef558bf2753dcb09d6f Mon Sep 17 00:00:00 2001 From: Danail Hadjiatanasov Date: Thu, 26 Dec 2024 21:41:16 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md Co-authored-by: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Signed-off-by: Danail Hadjiatanasov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c778931d02f62..2f5432cab4f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ We'd like to offer a big thanks to the 4 contributors who made this release poss - 🌍 Improve Dutch (nl-NL) locale on the Data Grid - 🐞 Bugfixes -Special thanks go out to the community contributors who have helped make this release possible: +Special thanks go out to the community contributor who has helped make this release possible: @JoepVerkoelen. Following are all team members who have contributed to this release: @arminmeh, @oliviertassinari. From 2e0b67b23aa060d117826dbb0bf820a78b70c31d Mon Sep 17 00:00:00 2001 From: Danail Hadjiatanasov Date: Thu, 26 Dec 2024 22:03:46 +0200 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: Andrew Cherniavskii Signed-off-by: Danail Hadjiatanasov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5432cab4f05..110a41fba13ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ Same changes as in `@mui/x-data-grid@7.23.4`. Same changes as in `@mui/x-data-grid-pro@7.23.4`, plus: -- [DataGridPremium] Fix column pinning with checkbox selection and row grouping (@k-rajat19) (#15949) @github-actions[bot] +- [DataGridPremium] Fix column pinning with checkbox selection and row grouping (#15949) @k-rajat19 ### Docs From 8ccaf7930e6b84a256595ccf6b71914adb0c1651 Mon Sep 17 00:00:00 2001 From: Danail Hadjiatanasov Date: Fri, 27 Dec 2024 09:38:38 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md Co-authored-by: Lukas Tyla Signed-off-by: Danail Hadjiatanasov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110a41fba13ac..f685f6c9eaf95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## v7.23.4 -_Dec 26, 2024_ +_Dec 27, 2024_ We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: