A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
- 🚀 [Joy] Button loading functionality has been added by @kushagra010 (#34658)
- And more 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.10.9
- [Grid v2][system] Handle direction object prop for responsive design (#34574) @vanyaxk
- [Slider] Fix unnecessary accessibility attribute in root element (#34610) @vanyaxk
@mui/system@5.10.9
BREAKING CHANGE
-
[system] Fix color-scheme implementation (#34639) @siriwatknp
The
enableColorScheme
prop has been removed fromCssVarsProvider
andgetInitColorScheme
(both Material UI and Joy UI).Migration:
- Material UI: you can enable the CSS color scheme via
<CssBaseline enableColorScheme />
. - Joy UI: it is enabled automatically if you use
<CssBaseline />
, see the docs.
- Material UI: you can enable the CSS color scheme via
Changes
@mui/base@5.0.0-alpha.101
- [TrapFocus] Restore the previously exported type from @mui/material (#34601) @michaldudak
@mui/joy@5.0.0-alpha.49
- [Joy] Add button loading functionality (#34658) @kushagra010
Docs
- [docs] Revert #34541 (#34700) @michaldudak
- [blog] Blog post for MUI X v6 alpha zero (#34424) @joserodolfofreitas
- [docs] Improve Joy UI tutorial demo (#34653) @oliviertassinari
- [docs] Explain how SelectUnstyled renders a hidden input (#34638) @michaldudak
- [docs] Fix Taiwan description (#34611) @oliviertassinari
- [docs] Fix codesandbox export with dayjs (#34619) @oliviertassinari
- [docs] Explain the purpose of renderGroup prop (#34066) @michaldudak
Core
- [core] Make useForkRef variadic (#27939) @michaldudak
- [core] Speedup of yarn install in the CI (#34632) @oliviertassinari
- [core] Fix markdown loader on Windows (#34623) @michaldudak
- [core] Update changelog for version v5.10.8 (#34593) @mnajdova
- [core] Update root package.json version (#34592) @mnajdova
All contributors of this release in alphabetical order: @hexm7, @joserodolfofreitas, @kushagra010, @michaldudak, @mnajdova, @oliviertassinari, @vanyaxk