@mui/material
Version:
Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
910 lines (652 loc) β’ 370 kB
Markdown
# [Versions](https://mui.com/versions/)
## 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-org/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 components. We admit it was a mistake to reexport these components without marking them as unstable.
Developers are still encouraged to evaluate the Base components, but they should do so by explicitly installing the `@mui/base` package.
This is technically a breaking change as it removes a number of components from the `@mui/material` package. However, we believe that removing the components now and potentially breaking the codebases will do less harm than introducing "silent" breaking changes to Base components while continuing reexporting them from `@mui/material`.
Note: the utility components, such as ClickAwayListener, NoSsr, Portal, and TextareaAutosize continue to be exported from both `@mui/material` and `@mui/base`.
If you're encountering build errors after upgrading @mui/material, do the following:
1. Install @mui/base: npm install @mui/base or yarn add @mui/base
2. Make sure the version of @mui/base match the version of @mui/material
3. Change the import paths of unstyled components from @mui/material to @mui/base, e.g.:
```diff
- @import ButtonUnstyled from '@mui/material/ButtonUnstyled';
+ @import ButtonUnstyled from '@mui/base/ButtonUnstyled';
```
#### Changes
- ​<!-- 30 -->[Autocomplete] Add `readOnly` prop (#30706) @ZeeshanTamboli
- ​<!-- 29 -->[Autocomplete] Fix typos in the page (#30737) @austinewuncler
- ​<!-- 14 -->[FormControlLabel][formgroup] add Mui-error class (#30656) @alisasanib
- ​<!-- 13 -->[Grid] Fix prop check for applying wrap-reverse (#30813) @Hubbz
- ​<!-- 07 -->[TextField] Remove notch when no label is added (#30560) @alisasanib
- ​<!-- 06 -->[TextField] Remove usage of dangerouslySetInnerHTML (#30776) @Jack-Works
- ​<!-- 05 -->[TreeView] Select node when key `Enter` is pressed (#30795) @dryrainbow
- ​<!-- 04 -->[useMediaQuery] Ensure no tearing in React 18 (#30655) @eps1lon
### `@mui/base@5.0.0-alpha.67`
- ​<!-- 11 -->[SelectUnstyled] Create unstyled select (+ hook) (#30113) @michaldudak
### `@mui/lab@5.0.0-alpha.67`
- ​<!-- 23 -->[DateTimePicker] Fix month view highlight wrong tab (#30773) @DiegoYungh
- ​<!-- 12 -->[pickers] Enable the sx props on all components (#30749) @boutahlilsoufiane
### Docs
- ​<!-- 28 -->[blog] Introducing callback support in style overrides (#30668) @siriwatknp
- ​<!-- 23 -->[docs] Add notifications for the blog posts (#30852) @siriwatknp
- ​<!-- 22 -->[docs] Improve the interoperability guide (#30785) @mnajdova
- ​<!-- 21 -->[docs] Improve the Getting Started documentation content (#30808) @mnajdova
- ​<!-- 20 -->[docs] Fix typo in ad fallback (#30823) @cherniavskii
- ​<!-- 19 -->[docs] Change ThemeProvider API links (#30705) @atakanzen
- ​<!-- 18 -->[docs] Retain vendor prefixing in rtl example (#30710) @ryancogswell
- ​<!-- 17 -->[docs] Fix typo in the Popper ScrollPlayground demo (#30780) @tanyabouman
- ​<!-- 16 -->[docs] Small fixes on the jss-to-tss migration guide (#30734) @garronej
- ​<!-- 15 -->[examples] Add Vite.js example (#28241) @goncalovf
### Core
- ​<!-- 29 -->[core] Clarify the label, to match with MUI X (#30831) @oliviertassinari
- ​<!-- 26 -->[core] Remove none code related instructions from git (#30843) @oliviertassinari
- ​<!-- 25 -->[core] Fix typos in comments for scripts (#30809) @aefox
- ​<!-- 24 -->[core] Fix 301 link in the blog @oliviertassinari
- ​<!-- 10 -->[test] Fix tests on Node 16 (#30819) @michaldudak
- ​<!-- 09 -->[test] Add explicit types to support noImplicityAny=false (#30798) @m4theushw
- ​<!-- 08 -->[test] Support React.useId format in \*DescriptionOf (#30657) @eps1lon
- ​<!-- 03 -->[website] Fix SEO issues (#30829) @oliviertassinari
- ​<!-- 02 -->[website] Add designer position page (#30708) @danilo-leal
- ​<!-- 01 -->[website] Polish /about page (#30747) @oliviertassinari
All contributors of this release in alphabetical order: @aefox, @alisasanib, @atakanzen, @austinewuncler, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @DiegoYungh, @dryrainbow, @eps1lon, @garronej, @goncalovf, @Hubbz, @Jack-Works, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @siriwatknp, @tanyabouman, @ZeeshanTamboli
## 5.3.1
<!-- generated comparing v5.3.0..master -->
_Jan 24, 2022_
A big thanks to the 12 contributors who made this release possible. Here are some highlights β¨:
- π @mnajdova added interoperability guide for using Tailwind CSS (#30700)
- A meaningful number of π bug fixes and π documentation improvements.
### `@mui/icons-material@5.3.1`
- ​<!-- 04 -->[icons] Fix naming typos (#30512) @MrHBS
- ​<!-- 03 -->[icons] Makes material-icons work with Joy (#30681) @siriwatknp
### `@mui/base@5.0.0-alpha.66`
- ​<!-- 02 -->[SliderUnstyled] Improve typings on some internal utils (#30614) @mnajdova
### Core
- ​<!-- 24 -->[core] Batch small changes (#30690) @oliviertassinari
- ​<!-- 23 -->[core] Add new structure to ignore list crowdin (#30608) @siriwatknp
- ​<!-- 22 -->[core] Correct version in package.json (#30677) @michaldudak
- ​<!-- 01 -->[test] Fix buildApiUtils tests on Windows (#30698) @michaldudak
### Docs
- ​<!-- 26 -->[blog] Enable blog index (#30724) @siriwatknp
- ​<!-- 25 -->[blog] Introducing the Row Grouping feature (#30598) @alexfauquette
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
- ​<!-- 14 -->[docs] Update remix example to restore from error pages (#30592) @mnajdova
- ​<!-- 13 -->[docs] Use new URLs when enable_redirects is true (#30704) @siriwatknp
- ​<!-- 12 -->[docs] Add a missing bracket in the migration-v4 guide (#30616) @chaosmirage
- ​<!-- 11 -->[docs] Add Checkbox color prop change (#30697) @aaneitchik
- ​<!-- 10 -->[docs] Fix migration to have singular urls (#30695) @siriwatknp
- ​<!-- 09 -->[docs] Update UXPin link to new landing page (#30691) @Evomatic
- ​<!-- 08 -->[docs] Close user menu on click in the responsive app bar demo (#30664) @NoahYarian
- ​<!-- 07 -->[docs] Clear the difference between UI and React components (#29930) @oliviertassinari
- ​<!-- 06 -->[docs] Make Autocomplete docs gender neutral (#30679) @exequielbc
- ​<!-- 05 -->[docs] Update doc structure for X components (#30684) @siriwatknp
All contributors of this release in alphabetical order: @aaneitchik, @alexfauquette, @chaosmirage, @ddecrulle, @Evomatic, @exequielbc, @michaldudak, @mnajdova, @MrHBS, @NoahYarian, @oliviertassinari, @siriwatknp
## 5.3.0
<!-- generated comparing v5.2.8..master -->
_Jan 17, 2022_
A big thanks to the 15 contributors who made this release possible. Here are some highlights β¨:
- π @siriwatknp added support for callbacks in styleOverrides (#30524)
- π§© @ZeeshanTamboli and @VicHofs improved customization of components (#30515, #30212)
- π @hbjORbj fixed the use of ResizeObserver in Masonry component (#29896)
- π @danilo-leal and @siriwatknp created our own blog home page (#30121)
### `@mui/material@5.3.0`
- [Autocomplete] Add ability to pass props to `Paper` component (#30515) @ZeeshanTamboli
- [Select] Add defaultOpen prop (#30212) @VicHofs
### `@mui/system@5.3.0`
- [system][box, grid, typography] `textTransform` prop should work directly on component (#30437) @hbjORbj
- [system] Support callback value in `styleOverrides` slot (#30524) @siriwatknp
### `@mui/lab@5.0.0-alpha.65`
- [Masonry] Observe every masonry child to trigger computation when needed (#29896) @hbjORbj
- [MobileDatePicker] Fix calling onOpen when readOnly is true (#30561) @alisasanib
### `@mui/codemod@5.3.0`
- [codemod] Bump `jscodeshift` to remove `colors` dependency (#30578) @siriwatknp
### `@mui/styled-engine-sc@5.3.0`
- [styled-engine-sc] Add the withConfig API to enable using the babel plugin for styled-comonents (#30589) @mnajdova
### `@mui/joy@5.0.0-alpha.11`
- [Joy] Add `SvgIcon` component (#30570) @hbjORbj
### `@mui/base@5.0.0-alpha.65`
- [SliderUnstyled] Add useSlider hook and polish (#30094) @mnajdova
### Docs
- [docs] End code block in test/README.md (#30531) @yaboi
- [docs] Remove redundant grouping in /components/radio-buttons/ (#30065) @eps1lon
- [docs] Update migration scripts and e2e tests (#30583) @siriwatknp
- [docs] Fix migration guides for versions older than v4 (#30595) @kkirsche
- [docs] Inform about specific files for DataGrid locales (#30411) @alexfauquette
- [docs] jss-to-tss migration advise to drop clsx in favor of cx (#30527) @garronej
- [docs] Fix integration with MUI X (#30593) @oliviertassinari
- [docs] Adding peer dependencies explanation on @mui/lab README.md (#30532) @glaucoheitor
- [docs] Add missing quote in migration docs (#30587) @Atralbus
- [docs] Update link to Doit sponsor (#30586) @oliviertassinari
- [docs] Add products identifier and drawer (#30283) @siriwatknp
- [website] Fix code button with installation command (#30622) @danilo-leal
- [website] Add a Blog index page (#30121) @danilo-leal
- [website] Migrate Twitter from @MaterialUI to @MUI_hq @oliviertassinari
- [website] Add Andrii to the About Us page (#30581) @cherniavskii
### Core
- [core] Revert changes to peer dependencies (#30662) @oliviertassinari
- [core] Renovate should not try to update node (#30659) @oliviertassinari
- [core] Remove dead files (#30663) @oliviertassinari
- [core] Fix outdated TypeScript template (#30596) @oliviertassinari
- [core] Remove extra `</p>` from header of README.md (#30530) @yaboi
- [core] Fix `docs:api` script for Windows OS (#30533) @ZeeshanTamboli
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli
## 5.2.8
<!-- generated comparing v5.2.7..master -->
_Jan 10, 2022_
A big thanks to the 10 contributors who made this release possible. Here are some highlights β¨:
- A meaningful number of π bug fixes and π documentation improvements.
### `@mui/material@5.2.8`
- ​<!-- 05 -->[TextField][inputlabel] Remove `pointer-events: none` property (#30493) @hbjORbj
- ​<!-- 02 -->[Slider] Add `input` slot to components and componentsProps (#30362) @alexandre-lelain
### `@mui/joy@5.0.0-alpha.10`
- ​<!-- 04 -->[Joy] Add `Typography` component (#30489) @siriwatknp
- ​<!-- 03 -->[Joy] Add functional `Switch` component (#30487) @siriwatknp
### Docs
- ​<!-- 18 -->[docs] Update markdown parser to remove backticks from description (#30495) @aefox
- ​<!-- 17 -->[docs] Fix the crash when applying custom colors (#30563) @siriwatknp
- ​<!-- 16 -->[docs] Location change of Sebastian (#30528) @eps1lon
- ​<!-- 15 -->[docs] Lint markdown in the CI (#30395) @oliviertassinari
- ​<!-- 14 -->[docs] Fix `componentsProps` API docs and PropTypes (#30502) @ZeeshanTamboli
- ​<!-- 13 -->[docs] Codemod doc for overriding styles using tss (#30499) @garronej
- ​<!-- 12 -->[docs] fix edge case when replacing data-grid url for migration (#30505) @siriwatknp
- ​<!-- 11 -->[docs] fix replace url for migration (#30503) @siriwatknp
- ​<!-- 10 -->[docs] Prepare scripts for migrating to new structure (#30386) @siriwatknp
- ​<!-- 09 -->[docs] Adjust RTL Guide demos to fully support RTL (#30387) @noam-honig
- ​<!-- 08 -->[docs] Move @eps1lon to community (#30473) @oliviertassinari
- ​<!-- 07 -->[docs] Fix typo and spelling in the-sx-prop.md (#30482) @aefox
- ​<!-- 06 -->[docs] More general docs polishing (#30371) @danilo-leal
- ​<!-- 01 -->[website] Add JosΓ© on the /about page (#30492) @danilo-leal
All contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
## 5.2.7
<!-- generated comparing v5.2.6..master -->
_Jan 3, 2022_
A big thanks to the 14 contributors who made this release possible. Here are some highlights β¨:
- π Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
- And more π bug fixes and π documentation improvements.
### `@mui/material@5.2.7`
- ​<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
- ​<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
- ​<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
- ​<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
- ​<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
### Docs
- ​<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
- ​<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
- ​<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
- ​<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
- ​<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
- ​<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
- ​<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
- ​<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
- ​<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
- ​<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
- ​<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
### Core
- ​<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
- ​<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
## 5.2.6
<!-- generated comparing v5.2.5..master -->
_Dec 27, 2021_
A big thanks to the 14 contributors who made this release possible. Here are some highlights β¨:
- π The Norwegian BokmΓ₯l (nb-NO) locale was added (#27520) @wogsland
- π Introduced a new `useBadge` hook in the `@mui/base` package (#30246) @mnajdova
- And more π bug fixes and π documentation improvements.
### `@mui/material@5.2.6`
- ​<!-- 24 -->[ButtonGroup] Fix typo in ButtonGroupContext's interface (#30376) @kealjones-wk
- ​<!-- 03 -->[l10n] Add Norwegian BokmΓ₯l (nb-NO) locale (#27520) @wogsland
### `@mui/base@5.0.0-alpha.62`
- ​<!-- 26 -->[BadgeUnstyled] Add useBadge hook (#30246) @mnajdova
### `@mui/joy@5.0.0-alpha.8`
- ​<!-- 04 -->[Joy] Button API (#29962) @siriwatknp
### Docs
- ​<!-- 27 -->[docs] Fix color coercion (#30319) @Janpot
- ​<!-- 25 -->[blog] Fix file import conflict resolution (#30391) @oliviertassinari
- ​<!-- 21 -->[docs] Fix crash on Safari because of unsupported lookahead feature (#30345) @cherniavskii
- ​<!-- 20 -->[docs] Update to new website domain (#30396) @ryota-murakami
- ​<!-- 19 -->[docs] Fix text from material-ui to @mui to reflect v5 name changes (#30393) @pupudu
- ​<!-- 18 -->[docs] Fix a11y in Menu demos (#30378) @ZeeshanTamboli
- ​<!-- 17 -->[docs] Document how to unmount transition child (#30382) @oliviertassinari
- ​<!-- 16 -->[docs] The current standard for quotes is QUOTATION MARK @oliviertassinari
- ​<!-- 15 -->[docs] Fix 404 links (#30380) @oliviertassinari
- ​<!-- 14 -->[docs] Fix Breadcrumb description (#30307) @jamesmelzer
- ​<!-- 13 -->[docs] Modify injection order for Gatsby and SSR examples (#30358) @ShuPink
- ​<!-- 12 -->[docs] Improve the translation experience (#30373) @oliviertassinari
- ​<!-- 11 -->[docs] Sync translations with Crowdin (#30176) @l10nbot
- ​<!-- 10 -->[docs] Fix link to /size-snapshot (#30363) @oliviertassinari
- ​<!-- 09 -->[docs] Fix incorrect aria label in SpeedDial demo (#30354) @chwallen
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
- ​<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
### Core
- ​<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
All contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
## 5.2.5
<!-- generated comparing v5.2.4..master -->
_Dec 20, 2021_
A big thanks to the 16 contributors who made this release possible. Here are some highlights β¨:
- π This release mostly improves what's behind the scenes: infrastructure and tests
- π Danish (da-DK) locale was added (#29485) @mikk5829
- π Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
- π Many additions and improvements to the documentation were made
### `@mui/material@5.2.5`
- [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
- [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
- [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
### `@mui/system@5.2.5`
- [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
### `@mui/lab@5.0.0-alpha.61`
- [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
### Docs
- [docs] Run JS compiler on markdown output (#29732) @Janpot
- [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
- [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
- [docs] Remove extra word in Select component code example comments (#30281) @KThompso
- [docs] Improve the description of the Accordion (#30253) @jamesmelzer
- [docs] Heading capitalization convention @oliviertassinari
- [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
- [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
- [docs] Add script to clone pages (#30107) @siriwatknp
- [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
- [docs] Sync icon search UI state with the url (#30075) @Janpot
- [docs] Base components demos design polish (#30149) @danilo-leal
- [docs] General documentation polish (#29994) @danilo-leal
- [examples] Fix typo in the remix example's README (#30289) @lemol
- [website] Remove expired gold sponsor (#30222) @oliviertassinari
- [website] Remove broken showcase links (#30217) @mnajdova
### Core
- [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
- [core] make snapshot comparison more resilient (#30183) @Janpot
- [core] update formatted ts demo to support new structure (#30248) @siriwatknp
- [core] cache dependencies in github actions (#30211) @siriwatknp
- [core] fix root package version (#30204) @siriwatknp
- [core] Fail the build when the dangerjs script errors (#30186) @Janpot
- [test] Add E2E website tests (#30128) @siriwatknp
All contributors of this release in alphabetical order: @daniel-sachs, @danilo-leal, @eps1lon, @hbjORbj, @jamesmelzer, @Janpot, @KThompso, @lemol, @michaldudak, @mikk5829, @mnajdova, @oliviertassinari, @rejetto, @ShuPink, @siriwatknp, @ZeeshanTamboli
## 5.2.4
<!-- generated comparing v5.2.3..master -->
_Dec 14, 2021_
A big thanks to the 16 contributors who made this release possible. Here are some highlights β¨:
- β¨ Add `not` operator to `theme.breakpoints` (#29311) @Philipp000
```js
const styles = (theme) => ({
root: {
backgroundColor: 'blue',
// Match [xs, md) and [md + 1, β)
// [xs, md) and [lg, β)
// [0px, 900px) and [1200px, β)
[theme.breakpoints.not('md')]: {
backgroundColor: 'red',
},
},
});
```
- And many more π bug fixes and π improvements.
### `@mui/material@5.2.4`
- ​<!-- 14 -->[esm] Correct a styles imports (#29976) @Janpot
- ​<!-- 12 -->[GlobalStyles] Fix `theme` type (#30072) @mnajdova
- ​<!-- 11 -->[Grid] Fix grid items to respond to the container's responsive columns (#29715) @kkorach
- ​<!-- 04 -->[TextField] Fix missing space before asterisk in `OutlinedInput`'s label (#29630) @alisasanib
- ​<!-- 03 -->[Transition] Allow any valid HTML attribute to be passed (#29888) @Janpot
- ​<!-- 02 -->[types] Fix discrepancy between core and system `ThemeOptions` (#30095) @fmeum
- ​<!-- 09 -->[InputBase] Add prop for disabling global styles (#29213) @bryan-hunter
- ​<!-- 08 -->[Select] Improve multiple logic (#30135) @ladygo93
### `@mui/system@5.2.4`
- ​<!-- 06 -->[system] Don't transition when re-appearing (#30108) @eps1lon
- ​<!-- 05 -->[system] Add `not` operator to `breakpoints` (#29311) @Philipp000
### `@mui/base@5.0.0-alpha.60`
- ​<!-- 25 -->[BadgeUnstyled] Make it conformant with other base components (#30141) @mnajdova
### `@mui/icons-material@5.2.4`
- ​<!-- 10 -->[icons] Correct location of icon download folder (#29839) @yaboi
### Docs
- ​<!-- 22 -->[docs] Explain the use of Select's label in FormControl (#30189) @michaldudak
- ​<!-- 21 -->[docs] Don't run nprogress on shallow routing (#30087) @Janpot
- ​<!-- 20 -->[docs] Add Data Driven Forms to related projects (#30078) @rvsia
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
### Core
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
All contributors of this release in alphabetical order: @alisasanib, @bryan-hunter, @danilo-leal, @eps1lon, @fmeum, @Janpot, @kkorach, @l10nbot, @ladygo93, @michaldudak, @mnajdova, @oliviertassinari, @Philipp000, @rvsia, @TheodosiouTh, @yaboi
## 5.2.3
<!-- generated comparing v5.2.2..master -->
_Dec 6, 2021_
A big thanks to the 25 contributors who made this release possible. Here are some highlights β¨:
- β¨ We have introduced a new unstyled component in `@mui/base`: `TablePagination` (#29759) @mnajdova
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
You can follow our progress with unstyled components at https://github.com/mui-org/material-ui/issues/27170.
- π We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
- And many more π bug fixes and π improvements.
### `@mui/material@5.2.3`
- ​<!-- 33 -->[Accordion] Add a test for handling `square` prop (#29972) @daniel-sachs
- ​<!-- 32 -->[Alert] Fix `square` Paper prop (#30027) @ZeeshanTamboli
- ​<!-- 31 -->[AvatarGroup] Allow specifying total number of avatars (#29898) @eduardomcv
- ​<!-- 29 -->[Button] Fix regression from context API (#29982) @siriwatknp
- ​<!-- 13 -->[Grid] Fix generated classes for `spacing` prop when the value is object (#29880) @jayeclark
- ​<!-- 10 -->[Select] Should not crash when an empty array is passed with `multiple` enabled (#29957) @Domino987
### `@mui/system@5.2.3`
- ​<!-- 06 -->[system] Fix return type of `createBox` (#29989) @mnajdova
- ​<!-- 05 -->[system] Support boolean values in typescript for the `sx` prop when used as array (#29911) @tasugi
### `@mui/utils@5.2.3`
- ​<!-- 03 -->[utils] Add typings for `@mui-material/styles/cssUtils` (#29621) @Semigradsky
### `@mui/icons-material@5.2.1`
- ​<!-- 12 -->[icons] Consolidate ignored icons into one list (#29843) @chao813
### `@mui/base@5.0.0-alpha.59`
- ​<!-- 30 -->[base] Fix missing ClickAwayListener barrel index export (#30000) @oliviertassinari
- ​<!-- 04 -->[TablePaginationUnstyled] Introduce new component (#29759) @mnajdova
### `@mui/lab@5.0.0-alpha.59`
- ​<!-- 27 -->[DateRangePicker] Fix `DateRangePickerDayProps` interface (#29067) @jonathanrtuck
- ​<!-- 10 -->[Pickers] Remove propagation of custom props to the `MonthPicker` component's DOM element (#30021) @ZeeshanTamboli
- ​<!-- 08 -->[StaticDatePicker] Add className and slot to PickerStaticWrapper (#29619) @kkorach
### `@mui/joy@5.0.0-alpha.5`
- ​<!-- 11 -->[Joy] Theme setup (#29846) @siriwatknp
### Docs
- ​<!-- 34 -->[docs] Fix link in TypeScript doc page (#30044) @genzyy
- ​<!-- 26 -->[docs] Remove the 'WIP' icon from the 'Group & Pivot' page title (#30077) @flaviendelangle
- ​<!-- 25 -->[docs] Add warning that `@mui/styled-engine-sc` does not work in SSR (#30026) @mnajdova
- ​<!-- 24 -->[docs] Add section for CSS specificity in the migration guide (#30008) @hbjORbj
- ​<!-- 28 -->[docs] Clarify comment in migration doc (#30076) @hbjORbj
- ​<!-- 23 -->[docs] Sync translations with Crowdin (#30041) @l10nbot
- ​<!-- 22 -->[docs] Explain how Paper changes shade in dark mode (#30003) @michaldudak
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
- ​<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
- ​<!-- 14 -->[examples] Fix lint issue for displayName missing in the Next.js examples (#29985) @ZeeshanTamboli
- ​<!-- 09 -->[Stack] Document system props in Stack API (#30069) @ThewBear
- ​<!-- 07 -->[survey] Add a banner and card for promoting the 2021 survey (#29950) @danilo-leal
- ​<!-- 02 -->[website] Correct the Careers page description (#30073) @michaldudak
- ​<!-- 01 -->[website] Fix 301 links (#30040) @oliviertassinari
### Core
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
- ​<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
## 5.2.2
<!-- generated comparing v5.2.1..master -->
_Nov 29, 2021_
A big thanks to the 9 contributors who made this release possible. Here are some highlights β¨:
- βΏοΈ Improved accessibility of `Snackbar` and `TextField` in `@mui/material` (#29782) (#29850) (#29852) @eps1lon.
- π Added support for `sx` syntax inside `styled()` utility (#29833) @mnajdova.
- π Added support for more options for `createCssVarsProvider` in `@mui/system` (#29845) (#29857) @hbjORbj.
- And many more π bug fixes and π improvements.
### `@mui/material@5.2.2`
- ​<!-- 14 -->[MenuList] Add component prop (#29882) @Harshikerfuffle
- ​<!-- 13 -->[Snackbar] Interrupt auto-hide on keyboard interaction (#29852) @eps1lon
- ​<!-- 12 -->[Snackbar] Dismiss on Escape press (#29850) @eps1lon
- ​<!-- 06 -->[TextField] Associate accessible name and description by default (#29782) @eps1lon
### `@mui/joy@5.0.0-alpha.4`
- ​<!-- 15 -->[Joy] Add `Button` - 1st iteration (#29464) @siriwatknp
### `@mui/codemod@5.2.1`
- ​<!-- 28 -->[codemod] Fix alias import for box-sx-prop (#29902) @siriwatknp
### `@mui/system@5.2.2`
- ​<!-- 11 -->[system] CSSVarsProvider cleans up `html[style]` when unmounting (#29946) @eps1lon
- ​<!-- 10 -->[system] Add support for `disableTransitionOnChange` in `createCssVarsProvider` (#29857) @hbjORbj
- ​<!-- 09 -->[system] Add support for `enableColorScheme` in `createCssVarsProvider` (#29845) @hbjORbj
### `@mui/utils@5.2.2`
- ​<!-- 05 -->[useId] Trade random collisions for collisions on overflow (#29781) @eps1lon
- ​<!-- 04 -->[useIsFocusVisible] Convert to TypeScript (#29779) @eps1lon
### Docs
- ​<!-- 24 -->[docs] Fix v5-beta confusing example description (#29932) @oliviertassinari
- ​<!-- 23 -->[docs] Apply the z-index on the right DOM element (#29934) @oliviertassinari
- ​<!-- 22 -->[docs] Improve git diff format (#29935) @oliviertassinari
- ​<!-- 21 -->[docs] Fix typo (#29866) @sinclairity
- ​<!-- 20 -->[docs] Fix key display (#29933) @oliviertassinari
- ​<!-- 19 -->[docs] Fix outdated link to next/link docs (#29937) @radlinskii
- ​<!-- 18 -->[docs] Add how to pass `sx` prop (#29905) @siriwatknp
- ​<!-- 17 -->[docs] Fix typo in notifications @mbrookes
- ​<!-- 16 -->[docs] Black Friday sale notification @mbrookes
- ​<!-- 03 -->[website] Fix canonical links (#29938) @oliviertassinari
- ​<!-- 02 -->[website] Fix SEO issues (#29939) @oliviertassinari
- ​<!-- 01 -->[website] Improvements to the /x product page (#28964) @danilo-leal
### Core
- ​<!-- 27 -->[core] Remove dead code (#29940) @oliviertassinari
- ​<!-- 26 -->[core] Move benchmark CI job from AZP to CircleCI (#29894) @eps1lon
- ​<!-- 25 -->[core] Fix PR detection pattern in test_bundle_size_monitor (#29895) @eps1lon
- ​<!-- 08 -->[test] Fix browser tests (#29929) @eps1lon
- ​<!-- 07 -->[test] Reject shorthand properties in style matchers (#29893) @eps1lon
All contributors of this release in alphabetical order: @danilo-leal, @eps1lon, @Harshikerfuffle, @hbjORbj, @mbrookes, @oliviertassinari, @radlinskii, @sinclairity, @siriwatknp
## 5.2.1
<!-- generated comparing v5.2.0..master -->
_Nov 25, 2021_
A big thanks to the 7 contributors who made this release possible. Here are some highlights β¨:
This is an early release to fix `export 'useId' (imported as 'React') was not found in 'react'` when bundling code depending on MUI Core.
- ​<!-- 10 -->[AppBar][docs] Add a fully responsive demo to docs (#29829) @karakib2k18
- ​<!-- 9 -->[core] Fix PR run detection in test_bundle_size_monitor (#29879) @eps1lon
- ​<!-- 8 -->[core] Move bundle size monitoring to CircleCI (#29876) @eps1lon
- ​<!-- 7 -->[docs] Add keys to Responsive AppBar demo (#29884) @mbrookes
- ​<!-- 6 -->[docs] MUI's 2021 Developer survey (#29765) @newguy-123
- ​<!-- 5 -->[docs] Smoother image loading UX (#29858) @oliviertassinari
- ​<!-- 4 -->[Select] Fix select display value with React Nodes (#29836) @kegi
- ​<!-- 3 -->[system] Add `experimental_sx` utility (#29833) @mnajdova
- ​<!-- 2 -->[test] Ignore "detected multiple renderers" warning for now (#29854) @eps1lon
- ​<!-- 1 -->[useMediaQuery][utils] Remove usage of React 18 APIs (#29870) @eps1lon
All contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @newguy-123, @oliviertassinari
## 5.2.0
<!-- generated comparing v5.1.1..master -->
_Nov 23, 2021_
A big thanks to the 18 contributors who made this release possible. Here are some highlights β¨:
- π§ͺ Created another unstyled component: [TabsUnstyled](https://mui.com/components/tabs/#unstyled) (#29597) @mnajdova.
- π Updated the Material Icons set with the latest changes from Google (#29328) @michaldudak / (#29818) @chao813.
This update adds 200 new icons and tweaks the appearance of many more.
With it, we're getting close to having 2000 icons in our set.
- π Fixed bugs and improved the infrastructure and documentation π.
### `@mui/material@5.2.0`
- [IconButton] Remove on hover effect when `disableRipple` is set (#29298) @adamfitzgibbon
- [i18n] Add the amharic language (#29153) @NatiG100
- [material] Fix types for `variants.style` to accept callbacks (#29610) @mnajdova
- [Popper] Simplify prop types (#29680) @michaldudak
- [Select] Include aria-selected=false when option not selected (#29695) @michaldudak
- [useMediaQuery] Fix crash in Safari < 14 and IE 11 (#29776) @eps1lon
- [useMediaQuery] Ensure no tearing in React 18 (#28491) @eps1lon
### `@mui/codemod@5.2.0`
- [codemod] Fix `jss-to-styled` to support multiple withStyles (#29824) @siriwatknp
### `@mui/icons-material@5.2.0`
- [icons] Sync new Google Material Icons (#29818) @chao813
- [icons] Sync recent Material Icons from Google (#29328) @michaldudak
### `@mui/system@5.2.0`
- [Box] Fix `sx` prop runtime issue when used as function (#29830) @mnajdova
- [system] Fix `sx` throw error when value is `null` or `undefined` (#29756) @siriwatknp
- [system] Fix minor CssVars issues (#29747) @siriwatknp
### `@mui/styled-engine@5.2.0`
- [styled-engine] Fix props inference in styled-engine (#29739) @Janpot
### `@mui/base@5.0.0-alpha.56`
- [FormControlUnstyled] `focused` is always false unless explicitly set to `true` @mwilkins91
- [TabsUnstyled] Introduce new component (#29597) @mnajdova
### `@mui/lab@5.0.0-alpha.56`
- [DatePicker][timepicker] Add missing component declarations (#29517) @longzheng
- [Masonry] exports from root package (#29754) @abhinav-22-tech
- [pickers] Widen accepted `luxon` version range (#29761) @eps1lon
### Docs
- [blog] MUI X v5 blog post (#29590) @DanailH
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
- [CHANGELOG] Explain why we do breaking changes @oliviertassinari
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
- [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
- [docs] Fix broken Next and Previous links (#29711) @scallaway
- [docs] Add a note that ToggleButton exclusive does not enforce selection (#29812) @mmacu
- [docs] Update the list of supported locales (#29831) @michaldudak
- [docs] Update tooltip doc to better define touch action (#29717) @gnowland
- [website] Standardize the background color from the MUI team photos (#29738) @danilo-leal
- [website] Add Bharat to the About Us Page (#29714) @bharatkashyap
- [website] Add about page entry for jan (#29701) @Janpot
- [website] Adding Prakhar to the about page (#29737) @danilo-leal
### Core
- [test] Allow debugging with Chrome and VSCode inspector (#29777) @eps1lon
- [test] Use renderer clock instead of custom useFakeTimers call (#29778) @eps1lon
- [test] Only mock Date in regression tests (#29763) @eps1lon
- [test] Disable nightly integration tests on `next` branch (#29748) @eps1lon
- [test] Allow configuring clock directly from `createRenderer` (#29684) @eps1lon
- [test] Accept backslashes as path separators in test CLI (#29694) @michaldudak
- [utils] Use built-in hook when available for useId (#26489) @eps1lon
All contributors of this release in alphabetical order: @abhinav-22-tech, @adamfitzgibbon, @bharatkashyap, @chao813, @DanailH, @danilo-leal, @eps1lon, @gnowland, @Janpot, @longzheng, @michaldudak, @mmacu, @mnajdova, @mwilkins91, @NatiG100, @oliviertassinari, @scallaway, @siriwatknp
## 5.1.1
<!-- generated comparing v5.1.0..master -->
_Nov 16, 2021_
A big thanks to the 15 contributors who made this release possible. Here are some highlights β¨:
- π Renamed `@mui/core` to `@mui/base` (#29585) @michaldudak.
- And many more π bug fixes and π improvements.
### `@mui/material@5.1.1`
- ​<!-- 34 -->[Breadcrumbs][divider] Replace decimal spacing values with integers and css calc (#29526) @anikcreative
- ​<!-- 10 -->[Select][nativeselect] Add `multiple` class (#29566) @aaronholla
- ​<!-- 09 -->[Popper] Split into PopperUnstyled and Popper (#29488) @michaldudak
- ​<!-- 08 -->[Select] Make it clear that `Select` is not a root component (#29593) @hbjORbj
- ​<!-- 13 -->[l10n] Improved Dutch (nl-NL) locale (#29592) @flipvrijn
- ​<!-- 10 -->[Table] Improve pagination range, use "en dash" over "hyphen" (#29579) @narekmal
### `@mui/base@5.0.0-alpha.55`
#### Breaking changes
- ​<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
```diff
-importΒ { useSwitch } from '@mui/core/SwitchUnstyled';
+importΒ { useSwitch } from '@mui/base/SwitchUnstyled';
```
### `@mui/lab@5.0.0-alpha.55`
- ​<!-- 12 -->[LoadingButton] Text variant spacing fixed for both start and end (#29194) @joshua-lawrence
- ​<!-- 11 -->[Masonry] Check if container or child exists to prevent error (#29452) @hbjORbj
### Docs
- ​<!-- 25 -->[docs] Correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
- ​<!-- 24 -->[docs] Fix typo on autocomplete.md (#29570) @netizer
- ​<!-- 23 -->[docs] Fix dark mode on branding pages (#29611) @alexfauquette
- ​<!-- 22 -->[docs] Do not render CSS section in API docs navbar if there are no CSS classes (#29622) @ZeeshanTamboli
- ​<!-- 21 -->[docs] Fix link locale handling (#29624) @oliviertassinari
- ​<!-- 20 -->[docs] Fix Search navigation (#29623) @oliviertassinari
- ​<!-- 19 -->[docs] Fix broken link & update MUI packages explanation (#29583) @siriwatknp
- ​<!-- 18 -->[docs] Do not repeat language snippet in url in Algolia search (#29483) @hbjORbj
- ​<!-- 17 -->[docs] Update `ThemeProvider` API link (#29573) @siriwatknp
- ​<!-- 16 -->[docs] Remove svg logos from the Support page (#29431) @oliviertassinari
- ​<!-- 15 -->[docs] Link UXPin integration (#29422) @oliviertassinari
- ​<!-- 14 -->[docs] Link to the new public roadmap for the design kits (#29433) @oliviertassinari
- ​<!-- 28 -->[docs] correct bundler configuration for using legacy MUI build (#29146) @petermikitsh
- ​<!-- 01 -->[website] Fix premium plan release date (#29430) @oliviertassinari
- ​<!-- 02 -->[website] Add GitHub icon button to the navbar (#29640) @danilo-leal
- ​<!-- 39 -->[blog] Support many authors in markdown pages (#29633) @m4theushw
### Core
- ​<!-- 33 -->[core] Add `experiments` index page (#29582) @siriwatknp
- ​<!-- 32 -->[core] Move s3 bucket ownership to mui-org (#29609) @eps1lon
- ​<!-- 31 -->[core] Improve support request message (#29614) @mnajdova
- ​<!-- 30 -->[core] Use support request Github Action (#29594) @mnajdova
- ​<!-- 29 -->[core] Remove unused `getJsxPreview` util (#29586) @ZeeshanTamboli
- ​<!-- 28 -->[core] Use GitHub issue forms (#28038) @oliviertassinari
- ​<!-- 26 -->[core] Add playground (#29423) @oliviertassinari
- ​<!-- 07 -->[test] Correctly identify what the `raf` helper is for (#29683) @eps1lon
- ​<!-- 06 -->[test] Verify a quilted ImageList is created as test title suggests (#29565) @daniel-sachs
- ​<!-- 05 -->[test] Replace `createServerRender` with `createRenderer` (#29503) @eps1lon
- ​<!-- 04 -->[test] Always ignore "useLayoutEffect has no effect on the server"-warning (#29502) @eps1lon
- ​<!-- 03 -->[test] Restore StrictMode by default (#29589) @eps1lon
- ​<!-- 02 -->[test] createPickerRender -> createPickerRenderer (#29575) @eps1lon
- ​<!-- 09 -->[test] Allow experimental CLI to run exact test (#29685) @eps1lon
All contributors of this release in alphabetical order: @aaronholla, @alexfauquette, @anikcreative, @daniel-sachs, @eps1lon, @flipvrijn, @hbjORbj, @joshua-lawrence, @michaldudak, @mnajdova, @netizer, @oliviertassinari, @petermikitsh, @siriwatknp, @ZeeshanTamboli
## 5.1.0
<!-- generated comparing v5.0.6..master -->
_Nov 8, 2021_
A big thanks to the 33 contributors who made this release possible. Here are some highlights β¨:
- π Support custom elements under `ButtonGroup` (#28645) @ZeeshanTamboli
- π Add support for arrays in the `sx` prop (#29297) @siriwatknp
- And many more π bug fixes and π improvements.
### `@mui/material@5.1.0`
- ​<!-- 68 -->[Autocomplete] Fix `hiddenLabel` prop of `TextField variant={filled}` inside Autocomplete (#29234) @jatinsandilya
- ​<!-- 67 -->[Box] Support generateClassName and defaultClassName (#29347) @siriwatknp
- ​<!-- 66 -->[ButtonGroup] Fix variant outlined always has primary color borders on hover (#29487) @ZeeshanTamboli
- ​<!-- 65 -->[ButtonGroup] Support different elements under ButtonGroup (#28645) @ZeeshanTamboli
- ​<!-- 62 -->[CssBaseline] Add `enableColorScheme` prop so enable using `color-scheme` property to deal with dark mode (#29454) @alexfauquette
- ​<!-- 29 -->[FormControlLabel] Narrow the label type (#29324) @michaldudak
- ​<!-- 28 -->[Grid] Fix usage when columns > 12 (#29196) @tanay123456789
- ​<!-- 27 -->[InputBase] Do not repeat the same classname (#29353) @hbjORbj
- ​<!-- 30 -->[InputBase] Remove WebkitAppearance from search type (#29383) @nicbarajas
- ​<!-- 25 -->[ListItem] Add missing exports (#29571) @robcaldecott
- ​<!-- 22 -->[Pagination] Allow customization of icons (#29336) @mbeltramin
- ​<!-- 11 -->[TextField] Fix bootstrap, normalize.css, sanitize.css conflicts (#28674) @ChrisClaude
- ​<!-- 10 -->[TextField] Fix invisible wrap within notched inputs (#29088) @DASPRiD
- ​<!-- 09 -->[Tooltip] `open` prop in `componentsProps.popper` can be optional (#29370) @ZeeshanTamboli
- ​<!-- 08 -->[Tooltip] Fix `className` not getting applied from PopperProps (#29023) @ZeeshanTamboli
- ​<!-- 07 -->[useRadioGroup] Convert to TypeScript (#29326) @eps1lon
### `@mui/system@5.1.0`
- ​<!-- 21 -->[system] Introduce `mode` to CssVarsProvider (#29418) @siriwatknp
- ​<!-- 20 -->[system] Improve breakpoints resolver function (#29300) @hbjORbj
- ​<!-- 19 -->[system] Add array support for `sx` prop (#29297) @siriwatknp
### `@mui/codemod@5.1.0`
- ​<!-- 64 -->[codemod] Add codemod parser flag (#29059) (#29229) @ElonVolo
### `@mui/lab@5.0.0-alpha.54`
- ​<!-- 52 -->[DatePicker] Fix disabled/readOnly for view components (#28815) @adamfitzgibbon
- ​<!-- 24 -->[Masonry] Fix crash on unmount when using React 18 (#29358) @eps1lon
- ​<!-- 23 -->[Masonry] Improve height computation and detect changes in `children` (#29351) @hbjORbj
### `@mui/joy@5.0.0-alpha.0`
- ​<!-- 28 -->[Joy] Update default theme (#29478) @siriwatknp
- ​<!-- 26 -->[Joy] Export CssVarsProvider with default theme (#29150) @siriwatknp
- ​<!-- 25 -->[Joy] Remove `private` to leverage CodeSandbox (#29280) @siriwatknp
### Docs
- ​<!-- 51 -->[docs] Add differences between styled and sx (#28685) @eric-burel
- ​<!-- 50 -->[docs] Track usage of dark mode in Google Analytics (#29419) @oliviertassinari
- ​<!-- 49 -->[docs] Remove create-mui-theme as it is no longer working (#29472) @IPJT
- ​<!-- 48 -->[docs] Fix warnings in AppSearch (#29459) @eps1lon
- ​<!-- 47 -->[docs] Add framework example for ClassNameGenerator (#29453) @siriwatknp
- ​<!-- 46 -->[docs] Fix layout shift when scrolling (#29436) @oliviertassinari
- ​<!-- 45 -->[docs] Fix layout-shift on id='main-content' (#29425) @oliviertassinari
- ​<!-- 44 -->[docs] Remove usage of `process.browser` (#29438) @oliviertassinari
- ​<!-- 43 -->[docs] Add instruction on how to use the child selector API with emotion (#29350) @mnajdova
- ​<!-- 42 -->[docs] Fix small typos (#29424) @oliviertassinari
- ​<!-- 41 -->[docs] Fix TOC highlighting logic (#29435) @oliviertassinari
- ​<!-- 40 -->[docs] Fix about page flags (#29314) @mbrookes
- ​<!-- 39 -->[docs] Fix Box JS docs (#29282) @Pablion
- ​<!-- 38 -->[docs] Update storybook section in migration to v5 docs (#28800) @siriwatknp
- ​<!-- 37 -->[docs] Document how to enable color on dark mode (#29340) @Wimukti
- ​<!-- 36 -->[docs] Display search functionality in all viewports (#28819) @eps1lon
- ​<!-- 35 -->[docs] Query heading for ToC on demand (#29204) @eps1lon
- ​<!-- 34 -->[docs] Add next.js styled-component guide and update links to example (#29118) @Jareechang
- ​<!-- 33 -->[docs] Fix overriding `MuiTextField`'s default props in the migration guide (#29174) @tm1000
- ​<!-- 32 -->[docs] Fix "clickable" and "deletable" typos (#28702) @jacklaurencegaray
- ​<!-- 31 -->[docs] Update migration-v4 docs for wrong import path (#29042) @busches
- ​<!-- 30 -->[docs] Add GitHub icon change to "Migration from v4 to v5" guide (#29182) @dan-mba
- ​<!-- 06 -->[website] Benny Joo joining MUI (#29499) @mnajdova
- ​<!-- 05 -->[website] Update the `Print export` feature info on the pricing page (#29484) @DanailH
- ​<!-- 04 -->[website] Improve the dev rel role description (#29477) @oliviertassinari
- ​<!-- 03 -->[website] Add customers section on Design Kits and Templates marketing pages (#29168) @danilo-leal
- ​<!-- 02 -->[website] Improvements to the /core product page @danilo-leal
- ​<!-- 01 -->[website] Fix typo on the About Page (#29286) @gssakash
### Core
- ​<!-- 63 -->[core] Handle RecordType and FieldType in generatePropDescription.ts (#29467) @flaviendelangle
- ​<!-- 61 -->[core] Convert a named color to lowercase (#29465) @ainatenhi
- ​<!-- 60 -->[core] Allow to reuse functions from `docs:api` (#28828) @m4theushw
- ​<!-- 59 -->[core] Commit new nextjs 12 tsconfig (#29458) @eps1lon
- ​<!-- 58 -->[core] Settle on MUI X for the official name (#29420) @oliviertassinari
- ​<!-- 57 -->[core] Add mui as a npm keyword (#29427) @oliviertassinari
- ​<!-- 56 -->[core] Fix issue template redirection (#29432) @oliviertassinari
- ​<!-- 55 -->[core] Remove unecessary destructuration (#29354) @oliviertassinari
- ​<!-- 54 -->[core] Use cross-env to set env variables in material-icons scripts (#29327) @michaldudak
- ​<!-- 53 -->[core] Don't bump peer dependency ranges on dependency updates (#29303) @eps1lon
- ​<!-- 18 -->[test] Fix browser tests (#29505) @eps1lon
- ​<!-- 69 -->[test] Fix missing act warnings in latest React 18 alpha (#29357) @eps1lon
- ​<!-- 17 -->[test] Replace `createClientRender` with new `createRenderer` API (#29471) @eps1lon
- ​<!-- 16 -->[test] Fix possible "missing act" warning (#29463) @eps1lon
- ​<!-- 15 -->[test] Remove render#baseElement (#29462) @eps1lon
- ​<!-- 14 -->[test] Expose `AbortController` on global (#29360) @eps1lon
- ​<!-- 13 -->[test] Add internal test for uniqe `name` in `Rating` (#