Skip to content

Commit

Permalink
[CHANGELOG] Fix links on v5.8.0 (#4464)
Browse files Browse the repository at this point in the history
* [CHANGELOG] Fix links on v5.8.0

* more fixes
  • Loading branch information
oliviertassinari authored Apr 12, 2022
1 parent 2a1797d commit 0d37a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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-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
Expand Down

0 comments on commit 0d37a07

Please sign in to comment.