Skip to content

Commit d1dec02

Browse files
alexfauquetteflaviendelangleLukasTyarminmeh
authored
v7.27.1 (#16716)
Signed-off-by: Alexandre Fauquette <[email protected]> Co-authored-by: Flavien DELANGLE <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Armin Mehinovic <[email protected]>
1 parent 4975600 commit d1dec02

File tree

10 files changed

+62
-9
lines changed

10 files changed

+62
-9
lines changed

Diff for: CHANGELOG.md

+53
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.27.1
7+
8+
_Feb 25, 2025_
9+
10+
We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- 🐞 Bugfixes
13+
- 🌍 Add Bangla (bn-BD) locale on the Data Grid and Date Pickers
14+
15+
Special thanks go out to the community contributors who have helped make this release possible:
16+
@nusr, @officialkidmax.
17+
Following are all team members who have contributed to this release:
18+
@bernardobelchior, @MBilalShafi, @KenanYusuf.
19+
20+
<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->
21+
22+
### Data Grid
23+
24+
#### `@mui/[email protected]`
25+
26+
- [DataGrid] Fix the pagination unexpected behavior when using -1 for "All" rows per page (#16485) @nusr
27+
- [DataGrid] Extract `getRowId()` API method as a selector (#16574) @MBilalShafi
28+
- [DataGrid] Fix scrollbars overlapping cells on mount (#16653) @KenanYusuf
29+
- [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax
30+
31+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
32+
33+
Same changes as in `@mui/[email protected]`.
34+
35+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
36+
37+
Same changes as in `@mui/[email protected]`.
38+
39+
### Date and Time Pickers
40+
41+
#### `@mui/[email protected]`
42+
43+
- [l10n] Add Bangla (bn-BD) locale (#16649) @officialkidmax
44+
45+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
46+
47+
Same changes as in `@mui/[email protected]`.
48+
49+
### Charts
50+
51+
#### `@mui/[email protected]`
52+
53+
- [charts] Fix empty series array in pie chart (#16657) @bernardobelchior
54+
55+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
56+
57+
Same changes as in `@mui/[email protected]`.
58+
659
## 7.27.0
760

861
_Feb 17, 2025_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.27.0",
2+
"version": "7.27.1",
33
"private": true,
44
"scripts": {
55
"preinstall": "npx only-allow pnpm",

Diff for: packages/x-charts-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts-pro",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "The Pro plan edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-charts",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "The community edition of the Charts components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.js",

Diff for: packages/x-data-grid-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-generator",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "Generate fake data for demo purposes only.",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid-premium/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-premium",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid-pro",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "The Pro plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-data-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-data-grid",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "The Community plan edition of the Data Grid components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-date-pickers-pro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers-pro",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "The Pro plan edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

Diff for: packages/x-date-pickers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/x-date-pickers",
3-
"version": "7.27.0",
3+
"version": "7.27.1",
44
"description": "The community edition of the Date and Time Picker components (MUI X).",
55
"author": "MUI Team",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)