From b0dbf3c641f37dc1c984cb1113a61f144fe2ea8b Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 24 Feb 2025 16:07:23 +0100 Subject: [PATCH 1/7] v7.27.1 --- CHANGELOG.md | 55 +++++++++++++++++++++ package.json | 2 +- packages/x-charts-pro/package.json | 2 +- packages/x-charts/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 +- 10 files changed, 64 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59eb9a2818064..9ec594290025b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,61 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 7.27.1 + +_Feb 24, 2025_ + +We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: + +- 🐞 Bugfixes +- 🌍 Add Bangla (bn-BD) locale on the Data Grid and Date Pickers + +Special thanks go out to the community contributors who have helped make this release possible: +@nusr. +Following are all team members who have contributed to this release: +@bernardobelchior, @MBilalShafi. + + + +### Data Grid + +#### `@mui/x-data-grid@7.27.1` +[DataGrid] #16485 + +- [DataGrid] Fix the pagination unexpected behavior when using -1 for "All" rows per page (#16666) @nusr +- [DataGrid] Extract `getRowId` API method as a selector (#16574) @MBilalShafi +- [DataGrid] Fix scrollbars overlapping cells on mount (#16653) @KenanYusuf +- [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax + +#### `@mui/x-data-grid-pro@7.27.1` [![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.27.1`. + +#### `@mui/x-data-grid-premium@7.27.1` [![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.27.1`. + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.27.1` + +- [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax + +#### `@mui/x-date-pickers-pro@7.27.1` [![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.27.1`. + +### Charts + +#### `@mui/x-charts@7.27.1` + +- [charts] Fix empty series array in pie chart (#16657) @bernardobelchior + +#### `@mui/x-charts-pro@7.27.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +Same changes as in `@mui/x-charts@7.27.1`. + ## 7.27.0 _Feb 17, 2025_ diff --git a/package.json b/package.json index b239ea162e691..54e2f182c8bc2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.27.0", + "version": "7.27.1", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/x-charts-pro/package.json b/packages/x-charts-pro/package.json index ea9214b71165f..2248c767fcd7c 100644 --- a/packages/x-charts-pro/package.json +++ b/packages/x-charts-pro/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts-pro", - "version": "7.27.0", + "version": "7.27.1", "description": "The Pro plan edition of the Charts components (MUI X).", "author": "MUI Team", "main": "src/index.ts", diff --git a/packages/x-charts/package.json b/packages/x-charts/package.json index 983eb59af8384..25d841b71975e 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.27.0", + "version": "7.27.1", "description": "The community edition of the Charts components (MUI X).", "author": "MUI Team", "main": "src/index.js", diff --git a/packages/x-data-grid-generator/package.json b/packages/x-data-grid-generator/package.json index 59d78cb589c7c..8740873f4cdc5 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.0", + "version": "7.27.1", "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 093a83a47f842..5c78d9b51971e 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.0", + "version": "7.27.1", "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 22b0bfdbd2c32..a8d7a9e72f158 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.0", + "version": "7.27.1", "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 e8a0314097984..bf822b1dfe142 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.0", + "version": "7.27.1", "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 a5576ab36f4f0..e0bd6f39786b0 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.27.0", + "version": "7.27.1", "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 b3072bda1df51..cee72fa1a9118 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.27.0", + "version": "7.27.1", "description": "The community edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts", From 1efd7b4f22944d29922bddfd4aca3ae3a0f6e0b7 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 24 Feb 2025 16:10:27 +0100 Subject: [PATCH 2/7] fix --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec594290025b..6a56daeaf4277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,8 @@ Following are all team members who have contributed to this release: ### Data Grid #### `@mui/x-data-grid@7.27.1` -[DataGrid] #16485 -- [DataGrid] Fix the pagination unexpected behavior when using -1 for "All" rows per page (#16666) @nusr +- [DataGrid] Fix the pagination unexpected behavior when using -1 for "All" rows per page (#16485) @nusr - [DataGrid] Extract `getRowId` API method as a selector (#16574) @MBilalShafi - [DataGrid] Fix scrollbars overlapping cells on mount (#16653) @KenanYusuf - [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax From f938cacc864ec7f11c6aa0ea2bb9e8dfeebc3d3f Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:53:34 +0100 Subject: [PATCH 3/7] Update CHANGELOG.md Co-authored-by: Flavien DELANGLE Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a56daeaf4277..6d18a46ee55fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Following are all team members who have contributed to this release: #### `@mui/x-data-grid@7.27.1` - [DataGrid] Fix the pagination unexpected behavior when using -1 for "All" rows per page (#16485) @nusr -- [DataGrid] Extract `getRowId` API method as a selector (#16574) @MBilalShafi +- [DataGrid] Extract `getRowId()` API method as a selector (#16574) @MBilalShafi - [DataGrid] Fix scrollbars overlapping cells on mount (#16653) @KenanYusuf - [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax From ea140cb3e8963b0cecbb1508914db71368a0737f Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:18:36 +0100 Subject: [PATCH 4/7] Apply suggestions from code review Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d18a46ee55fb..5a798b5b41204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - - ## 7.27.1 _Feb 24, 2025_ @@ -48,7 +46,7 @@ Same changes as in `@mui/x-data-grid-pro@7.27.1`. Same changes as in `@mui/x-date-pickers@7.27.1`. ### Charts - + #### `@mui/x-charts@7.27.1` - [charts] Fix empty series array in pie chart (#16657) @bernardobelchior From 42a530f4a1188553b0ccc5afcf117326a9df8c8f Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:03:00 +0100 Subject: [PATCH 5/7] Apply suggestions from code review Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a798b5b41204..5d6dd7e3409c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## 7.27.1 _Feb 24, 2025_ From 55cd83e199c2c423e18a8921751fa8aed6281f9c Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:29:08 +0100 Subject: [PATCH 6/7] Apply suggestions from code review Co-authored-by: Lukas Tyla Co-authored-by: Armin Mehinovic <4390250+arminmeh@users.noreply.github.com> Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6dd7e3409c7..d1a7466bac821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 7.27.1 -_Feb 24, 2025_ +_Feb 25, 2025_ -We'd like to offer a big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: +We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes - 🌍 Add Bangla (bn-BD) locale on the Data Grid and Date Pickers @@ -15,7 +15,7 @@ We'd like to offer a big thanks to the 4 contributors who made this release poss Special thanks go out to the community contributors who have helped make this release possible: @nusr. Following are all team members who have contributed to this release: -@bernardobelchior, @MBilalShafi. +@bernardobelchior, @MBilalShafi, @KenanYusuf. From f99a48276988ddbcbeb5dddbb22d5673a5d16fdd Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:29:52 +0100 Subject: [PATCH 7/7] Update CHANGELOG.md Co-authored-by: Armin Mehinovic <4390250+arminmeh@users.noreply.github.com> Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a7466bac821..4a56efbb6ecf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ We'd like to offer a big thanks to the 5 contributors who made this release poss - 🌍 Add Bangla (bn-BD) locale on the Data Grid and Date Pickers Special thanks go out to the community contributors who have helped make this release possible: -@nusr. +@nusr, @officialkidmax. Following are all team members who have contributed to this release: @bernardobelchior, @MBilalShafi, @KenanYusuf.