forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Update CHANGELOG to include pickers breaking change (mui#33486)
- Loading branch information
1 parent
30757d6
commit 14189c5
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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]` | ||
|
||
|