From d2d8e04c04f111c62eb4ad671a7202a17600bad3 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 12 Apr 2022 11:58:22 +0200 Subject: [PATCH 1/2] [CHANGELOG] Fix links on v5.8.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e874c463a765..cd848727e149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,13 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss - 🚀 Expose new methods to save and restore the grid state (#4028) @flaviendelangle - The different methods to save and restore the data-grid state are now [documented](mui.com/components/data-grid/state/#save-and-restore-the-state) + The different methods to save and restore the data-grid state are now [documented](https://mui.com/x/react-data-grid/state/#save-and-restore-the-state). - ⌚️ Move date and time picker components from the lab (#3451) @flaviendelangle Date and time picker components have been moved to the MUI-X repo. They are now accessible in their own packages: `@mui/x-date-pickers` and `@mui/x-date-pickers-pro`. - For more information, you can read the [blog article](https://mui.com/blog/lab-pickers-to-mui-x) and the [migration guide](https://mui.com/x/react-date-pickers/migration-lab) + For more information, you can read the [blog article](https://mui.com/blog/lab-date-pickers-to-mui-x/) and the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/) - 📝 Add `onProcessRowUpdateError` prop to simplify error management in edit mode (#4267) @m4theushw - ✨ Add generic typing to `GridColDef` and derived interfaces (#4064) @flaviendelangle From b746b5045268fea5831cef36b1404ba4b3d3657e Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 12 Apr 2022 11:59:38 +0200 Subject: [PATCH 2/2] more fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd848727e149..29b38ae0c5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss - ⌚️ Move date and time picker components from the lab (#3451) @flaviendelangle - Date and time picker components have been moved to the MUI-X repo. + Date and time picker components have been moved to the MUI X repository. They are now accessible in their own packages: `@mui/x-date-pickers` and `@mui/x-date-pickers-pro`. - For more information, you can read the [blog article](https://mui.com/blog/lab-date-pickers-to-mui-x/) and the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/) + For more information, you can read the [blog article](https://mui.com/blog/lab-date-pickers-to-mui-x/) and the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). - 📝 Add `onProcessRowUpdateError` prop to simplify error management in edit mode (#4267) @m4theushw - ✨ Add generic typing to `GridColDef` and derived interfaces (#4064) @flaviendelangle