Skip to content

Commit

Permalink
[core] Update CHANGELOG to include pickers breaking change (mui#33486)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored and Daniel Rabe committed Nov 29, 2022
1 parent 30757d6 commit 14189c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
- 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
- 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
- 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
- ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
- many other 🐛 bug fixes and 📚 documentation improvements
- our documentation site is now running with React 18! (#33196) @mnajdova

Expand All @@ -32,8 +33,15 @@ A big thanks to the 19 contributors who made this release possible. Here are som

### `@mui/[email protected]`

**⚠️ Breaking changes**

- [lab] Remove the pickers (#33386) @flaviendelangle
- [Masonry] Support `rem`/`em` values for `spacing` prop (#33384) @hbjORbj

The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).

**Changes**

- [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj

### `@mui/[email protected]`

Expand Down

0 comments on commit 14189c5

Please sign in to comment.