Skip to content

v5.10.9

Choose a tag to compare

@hbjORbj hbjORbj released this 11 Oct 11:57
· 7753 commits to master since this release
7bd7c21

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 from CssVarsProvider and getInitColorScheme (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.

Changes

  • ​[system] Fix typo in createCssVarsProvider (#34661) @hexm7

@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

Docs

Core

All contributors of this release in alphabetical order: @hexm7, @joserodolfofreitas, @kushagra010, @michaldudak, @mnajdova, @oliviertassinari, @vanyaxk