diff --git a/CHANGELOG.md b/CHANGELOG.md index 425746e0d6a3c2..ca92dad497c11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,91 @@ # [Versions](https://mui.com/versions/) +## 5.11.7 + + + +_Jan 31, 2023_ + +A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: + +- @siriwatknp added `Table` component to Joy UI (#35872) +- many other 🐛 bug fixes and 📚 documentation improvements + +### `@mui/material@5.11.7` + +- ​[Autocomplete] Prevent reset scroll position when new options are added (#35735) @sai6855 +- ​[CssVarsProvider] Skip `unstable_sxConfig` variables (#35932) @siriwatknp +- ​[InputLabel] Add missing `component` type (#35852) @sai6855 +- ​[Tooltip] Fix tooltip position (#35909) @marktoman + +### `@mui/base@5.0.0-alpha.116` + +- ​[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus (#35838) @SaidMarar + +### `@mui/joy@5.0.0-alpha.65` + +#### Breaking changes + +- ​[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj + + - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`. + + ```diff +