Releases: mui/material-ui
v5.16.2
Jul 16, 2024
A big thanks to the 2 contributors who made this release possible.
@mui/[email protected]
Core
- [website] Sync /about page @oliviertassinari
All contributors of this release in alphabetical order: @mnajdova, @oliviertassinari
v6.0.0-beta.0
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
- 🎉 This is the first v6 beta release! A huge thanks to everyone who helped to make this happen! The target date for a stable release is the 28th of July. The next month will be used to polish v6, and ease the migration from v5. You can follow the v6 stable milestone for more details.
- 🚀 All planned breaking changes are completed.
@mui/[email protected]
- Revert deprecation warnings for
*Components
and*Props
for v6 (#42466) @lhilgert9 - Performance: lazy Ripple (#41061) @romgrk
- [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42714) @ZeeshanTamboli
- [Autocomplete] Add new AutocompleteInputChangeReason (#37301) @binh1298
@mui/[email protected]
- Create a wrapper package over Pigment CSS (#42819) @brijeshb42
@mui/[email protected]
Docs
- Replace v6 "alpha" mentions with "beta" (#42895) @DiegoAndai
- Fix typos (#42862) @omahs
- Fix issues reported by react compiler in docs folder (#42881) @sai6855
- Fix 301 @oliviertassinari
- [LinearProgress] Fix buffer demo (#42858) @mbrookes
- Adjust site to add Toolpad on the homepage (#38604) @bharatkashyap
Core
- Fix imports in
Demo
component (#42857) @LukasTy - Use @mui/docs/HighlightedCodeWithTabs in markdown (#42841) @Janpot
- Simpler pnpm dedupe error message to act on @oliviertassinari
- Fix split infinitive use in tests @oliviertassinari
- [lab] Fix issues reported by react-compiler in mui-lab (#42880) @sai6855
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855, @ZeeshanTamboli
v5.16.1
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
- ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
@mui/[email protected]
- [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42713) @ZeeshanTamboli
@mui/[email protected]
- [Autocomplete] Fix React spread key warning (#42856) @aarongarciah
Docs
- [material-ui] Fix React 18.3 key spread warnings in Autocomplete demos (#42854) @aarongarciah
- [material-ui] Fix type error in virtualized table demo (#42852) @aarongarciah
- Fix typos (@omahs) (#42888) @omahs
- Fix 301 @oliviertassinari
Core
- [core] Bump React to 18.3.1 (#42846) @aarongarciah
- [core] Remove react-test-renderer (#42853) @aarongarciah
- [core] Replace enzyme in describeConformance (#42847) @aarongarciah
- [test] Remove enzyme (#42850) @aarongarciah
- [test] Remove createMount test util (#42849) @aarongarciah
- [base-ui] Fix React spread key warning in test (#42855) @aarongarciah
- [styles][withStyles] Expect React defaultProps warning in test (#42752) (#42851) @aarongarciah
All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
v6.0.0-alpha.14
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
- ✨ Updated Grid v2 to match PigmentGrid (#42742) @DiegoAndai
@mui/[email protected]
BREAKING CHANGES
-
[Grid] Update Grid props to match PigmentGrid (#42742) @DiegoAndai
Use the codemod below to migrate the props:
npx @mui/codemod@next v6.0.0/grid-v2-props /path/to/folder
Changes
- [Alert] Add ability to override slot props (#42787) @alexey-kozlenkov
- [Dialog] Revert incorrect textAlign style removal (#42778) @DiegoAndai
- [theme] Support
CssVarsTheme
inresponsiveFontSizes
return type (#42786) @jxdp
Docs
- [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
- [material-ui] Fix issues reported by react-compiler in docs folder (#42830) @sai6855
- [material-ui] Add some writing tweaks to v6 migration page (#42623) @danilo-leal
- [base-ui] Fix wrong description for
UseTabParameters.onChange
(#42749) @ohgree - Fix 301 MDN redirections @oliviertassinari
Core
- [core] Bump React to 18.3.1 (#42047) @renovate[bot]
- [core] Revert lint for
useThemeProps
(#42817) @siriwatknp - [core] Remove useIsFocusVisible util (#42467) @DiegoAndai
- [core] Remove react-test-renderer (#42784) @aarongarciah
- [core][mui-utils] Remove remaining IE11 references (#42777) @DiegoAndai
- [code-infra] Move
HighlightedCode
test into@mui/docs
package (#42835) @LukasTy - [code-infra] Cleanup
@mui/docs
usage and legacy re-exports (#42833) @LukasTy - [docs-infra] Fix React Compiler ESLint issues in website components (#42566) @aarongarciah
- [docs-infra] Add batch of design polish (#42823) @danilo-leal
- [test][mui-utils] Remove usages of deprecated react-dom APIs (#42780) @aarongarciah
- [test][joy-ui][Autocomplete] Fix spread key error in test (#42775) @aarongarciah
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @danilo-leal, @DiegoAndai, @Janpot, @jxdp, @LukasTy, @ohgree, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp
v5.16.0
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Added
InitColorSchemeScript
for Next.js App Router (#42829) @siriwatknp
@mui/[email protected]
- [Alert] Add ability to override slot props (@alexey-kozlenkov) (#42808) @alexey-kozlenkov
- Add
InitColorSchemeScript
for Next.js App Router (#42829) @siriwatknp - Add
DefaultPropsProvider
(#42820) @siriwatknp - Support
CssVarsTheme
inresponsiveFontSizes
return type (@jxdp) (#42806) @jxdp - Remove warning from
getInitColorSchemeScript
(#42838) @siriwatknp
Docs
- [docs] Fix 301 MDN redirections @oliviertassinari
Core
- [mui-utils][test] Remove usages of deprecated react-dom APIs (@aarongarciah) (#42813) @aarongarciah
All contributors of this release in alphabetical order: @aarongarciah, @alexey-kozlenkov, @jxdp, @oliviertassinari, @siriwatknp
v6.0.0-alpha.13
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Added layout components for Pigment CSS integration (#42693) @siriwatknp
@mui/[email protected]
- [Autocomplete] Fix more React 18.3 key spread warnings in demos (#42639) @wbt
- [Container][Grid][Stack][Hidden] Export Pigment CSS layout components (#42693) @siriwatknp
- [Text Field] when click password visibility button, text caret position change to very front. (#42595) @appleSimple
- [Modal] migrate useSlotProps to useSLot (#42150) @sai6855
@mui/[email protected]
- [withStyles] Expect React defaultProps warning in test (#42752) @aarongarciah
v5.15.21
Jun 28, 2024
A big thanks to the 7 contributors who made this release possible.
@mui/[email protected]
- [Autocomplete] Fix renderOption props type (@DiegoAndai) (#42709) @DiegoAndai
- [Stepper] Generate class for
nonLinear
prop (@alexismo) (#42677) @alexismo
Docs
- Use new email for sponsoring @oliviertassinari
- Fix 301 links (@alexfauquette) (#42700) @alexfauquette
- [material-ui][Select] Fix the
SelectAutoWidth
demo menu item value (@Danielkhakbaz) (#42696) @Danielkhakbaz - [material-ui][Autocomplete] Fix more React 18.3 key spread warnings in demos (#42766) @wbt
- [material-ui] Fix sign in side image (#42708) @zanivan
- [website] Add Ale to team (#42769) @alelthomas
Core
- [core] Cherry pick pnpm updates (#42763) @DiegoAndai
- [website] Add Armin to the team members (@arminmeh) (#42681) @arminmeh
- [website] Open Staff Engineer role for Pigment CSS (@mnajdova) (#42669) @mnajdova
All contributors of this release in alphabetical order: @alexfauquette, @alexismo, @arminmeh, @Danielkhakbaz, @DiegoAndai, @mnajdova, @oliviertassinari
v6.0.0-alpha.12
Jun 24, 2024
A big thanks to the 17 contributors who made this release possible.
@mui/[email protected]
- Add
InitColorSchemeScript
for Next.js App Router (#42247) @siriwatknp - [Autocomplete] Fix renderOption props type (#42689) @DiegoAndai
- [Autocomplete] Fix React 18.3 key spread warnings in Autocomplete demos (#42691) @aarongarciah
- Support Pigment CSS for
CssBaseline
,ScopedCssBaseline
andPopper
(#42640) @siriwatknp - Add
DefaultPropsProvider
for Pigment CSS integration (#42638) @siriwatknp - [Stepper] Generate class for nonLinear prop (#42620) @alexismo
- [Tab] Fix failing test (#42686) @aarongarciah
- [Tab] Deprecate iconWrapper class for icon class (#42647) @sai6855
- [TableSortLabel] Deprecate composed classes (#42281) @sai6855
- [usePagination] Update pagination
siblingsEnd
calculation logic (#42667) @Mini-ghost
@mui/[email protected]
- Support dynamic props styled transformation (#42683) @siriwatknp
@mui/[email protected]
- Fix issues reported by react compiler in
mui-system
package (#42637) @sai6855 - [useMediaQuery] Remove deprecated types (#42560) @aarongarciah
@mui/[email protected]
- Fix issues reported by the React Compiler (#42671) @anuujj
- [Autocomplete] Fix React spread key warning (#42741) @aarongarciah
@mui/[email protected]
- [LoadingButton] Apply wrapping element to prevent React crash on Google page translation (#35198) @BartJanvanAssen
Docs
- Fix git diff format in migration to v6 (#42711) @oliviertassinari
- Use new email for sponsoring @oliviertassinari
- Fix 301 links (#42697) @alexfauquette
- Normalize the capitalization of Design Kit @oliviertassinari
- Recommend setting HTML attribute instead of DOM property for RTL (#42599) @aarongarciah
- [material-ui][Select] Fix the
SelectAutoWidth
demo menu item value (#42648) @Danielkhakbaz
Core
- [code-infra] Try disabling animations when taking screenshots (#42537) @Janpot
- [code-infra] Fix benchmark package (#42553) @Janpot
- [core] Replace enzyme in describeConformance (#42447) @DiegoAndai
- [docs-infra] Fix layout shift demo toolbar (#42743) @oliviertassinari
- [docs-infra] Fix visual look of in-house ad (#42735) @oliviertassinari
- [docs-infra] Add stray design polish (#42646) @danilo-leal
- [docs-infra] Fix wrong migration (#42675) @siriwatknp
- [docs-infra] Fine tune markdown elements design (#42643) @danilo-leal
- [docs-infra] Revamp the product switcher design (#42603) @danilo-leal
- [docs-infra] Allow Link component to receive the
role
attribute (#42629) @danilo-leal - [infra] Add support donation button (#42499) @oliviertassinari
- [infra] Raise
tsconfig
/tsc
target toes2022
(#42645) @LukasTy - [test] Fix tests on CI (#42670) @michaldudak
- [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855
- [website] Add Armin to the team members (#42679) @arminmeh
- [website] Open Staff Engineer role for Pigment CSS (#42531) @mnajdova
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp
v6.0.0-alpha.11
Jun 11, 2024
A big thanks to the 18 contributors who made this release possible.
@mui/[email protected]
- [Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli
- [Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma
- [Grid] Fix support for CSS variables (#42574) @oliviertassinari
- [InputBase] Use
globalCss
for Pigment integration (#42431) @siriwatknp - Change React.ReactElement type from
any
tounknown
(#42473) @sai6855 - Integrate
extendSxProp
adapter (#42543) @siriwatknp - [Tab] Fix applying
iconWrapper
styles from theme and update its description (#42549) @sai6855 - [pigment-css] Add
stringifyTheme
for Pigment CSS integration (#42476) @siriwatknp
@mui/[email protected]
- [Grid] Remove
disableEqualOverflow
by usinggap
(#42526) @DiegoAndai - [useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah
@mui/[email protected]
- Allow passing
NaN
asdefaultValue
touseControlled
(#41559) @iammminzzy
@mui/[email protected]
- Improve styled and sx prop transformation (#42598) @siriwatknp
- Support more cases for sx-prop transformation (#42527) @siriwatknp
@mui/[email protected]
Docs
- Add
theme.applyStyles
and migrate docs (#42498) @siriwatknp - Fix dashboard template console error (#42594) @oliviertassinari
- Migrate system props to
sx
prop (#42475) @siriwatknp - [material-ui]Fix duplicated sentence (#42521) @alexfauquette
- [Grid] Fix docs spacing (#42573) @oliviertassinari
- [joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie
- [joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco
- [material-ui] Add docs for complementary stepper components (#41900) @anle9650
- [material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan
- [material-ui] Add container queries docs (#42434) @siriwatknp
- [material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah
- [material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah
- [material-ui] Add a Refine example project (#42461) @necatiozmen
Core
- [website] Move the
React Engineer - X
role to future roles (#42532) @DanailH - [core] Allow
for..of
loops (#42600) @michaldudak - [core] Add comment about Object.js @oliviertassinari
- [core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah
- [core] Group Pigment CSS dependencies (#42174) @siriwatknp
- [core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah
- [core] Skip charts animation for visual regression test (#42530) @alexfauquette
- [docs-infra] Simplify click header (#42593) @oliviertassinari
- [docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell
- [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
- [docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette
- [docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal
- [examples] Remove Pigment CSS examples (#42471) @sai6855
- [test] Restore pnpm tc command (#42572) @oliviertassinari
- [test] Restore testing internal packages (#42519) @michaldudak
- [website] Close Developer Advocate / Content Engineer role @oliviertassinari
- [website] Remove blank line @oliviertassinari
- [website] Fix mobile layout shift @oliviertassinari
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli
v5.15.20
Jun 12, 2024
A big thanks to the 9 contributors who made this release possible.
@mui/[email protected]
- [Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli
- [Tab] Fix applying
iconWrapper
styles from theme and update its description (@sai6855) (#42570) @sai6855
@mui/[email protected]
- Allow passing
NaN
asdefaultValue
touseControlled
(@iammminzzy) (#42571) @iammminzzy - Fix GitHub-reported prototype pollution vulnerability in
deepmerge
(#41652) (#42608) @DiegoAndai
Docs
- [docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal
- [docs] Update twitter.com to x.com @oliviertassinari
- [docs] Simplify Example projects page @oliviertassinari
- [material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650
- [docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal
- [material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal
- [material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal
- [system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah
Core
- [website] Move the
React Engineer - X
role to future roles (#42532) @DanailH - [examples] Remove Pigment CSS examples (#42538) @sai6855
- [website] Close Developer Advocate / Content Engineer role @oliviertassinari
- [website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit
- [website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal
- [website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal
- [website] Fix locationCountry in about page @oliviertassinari
All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli