mui/material-ui
### [`v5.10.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5106)
[Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.3...v5.10.6)
*Sep 19, 2022*
A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
##### `@mui/material@5.10.6`
- \[TextField] Fix conflict with `Bootstrap` even when label is not defined ([#34343](https://togithub.com/mui/material-ui/issues/34343)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
##### `@mui/joy@5.0.0-alpha.46`
##### Breaking changes
- \[button]\[joy] Replace `start/endIcon` prop with `start/endDecorator` ([#34288](https://togithub.com/mui/material-ui/issues/34288)) [@hbjORbj](https://togithub.com/hbjORbj)
**BREAKING CHANGE**: replace `start/endIcon` with `start/endDecorator`.
```jsx
// before
// after
```
##### Changes
- \[Joy] Adjust the `Input` and `Textarea` styles ([#34281](https://togithub.com/mui/material-ui/issues/34281)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[menu]\[joy] Set disablePortal default to false ([#34283](https://togithub.com/mui/material-ui/issues/34283)) [@tomasz-sodzawiczny](https://togithub.com/tomasz-sodzawiczny)
##### `@mui/base@5.0.0-alpha.98`
##### Breaking changes
- \[Select]\[base] Add event parameter to the onChange callback ([#34158](https://togithub.com/mui/material-ui/issues/34158)) [@michaldudak](https://togithub.com/michaldudak)
The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
This also affects Select from Joy UI.
```jsx
// before
{ /* ... */ }} />
// after
{ /* ... */ }} />
```
##### Docs
- \[blog] The Date Pickers gets a stable v5 release ([#34152](https://togithub.com/mui/material-ui/issues/34152)) [@alexfauquette](https://togithub.com/alexfauquette)
- \[blog] Improve image handling ([#34222](https://togithub.com/mui/material-ui/issues/34222)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[blog] Correct 2021 survey data interpretation ([#34291](https://togithub.com/mui/material-ui/issues/34291)) [@samuelsycamore](https://togithub.com/samuelsycamore)
- \[docs] Remove expired AospExtended showcase [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Link the OpenSSF Best Practices card ([#34331](https://togithub.com/mui/material-ui/issues/34331)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix 301 link to external projects [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Move 12 component names to Title Case ([#34188](https://togithub.com/mui/material-ui/issues/34188)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix broken links ([#34320](https://togithub.com/mui/material-ui/issues/34320)) [@alexfauquette](https://togithub.com/alexfauquette)
- \[docs] Add notification for MUI Base announcement post ([#34295](https://togithub.com/mui/material-ui/issues/34295)) [@samuelsycamore](https://togithub.com/samuelsycamore)
- \[website] Fix MUI X subscribe email border style ([#34330](https://togithub.com/mui/material-ui/issues/34330)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Improve security header [@oliviertassinari](https://togithub.com/oliviertassinari)
##### Core
- \[core] Lock file maintenance ([#34161](https://togithub.com/mui/material-ui/issues/34161)) [@renovate](https://togithub.com/renovate)\[bot]
- \[core] Issue template: move reproduction steps to the top ([#34279](https://togithub.com/mui/material-ui/issues/34279)) [@Janpot](https://togithub.com/Janpot)
- \[core] Create shared Next.js baseline config ([#34259](https://togithub.com/mui/material-ui/issues/34259)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] In `typescript-to-proptypes`, respect the value pass to the generic ([#34311](https://togithub.com/mui/material-ui/issues/34311)) [@flaviendelangle](https://togithub.com/flaviendelangle)
All contributors of this release in alphabetical order: [@alexfauquette](https://togithub.com/alexfauquette), [@flaviendelangle](https://togithub.com/flaviendelangle), [@hbjORbj](https://togithub.com/hbjORbj), [@Janpot](https://togithub.com/Janpot), [@michaldudak](https://togithub.com/michaldudak), [@oliviertassinari](https://togithub.com/oliviertassinari), [@renovate](https://togithub.com/renovate)\[bot], [@samuelsycamore](https://togithub.com/samuelsycamore), [@siriwatknp](https://togithub.com/siriwatknp), [@tomasz-sodzawiczny](https://togithub.com/tomasz-sodzawiczny), [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
### [`v5.10.3`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5103)
[Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.2...v5.10.3)
*Aug 29, 2022*
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
- ⚡ [@mnajdova](https://togithub.com/mnajdova) implemented an alternative to OverridableComponent to achieve better dev-time performance ([#32735](https://togithub.com/mui/material-ui/issues/32735))
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
##### `@mui/material@5.10.3`
- \[Autocomplete]\[material] Fix value overflow when `disableClearable` is used ([#34053](https://togithub.com/mui/material-ui/issues/34053)) [@mnajdova](https://togithub.com/mnajdova)
- \[Autocomplete] Update unstyled demo to not import Material UI ([#34060](https://togithub.com/mui/material-ui/issues/34060)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[Slider] Remove SliderInput export from d.ts ([#34055](https://togithub.com/mui/material-ui/issues/34055)) [@pieetrus](https://togithub.com/pieetrus)
- \[TablePagination] Fix select variant not working ([#33974](https://togithub.com/mui/material-ui/issues/33974)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
##### `@mui/system@5.10.3`
- \[system] Fix mode blink when open multiple sessions ([#33877](https://togithub.com/mui/material-ui/issues/33877)) [@siriwatknp](https://togithub.com/siriwatknp)
##### `@mui/base@5.0.0-alpha.95`
- \[Button]\[base] Prevent too many ref updates ([#33882](https://togithub.com/mui/material-ui/issues/33882)) [@michaldudak](https://togithub.com/michaldudak)
- \[Select]\[base] Fix typo in listbox blur event handler ([#34120](https://togithub.com/mui/material-ui/issues/34120)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[TrapFocus] Improve tab test and simplify demo ([#34008](https://togithub.com/mui/material-ui/issues/34008)) [@EthanStandel](https://togithub.com/EthanStandel)
##### `@mui/joy@5.0.0-alpha.43`
- \[Joy] Fix `role` proptypes ([#34119](https://togithub.com/mui/material-ui/issues/34119)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Refine `componentsProps` for all components ([#34077](https://togithub.com/mui/material-ui/issues/34077)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Radio]\[joy] support `componentsProps` as a function ([#34022](https://togithub.com/mui/material-ui/issues/34022)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Select]\[joy] Improve the a11y on the select field demo ([#34073](https://togithub.com/mui/material-ui/issues/34073)) [@mnajdova](https://togithub.com/mnajdova)
- \[Textarea]\[joy] Add `Textarea` component ([#33975](https://togithub.com/mui/material-ui/issues/33975)) [@siriwatknp](https://togithub.com/siriwatknp)
##### Docs
- \[blog] Add Grid v2 announcement ([#33926](https://togithub.com/mui/material-ui/issues/33926)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[blog] Making customizable components ([#33183](https://togithub.com/mui/material-ui/issues/33183)) [@alexfauquette](https://togithub.com/alexfauquette)
- \[blog] Improve SEO metadata ([#33954](https://togithub.com/mui/material-ui/issues/33954)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Add introduction Base component demos & general uplift ([#33896](https://togithub.com/mui/material-ui/issues/33896)) [@danilo-leal](https://togithub.com/danilo-leal)
- \[docs] Fix Gatsby sample config in CSS variables ([#34024](https://togithub.com/mui/material-ui/issues/34024)) [@bicstone](https://togithub.com/bicstone)
- \[docs] Fix 404 link from Joy to React Router ([#34115](https://togithub.com/mui/material-ui/issues/34115)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix typo in `Select` component ([#34091](https://togithub.com/mui/material-ui/issues/34091)) [@HexM7](https://togithub.com/HexM7)
- \[docs] Fix 301 links to tss's docs [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fixing Joy UI usage snippet ([#34049](https://togithub.com/mui/material-ui/issues/34049)) [@JonathanAsbury-SPS](https://togithub.com/JonathanAsbury-SPS)
- \[docs] Fix missing JSX closing tag in Tooltip docs ([#34064](https://togithub.com/mui/material-ui/issues/34064)) [@hoangph271](https://togithub.com/hoangph271)
- \[website] Add Toolpad to Navigation ([#33937](https://togithub.com/mui/material-ui/issues/33937)) [@bharatkashyap](https://togithub.com/bharatkashyap)
- \[website] Improve SEO meta description for MUI X [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Improve visual look of code demos ([#34070](https://togithub.com/mui/material-ui/issues/34070)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Fix `DatePicker` component demo on the home page ([#34054](https://togithub.com/mui/material-ui/issues/34054)) [@NaveenPantra](https://togithub.com/NaveenPantra)
##### Core
- \[core] Offer alternative to `OverridableComponent` via module augmentation for better performance ([#32735](https://togithub.com/mui/material-ui/issues/32735)) [@mnajdova](https://togithub.com/mnajdova)
- \[core] Fix prop-type warning in regression tests ([#34086](https://togithub.com/mui/material-ui/issues/34086)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Specify code owners ([#33995](https://togithub.com/mui/material-ui/issues/33995)) [@michaldudak](https://togithub.com/michaldudak)
- \[core] Fix scroll restoration ([#34037](https://togithub.com/mui/material-ui/issues/34037)) [@oliviertassinari](https://togithub.com/oliviertassinari)
All contributors of this release in alphabetical order: [@alexfauquette](https://togithub.com/alexfauquette), [@bharatkashyap](https://togithub.com/bharatkashyap), [@bicstone](https://togithub.com/bicstone), [@danilo-leal](https://togithub.com/danilo-leal), [@EthanStandel](https://togithub.com/EthanStandel), [@HexM7](https://togithub.com/HexM7), [@hoangph271](https://togithub.com/hoangph271), [@JonathanAsbury-SPS](https://togithub.com/JonathanAsbury-SPS), [@michaldudak](https://togithub.com/michaldudak), [@mnajdova](https://togithub.com/mnajdova), [@NaveenPantra](https://togithub.com/NaveenPantra), [@oliviertassinari](https://togithub.com/oliviertassinari), [@pieetrus](https://togithub.com/pieetrus), [@renovate](https://togithub.com/renovate)\[bot], [@siriwatknp](https://togithub.com/siriwatknp), [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
### [`v5.10.2`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5102)
[Compare Source](https://togithub.com/mui/material-ui/compare/v5.8.4...v5.10.2)
*Aug 22, 2022*
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
- ✨ [@michaldudak](https://togithub.com/michaldudak) synced the Material Icons set with the latest from Google ([#33988](https://togithub.com/mui/material-ui/issues/33988)).\
A couple of icons changed their appearance. See the difference [on this Argos build](https://app.argos-ci.com/mui/material-ui/builds/4428]).
##### `@mui/material@5.10.2`
- \[Autocomplete] Fix `keepMounted` Popper prop not working ([#33957](https://togithub.com/mui/material-ui/issues/33957)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[IconButton] Fix hover effect when CSS Variables are enabled ([#33971](https://togithub.com/mui/material-ui/issues/33971)) [@TheUnlocked](https://togithub.com/TheUnlocked)
- \[LoadingButton] Add support for CSS variables ([#34001](https://togithub.com/mui/material-ui/issues/34001)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[TimelineConnector] Add support for CSS variables ([#34002](https://togithub.com/mui/material-ui/issues/34002)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[TimelineDot] Add support for CSS variables ([#34003](https://togithub.com/mui/material-ui/issues/34003)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[TreeItem] Add support for CSS variables ([#34004](https://togithub.com/mui/material-ui/issues/34004)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
##### `@mui/system@5.10.2`
- \[system] catch localStorage errors ([#34027](https://togithub.com/mui/material-ui/issues/34027)) [@jsakas](https://togithub.com/jsakas)
##### `@mui/joy@5.0.0-alpha.42`
- \[Joy] Add missing global exports ([#33982](https://togithub.com/mui/material-ui/issues/33982)) [@tomasz-sodzawiczny](https://togithub.com/tomasz-sodzawiczny)
##### `@mui/icons-material@5.8.5`
- \[icons] Sync the Material Icons ([#33988](https://togithub.com/mui/material-ui/issues/33988)) [@michaldudak](https://togithub.com/michaldudak)
##### Docs
- \[docs] Fix typo in using-joy-ui-and-material-ui.md ([#33997](https://togithub.com/mui/material-ui/issues/33997)) [@djohalo2](https://togithub.com/djohalo2) [@danilo-leal](https://togithub.com/danilo-leal)
- \[docs] Fix typo in the Transition docs ([#34040](https://togithub.com/mui/material-ui/issues/34040)) [@alirezahekmati](https://togithub.com/alirezahekmati)
- \[docs] Typo fix in Joy UI Aspect Ratio doc ([#33984](https://togithub.com/mui/material-ui/issues/33984)) [@AjeetSingh2016](https://togithub.com/AjeetSingh2016)
- \[docs] Fix broken Joy UI codesandbox export ([#34007](https://togithub.com/mui/material-ui/issues/34007)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix typos in `test` folder's README ([#33976](https://togithub.com/mui/material-ui/issues/33976)) [@ropereraLK](https://togithub.com/ropereraLK)
- \[docs] Fix interior section links in Base docs that feature hooks ([#33948](https://togithub.com/mui/material-ui/issues/33948)) [@samuelsycamore](https://togithub.com/samuelsycamore)
- \[docs] Fix typo in Joy UI's List Component docs ([#33956](https://togithub.com/mui/material-ui/issues/33956)) [@Cerebro92](https://togithub.com/Cerebro92)
- \[docs] Fix typo in Joy UI's docs ([#33938](https://togithub.com/mui/material-ui/issues/33938)) [@AjeetSingh2016](https://togithub.com/AjeetSingh2016)
##### Core
- \[website] Optimize meta description length ([#34006](https://togithub.com/mui/material-ui/issues/34006)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- Revert "\[core] Replace `getInitialProps` with `getStaticProps`" ([#33991](https://togithub.com/mui/material-ui/issues/33991)) [@mnajdova](https://togithub.com/mnajdova)
- \[website] Move the React Engineer - X to next roles ([#34030](https://togithub.com/mui/material-ui/issues/34030)) [@mnajdova](https://togithub.com/mnajdova)
- \[website] Add Icons8 gold sponsor ([#33978](https://togithub.com/mui/material-ui/issues/33978)) [@michaldudak](https://togithub.com/michaldudak)
All contributors of this release in alphabetical order: [@AjeetSingh2016](https://togithub.com/AjeetSingh2016), [@alirezahekmati](https://togithub.com/alirezahekmati), [@Cerebro92](https://togithub.com/Cerebro92), [@danilo-leal](https://togithub.com/danilo-leal), [@djohalo2](https://togithub.com/djohalo2), [@jsakas](https://togithub.com/jsakas), [@michaldudak](https://togithub.com/michaldudak), [@mnajdova](https://togithub.com/mnajdova), [@oliviertassinari](https://togithub.com/oliviertassinari), [@ropereraLK](https://togithub.com/ropereraLK), [@samuelsycamore](https://togithub.com/samuelsycamore), [@TheUnlocked](https://togithub.com/TheUnlocked), [@tomasz-sodzawiczny](https://togithub.com/tomasz-sodzawiczny), [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
### [`v5.8.4`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#584)
[Compare Source](https://togithub.com/mui/material-ui/compare/v5.8.3...v5.8.4)
*Jun 14, 2022*
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Added support for custom breakpoints in the `Grid` component by [@boutahlilsoufiane](https://togithub.com/boutahlilsoufiane)
- 📚 Added guide on how to use Material UI with Shadow DOM by [@cherniavskii](https://togithub.com/cherniavskii)
- many other 🐛 bug fixes and 📚 documentation improvements
##### `@mui/material@5.8.4`
- \[Button] Add missing classes in `ButtonClasses` type ([#33040](https://togithub.com/mui/material-ui/issues/33040)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[Grid] Fix prop-type key regression ([#33123](https://togithub.com/mui/material-ui/issues/33123)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[Grid] Support custom breakpoints ([#31998](https://togithub.com/mui/material-ui/issues/31998)) [@boutahlilsoufiane](https://togithub.com/boutahlilsoufiane)
- \[Grow] Limit CSS transition bug workaround to Safari 15.4 only ([#32996](https://togithub.com/mui/material-ui/issues/32996)) [@igordanchenko](https://togithub.com/igordanchenko)
- \[Hidden] Remove dependency on hoist-non-react-statics ([#33015](https://togithub.com/mui/material-ui/issues/33015)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[Link] Add support for CSS variables ([#33036](https://togithub.com/mui/material-ui/issues/33036)) [@winderica](https://togithub.com/winderica)
- \[Popover] Export `getOffsetTop` & `getOffsetLeft` from Popover's index and add typings ([#32959](https://togithub.com/mui/material-ui/issues/32959)) [@rart](https://togithub.com/rart)
- \[Slider] Fix SliderValueLabelProps type ([#32895](https://togithub.com/mui/material-ui/issues/32895)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[Snackbar] Remove `RTL` direction specific logic ([#32808](https://togithub.com/mui/material-ui/issues/32808)) [@aaarichter](https://togithub.com/aaarichter)
- \[StepIcon] Fix text centering when changing browser font size ([#32706](https://togithub.com/mui/material-ui/issues/32706)) [@alansouzati](https://togithub.com/alansouzati)
- \[Tabs] Scroll by width of the first visible tab if only one tab is partially visible ([#32778](https://togithub.com/mui/material-ui/issues/32778)) [@frankkluijtmans](https://togithub.com/frankkluijtmans)
##### `@mui/system@5.8.4`
- \[Stack, system] Apply correct responsive styles if any custom breakpoints are provided ([#32913](https://togithub.com/mui/material-ui/issues/32913)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[system] Fix missing typings for ColorFormat ([#32417](https://togithub.com/mui/material-ui/issues/32417)) [@l-zoy](https://togithub.com/l-zoy)
##### `@mui/codemod@5.8.4`
- \[codemod] Add support for `@mui/styles/makeStyles` imports ([#32962](https://togithub.com/mui/material-ui/issues/32962)) [@joshkel](https://togithub.com/joshkel)
##### `@mui/lab@5.0.0-alpha.86`
- \[pickers] Fix broken ref forwarding ([#33107](https://togithub.com/mui/material-ui/issues/33107)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[lab] Fix React's `forwardRef` warning when importing from the index ([#33134](https://togithub.com/mui/material-ui/issues/33134)) [@mnajdova](https://togithub.com/mnajdova)
##### `@mui/base@5.0.0-alpha.85`
- \[MenuUnstyled] Accept callbacks in componentsProps ([#32997](https://togithub.com/mui/material-ui/issues/32997)) [@michaldudak](https://togithub.com/michaldudak)
- \[ModalUnstyled] Fix errors from the W3C validator about incorrect aria-hidden attribute on some elements ([#30920](https://togithub.com/mui/material-ui/issues/30920)) [@mkrtchian](https://togithub.com/mkrtchian)
- \[ModalUnstyled] Fix behavior of not respecting props ariaHidden value ([#32055](https://togithub.com/mui/material-ui/issues/32055)) [@tech-meppem](https://togithub.com/tech-meppem)
##### `@mui/joy@5.0.0-alpha.32`
- \[Joy] Miscellaneous card fixes ([#33129](https://togithub.com/mui/material-ui/issues/33129)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Miscellaneous fixes ([#33073](https://togithub.com/mui/material-ui/issues/33073)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Add typography and link docs ([#33047](https://togithub.com/mui/material-ui/issues/33047)) [@siriwatknp](https://togithub.com/siriwatknp)
##### Docs
- \[Contributing.md] Local install instructions ([#32975](https://togithub.com/mui/material-ui/issues/32975)) [@Moizsohail](https://togithub.com/Moizsohail)
- \[docs] Add responsive AppBar with drawer ([#32769](https://togithub.com/mui/material-ui/issues/32769)) [@dvlprAlamin](https://togithub.com/dvlprAlamin)
- \[docs] Move codesandbox to MUI org ([#33122](https://togithub.com/mui/material-ui/issues/33122)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Add Shadow DOM guide ([#33007](https://togithub.com/mui/material-ui/issues/33007)) [@cherniavskii](https://togithub.com/cherniavskii)
- \[docs] Fix typo in Material UI overview page ([#33087](https://togithub.com/mui/material-ui/issues/33087)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Miscellaneous fixes in `MUI Base` docs ([#33091](https://togithub.com/mui/material-ui/issues/33091)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[docs] Fix GitHub capitalization ([#33071](https://togithub.com/mui/material-ui/issues/33071)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix a typo in `InputUnstyled` docs ([#33077](https://togithub.com/mui/material-ui/issues/33077)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[docs] Add notification for Joy blog post ([#33059](https://togithub.com/mui/material-ui/issues/33059)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[docs] Improve aspect ratio docs and integration ([#33065](https://togithub.com/mui/material-ui/issues/33065)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[docs] Update code block copy label ([#33128](https://togithub.com/mui/material-ui/issues/33128)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[docs] Fix typo in Autocomplete CSS API ([#32838](https://togithub.com/mui/material-ui/issues/32838)) [@KeaghanKennedy](https://togithub.com/KeaghanKennedy)
- \[docs] Improvements for Radio Group Rating Docs ([#32843](https://togithub.com/mui/material-ui/issues/32843)) [@Kai-W](https://togithub.com/Kai-W)
- \[docs] Enable Joy pages ([#33064](https://togithub.com/mui/material-ui/issues/33064)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[website] Add Joy UI to the pricing page ([#33099](https://togithub.com/mui/material-ui/issues/33099)) [@danilo-leal](https://togithub.com/danilo-leal)
- \[website] Clarify the pricing a bit ([#33069](https://togithub.com/mui/material-ui/issues/33069)) [@oliviertassinari](https://togithub.com/oliviertassinari)
##### Core
- yarn proptypes [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Update dependencies to fix security vulnerabilities ([#33095](https://togithub.com/mui/material-ui/issues/33095)) [@michaldudak](https://togithub.com/michaldudak)
- \[core] Import new line convention ([#33068](https://togithub.com/mui/material-ui/issues/33068)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Make repository configurable in changelog script ([#33130](https://togithub.com/mui/material-ui/issues/33130)) [@Janpot](https://togithub.com/Janpot)
All contributors of this release in alphabetical order: [@aaarichter](https://togithub.com/aaarichter), [@alansouzati](https://togithub.com/alansouzati), [@boutahlilsoufiane](https://togithub.com/boutahlilsoufiane), [@cherniavskii](https://togithub.com/cherniavskii), [@danilo-leal](https://togithub.com/danilo-leal), [@dvlprAlamin](https://togithub.com/dvlprAlamin), [@frankkluijtmans](https://togithub.com/frankkluijtmans), [@igordanchenko](https://togithub.com/igordanchenko), [@Janpot](https://togithub.com/Janpot), [@joshkel](https://togithub.com/joshkel), [@Kai-W](https://togithub.com/Kai-W), [@KeaghanKennedy](https://togithub.com/KeaghanKennedy), [@l-zoy](https://togithub.com/l-zoy), [@michaldudak](https://togithub.com/michaldudak), [@mkrtchian](https://togithub.com/mkrtchian), [@mnajdova](https://togithub.com/mnajdova), [@Moizsohail](https://togithub.com/Moizsohail), [@oliviertassinari](https://togithub.com/oliviertassinari), [@pushys](https://togithub.com/pushys), [@rart](https://togithub.com/rart), [@siriwatknp](https://togithub.com/siriwatknp), [@tech-meppem](https://togithub.com/tech-meppem), [@winderica](https://togithub.com/winderica), [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
### [`v5.8.3`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#583)
[Compare Source](https://togithub.com/mui/material-ui/compare/v5.8.2...v5.8.3)
*Jun 7, 2022*
A big thanks to the 15 contributors who made this release possible.
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
##### `@mui/material@5.8.3`
- \[Alert] Constrain message width and allow overflow ([#32747](https://togithub.com/mui/material-ui/issues/32747)) [@Janpot](https://togithub.com/Janpot)
- \[Checkbox] Add support for CSS variables ([#32579](https://togithub.com/mui/material-ui/issues/32579)) [@haneenmahd](https://togithub.com/haneenmahd)
- \[Slider] Fix positioning of tooltips on vertical slider ([#32919](https://togithub.com/mui/material-ui/issues/32919)) [@abhinav-22-tech](https://togithub.com/abhinav-22-tech)
##### `@mui/system@5.8.3`
- \[system] Configurable attributes for libraries ([#32971](https://togithub.com/mui/material-ui/issues/32971)) [@siriwatknp](https://togithub.com/siriwatknp)
##### `@mui/codemod@5.8.3`
- \[codemod] Fix infinite loop in jss-to-tss-react and add TODO ([#33048](https://togithub.com/mui/material-ui/issues/33048)) [@ryancogswell](https://togithub.com/ryancogswell)
##### `@mui/lab@5.0.0-alpha.85`
- \[pickers] Add deprecations when importing pickers from the lab ([#32950](https://togithub.com/mui/material-ui/issues/32950)) [@flaviendelangle](https://togithub.com/flaviendelangle)
##### `@mui/joy@5.0.0-alpha.31`
- \[Joy] Add `Slider` component and demos ([#32694](https://togithub.com/mui/material-ui/issues/32694)) [@hbjORbj](https://togithub.com/hbjORbj)
- \[Joy] Add articles about customization approaches ([#32887](https://togithub.com/mui/material-ui/issues/32887)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Add automatic adjustment page to core features ([#32980](https://togithub.com/mui/material-ui/issues/32980)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Add docs about dark mode ([#33002](https://togithub.com/mui/material-ui/issues/33002)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Add template UIs & first look blog post ([#32791](https://togithub.com/mui/material-ui/issues/32791)) [@danilo-leal](https://togithub.com/danilo-leal)
##### `@mui/base@5.0.0-alpha.84`
- \[base] Remove [@mui/system](https://togithub.com/mui/system) in tests ([#32945](https://togithub.com/mui/material-ui/issues/32945)) [@kevinji](https://togithub.com/kevinji)
- \[ButtonUnstyled] Accept callbacks in componentsProps ([#32991](https://togithub.com/mui/material-ui/issues/32991)) [@michaldudak](https://togithub.com/michaldudak)
- \[SwitchUnstyled] Accept callbacks in componentsProps ([#32993](https://togithub.com/mui/material-ui/issues/32993)) [@michaldudak](https://togithub.com/michaldudak)
- \[TablePaginationUnstyled] Define ownerState and slot props' types ([#32905](https://togithub.com/mui/material-ui/issues/32905)) [@michaldudak](https://togithub.com/michaldudak)
- \[TabPanelUnstyled] Define ownerState and slot props' types ([#32928](https://togithub.com/mui/material-ui/issues/32928)) [@michaldudak](https://togithub.com/michaldudak)
- \[TabsListUnstyled] Define ownerState and slot props' types ([#32925](https://togithub.com/mui/material-ui/issues/32925)) [@michaldudak](https://togithub.com/michaldudak)
##### Docs
- \[blog] Fix anchor link scroll ([#32994](https://togithub.com/mui/material-ui/issues/32994)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Add "Migration" section to sidebar and revise v4-v5 content ([#32740](https://togithub.com/mui/material-ui/issues/32740)) [@samuelsycamore](https://togithub.com/samuelsycamore)
- \[docs] Add What doesn't count as a breaking change? ([#32850](https://togithub.com/mui/material-ui/issues/32850)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix 301 link [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix icon color in `BadgeUnstyled` docs ([#32976](https://togithub.com/mui/material-ui/issues/32976)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
- \[docs] Improve product identifier ([#32707](https://togithub.com/mui/material-ui/issues/32707)) [@danilo-leal](https://togithub.com/danilo-leal)
- \[docs] Improve UX with back to top ([#32896](https://togithub.com/mui/material-ui/issues/32896)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Polish overview page to Material UI ([#32954](https://togithub.com/mui/material-ui/issues/32954)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Redirect older URLs ([#33037](https://togithub.com/mui/material-ui/issues/33037)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Remove pickers page from the Lab section ([#32961](https://togithub.com/mui/material-ui/issues/32961)) [@DanailH](https://togithub.com/DanailH)
- \[docs] Show product identifier on updated MUI X Introduction pages ([#32966](https://togithub.com/mui/material-ui/issues/32966)) [@samuelsycamore](https://togithub.com/samuelsycamore)
- \[docs] Throw on 301 links ([#32939](https://togithub.com/mui/material-ui/issues/32939)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Add Gerda to the about page ([#33038](https://togithub.com/mui/material-ui/issues/33038)) [@danilo-leal](https://togithub.com/danilo-leal)
- \[website] Polish the pricing page ([#32811](https://togithub.com/mui/material-ui/issues/32811)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[website] Remove unnecessary `address` dependency ([#32957](https://togithub.com/mui/material-ui/issues/32957)) [@michaldudak](https://togithub.com/michaldudak)
##### Core
- \[core] Improve icon synonyms ([#32742](https://togithub.com/mui/material-ui/issues/32742)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Prepare Next.js config for React 18 ([#32963](https://togithub.com/mui/material-ui/issues/32963)) [@michaldudak](https://togithub.com/michaldudak)
- \[core] Remove dead logic ([#32940](https://togithub.com/mui/material-ui/issues/32940)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[core] Update dependencies to fix security vulnerabilities ([#32947](https://togithub.com/mui/material-ui/issues/32947)) [@michaldudak](https://togithub.com/michaldudak)
- Add security link to README for Tidelift [@mbrookes](https://togithub.com/mbrookes)
All contributors of this release in alphabetical order: [@abhinav-22-tech](https://togithub.com/abhinav-22-tech), [@DanailH](https://togithub.com/DanailH), [@danilo-leal](https://togithub.com/danilo-leal), [@flaviendelangle](https://togithub.com/flaviendelangle), [@haneenmahd](https://togithub.com/haneenmahd), [@hbjORbj](https://togithub.com/hbjORbj), [@Janpot](https://togithub.com/Janpot), [@kevinji](https://togithub.com/kevinji), [@mbrookes](https://togithub.com/mbrookes), [@michaldudak](https://togithub.com/michaldudak), [@oliviertassinari](https://togithub.com/oliviertassinari), [@ryancogswell](https://togithub.com/ryancogswell), [@samuelsycamore](https://togithub.com/samuelsycamore), [@siriwatknp](https://togithub.com/siriwatknp), [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
### [`v5.8.2`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#582)
[Compare Source](https://togithub.com/mui/material-ui/compare/v5.8.0...v5.8.2)
*May 30, 2022*
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
- 🐛 bug fixes and 📚 documentation improvements.
##### `@mui/system@5.8.2`
- \[system] Add `getColorSchemeSelector` util ([#32868](https://togithub.com/mui/material-ui/issues/32868)) [@siriwatknp](https://togithub.com/siriwatknp)
##### `@mui/lab@5.0.0-alpha.84`
- \[Masonry] Place items to the left when there are less objects than specified in `column` prop ([#32873](https://togithub.com/mui/material-ui/issues/32873)) [@hbjORbj](https://togithub.com/hbjORbj)
##### `@mui/base@5.0.0-alpha.83`
- \[BadgeUnstyled] Define ownerState and slot props' types ([#32750](https://togithub.com/mui/material-ui/issues/32750)) [@michaldudak](https://togithub.com/michaldudak)
- \[SliderUnstyled] Define ownerState and slot props' types ([#32739](https://togithub.com/mui/material-ui/issues/32739)) [@michaldudak](https://togithub.com/michaldudak)
- \[SwitchUnstyled] Define ownerState and slot props' types ([#32573](https://togithub.com/mui/material-ui/issues/32573)) [@michaldudak](https://togithub.com/michaldudak)
- \[TabsUnstyled] Define ownerState and slot props' types ([#32918](https://togithub.com/mui/material-ui/issues/32918)) [@michaldudak](https://togithub.com/michaldudak)
- \[TabUnstyled] Define ownerState and slot props' types ([#32915](https://togithub.com/mui/material-ui/issues/32915)) [@michaldudak](https://togithub.com/michaldudak)
##### `@mui/joy@5.0.0-alpha.30`
- \[Joy] use `textColor` prop for Typography and Link ([#32938](https://togithub.com/mui/material-ui/issues/32938)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Make variants for more flexible ([#32931](https://togithub.com/mui/material-ui/issues/32931)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Improve automatic adjustment ([#32923](https://togithub.com/mui/material-ui/issues/32923)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Add `Chip` doc ([#32819](https://togithub.com/mui/material-ui/issues/32819)) [@hbjORbj](https://togithub.com/hbjORbj)
- \[Joy] Add `AspectRatio` demos ([#32848](https://togithub.com/mui/material-ui/issues/32848)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[Joy] Fix wrong urls ([#32883](https://togithub.com/mui/material-ui/issues/32883)) [@siriwatknp](https://togithub.com/siriwatknp)
##### Docs
- \[docs] Iterate on the job ad for React engineer in Core ([#32900](https://togithub.com/mui/material-ui/issues/32900)) [@mnajdova](https://togithub.com/mnajdova)
- \[blog] Fix avatar image resolution ([#32890](https://togithub.com/mui/material-ui/issues/32890)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Link the first page of the product ([#32943](https://togithub.com/mui/material-ui/issues/32943)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Batch small changes ([#32170](https://togithub.com/mui/material-ui/issues/32170)) [@michaldudak](https://togithub.com/michaldudak)
- \[docs] Allow function prop to return undefined ([#32766](https://togithub.com/mui/material-ui/issues/32766)) [@m4theushw](https://togithub.com/m4theushw)
- \[docs] Fix wrong link to Material Icons ([#32847](https://togithub.com/mui/material-ui/issues/32847)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Fix ClassNameGenerator content ([#32800](https://togithub.com/mui/material-ui/issues/32800)) [@siriwatknp](https://togithub.com/siriwatknp)
- \[docs] Fix navigation links ([#32851](https://togithub.com/mui/material-ui/issues/32851)) [@oliviertassinari](https://togithub.com/oliviertassinari)
- \[docs] Document the `size` prop for InputLabel ([#32936](https://togithub.com/mui/material-ui/issues/32936)) [@romelperez](https://togithub.com/romelperez)
- \[docs] Add note about transparent background on the outlined Alert variant ([#32810](https://togithub.com/mui/material-ui/issues/32810)) [@aaarichter](https://togithub.com/aaarichter)
- \[website] Update the careers's page with the new roles ([#32535](https://togithub.com/mui/material-ui/issues/32535)) [@oliviertassinari](https://togithub.com/oliviertassinari)
##### Core
- \[core] Improve the incomplete issues workflow ([#32878](https://togithub.com/mui/material-ui/issues/32878)) [@mnajdova](https://togithub.com/mnajdova)
- \[core] Add CI check that the PR has label ([#32886](https://togithub.com/mui/material-ui/issues/32886)) [@mnajdova](https://togithub.com/mnajdova)
- \[core] Avoid leaking [@babel/runtime](https://togithub.com/babel/runtime) ([#32874](https://togithub.com/mui/material-ui/issues/32874)) [@oliviertassinari](https://togithub.com/oliviertassinari)
All contributors of this release in alphabetical order: [@aaarichter](https://togithub.com/aaarichter), [@hbjORbj](https://togithub.com/hbjORbj), [@m4theushw](https://togithub.com/m4theushw), [@michaldudak](https://togithub.com/michaldudak), [@mnajdova](https://togithub.com/mnajdova), [@oliviertassinari](https://togithub.com/oliviertassinari), [@romelperez](https://togithub.com/romelperez), [@siriwatknp](https://togithub.com/siriwatknp)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
5.8.0
->5.10.6
5.8.0
->5.10.8
5.8.0
->5.10.8
Release Notes
mui/material-ui
### [`v5.10.6`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#5106) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.10.3...v5.10.6) *Sep 19, 2022* A big thanks to the 11 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.10.6` - \[TextField] Fix conflict with `Bootstrap` even when label is not defined ([#34343](https://togithub.com/mui/material-ui/issues/34343)) [@ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/joy@5.0.0-alpha.46` ##### Breaking changes - \[button]\[joy] Replace `start/endIcon` prop with `start/endDecorator` ([#34288](https://togithub.com/mui/material-ui/issues/34288)) [@hbjORbj](https://togithub.com/hbjORbj) **BREAKING CHANGE**: replace `start/endIcon` with `start/endDecorator`. ```jsx // before // after ``` ##### Changes - \[Joy] Adjust the `Input` and `Textarea` styles ([#34281](https://togithub.com/mui/material-ui/issues/34281)) [@siriwatknp](https://togithub.com/siriwatknp) - \[menu]\[joy] Set disablePortal default to false ([#34283](https://togithub.com/mui/material-ui/issues/34283)) [@tomasz-sodzawiczny](https://togithub.com/tomasz-sodzawiczny) ##### `@mui/base@5.0.0-alpha.98` ##### Breaking changes - \[Select]\[base] Add event parameter to the onChange callback ([#34158](https://togithub.com/mui/material-ui/issues/34158)) [@michaldudak](https://togithub.com/michaldudak) The SelectUnstyled and MultiSelectUnstyled `onChange` callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements. This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change. This also affects Select from Joy UI. ```jsx // beforeConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.