@mui/material
Version:
React components that implement Google's Material Design.
960 lines (686 loc) β’ 419 kB
Markdown
# [Versions](https://mui.com/versions/)
## 5.7.0
<!-- generated comparing v5.6.4..master -->
_May 10, 2022_
A big thanks to the 27 contributors who made this release possible. Here are some highlights β¨:
π This release is all about supporting CSS variables in many Material UI components.
Kudos to all contributors!
### `@mui/material@5.7.0`
- [StepLabel, StepIcon] Add support for CSS variables (#32609) @vicasas
- [Table, TableRow] Add support for CSS variables (#32614) @vicasas
- [AppBar] Add a logo component for the responsive app bar demo (#32374) @ameetmadan
- [Autocomplete] Fix clearing single array values (#32626) @mikepricedev
- [Autocomplete] Fix keep listbox open on left/right keys when inputValue is not empty (#31407) @alisasanib
- [Autocomplete] Add support for CSS variables (#32598) @ZeeshanTamboli
- [Autocomplete] Render `endAdornment` only when necessary (#32386) @g1eny0ung
- [ButtonGroup] Add support for CSS variables (#32498) @vicasas
- [CardActionArea] Add support for CSS variables (#32554) @vicasas
- [ClickAwayListener] Allow pointer up/down events to event handler (#32264) @vladjerca
- [CssBaseline] Add support for CSS vars (#32618) @haneenmahd
- [Dialog] Add support for CSS variables (#32555) @vicasas
- [Divider] Add support for CSS variables (#32519) @vicasas
- [Drawer] Add support for CSS variables (#32565) @nghiamvt
- [Fab] Add support for CSS variables (#32564) @alisasanib
- [FormControlLabel] Add support for CSS variables (#32588) @elliefoote
- [FormHelperText] Add support for CSS variables (#32596) @ZeeshanTamboli
- [FormLabel] Add support for CSS variables (#32602) @ZeeshanTamboli
- [Icon] Add support for CSS variables (#32595) @Jamaalwbrown
- [IconButton] Add support for CSS variables (#32590) @Ariyapong
- [ImageListItemBar] Add support for CSS variables (#32578) @vicasas
- [Input] Support CSS variables (#32128) @ivan-ngchakming
- [InputAdornment] Add support CSS variables (#32607) @vicasas
- [Link] Fix style overrides color prop (#32653) @siriwatknp
- [ListItem] Add support for CSS variables (#32580) @dan-mba
- [ListItemButton] Add support for CSS variables (#32582) @dan-mba
- [ListItemIcon] Add support for CSS variables (#32583) @dan-mba
- [ListSubheader] Add support for CSS variables (#32584) @dan-mba
- [MenuItem] Add support for CSS variables (#32561) @nghiamvt
- [MobileStepper] Add support for CSS vars (#32606) @haneenmahd
- [Modal] Add support for CSS variables (#32605) @haneenmahd
- [PaginationItem] Add support for CSS vars (#32612) @haneenmahd
- [Rating] Add support for CSS variables (#32556) @vicasas
- [Snackbar] Add support for CSS variables (#32603) @gin1314
- [SpeedDial] Add support for CSS variables (#32613) @alisasanib
- [Stepper] Export useStepperContext (#31398) @pzi
- [SvgIcon] Add support for CSS variables (#32610) @vicasas
- [TablePagination] Add support for CSS variables (#32615) @haneenmahd
- [TableSortLabel]: Add support for CSS vars (#32616) @haneenmahd
- [Tabs] Add support for CSS variables (#32547) @ZeeshanTamboli
- [ToggleButton] Add support for CSS variables (#32600) @Ariyapong
- [ToggleButtonGroup] Add support for CSS variables (#32617) @haneenmahd
- [Tooltip] Add support for CSS variables (#32594) @gin1314
### `@mui/system@5.7.0`
- [System] Support CSS variables for iframes & custom nodes (#32496) @siriwatknp
### `@mui/base@5.0.0-alpha.80`
- [ButtonUnstyled] Fix keyboard navigation on customized elements (#32204) @michaldudak
### `@mui/private-classnames@5.7.0`
- [classnames] Add new package for classnames utils (#32502) @mnajdova
### Docs
- [docs] Correct links to prevent 301 redirects (#32692) @michaldudak
- [docs] Move, split, and revise "Unstyled components" page (#32562) @samuelsycamore
- [docs] Nest `ListItemButton` in `ListItem` in the Drawer examples (#31987) @stefanprobst
- [docs] Apply callouts in the Material UI docs (#32567) @danilo-leal
- [docs] Show product identifier on new X pages (#32657) @cherniavskii
- [docs] Fix copy button childNode not found (#32652) @siriwatknp
- [docs] Split install commands in isolated code blocks (#32566) @danilo-leal
- [docs] Base Switch style revisions and final review (#32376) @samuelsycamore
- [docs] Adds Badge link to Base doc nav (#32619) @samuelsycamore
- [docs] Base Installation style revisions and final review (#32483) @samuelsycamore
- [docs] Fix broken redirection (#32581) @oliviertassinari
- [docs] Allows to use `import '<library name>'` in demonstrations (#32492) @alexfauquette
- [docs] Hide copy button on search icon dialog (#32577) @siriwatknp
- [docs] Use full API link for ThemeProvider (#32549) @jcvidiri
- [Joy] Add principles page (#32648) @siriwatknp
- [Joy] Add Button page (#32576) @siriwatknp
- [Joy] Add "Quick start" and "Tutorial" pages (#32383) @siriwatknp
- [website] Add store to the footer and "hiring" chip adjustment (#32650) @danilo-leal
- [website] Optimize conversion to store (#32646) @oliviertassinari
- [website] Remove copy button on marketing pages (#32649) @siriwatknp
- [website] Add missing space in copy label (#32638) @flaviendelangle
### Core
- [core] Security updates (#32636) @michaldudak
- [core] Fix `docs:dev` not working after upgrading `next` to 12.1.0 (#32552) @cherniavskii
- [core] Update minimist to fix security vulnerability (#32575) @michaldudak
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
## 5.6.4
<!-- generated comparing v5.6.3..master -->
_May 2, 2022_
A big thanks to the 13 contributors who made this release possible. Here are some highlights β¨:
- π
5 Material UI components were updated to support CSS variables by @ZeeshanTamboli & @vicasas
- And more π bug fixes and π improvements.
### `@mui/material@5.6.4`
- ​<!-- 37 -->[Accordion] Add support for CSS variables (#32542) @ZeeshanTamboli
- ​<!-- 36 -->[AvatarGroup] Add support for CSS variables (#32507) @vicasas
- ​<!-- 35 -->[Badge] Add support for CSS variables (#32516) @vicasas
- ​<!-- 34 -->[BottomNavigation] Add support for CSS variables (#32517) @vicasas
- ​<!-- 33 -->[CircularProgress] Add support for CSS variables (#32543) @ZeeshanTamboli
- ​<!-- 07 -->[FilledInput] Fix type error from undefined `color` (#32258) @hbjORbj
- ​<!-- 02 -->[l10n] Fix typo in csCZ translation of Pagination component (#32509) @Martin005
- ​<!-- 01 -->[Tabs] Fix `TabIndicatorProps` prop missing `sx` prop (#32503) @b-novikov-ipersonality
### `@mui/codemod@5.6.4`
- ​<!-- 32 -->[codemod] Leave numeric arguments to breakpoints functions unchanged (#32426) @ryancogswell
- ​<!-- 31 -->[codemod] Allow for line breaks within theme.spacing parentheses (#32432) @ryancogswell
### `@mui/joy@5.0.0-alpha.26`
- ​<!-- 06 -->[Joy] Miscellaneous fixes (#32541) @siriwatknp
- ​<!-- 05 -->[Joy] Add `extendSxProp` to Link (#32505) @siriwatknp
- ​<!-- 04 -->[Joy] Rename variants (#32489) @siriwatknp
- ​<!-- 03 -->[Joy] Add `extendTheme` (#32450) @siriwatknp
### Docs
- ​<!-- 30 -->[docs] SEO fixes (#32515) @oliviertassinari
- ​<!-- 29 -->[docs] Replace `Overriding nested component styles` anchor link with text (#32487) @ZeeshanTamboli
- ​<!-- 28 -->[docs] Update the list of external domains (#32514) @oliviertassinari
- ​<!-- 27 -->[docs] Update Material UI code snippets for React 18 (#32361) @samuelsycamore
- ​<!-- 26 -->[docs] Base TextareaAutosize style revisions and final review (#32481) @samuelsycamore
- ​<!-- 25 -->[docs] Base ClickAwayListener style revisions and final review (#32156) @samuelsycamore
- ​<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
- ​<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
- ​<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
- ​<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
- ​<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
- ​<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
- ​<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
- ​<!-- 17 -->[docs] Base Popper style revisions and final review (#32412) @samuelsycamore
- ​<!-- 16 -->[docs] Improve sidenav for MUI X (#32435) @oliviertassinari
- ​<!-- 15 -->[docs] Don't redirect on deploy preview (#32399) @m4theushw
- ​<!-- 14 -->[docs] A few SEO fixes (#32431) @oliviertassinari
- ​<!-- 13 -->[docs] Update links to the new Group & Pivot pages (#32410) @flaviendelangle
- ​<!-- 12 -->[docs] Support callouts (#32402) @siriwatknp
- ​<!-- 11 -->[docs] Fix import path in the Snackbar article #32462 @mongolyy
- ​<!-- 10 -->[docs] Fix grammar mistake in shadows.md (#32454) @HexM7
- ​<!-- 09 -->[docs] Improve unstyled button docs (#32429) @oliviertassinari
### Core
- ​<!-- 08 -->[experiment] Add template for testing Material UI components with CSS variables (#32500) @siriwatknp
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
## 5.6.3
<!-- generated comparing v5.6.2..master -->
_Apr 25, 2022_
A big thanks to the 14 contributors who made this release possible. Here are some highlights β¨:
- π Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
- And more π bug fixes and π improvements.
### `@mui/material@5.6.3`
- [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
- [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
- [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
### `@mui/system@5.6.3`
- [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
- [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
### `@mui/base@5.0.0-alpha.78`
- [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
### `@mui/joy@5.0.0-alpha.25`
- [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
- [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
- [Joy] Add `Chip` component (#31983) @hbjORbj
- [Joy] Improve controls (#32267) @siriwatknp
- [Joy] Set up docs (#32370) @siriwatknp
### Docs
- [docs] Enable row reordering on the pricing page (#31875) @DanailH
- [blog] A few improvements on date picker change (#32325) @oliviertassinari
- [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
- [docs] Revise the related projects page (#32180) @danilo-leal
- [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
- [docs] Fix sidenav mobile color (#32324) @oliviertassinari
- [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
- [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
- [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
- [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
- [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
- [website] Update Diamond sponsors list (#32433) @oliviertassinari
- [website] Add privacy policy link to website's footer (#32080) @danilo-leal
- [website] Remove the designer role (#32384) @danilo-leal
### Core
- [core] `yarn prettier` write @oliviertassinari
- [core] Fix changelog warning message (#32240) @praveen001
- [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
## 5.6.2
<!-- generated comparing v5.6.1..master -->
_Apr 18, 2022_
A big thanks to the 11 contributors who made this release possible. This release is mostly about π bug fixes and π documentation improvements.
### `@mui/material@5.6.2`
- ​<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
- ​<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
- ​<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
### `@mui/system@5.6.2`
- ​<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
### `@mui/base@5.0.0-alpha.77`
- ​<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
### `@mui/joy@5.0.0-alpha.24`
- ​<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
- ​<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
### Docs
- ​<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
- ​<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
- ​<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
- ​<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
- ​<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
- ​<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
- ​<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
- ​<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
- ​<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
- ​<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
- ​<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
- ​<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
- ​<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
- ​<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
- ​<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
- ​<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
- ​<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
- ​<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
- ​<!-- 02 -->[website] Improve new role template @oliviertassinari
- ​<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
- ​<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
### Core
- ​<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
- ​<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
- ​<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
## 5.6.1
<!-- generated comparing v5.6.0..master -->
_Apr 11, 2022_
A big thanks to the 8 contributors who made this release possible.
This release is mostly about π bug fixes and π documentation improvements.
### `@mui/material@5.6.1`
- [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
- [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
- [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
### `@mui/base@5.0.0-alpha.76`
- [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
### Docs
- [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
- [docs] Format number icons search (#32239) @oliviertassinari
- [docs] Fix small external links issue (#32212) @oliviertassinari
- [docs] Make sidenav crawlable (#32241) @oliviertassinari
- [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
- [docs] Fix wrong url (#32208) @siriwatknp
- [docs] Fix date-pickers redirects (#32207) @siriwatknp
- [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
- [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
- [docs] Remove notifications temporary (#32192) @siriwatknp
- [docs] Redirect to new urls (#32048) @siriwatknp
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
- [website] Give up on promoting roles in our docs @oliviertassinari
### Core
- [core] Fix misleading types range (#32236) @oliviertassinari
- [core] Small polish on the product name (#32199) @oliviertassinari
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
## 5.6.0
<!-- generated comparing v5.5.3..master -->
_Apr 5, 2022_
A big thanks to the 15 contributors who made this release possible. Here are some highlights β¨:
- π§° Update peer dependencies to support React 18 (#32063) @eps1lon
- π Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
- π£ Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
- Several π bug fixes and π documentation improvements
### `@mui/material@5.6.0`
- ​<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
- ​<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
- ​<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
- ​<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
- ​<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
### `@mui/base@5.0.0-alpha.75`
- ​<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
### `@mui/codemod@5.6.0`
- ​<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
### `@mui/lab@5.0.0-alpha.76`
- ​<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
### `@mui/joy@5.0.0-alpha.22`
- ​<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
### Docs
- ​<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
- ​<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
- ​<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
- ​<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
- ​<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
- ​<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
- ​<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
- ​<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
- ​<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
- ​<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
- ​<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
- ​<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
- ​<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
- ​<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
- ​<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
- ​<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
- ​<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
- ​<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
- ​<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
- ​<!-- 12 -->[docs] Correct typos (#32029) @apeltop
- ​<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
- ​<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
- ​<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
- ​<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
- ​<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
- ​<!-- 01 -->[website] Disable job ad @oliviertassinari
### Core
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
- ​<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
## 5.5.3
<!-- generated comparing v5.5.2..master -->
_Mar 28, 2022_
A big thanks to the 17 contributors who made this release possible. Here are some highlights β¨:
- βΏοΈ improved the a11y on some docs demos
- Several π bug fixes and π documentation improvements
### `@mui/material@5.5.3`
- ​<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
- ​<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
- ​<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
### `@mui/codemod@5.5.3`
- ​<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
### `@mui/utils@5.5.3`
- ​<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
### `@mui/base@5.0.0-alpha.74`
#### Breaking changes
- ​<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
The `BackdropUnstyled` component was removed from the `@mui/base` package, as it did not have any specific logic, except adding an `aria-hidden` attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:
```tsx
const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
(props, ref) => {
const { open, className, ...other } = props;
return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
},
);
```
- ​<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
```diff
-import { Unstyled_TrapFocus } from '@mui/base';
+import { TrapFocus } from '@mui/base';
// or
-import TrapFocus from '@mui/base/Unstyled_TrapFocus';
+import TrapFocus from '@mui/base/TrapFocus';
```
#### Changes
- ​<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
### `@mui/joy@5.0.0-alpha.21`
- ​<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
- ​<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
### Docs
- ​<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
- ​<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
- ​<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
- ​<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
- ​<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
- ​<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
- ​<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
- ​<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
- ​<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
- ​<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
- ​<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
- ​<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
- ​<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
- ​<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
### Core
- ​<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
- ​<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
- ​<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
- ​<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
All contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
## 5.5.2
<!-- generated comparing v5.5.1..master -->
_Mar 21, 2022_
A big thanks to the 7 contributors who made this release possible. This is a small release focused on some π bug fixes and π documentation improvements.
### `@mui/material@5.5.2`
- ​<!-- 04 -->[Popper] Expose the `sx` prop (#31833) @ivan-ngchakming
### `@mui/joy@5.0.0-alpha.20`
- ​<!-- 06 -->[Joy] Add default color to `Input` and `ListItemButton` (#31826) @siriwatknp
- ​<!-- 05 -->[Joy] Add Avatar component (#31303) @hbjORbj
### `@mui/base@5.0.0-alpha.73`
- ​<!-- 03 -->[SliderUnstyled] Fix dragging on disabled sliders (#31882) @mnajdova
### `@mui/styled-engine-sc@5.5.2`
- ​<!-- 02 -->[styled-engine-sc] GlobalStylesProps inconsistent between the different packages (#31814) @mnajdova
### Docs
- ​<!-- 15 -->[data-grid] Fix print export feature (#31807) @oliviertassinari
- ​<!-- 14 -->[docs] Move BadgeUnstyled docs to Base space (#31872) @michaldudak
- ​<!-- 13 -->[docs] Solve duplication of content (#31917) @oliviertassinari
- ​<!-- 12 -->[docs] Fix side nav capitalization of API (#31916) @oliviertassinari
- ​<!-- 11 -->[docs] Use TypeScript demos by default (#31808) @oliviertassinari
- ​<!-- 10 -->[docs] New search experience for multiple products (#31811) @siriwatknp
- ​<!-- 09 -->[docs] Make LTS searchable (#31804) @oliviertassinari
- ​<!-- 08 -->[docs] Fix demo filename on zh markdown (#31790) @nnmax
- ​<!-- 01 -->[website] Highlight the date picker (#31889) @oliviertassinari
### Core
- ​<!-- 07 -->[core] Add tests for Avatar component (#31829) @hbjORbj
All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
## 5.5.1
<!-- generated comparing v5.5.0..master -->
_Mar 14, 2022_
A big thanks to the 23 contributors who made this release possible. Here are some highlights β¨:
- π 2021 survey results post by @danilo-leal (#30999)
- Several π bug fixes and π documentation improvements
### @mui/material@5.5.1
- [Fab] Add z-index (#30842) @issamElmohadeb098
- [Grid] Fix columns of nested container (#31340) @boutahlilsoufiane
- [i10n] Update italian locale (#30974) @SalvatoreMazzullo
- [Pagination] Fix type of UsePaginationItem["page"] (#31295) @aaronadamsCA
- [Popper] Allow setting default props in a theme (#30118) @hafley66
- [TextField] fix disappearing border in Safari (#31406) @krysia1
### @mui/joy@5.0.0-alpha.19
- [Joy] Support horizontal List (#31620) @siriwatknp
- [Joy] Add icon & label `Switch` examples (#31359) @siriwatknp
- [Joy] Add `TextField` component (#31299) @siriwatknp
- [Joy] Add `--Icon-fontSize` to components (#31360) @siriwatknp
- [Joy] Add `Checkbox` component (#31273) @siriwatknp
### Docs
- [blog] 2021 survey results post (#30999) @danilo-leal
- [docs] Add Macedonian translation (#31402) @theCuriousOne
- [docs] Fix API page table styles in Safari (#31696) @aaarichter
- [docs] Fix SEO issues (#31505) @oliviertassinari
- [docs] Fix Link leak of Next.js props (#31418) @oliviertassinari
- [docs] Add "Work in biotech" to showcase (#31711) @klyburke
- [docs] Fix docs site crash on iOS Safari 12 (#31458) @badalsaibo
- [docs] Fix search icons crash (#31651) @juanpc10
- [docs] Remove unnecessary await in e2e-tests (#31767) @siriwatknp
- [docs] Fix source code links on the Templates page (#31425) @danilo-leal
- [docs] Adjust Stack's basic usage demo (#31423) @danilo-leal
- [docs] Migrate button demos to base (#31395) @siriwatknp
- [docs] Fix y-axis unit used in the responsive font sizes chart (#31424) @aaarichter
- [docs] Remove joy mockup pages (#31412) @siriwatknp
- [docs] Fix the statement that styleOverrides are added by default (#31257) @mnajdova
- [docs] Refine the product identifier menu (#31262) @danilo-leal
- [docs] Fix Search crash (#31386) @reckter
- [docs] Update TextField multiline description (#31291) @jontewks
- [docs] Add gap theme mapping in the System properties table (#31382) @danilo-leal
- [docs] Test products search (#31351) @siriwatknp
- [docs] Fix GitHub source links in the demo toolbar (#31339) @PunitSoniME
- [docs] Add Algolia verification code to robot.txt (#31356) @siriwatknp
- [examples] Ignore tsbuildinfo with Next.js (#31460) @B0und
- [website] Add new gold sponsor (#31354) @hbjORbj
- [website] Update Ukraine support link (#31378) @samuelsycamore
### Core
- [core] Simplify anchor link (#31419) @oliviertassinari
- [core] Revert unrelated changes in #31354 @oliviertassinari
- [test] Upgrade CircleCI convenience image (#31394) @m4theushw
- [typescript] Simplify display of slot props types (#31240) @michaldudak
All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
## 5.5.0
<!-- generated comparing v5.4.4..master -->
_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](https://www.w3.org/TR/wai-aria-1.2/#combobox) (#30601) @EdmundMai
- Several π bug fixes and π documentation improvements
### `@mui/material@5.5.0`
#### Breaking change
- ​<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
`unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
```diff
- import { unstable_ClassNameGenerator } from '@mui/material/utils';
+ import { unstable_ClassNameGenerator } from '@mui/material/className';
```
#### Changes
- ​<!-- 28 -->[Autocomplete] Fix failing unit tests (#31302) @michaldudak
- ​<!-- 27 -->[Autocomplete] Have the screen reader announce when autocomplete is open and closed (#30601) @EdmundMai
- ​<!-- 26 -->[AvatarGroup] Fix misalignment with non-default spacing (#31165) @sjdemartini
- ​<!-- 15 -->[Drawer] Adjustments to the mini variant to improve UI/UX (#31267) @siriwatknp
- ​<!-- 04 -->[Select] Add extending `OutlinedInputProps` by SelectProps (#31209) @jrozbicki
### `@mui/icons-material@5.5.0`
- ​<!-- 13 -->[icons] Sync new Google Material Icons (#30766) @simonecervini
### `@mui/codemod@5.5.0`
- ​<!-- 23 -->[codemod] Fix top level imports codemod (#31308) @mnajdova
### `@mui/lab@5.0.0-alpha.72`
- ​<!-- 07 -->[LoadingButton] Fix padding of loading icon in small button (#31113) @PunitSoniME
### `@mui/base@5.0.0-alpha.71`
- ​<!-- 05 -->[MenuUnstyled] Create MenuUnstyled and useMenu (#30961) @michaldudak
- ​<!-- 03 -->[SelectUnstyled] Prevent window scrolling after opening (#31237) @michaldudak
### `@mui/joy@5.0.0-alpha.18`
- ​<!-- 12 -->[Joy] Make Icon `fontSize` adaptable to its parent (#31268) @siriwatknp
- ​<!-- 11 -->[Joy] Add `Link` component (#31175) @hbjORbj
- ​<!-- 10 -->[Joy] Improve `Sheet` tests (#31241) @hbjORbj
- ​<!-- 09 -->[Joy] Improve SvgIcon tests (#31242) @hbjORbj
### `@mui/material-next@6.0.0-alpha.26`
- ​<!-- 06 -->[material-next] Mark @mui/material as a dependency (#31270) @siriwatknp
### Docs
- ​<!-- 21 -->[docs] Remove career pages from translation (#31346) @oliviertassinari
- ​<!-- 20 -->[docs] Fix JS files overloading (#31341) @oliviertassinari
- ​<!-- 19 -->[docs] Add banner in solidarity of Ukraine (#31275) @danilo-leal
- ​<!-- 18 -->[docs] Fix maxWidth of scrollable Tabs demos (#31285) @danilo-leal
- ​<!-- 17 -->[docs] Fix icon linking implementation concurrent safe (#30428) @Janpot
- ​<!-- 16 -->[docs] Follow up new doc space issues (#31251) @siriwatknp
- ​<!-- 29 -->[examples] Add `@types/node` to nextjs typescript starter (#30918) @Daggy1234
- ​<!-- 14 -->[examples] Fix import ThemeProvider from correct package in remix-witβ¦ (#30981) @nnecec
- ​<!-- 25 -->[blog] Simplify the labels (#30921) @oliviertassinari
- ​<!-- 08 -->[l10n] Add Croatian (hr-HR) and Serbian (sr-RS) translation (#30906) @m14d3n
### Core
- ​<!-- 23 -->[core] Fix running markdownlint on Windows (#31352) @michaldudak
- ​<!-- 22 -->[core] Fix the stylelint script on Windows (#31281) @mnajdova
- ​<!-- 02 -->[test] Fix buildApiUtils tests on Windows (#31304) @michaldudak
- ​<!-- 01 -->[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
## 5.4.4
<!-- generated comparing v5.4.3..master -->
_Feb 28, 2022_
A big thanks to the 17 contributors who made this release possible. Here are some highlights β¨:
- β¨ New `Input` and `Sheet` components were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj
- Several π bug fixes and π documentation improvements
### `@mui/material@5.4.4`
- ​<!-- 28 -->[Autocomplete] Have Autocomplete with multiline textfield log a warning instead of an error (#30680) @iclaude3
- ​<!-- 27 -->[Chip] Fix ellipsis when the children is too long (#31087) @PunitSoniME
- ​<!-- 14 -->[Input] Export InputBase's classes from the classes const (#31186) @mnajdova
- ​<!-- 29 -->[TextField] Fix Horizontal scroll when label too long (#31187) @RedHeadphone
- ​<!-- 08 -->[styles] Fix typo in import error (#31167) @davwheat
### `@mui/system@5.4.4`
- ​<!-- 07 -->[system] Fix executing server-side Emotion component as function interpolation 2 (#31024) @Andarist
- ​<!-- 06 -->[system] Fix sx prop types when CSS variables are used with nested selectors (#31163) @mnajdova
- ​<!-- 05 -->[system] Fix `CssVarsProvider` theme mutation (#31148) @siriwatknp
### `@mui/codemod@5.4.4`
- ​<!-- 26 -->[codemods] Add v5.0.0/top-level-imports codemod (#31195) @greengiraffe
### `@mui/base@5.0.0-alpha.70`
- ​<!-- 31 -->[SelectUnstyled, MultiSelectUnstyled, ButtonUnstyled] Export additional types to make customization easier (#31172) @michaldudak
### `@mui/joy@5.0.0-alpha.17`
- ​<!-- 13 -->[Joy] Add nested list components (#31159) @siriwatknp
- ​<!-- 12 -->[Joy] Improve color customization on `Switch` (#31137) @siriwatknp
- ​<!-- 11 -->[Joy] Add `Sheet` component (#31124) @hbjORbj
- ​<!-- 10 -->[Joy] add `Input` component (#31086) @siriwatknp
- ​<!-- 09 -->[Joy] Fix Button missing slot type (#31166) @siriwatknp
### Docs
- ​<!-- 22 -->[docs] Fix 404 link to the blog (#31234) @oliviertassinari
- ​<!-- 21 -->[docs] Use `material-ui` for product name (#31200) @siriwatknp
- ​<!-- 20 -->[docs] Add Base installation page (#30969) @siriwatknp
- ​<!-- 19 -->[docs] Use new Algolia app for new structure (#31178) @siriwatknp
- ​<!-- 18 -->[docs] Typo in the `FormControl` API documentation (#31169) @bonellia
- ​<!-- 17 -->[docs] Fix typo in Stack documentation (#31176) @adriancampos
- ​<!-- 16 -->[docs] Update interoperability.md broken tailwind links (#31182) @robertwt7
- ​<!-- 15 -->[docs] Add missing import into tss-react migration guide (#31162) @sviande
- ​<!-- 03 -->[website] The role is filled (#31216) @oliviertassinari
- ​<!-- 02 -->[website] Revise the row grouping blog post (#31101) @samuelsycamore
- ​<!-- 01 -->[website] Fix a few SEO issues (#31150) @oliviertassinari
### Core
- ​<!-- 30 -->[core] Add group for the @fortawesome dependencies (#31193) @mnajdova
- ​<!-- 25 -->[core] Update playwright docker to match the specified version (#31236) @siriwatknp
- ​<!-- 24 -->[core] Remove parallel on buildTypes (#31189) @siriwatknp
- ​<!-- 23 -->[core] Fix propTypes generation for optional any props (#31141) @m4theushw
- ​<!-- 04 -->[Typescript] Remove variants deprecation (#31239) @siriwatknp
All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
## 5.4.3
<!-- generated comparing v5.4.2..master -->
_Feb 21, 2022_
A big thanks to the 14 contributors who made this release possible. Here are some highlights β¨:
- π @hbjORbj made components use theme duration/easing values by default (#30894)
- A meaningful number of π bug fixes and π documentation improvements
### `@mui/material@5.4.3`
- ​<!-- 18 -->[ButtonBase] Fix typo (#31135) @Jastor11
- ​<!-- 05 -->[Stepper] Export useStepContext (#31021) @michaldudak
- ​<!-- 04 -->[Transitions] Some components do not use transition duration/easing values from theme (#30894) @hbjORbj
### `@mui/icons-material@5.4.3`
- ​<!-- 11 -->[icons] Add "circle" icon synonyms (#31118) @gnowland
### `@mui/joy@5.0.0-alpha.16`
- ​<!-- 10 -->[Joy] `List` second iteration (#31134) @siriwatknp
- ​<!-- 09 -->[Joy] Fix typings (#31120) @siriwatknp
- ​<!-- 08 -->[Joy] Add initial `List` components (#30987) @siriwatknp
### Docs
- ​<!-- 19 -->[website] Improve full-stack role job description (#31160) @Janpot
- ​<!-- 14 -->[docs] Fix typo of migration guides v4 (#31136) @pppp606
- ​<!-- 13 -->[docs] Update on the support page to account for v4 LTS support (#31029) @danilo-leal
- ​<!-- 12 -->[docs] Fix small typo in chips.md (#31092) @cameliaben
- ​<!-- 07 -->[l10n] Add it-IT translation for labelDisplayedRows (#31131) @frab90
- ​<!-- 06 -->[l10n] Add pl-PL translation for labelDisplayedRows (#31088) @ThomasTheHuman
- ​<!-- 03 -->[website] Sync MUI X table feature (#30913) @alexfauquette
- ​<!-- 02 -->[website] Prefill source in job application links (#31036) @oliviertassinari
- ​<!-- 01 -->[website] Fix a grammar mistake (#31099) @huyenltnguyen
### Core
- ​<!-- 17 -->[core] Add jsx, html, css and prisma to prettier extensions (#31161) @Janpot
- ​<!-- 16 -->[core] Allow to run material-ui.com/store alongside mui.com/store (#31065) @oliviertassinari
- ​<!-- 15 -->[core] Polish design tokens (#31095) @oliviertassinari
All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
## 5.4.2
_Feb 15, 2022_
A big thanks to the 16 contributors who made this release possible. Here are some highlights β¨:
- π @sydneyjodon-wk improved propTypes of the ToggleButton components (#30883)
- Several π bug fixes and π documentation improvements
### `@mui/material@5.4.2`
- [Select] Allow customizing Select based on its variant (#30788) @michaldudak
- [Portal] Re-export 'Portal' in material (#31003) @liradb2000
- [ToggleButton] Add prop types for `onClick` and `onChange` (#30883) @sydneyjodon-wk
- [Typescript] Added TypeText declaration to the exports file (#30890) @agauravdev
### `@mui/system@5.4.2`
- [system] Fix broken behavior when breakpoints input are not ordered (#30996) @mnajdova
### `@mui/lab@5.0.0-alpha.69`
- [DatePicker] Fix passing clearable prop (#30786) @alisasanib
### `@mui/joy@5.0.0-alpha.15`
- [Joy] Improve variant customization experience (#30878) @siriwatknp
- [Joy] Make `sx` prop work in Joy (#30955) @siriwatknp
### Framer
- [design] Remove framer components (#30983) @mbrookes
- [design] Remove framer leftovers (#31070) @michaldudak
### Docs
- [docs] Update installation guide of the icons package (#31026) @huyenltnguyen
- [docs] Improve the indication for the legacy APIs (#30995) @mnajdova
- [docs] Specify which props are added in the default `shouldForwardProp` option (#30978) @mnajdova
- [docs] Fix layout shift on loading (#31017) @oliviertassinari
- [docs] Increase scroll affordance in wide tables (#30713) @danilo-leal
- [docs] Fix look & feel of the Masonry demos (#30971) @oliviertassinari
- [docs] Improve Base component demos (#30884) @danilo-leal
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
- [website] Open Full-stack Engineer role for studio (#31038) @newguy-123
- [website] Minor security improvements (#31062) @oliviertassinari
- [website] Improve title of open roles (#30963) @DanailH
- [website] Add BIMI avatar (#30444) @oliviertassinari
- [website] Add Sycamore to About page (#31000) @samuelsycamore
### Core
- [benchmark] Add missing dependency (#30994) @michaldudak
- [core] Bump date-io version (#31016) @michaldudak
- [core] Fix typo in useSlider (#31061) @ryohey
- [core] Remove unused draft-js types package (#30993) @michaldudak
- [test] Test if certain Base members are exported from Material UI (#31067) @michaldudak
- [core] Remove dead code (#31064) @oliviertassinari
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @newguy-123, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
## 5.4.1
<!-- generated comparing v5.4.0..master -->
_Feb 8, 2022_
A big thanks to the 24 contributors who made this release possible. Here are some highlights β¨:
- βΏοΈ Snackbar messages are now announced by NVDA when using Firefox (#30774) @eps1lon
- Several π bug fixes and π documentation improvements.
### `@mui/material@5.4.1`
- ​<!-- 37 -->[AvatarGroup] Enable targeting of additional Avatar when max props is passed (#30794) @mogrady88
- ​<!-- 36 -->[Badge] Fix showzero and invisible condition (#30899) @alisasanib
- ​<!-- 35 -->[ButtonBase] Expose ref to TouchRipple (#30901) @m4theushw
- ​<!-- 15 -->[Fab] Add support for the default theme colors (#30846) @alisasanib
- ​<!-- 11 -->[SelectInput] Only attach click handler to label if a labelId is passed (#30239) @johsunds
- ​<!-- 09 -->[Snackbar] Ensure messages are announced in NVDA+FF (#30774) @eps1lon
### `@mui/base@5.0.0-alpha.68`
- ​<!-- 10 -->[SelectUnstyled] Improve exported types (#30895) @michaldudak
### `@mui/lab@5.0.0-alpha.68`
- ​<!-- 12 -->[Pickers] Fix `onDismiss` handler in `MobileDatePicker` (#30768) @Ashish2097
- ​<!-- 06 -->[TimePicker] Add font family for clock numbers (#30738) @alisasanib
### `@mui/joy@5.0.0-alpha.14`
- ​<!-- 14 -->[Joy] Add `IconButton` component (#30864) @siriwatknp
- ​<!-- 13 -->[Joy] Use icon inside a Button (#30803) @siriwatknp
### Docs
- ​<!-- 16 -->[examples] Fix vitejs example and improve HMR (#30897) @mihailgaberov
- ​<!-- 33 -->[docs] Improve autocomplete "limit tags" demo (#30910) @danilo-leal
- ​<!-- 34 -->[docs] Sync translations with Crowdin (#30950) @l10nbot
- ​<!-- 38 -->[docs] Improve description of the disableRestoreFocus prop of the `TrapFocus` (#30912) @flaviendelangle
- ​<!-- 32 -->[docs] Remove ul with div children and replace with nav element (#30534) @joeframbach
- ​<!-- 31 -->[docs] Add Saleor to showcase (#30924) @cherniavskii
- ​<!-- 30 -->[docs] Include JSS in styling solution interoperability guide (#30736) @garronej
- ​<!-- 29 -->[docs] Fix contents of link-underline-hover (#30904) @pppp606
- ​<!-- 28 -->[docs] Fix markdown table format (#30947) @oliviertassinari
- ​<!-- 27 -->[docs] Add missing import to RTL guide (#30891) @CFarhad
- ​<!-- 26 -->[docs] Fix WithStyles import statement for @mui/styles (#30942) @altruity
- ​<!-- 25 -->[docs] Fix broken roadmap table (#30943) @cherniavskii
- ​<!-- 24 -->[docs] Fix broken URL in "Edit this page" button (#30923) @cherniavskii
- ​<!-- 23 -->[docs] Migrate content to the new location (#30757) @siriwatknp
- ​<!-- 22 -->[docs] Fix the link to the Vite.js example project (#30872) @GneyHabub
- ​<!-- 21 -->[docs] Clarify the minimum configuration for TypeScript (#30790) @mnajdova
- ​<!-- 20 -->[docs] Clarify what the name of @mui/material is (#30866) @oliviertassinari
- ​<!-- 19 -->[docs] Remove migration from the releases page (#30863) @mnajdova
- ​<!-- 18 -->[docs] Update Instructions for Google Maps Autocomplete (#30849) @kjschabra
- ​<!-- 17 -->[docs] Hotfix notification (#30862) @siriwatknp
- ​<!-- 04 -->[website] Sample GA to avoid hit limit (#30919) @oliviertassinari
- ​<!-- 03 -->[website] Hide scrollbars of hero containers (#29474) @theiliad
- ​<!-- 02 -->[website] Polishing spacing and other small things (#30828) @danilo-leal
- ​<!-- 01 -->[website] Close the Developer Advocate role (#30867) @oliviertassinari
### Core
- ​<!-- 37 -->[core] Batch small fixes (#30952) @oliviertassinari
- ​<!-- 34 -->[core] Rename the GitHub org (#30944) @oliviertassinari
- ​<!-- 33 -->[core] Fix propTypes in components where OverridableStringUnion is used (#30682) @paales
- ​<!-- 08 -->[test] Codify the difference between keyup and keydown in SelectUnstyled (#30857) @eps1lon
- ​<!-- 07 -->[test] Fix typo (#30841) @caioagiani
- ​<!-- 05 -->[utils] Use built-in hook when available for useId (#30654) @eps1lon
All contributors of this release in alphabetical order: @alisasanib, @altruity, @Ashish2097, @caioagiani, @CFarhad, @cherniavskii, @danilo-leal, @eps1lon, @flaviendelangle, @garronej, @GneyHabub, @joeframbach, @johsunds, @kjschabra, @m4theushw, @michaldudak, @mihailgaberov, @mnajdova, @mogrady88, @oliviertassinari, @paales, @pppp606, @siriwatknp, @theiliad
## 5.4.0
<!-- generated comparing v5.3.1..master -->
_Feb 1, 2022_
A big thanks to the 22 contributors who made this release possible. Here are some highlights β¨:
- π @goncalovf added an example project using [MUI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/vitejs) (#28241)
- Number of π bug fixes and π documentation improvements.
### `@mui/material@5.4.0`
#### Breaking changes
- ​<!-- 27 -->[core] Do not reexport Base from Material (#30853) @michaldudak
All Base components were exported from the `@mui/material` package and treated as stable even though the `@mui/base` package is in development. It could create a lot of confusion if developers start using Base components, depend on them, and demand quality found in "proper" Material comp