diff --git a/CHANGELOG.md b/CHANGELOG.md index 59eb9a2818064..4a56efbb6ecf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,59 @@ 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 25, 2025_ + +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 + +Special thanks go out to the community contributors who have helped make this release possible: +@nusr, @officialkidmax. +Following are all team members who have contributed to this release: +@bernardobelchior, @MBilalShafi, @KenanYusuf. + + + +### Data Grid + +#### `@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] 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",