From c505f40495d33c8f085f74f9023f835d9a12f11c Mon Sep 17 00:00:00 2001 From: Flavien DELANGLE Date: Mon, 17 Feb 2025 10:32:54 +0100 Subject: [PATCH] v7.26.1 (#16595) Signed-off-by: Flavien DELANGLE Co-authored-by: Jose C Quintas Jr Co-authored-by: Lukas Tyla Co-authored-by: Bilal Shafi Co-authored-by: Andrew Cherniavskii Co-authored-by: Andrew Cherniavskyi --- CHANGELOG.md | 62 +++++++++++++++++++++ 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, 71 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a126c9ebb7f..59eb9a2818064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.27.0 + +_Feb 17, 2025_ + +We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: + +- ⚡ Improve Data Grid Excel export serialization performance +- 🐞 Bugfixes +- 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locale on the Data Grid + +Special thanks go out to the community contributors who have helped make this release possible: +@pawelkula, @Neonin. +Following are all team members who have contributed to this release: +@cherniavskii, @JCQuintas, @oliviertassinari, @arminmeh and @LukasTy + +### Data Grid + +#### `@mui/x-data-grid@7.27.0` + +- [DataGrid] Add `resetPageOnSortFilter` prop that resets the page after sorting and filtering (#16580) @arminmeh +- [DataGrid] Avoid `undefined` value for pagination `rowCount` (#16558) @cherniavskii +- [l10n] Improve Polish (pl-PL) locale (#16594) @pawelkula +- [l10n] Improve Ukrainian (uk-UA) locale (#16593) @Neonin + +#### `@mui/x-data-grid-pro@7.27.0` [![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.0`. + +#### `@mui/x-data-grid-premium@7.27.0` [![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.0`, plus: + +- [DataGridPremium] Fix Excel export Web Worker demo not working in dev mode (#16532) @cherniavskii +- [DataGridPremium] Improve Excel export serialization performance (#16545) @cherniavskii +- [DataGridPremium] Namespace Excel export worker (#16539) @oliviertassinari + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.27.0` + +Internal changes. + +#### `@mui/x-date-pickers-pro@7.27.0` [![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.0`, plus: + +- [DateRangePicker] Avoid unnecessary field section focusing (#16569) @LukasTy + +### Charts + +#### `@mui/x-charts@7.27.0` + +Internal changes. + +#### `@mui/x-charts-pro@7.27.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan') + +- [charts-pro] Fix automatic type overloads (#16579) @JCQuintas + +### Core + +- [test] Fix Data Grid data source error test on React 18 (#16565) @arminmeh + ## 7.26.0 _Feb 7, 2025_ diff --git a/package.json b/package.json index 817e56be87ee1..b239ea162e691 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.26.0", + "version": "7.27.0", "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 940a38a9ac648..ea9214b71165f 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.26.0", + "version": "7.27.0", "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 be1a99298812e..983eb59af8384 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.26.0", + "version": "7.27.0", "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 0ec62b0713d12..59d78cb589c7c 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.26.0", + "version": "7.27.0", "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 4f9c69365f7c4..093a83a47f842 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.26.0", + "version": "7.27.0", "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 6c650a45e9e12..22b0bfdbd2c32 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.26.0", + "version": "7.27.0", "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 12297de981936..e8a0314097984 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.26.0", + "version": "7.27.0", "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 2e0f17681a264..a5576ab36f4f0 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.26.0", + "version": "7.27.0", "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 400de20ce11d2..b3072bda1df51 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.26.0", + "version": "7.27.0", "description": "The community edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",