From 5c30bd83db3ad3402456f31b1830cc9057aa7633 Mon Sep 17 00:00:00 2001 From: delangle Date: Fri, 9 Jun 2023 11:35:25 +0200 Subject: [PATCH] Add PR #9239 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4e667d3442a..81458d10f4a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline _Jun 9, 2023_ -We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: +We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎁 Improve the default `format` prop value on the pickers. @@ -41,6 +41,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos - [DataGrid] Allow overflowing grid root element (#9179) @cherniavskii - [DataGrid] Fix module augmentation error when using `@mui/lab` (#9235) @cherniavskii - [DataGrid] Fix row with ids matching `Object` prototype (#9265) @romgrk +- [DataGrid] Fix `sortModel` and `filterModel` resetting when columns change (#9239) @alexgonch - [DataGrid] Improve grouping performance for large datasets (#9200) @romgrk - [DataGrid] Increase threshold to trigger memory leak warning (#9263) @m4theushw - [DataGrid] Update data grid migration guide to include updated type (#9272) @MBilalShafi