diff --git a/CHANGELOG.md b/CHANGELOG.md index 810c550c19494a..2d04bd6c3d9b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,125 @@ # [Versions](https://mui.com/versions/) +## 5.12.3 + + + +_May 2, 2023_ + +A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: + +- all planned breaking changes for Base UI are done. The first beta release should come next week 🎉 +- 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.12.3` + +- ​[Accordion] Add missing `component` type (#37111) @sai6855 +- ​[ButtonGroup] Should not retain divider color when it is disabled and variant is `text` (#36967) @DavidBoyer11 +- ​[Divider] Fix styles on dividers with text (#35072) @maxdestors +- ​[TextField] Improve IntelliSense support for props (#36737) @sai6855 +- ​[TextField] Fix running click event on disabled (#36892) @sai6855 + +### `@mui/joy@5.0.0-alpha.78` + +- ​[Joy] Miscellaneous fixes and docs improvement (#37026) @siriwatknp + +### `@mui/base@5.0.0-alpha.128` + +#### Breaking changes + +- The `component` prop is no longer supported because it can be replaced with the slots API. This is how the transformation will look like: + + ```diff +