From 3553def31d8301c7a2cc575e501b27fb930de488 Mon Sep 17 00:00:00 2001 From: Jose C Quintas Jr Date: Fri, 8 Nov 2024 12:29:29 +0100 Subject: [PATCH] v7.22.2 (#15314) Signed-off-by: Jose C Quintas Jr Co-authored-by: Kenan Yusuf Co-authored-by: Bilal Shafi Co-authored-by: Flavien DELANGLE Co-authored-by: Lukas Tyla --- CHANGELOG.md | 64 +++++++++++++++++++++ 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, 73 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deaeddbf9209..05fa5acfeec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,70 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 7.22.2 + +_Nov 8, 2024_ + +We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: + +- 👨🏽‍💻 API enhancements +- 🐞 Bugfixes + +Special thanks go out to the community contributors who have helped make this release possible: +@clins1994, @GuillaumeMeheut, @k-rajat19. +Following are all team members who have contributed to this release: +@LukasTy, @MBilalShafi, @KenanYusuf, @arminmeh. + +### Upcoming alpha + +Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable. + + + +### Data Grid + +#### `@mui/x-data-grid@7.22.2` + +- [DataGrid] Fix `null` reference error in `GridVirtualScrollbar` (#15289) @MBilalShafi +- [DataGrid] Fix filtering with `boolean` column type (#15257) @k-rajat19 +- [DataGrid] Improve row selection propagation trigger (#15274) @MBilalShafi +- [DataGrid] Preprocess edit cell props on backspace/delete (#15223) @KenanYusuf +- [DataGrid] Add a recipe to persist column width and order (#15309) @MBilalShafi + +#### `@mui/x-data-grid-pro@7.22.2` [![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.22.2`, plus: + +- [DataGridPro] Apply default properties if they are not passed in a reorder column (#15320) @k-rajat19 +- [DataGridPro] Toggle row expansion with `Enter` key in Tree data (#15313) @k-rajat19 + +#### `@mui/x-data-grid-premium@7.22.2` [![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.22.2`, plus: + +- [DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping (#15222) @arminmeh + +### Date and Time Pickers + +#### `@mui/x-date-pickers@7.22.2` + +- [pickers] Add support for `moment-hijri@3.0.0` (#15248) @LukasTy + +#### `@mui/x-date-pickers-pro@7.22.2` [![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.22.2`. + +### Charts + +#### `@mui/x-charts@7.22.2` + +- [charts] Allow `SeriesValueFormatter` to return `null` value (#15295) @clins1994 +- [charts] Allow configuring the `domainLimit` for each axis. (#15325) @GuillaumeMeheut + +#### `@mui/x-charts-pro@7.0.0-beta.7` [![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.22.2`. + ## 7.22.1 _Nov 1, 2024_ diff --git a/package.json b/package.json index 98425f40561a..d88f56892f58 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.22.1", + "version": "7.22.2", "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 27e4179bbc82..f0ddcdf44b47 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.0.0-beta.6", + "version": "7.0.0-beta.7", "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 a4ca379f0280..09267eebf35c 100644 --- a/packages/x-charts/package.json +++ b/packages/x-charts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/x-charts", - "version": "7.22.1", + "version": "7.22.2", "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 6835a7437993..703a74c9a123 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.22.1", + "version": "7.22.2", "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 628dbaea45d5..7c44f0e361cc 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.22.1", + "version": "7.22.2", "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 d0dc42008f5d..dcd32c8b0eaa 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.22.1", + "version": "7.22.2", "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 c787d0fb6ca8..038f8d75b65d 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.22.1", + "version": "7.22.2", "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 54ba4842da78..399e91381b97 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.22.1", + "version": "7.22.2", "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 6894f730358a..0f6bfc7be922 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.22.1", + "version": "7.22.2", "description": "The community edition of the Date and Time Picker components (MUI X).", "author": "MUI Team", "main": "src/index.ts",