Mar 7, 2022
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
- ♿️ made the
Autocomplete
conform to ARIA 1.2 combobox (#30601) @EdmundMai - Several 🐛 bug fixes and 📚 documentation improvements
@mui/material@5.5.0
Breaking change
-
[ClassNameGenerator] Prevent all
base
imports (#31297) @siriwatknpunstable_ClassNameGenerator
has been moved fromutils
toclassName
folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:- import { unstable_ClassNameGenerator } from '@mui/material/utils'; + import { unstable_ClassNameGenerator } from '@mui/material/className';
Changes
- [Autocomplete] Fix failing unit tests (#31302) @michaldudak
- [Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
- [AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
- [Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
- [Select] Add extending
OutlinedInputProps
by SelectProps (#31209) @jrozbicki
@mui/icons-material@5.5.0
- [icons] Sync new Google Material Icons (#30766) @simonecervini
@mui/codemod@5.5.0
@mui/lab@5.0.0-alpha.72
- [LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
@mui/base@5.0.0-alpha.71
- [MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
- [SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
@mui/joy@5.0.0-alpha.18
- [Joy] Make Icon
fontSize
adaptable to its parent (#31268) @siriwatknp - [Joy] Add
Link
component (#31175) @hbjORbj - [Joy] Improve
Sheet
tests (#31241) @hbjORbj - [Joy] Improve SvgIcon tests (#31242) @hbjORbj
@mui/material-next@6.0.0-alpha.26
- [material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
Docs
- [docs] Remove career pages from translation (#31346) @oliviertassinari
- [docs] Fix JS files overloading (#31341) @oliviertassinari
- [docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
- [docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
- [docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
- [docs] Follow up new doc space issues (#31251) @siriwatknp
- [examples] Add
@types/node
to nextjs typescript starter (#30918) @Daggy1234 - [examples] Fix import ThemeProvider from correct package in remix-wit… (#30981) @nnecec
- [blog] Simplify the labels (#30921) @oliviertassinari
- [l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
Core
- [core] Fix running markdownlint on Windows (#31352) @michaldudak
- [core] Fix the stylelint script on Windows (#31281) @mnajdova
- [test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
- [test] Remove legacyRoot option from test renderer (#31284) @eps1lon
All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini