Skip to content

Commit c505f40

Browse files
flaviendelangleJCQuintasLukasTyMBilalShaficherniavskii
authored
v7.26.1 (#16595)
Signed-off-by: Flavien DELANGLE <[email protected]> Co-authored-by: Jose C Quintas Jr <[email protected]> Co-authored-by: Lukas Tyla <[email protected]> Co-authored-by: Bilal Shafi <[email protected]> Co-authored-by: Andrew Cherniavskii <[email protected]> Co-authored-by: Andrew Cherniavskyi <[email protected]>
1 parent 73ded3e commit c505f40

File tree

10 files changed

+71
-9
lines changed

10 files changed

+71
-9
lines changed

Diff for: CHANGELOG.md

+62
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,68 @@
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.0
7+
8+
_Feb 17, 2025_
9+
10+
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
11+
12+
- ⚡ Improve Data Grid Excel export serialization performance
13+
- 🐞 Bugfixes
14+
- 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locale on the Data Grid
15+
16+
Special thanks go out to the community contributors who have helped make this release possible:
17+
@pawelkula, @Neonin.
18+
Following are all team members who have contributed to this release:
19+
@cherniavskii, @JCQuintas, @oliviertassinari, @arminmeh and @LukasTy
20+
21+
### Data Grid
22+
23+
#### `@mui/[email protected]`
24+
25+
- [DataGrid] Add `resetPageOnSortFilter` prop that resets the page after sorting and filtering (#16580) @arminmeh
26+
- [DataGrid] Avoid `undefined` value for pagination `rowCount` (#16558) @cherniavskii
27+
- [l10n] Improve Polish (pl-PL) locale (#16594) @pawelkula
28+
- [l10n] Improve Ukrainian (uk-UA) locale (#16593) @Neonin
29+
30+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
31+
32+
Same changes as in `@mui/[email protected]`.
33+
34+
#### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
35+
36+
Same changes as in `@mui/[email protected]`, plus:
37+
38+
- [DataGridPremium] Fix Excel export Web Worker demo not working in dev mode (#16532) @cherniavskii
39+
- [DataGridPremium] Improve Excel export serialization performance (#16545) @cherniavskii
40+
- [DataGridPremium] Namespace Excel export worker (#16539) @oliviertassinari
41+
42+
### Date and Time Pickers
43+
44+
#### `@mui/[email protected]`
45+
46+
Internal changes.
47+
48+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
49+
50+
Same changes as in `@mui/[email protected]`, plus:
51+
52+
- [DateRangePicker] Avoid unnecessary field section focusing (#16569) @LukasTy
53+
54+
### Charts
55+
56+
#### `@mui/[email protected]`
57+
58+
Internal changes.
59+
60+
#### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
61+
62+
- [charts-pro] Fix automatic type overloads (#16579) @JCQuintas
63+
64+
### Core
65+
66+
- [test] Fix Data Grid data source error test on React 18 (#16565) @arminmeh
67+
668
## 7.26.0
769

870
_Feb 7, 2025_

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.26.0",
2+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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.26.0",
3+
"version": "7.27.0",
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)