From 8d49b7fe15b8527a9e59964f370e3585c4d8d083 Mon Sep 17 00:00:00 2001 From: Kenan Yusuf Date: Thu, 19 Dec 2024 13:28:01 +0000 Subject: [PATCH] v7.23.3 (#15938) Signed-off-by: Kenan Yusuf Co-authored-by: Flavien DELANGLE Co-authored-by: Bilal Shafi Co-authored-by: Armin Mehinovic <4390250+arminmeh@users.noreply.github.com> Co-authored-by: Lukas Tyla --- CHANGELOG.md | 48 +++++++++++++++++++++ package.json | 2 +- 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 +- packages/x-date-pickers-pro/package.json | 2 +- packages/x-date-pickers/package.json | 2 +- 8 files changed, 55 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bea572eea34..11dae56f310d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,54 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.23.3 + +_Dec 19, 2024_ + +We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: + +- 🌍 Improve Korean (ko-KR) locale on the Data Grid +- 🐞 Bugfixes + +Special thanks go out to the community contributors who have helped make this release possible: +@k-rajat19, @good-jinu. +Following are all team members who have contributed to this release: +@KenanYusuf, @MBilalShafi, @arminmeh, @flaviendelangle. + + + +### Data Grid + +#### `@mui/x-data-grid@7.23.3` + +- [DataGrid] Allow passing custom props to `.main` element (#15919) @MBilalShafi +- [DataGrid] Consider `columnGroupHeaderHeight` prop in `getTotalHeaderHeight` method (#15927) @k-rajat19 +- [DataGrid] Deprecate `indeterminateCheckboxAction` prop (#15862) @MBilalShafi +- [DataGrid] Fix `aria-label` value for group checkboxes (#15861) @MBilalShafi +- [DataGrid] Fix autosizing with virtualized columns (#15929) @k-rajat19 +- [DataGrid] Round dimensions to avoid subpixel rendering error (#15873) @KenanYusuf +- [DataGrid] Toggle menu on click in `` (#15871) @k-rajat19 +- [DataGrid] Trigger row spanning computation on rows update (#15872) @MBilalShafi +- [l10n] Improve Korean (ko-KR) locale (#15906) @good-jinu + +#### `@mui/x-data-grid-pro@7.23.3` [![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.3`. + +#### `@mui/x-data-grid-premium@7.23.3` [![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.3`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.23.3` + +- [pickers] Add verification to disable skipped hours in spring forward DST (#15918) @flaviendelangle + +#### `@mui/x-date-pickers-pro@7.23.3` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-date-pickers@7.23.3`. + ## 7.23.2 _Dec 12, 2024_ diff --git a/package.json b/package.json index 701bf6fb4dc1..71b1945ca746 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.23.2", + "version": "7.23.3", "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 1832374f91c8..0f41741fae91 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.2", + "version": "7.23.3", "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 0cf48b255d90..a16b98598d72 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.2", + "version": "7.23.3", "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 3379ef3d54c2..2d3a11878d1d 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.2", + "version": "7.23.3", "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 828b15eae1cd..9ae41e461a30 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.2", + "version": "7.23.3", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers-pro/package.json b/packages/x-date-pickers-pro/package.json index e27c7d28c839..e0a43fc517ad 100644 --- a/packages/x-date-pickers-pro/package.json +++ b/packages/x-date-pickers-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers-pro", - "version": "7.23.2", + "version": "7.23.3", "description": "The Pro plan edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-date-pickers/package.json b/packages/x-date-pickers/package.json index 5b8048b05723..507e3d6679b2 100644 --- a/packages/x-date-pickers/package.json +++ b/packages/x-date-pickers/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-date-pickers", - "version": "7.23.2", + "version": "7.23.3", "description": "The community edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",