Update material-ui monorepo #7
Reference in New Issue
Block a user
Delete Branch "renovate/material-ui-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
5.0.0-alpha.50->5.0.0-alpha.1055.0.3->5.10.11Release Notes
mui/material-ui (@mui/lab)
v5.0.0-alpha.105Compare Source
v5.0.0-alpha.104Compare Source
v5.0.0-alpha.103Compare Source
BREAKING CHANGE
[base]
components->slotsAPI rename (#34693) @michaldudak[base] Make CSS class prefixes consistent (#33411) @michaldudak
This is a breaking change for anyone who depends on the class names applied to Base components.
If you use the
<component>UnstyledClassesobjects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.Changes
v5.0.0-alpha.102Compare Source
v5.0.0-alpha.101Compare Source
v5.0.0-alpha.100Compare Source
useSnackbarhook (#33227) @ZeeshanTamboliv5.0.0-alpha.99Compare Source
Breaking changes
[TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes
Changes
v5.0.0-alpha.98Compare Source
Breaking changes
[Select][base] Add event parameter to the onChange callback (#34158) @michaldudak
The SelectUnstyled and MultiSelectUnstyled
onChangecallbacks 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.
v5.0.0-alpha.97Compare Source
v5.0.0-alpha.96Compare Source
v5.0.0-alpha.95Compare Source
v5.0.0-alpha.94Compare Source
v5.0.0-alpha.93v5.0.0-alpha.91componentoverridable (#33573) @siriwatknpv5.0.0-alpha.90v5.0.0-alpha.89v5.0.0-alpha.88v5.0.0-alpha.87v5.0.0-alpha.86v5.0.0-alpha.85v5.0.0-alpha.84v5.0.0-alpha.83v5.0.0-alpha.82disabledSwapnot being respected inonChangeCommitted(#32647) @JeanPetrovv5.0.0-alpha.81v5.0.0-alpha.80v5.0.0-alpha.78multilineproperty should not log DOM warnings formaxRowsandminRowsprops (#32401) @ZeeshanTamboliv5.0.0-alpha.77v5.0.0-alpha.76v5.0.0-alpha.75v5.0.0-alpha.74Breaking changes
[base] Remove
BackdropUnstyledcomponent (#31923) @mnajdovaThe
BackdropUnstyledcomponent was removed from the@mui/basepackage, as it did not have any specific logic, except adding anaria-hiddenattribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
Removed the
Unstyled_prefix from the Base export (it remains in the Material UI export, though).Changes
v5.0.0-alpha.73v5.0.0-alpha.72v5.0.0-alpha.71v5.0.0-alpha.70v5.0.0-alpha.69v5.0.0-alpha.68v5.0.0-alpha.67v5.0.0-alpha.66v5.0.0-alpha.65v5.0.0-alpha.62v5.0.0-alpha.61v5.0.0-alpha.60v5.0.0-alpha.59v5.0.0-alpha.56focusedis always false unless explicitly set totrue@mwilkins91v5.0.0-alpha.55Breaking changes
[core] Rename mui/core to mui/base (#29585) @michaldudak
Based on the results of the poll and our internal discussions, we decided to rename the
@mui/corepackage 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.
v5.0.0-alpha.54children(#29351) @hbjORbjv5.0.0-alpha.52v5.0.0-alpha.51sizeprop in components (#34805) @hbjORbjmui/material-ui (@mui/material)
v5.10.11Compare Source
Oct 25, 2022
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
componentstoslotsprop starting at MUI Base to create consistency across products@mui/material@5.10.11onInvalidto use HTMLInputElement | HTMLTextAreaElement Element type (#33162) @KuShcomponentsandcomponentsPropsprops to allow close action overrides (#33582) @jake-collibra@mui/base@5.0.0-alpha.103BREAKING CHANGE
[base]
components->slotsAPI rename (#34693) @michaldudak[base] Make CSS class prefixes consistent (#33411) @michaldudak
This is a breaking change for anyone who depends on the class names applied to Base components.
If you use the
<component>UnstyledClassesobjects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.Changes
@mui/joy@5.0.0-alpha.51sizeprop in components (#34805) @hbjORbjDocs
Core
All contributors of this release in alphabetical order: @bharatkashyap, @hbjORbj, @jake-collibra, @joserodolfofreitas, @KuSh, @marceliwac, @michaldudak, @oliviertassinari, @pixelass, @siriwatknp
v5.10.10Compare Source
Oct 18, 2022
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
@mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
@mui/material@5.10.10defaultPropsoverridable (#34643) @hbjORbj@mui/system@5.10.10greycolor insx(#34548) @TheUnlocked@mui/styles@5.10.10@mui/joy@5.0.0-alpha.50@mui/base@5.0.0-alpha.102Docs
Core
react/no-unstable-nested-components(#34518) @eps1lonAll contributors of this release in alphabetical order: @AbayKinayat, @alexfauquette, @bharatkashyap, @DanailH, @eps1lon, @hayawata3626, @hbjORbj, @Janpot, @joserodolfofreitas, @m4theushw, @mbayucot, @michaldudak, @mohd-akram, @ndresx, @oliviertassinari, @pedroprado010, @rvrvrv, @samuelsycamore, @siriwatknp, @TheUnlocked, @zee-bit
v5.10.9Compare Source
Oct 10, 2022
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.10.9@mui/system@5.10.9BREAKING CHANGE
[system] Fix color-scheme implementation (#34639) @siriwatknp
The
enableColorSchemeprop has been removed fromCssVarsProviderandgetInitColorScheme(both Material UI and Joy UI).Migration:
<CssBaseline enableColorScheme />.<CssBaseline />, see the docs.Changes
@mui/base@5.0.0-alpha.101@mui/joy@5.0.0-alpha.49Docs
Core
All contributors of this release in alphabetical order: @HexM7, @joserodolfofreitas, @kushagra010, @michaldudak, @mnajdova, @oliviertassinari, @vanyaxk
v5.10.8Compare Source
Oct 3, 2022
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.10.8disabledclass to FAB button (#34245) @meenaramaownerStateon the paper slot (#34445) @kabernardes@mui/base@5.0.0-alpha.100useSnackbarhook (#33227) @ZeeshanTamboli@mui/joy@5.0.0-alpha.48variantPlainclassname missing in few components (#34534) @hbjORbjDocs
Core
newFeatureto the typing of MuiPage (#34511) @flaviendelangleAll contributors of this release in alphabetical order: @Aporim2051, @Dustin-Digitar, @flaviendelangle, @Garz4, @hbjORbj, @hghmn, @kabernardes, @kskd1804, @meenarama, @minkyngkm, @mnajdova, @ndebeiss, @oliviertassinari, @peippo, @rolule, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
v5.10.7Compare Source
Sep 26, 2022
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.10.7:rootstylesheet (#34131) @siriwatknpalternativeLabelis used (#34335) @ZeeshanTambolititle(#34289) @abhinav-22-tech@mui/system@5.10.7shape.borderRadiusin theme (#34076) @ZeeshanTambolienableSystemwithdefaultMode(#33960) @siriwatknp@mui/material@5.0.0-alpha.101@mui/base@5.0.0-alpha.99Breaking changes
[TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes
Changes
@mui/joy@5.0.0-alpha.47value,required, andreadOnlyto input (#34477) @siriwatknponClickprop (#34455) @HexM7Dividercomponent (#34403) @siriwatknpreadOnlyandrequiredto input (#34478) @siriwatknpDocs
useMenuanduseMenuItemhooks demo (#34166) @ZeeshanTamboliGriddocs (#34475) @Dustin-DigitarBack to topsection in AppBar docs (#34479) @Dustin-Digitarwebpack.config.js(#34446) @CodingItWrongonChangecall (#34408) @siriwatknpCore
All contributors of this release in alphabetical order: @abhinav-22-tech, @alexfauquette, @CodingItWrong, @Dustin-Digitar, @garronej, @HexM7, @howlettt, @Janpot, @joserodolfofreitas, @kabernardes, @MBilalShafi, @Methuselah96, @michaldudak, @mnajdova, @oliviertassinari, @prakhargupta1, @pratikkarad, @ptrfrncsmrph, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
v5.10.6Compare Source
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.6Bootstrapeven when label is not defined (#34343) @ZeeshanTamboli@mui/joy@5.0.0-alpha.46Breaking changes
[button][joy] Replace
start/endIconprop withstart/endDecorator(#34288) @hbjORbjBREAKING CHANGE: replace
start/endIconwithstart/endDecorator.Changes
InputandTextareastyles (#34281) @siriwatknp@mui/base@5.0.0-alpha.98Breaking changes
[Select][base] Add event parameter to the onChange callback (#34158) @michaldudak
The SelectUnstyled and MultiSelectUnstyled
onChangecallbacks 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.
Docs
Core
typescript-to-proptypes, respect the value pass to the generic (#34311) @flaviendelangleAll contributors of this release in alphabetical order: @alexfauquette, @flaviendelangle, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @renovate[bot], @samuelsycamore, @siriwatknp, @tomasz-sodzawiczny, @ZeeshanTamboli
v5.10.5Compare Source
Sep 12, 2022
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
Alert,Modal,ListSubheader,FormControl,CircularProgresscomponents to Joy UI (#33859) @hbjORbj @siriwatknp@mui/material@5.10.5primaryTypography(#33880) @iamxukai@mui/joy@5.0.0-alpha.45CircularProgresscomponent (#33869) @hbjORbjFormControlcomponent (#34187) @siriwatknpListSubheadercomponent (#34191) @siriwatknpModalcomponent (#34043) @siriwatknptextareaprops fromcomponentsProps(#34223) @HexM7Docs
Usagedocs (#34200) @zillion504Core
All contributors of this release in alphabetical order: @bytasv, @ChrystianDeMatos, @hbjORbj, @HexM7, @iamxukai, @kushagra010, @LukasTy, @michaldudak, @oliviertassinari, @siriwatknp, @ZeeshanTamboli, @zillion504
v5.10.4Compare Source
Sep 5, 2022
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
Alertcomponent to Joy UI (#33859) @hbjORbj@mui/material@5.10.4@mui/joy@5.0.0-alpha.44Alertcomponent (#33859) @hbjORbjcomponentsPropsgeneric (#34140) @hbjORbjBreadcrumbscomponent (#33860) @hbjORbjcomponentprop (#34172) @siriwatknp@mui/base@5.0.0-alpha.96Docs
mui-color-input,mui-chips-inputandmui-tel-inputinto the related projects page (#34123) @viclafouchCore
typesfield to packages without index.d.ts (#33952) @michaldudakmousePressfunction (#34124) @cherniavskiiAll contributors of this release in alphabetical order: @cherniavskii, @DanailH, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @paulschreiber, @ropereraLK, @samuelsycamore, @siriwatknp, @viclafouch
v5.10.3Compare Source
Aug 29, 2022
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.10.3disableClearableis used (#34053) @mnajdova@mui/system@5.10.3@mui/base@5.0.0-alpha.95@mui/joy@5.0.0-alpha.43roleproptypes (#34119) @siriwatknpcomponentsPropsfor all components (#34077) @siriwatknpcomponentsPropsas a function (#34022) @siriwatknpTextareacomponent (#33975) @siriwatknpDocs
Selectcomponent (#34091) @HexM7DatePickercomponent demo on the home page (#34054) @NaveenPantraCore
OverridableComponentvia module augmentation for better performance (#32735) @mnajdovaAll contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @bicstone, @danilo-leal, @EthanStandel, @HexM7, @hoangph271, @JonathanAsbury-SPS, @michaldudak, @mnajdova, @NaveenPantra, @oliviertassinari, @pieetrus, @renovate[bot], @siriwatknp, @ZeeshanTamboli
v5.10.2Compare Source
Aug 22, 2022
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
A couple of icons changed their appearance. See the difference on this Argos build.
@mui/material@5.10.2keepMountedPopper prop not working (#33957) @ZeeshanTamboli@mui/system@5.10.2@mui/joy@5.0.0-alpha.42@mui/icons-material@5.8.5Docs
testfolder's README (#33976) @ropereraLKCore
getInitialPropswithgetStaticProps" (#33991) @mnajdovaAll contributors of this release in alphabetical order: @AjeetSingh2016, @alirezahekmati, @Cerebro92, @danilo-leal, @djohalo2, @jsakas, @michaldudak, @mnajdova, @oliviertassinari, @ropereraLK, @samuelsycamore, @TheUnlocked, @tomasz-sodzawiczny, @ZeeshanTamboli
v5.10.1Compare Source
Oct 25, 2022
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
componentstoslotsprop starting at MUI Base to create consistency across products@mui/material@5.10.11onInvalidto use HTMLInputElement | HTMLTextAreaElement Element type (#33162) @KuShcomponentsandcomponentsPropsprops to allow close action overrides (#33582) @jake-collibra@mui/base@5.0.0-alpha.103BREAKING CHANGE
[base]
components->slotsAPI rename (#34693) @michaldudak[base] Make CSS class prefixes consistent (#33411) @michaldudak
This is a breaking change for anyone who depends on the class names applied to Base components.
If you use the
<component>UnstyledClassesobjects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.Changes
@mui/joy@5.0.0-alpha.51sizeprop in components (#34805) @hbjORbjDocs
Core
All contributors of this release in alphabetical order: @bharatkashyap, @hbjORbj, @jake-collibra, @joserodolfofreitas, @KuSh, @marceliwac, @michaldudak, @oliviertassinari, @pixelass, @siriwatknp
v5.10.0Compare Source
Aug 8, 2022
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.10.0RegularBreakpointsto fix type error (#33751) @ZeeshanTamboliroundedvariant (#33687) @siriwatknp@mui/system@5.10.0sx(#33752) @siriwatknpStackcomponent (#33760) @mnajdova@mui/joy@5.0.0-alpha.40Breadcrumbscomponent (#32697) @hbjORbjsizeprop (#33862) @hbjORbjDocs
Basicssection inTrap Focusdocs (#33772) @ZeeshanTamboliNextLinkComposedPropstype error (#33842) @adham618Core
All contributors of this release in alphabetical order: @adham618, @brentertz, @cherniavskii, @Dsalazar1685, @hbjORbj, @iamxukai, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @pawelsmigielski, @pratikkarad, @PunitSoniME, @siriwatknp, @TimoWilhelm, @ZeeshanTamboli
v5.9.3Compare Source
Aug 1, 2022
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.9.3filledvariant (#33587) @hbjORbjcolumnSpacingandrowSpacingprops ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli@mui/system@5.9.3@mui/codemod@5.9.3@mui/styled-engine-sc@5.9.3@mui/joy@5.0.0-alpha.38Docs
Sorting & selectingTable demo (#33674) @mracetteusePagination(#33675) @fullstackzachstyledAPI vssxprop docs (#33665) @ZeeshanTambolitheme.varsis used increateThemeand mention this in the theming docs (#33619) @hbjORbjCore
getInitialPropswithgetStaticProps(#33684) @mnajdovaAll contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
v5.9.2Compare Source
Jul 25, 2022
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
OverridableComponent(#33506) @michaldudakStackcomponent (#33548, #33588, #33549) @hbjORbj@mui/material@5.9.2flexDirectionvalue with responsive prop (#33549) @hbjORbjmarginundefineddoesn't occur in styling (#33548) @hbjORbjindicatorColorprop type (#33569) @ZeeshanTamboli@mui/base@5.0.0-alpha.91componentoverridable (#33573) @siriwatknp@mui/joy@5.0.0-alpha.38Docs
dd4308d) @oliviertassinaripalette.background.paperin dark mode docs (#33611) @ZeeshanTamboliCssBaselineimport in example code (#33614) @dd-sscplacement choicestypo in Tooltip docs (#33571) @MonstraGCore
thenifyto latest (#33612) @siriwatknpviewoption from Event in Snackbar tests (#33555) @ZeeshanTamboliAll contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
v5.9.1Compare Source
Jul 18, 2022
A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
@mui/material@5.9.1event.touchesare an empty array (#32974) @lukeggchapman@mui/system@5.9.1createEmptyBreakpointObjectmethod (#33482) @ZeeshanTamboli@mui/base@5.0.0-alpha.90@mui/lab@5.0.0-alpha.91Docs
useThemedocumentation (#33508) @rickstaainsertionPoint(#32104) @ANTARES-KORCore
All contributors of this release in alphabetical order: @abhinav-22-tech, @ajhenry, @ANTARES-KOR, @anthonypz, @aravindpanicker, @GabrielaLokelani, @HexM7, @lolaignatova, @lukeggchapman, @michaldudak, @mzedel, @Nikhilthadani, @oliviertassinari, @paustria, @rickstaa, @siriwatknp, @ZeeshanTamboli
v5.9.0Compare Source
Jul 12, 2022
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
Unstable_Grid2(#33479) @siriwatknp@mui/material@5.9.0clsxwrapper for single className (#33398) @ZeeshanTamboliTheme(#33434) @siriwatknp@mui/system@5.9.0Gridimplementation (#32746) @siriwatknp@mui/lab@5.0.0-alpha.90⚠️ Breaking changes
[lab] Remove the pickers (#33386) @flaviendelangle
The pickers are moved to MUI X, check out the migration guide.
Changes
@mui/base@5.0.0-alpha.89@mui/joy@5.0.0-alpha.36Docs
Core
All contributors of this release in alphabetical order: @baharalidurrani, @cherniavskii, @danilo-leal, @davidgarciab, @flaviendelangle, @hbjORbj, @ivan-ngchakming, @Janpot, @jgbae, @joebingham-wk, @joserodolfofreitas, @michaldudak, @mnajdova, @oliviertassinari, @omeraplak, @robyyo, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
v5.8.7Compare Source
Jul 4, 2022
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.8.7useAutocomplete(#33269) @henriqueholtzcomponentsPropsto includepopperandpopupIndicatorslots (#33283) @jake-collibra@mui/styled-engine@5.8.7@mui/system@5.8.7CssVarsProvider(#33381) @siriwatknp@mui/joy@5.0.0-alpha.35@mui/base@5.0.0-alpha.88Docs
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
v5.8.6Compare Source
Jun 27, 2022
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
@mui/material@mui/material@5.8.6[Alert] Add support for CSS vars (#32624) @haneenmahd
[Alert] Use
getContrastTextfor filled variant font color (#29813) @SamoraMabuyaNote: The color of the text in the warning contained
Alertin dark mode was changed to black in order to improve the color contrast ratio[OutlinedInput] Fix
ownerStateundefined in theme style overrides (#33241) @siriwatknp[Tabs] Fix crash when used with React 18 & Suspense (#33277) @mnajdova
[TypeScript] Add CSS vars type augmentation for Material UI (#33211) @siriwatknp
@mui/system@5.8.6@mui/utils@5.8.6@mui/base@5.0.0-alpha.87@mui/joy@5.0.0-alpha.34Sheetdoc (#32820) @hbjORbjDocs
componentsProps.roottaking precedence (#33097) @ZeeshanTamboliCore
All contributors of this release in alphabetical order: @davidgarciab, @Fafruch, @haneenmahd, @hbjORbj, @howlettt, @jacobweberbowery, @michaldudak, @mnajdova, @oliviertassinari, @SamoraMabuya, @siriwatknp, @WinmezzZ, @ZeeshanTamboli
v5.8.5Compare Source
Jun 20, 2022
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
Avatarcomponent and theSpeedDialActioncomponent respectively by @vicasas and @gin1314@mui/material@5.8.5maxWidthis set tofalse(#32987) @kmurgic@mui/codemod@5.8.5@mui/lab@5.0.0-alpha.87@mui/base@5.0.0-alpha.86@mui/joy@5.0.0-alpha.33Docs
Core
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @gin1314, @Harmouch101, @Janpot, @joserodolfofreitas, @kmurgic, @michaldudak, @mnajdova, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas
v5.8.4Compare Source
Jun 14, 2022
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
Gridcomponent by @boutahlilsoufiane@mui/material@5.8.4ButtonClassestype (#33040) @ZeeshanTamboligetOffsetTop&getOffsetLeftfrom Popover's index and add typings (#32959) @rartRTLdirection specific logic (#32808) @aaarichter@mui/system@5.8.4@mui/codemod@5.8.4@mui/styles/makeStylesimports (#32962) @joshkel@mui/lab@5.0.0-alpha.86forwardRefwarning when importing from the index (#33134) @mnajdova@mui/base@5.0.0-alpha.85@mui/joy@5.0.0-alpha.32Docs
MUI Basedocs (#33091) @ZeeshanTamboliInputUnstyleddocs (#33077) @ZeeshanTamboliCore
All contributors of this release in alphabetical order: @aaarichter, @alansouzati, @boutahlilsoufiane, @cherniavskii, @danilo-leal, @dvlprAlamin, @frankkluijtmans, @igordanchenko, @Janpot, @joshkel, @Kai-W, @KeaghanKennedy, @l-zoy, @michaldudak, @mkrtchian, @mnajdova, @Moizsohail, @oliviertassinari, @pushys, @rart, @siriwatknp, @tech-meppem, @winderica, @ZeeshanTamboli
v5.8.3Compare Source
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@mui/system@5.8.3@mui/codemod@5.8.3@mui/lab@5.0.0-alpha.85@mui/joy@5.0.0-alpha.31Slidercomponent and demos (#32694) @hbjORbj@mui/base@5.0.0-alpha.84Docs
BadgeUnstyleddocs (#32976) @ZeeshanTamboliaddressdependency (#32957) @michaldudakCore
All contributors of this release in alphabetical order: @abhinav-22-tech, @DanailH, @danilo-leal, @flaviendelangle, @haneenmahd, @hbjORbj, @Janpot, @kevinji, @mbrookes, @michaldudak, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
v5.8.2Compare Source
May 30, 2022
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
@mui/system@5.8.2getColorSchemeSelectorutil (#32868) @siriwatknp@mui/lab@5.0.0-alpha.84columnprop (#32873) @hbjORbj@mui/base@5.0.0-alpha.83@mui/joy@5.0.0-alpha.30textColorprop for Typography and Link (#32938) @siriwatknpChipdoc (#32819) @hbjORbjAspectRatiodemos (#32848) @siriwatknpDocs
sizeprop for InputLabel (#32936) @romelperezCore
All contributors of this release in alphabetical order: @aaarichter, @hbjORbj, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @romelperez, @siriwatknp
v5.8.1Compare Source
May 23, 2022
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.8.1ownerStateon theactionslot (#32801) @mnajdovacolorprop type extendable (#31830) @paales@mui/system@5.8.1borderRadiuserrors when used insideCssVarsProvider(#32817) @mnajdova@mui/lab@5.0.0-alpha.83peerDependencies(#32623) @nate-summercook@mui/base@5.0.0-alpha.82disabledSwapnot being respected inonChangeCommitted(#32647) @JeanPetrov@mui/joy@5.0.0-alpha.29Docs
link-underline-hovercodemod (#32793) @veronikaslcuseAutocompletedemos to useMui-focusedclass (#32757) @ZeeshanTamboliNextLinkComposedPropsgives a TypeScript error (#32655) @ZeeshanTamboliCore
Mixins(#32798) @mnajdovaAll contributors of this release in alphabetical order: @abriginets, @alexfauquette, @alisasanib, @apedroferreira, @danilo-leal, @diggis00, @flaviendelangle, @garronej, @JeanPetrov, @mbrookes, @mnajdova, @nate-summercook, @o-dubrovskyi, @oliviertassinari, @paales, @robertwt7, @SamuelMaddox, @siriwatknp, @veronikaslc, @VibhorJaiswal, @ZeeshanTamboli
v5.8.0Compare Source
May 17, 2022
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
jsstotss-reactmigration is out thanks to @ryancogswell@mui/material@5.8.0getInputPropsTypeScript return type (#32730) @ZeeshanTamboli@mui/system@5.8.0Containercomponent andcreateContainerfactory (#32263) @mnajdova@mui/base@5.0.0-alpha.81@mui/joy@5.0.0-alpha.28@mui/codemod@5.8.0Docs
Core
MuiPageinterface to separate file (#32715) @cherniavskiispacingparameter fromcreateMixinsmethod (#32690) @ZeeshanTamboliAll contributors of this release in alphabetical order: @andrii-bodnar, @cherniavskii, @danilo-leal, @emlai, @joserodolfofreitas, @michaldudak, @mnajdova, @MrHBS, @oliviertassinari, @ryancogswell, @samuelsycamore, @shadigaafar, @siriwatknp, @ZeeshanTamboli
v5.7.0Compare Source
May 10, 2022
A big thanks to the 27 contributors who made this release possible. Here are some highlights ✨:
🛠 This release is all about supporting CSS variables in many Material UI components.
Kudos to all contributors!
@mui/material@5.7.0endAdornmentonly when necessary (#32386) @g1eny0ung@mui/system@5.7.0@mui/base@5.0.0-alpha.80@mui/private-classnames@5.7.0Docs
ListItemButtoninListItemin the Drawer examples (#31987) @stefanprobstimport '<library name>'in demonstrations (#32492) @alexfauquetteCore
docs:devnot working after upgradingnextto 12.1.0 (#32552) @cherniavskiiAll contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @ameetmadan, @Ariyapong, @cherniavskii, @dan-mba, @danilo-leal, @elliefoote, @flaviendelangle, @g1eny0ung, @gin1314, @haneenmahd, @ivan-ngchakming, @Jamaalwbrown, @jcvidiri, @michaldudak, @mikepricedev, @mnajdova, @nghiamvt, @oliviertassinari, @pzi, @samuelsycamore, @siriwatknp, @stefanprobst, @vicasas, @vladjerca, @ZeeshanTamboli
v5.6.4Compare Source
May 2, 2022
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.6.4color(#32258) @hbjORbjTabIndicatorPropsprop missingsxprop (#32503) @b-novikov-ipersonality@mui/codemod@5.6.4@mui/joy@5.0.0-alpha.26extendSxPropto Link (#32505) @siriwatknpextendTheme(#32450) @siriwatknpDocs
Overriding nested component stylesanchor link with text (#32487) @ZeeshanTamboliBasic Popperdemo on the MUI Base docs (#32488) @ZeeshanTamboliCore
All contributors of this release in alphabetical order: @b-novikov-ipersonality, @flaviendelangle, @hbjORbj, @HexM7, @m4theushw, @Martin005, @mongolyy, @oliviertassinari, @ryancogswell, @samuelsycamore, @siriwatknp, @vicasas, @ZeeshanTamboli
v5.6.3Compare Source
Apr 25, 2022
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
fillCSS property is used in the system (#32355) @valerii15298@mui/material@5.6.3paddingfix (#32030) @abhinav-22-techcomponentprop is not available inDialogTitleProps(#32389) @hbjORbjTransitionComponentprop (#32314) @ZeeshanTamboli@mui/system@5.6.3fillCSS property is used (#32355) @valerii15298zero(#32365) @ZeeshanTamboli@mui/base@5.0.0-alpha.78multilineproperty should not log DOM warnings formaxRowsandminRowsprops (#32401) @ZeeshanTamboli@mui/joy@5.0.0-alpha.25Radio,RadioGroupcomponents (#32279) @siriwatknpChipcomponent (#31983) @hbjORbjDocs
FormControlLabelPlacement(#32322) @ainatenhiCore
yarn prettierwrite @oliviertassinariAll contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
v5.6.2Compare Source
Apr 18, 2022
A big thanks to the 11 contributors who made this release possible.
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.6.2@mui/system@5.6.2@mui/base@5.0.0-alpha.77@mui/joy@5.0.0-alpha.24Badgecomponent (#31401) @hbjORbjInput(#32268) @siriwatknpDocs
aria-labelforIconButton(#32276) @SiarheiBobrykborderRadiusin the docs example (#32347) @ZeeshanTambolionBackdropClickprop as deprecated inDialog,ModalandModalUnstyledcomponents (#32297) @ZeeshanTamboliCore
All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
v5.6.1Compare Source
Apr 11, 2022
A big thanks to the 8 contributors who made this release possible.
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.6.1@mui/base@5.0.0-alpha.76Docs
ahrefsreport (#32206) @siriwatknpCore
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
v5.6.0Compare Source
Apr 5, 2022
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
CssVarsProviderin@mui/materialfor generating theme CSS variables (#31138) @mnajdova@mui/material@5.6.0sxcolor to support callback (#32123) @siriwatknp@mui/base@5.0.0-alpha.75@mui/codemod@5.6.0@mui/lab@5.0.0-alpha.76@mui/joy@5.0.0-alpha.22Cardcomponents (#32027) @siriwatknpDocs
Core
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
v5.5.3Compare Source
Mar 28, 2022
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.5.3@mui/codemod@5.5.3@mui/utils@5.5.3@mui/base@5.0.0-alpha.74Breaking changes
[base] Remove
BackdropUnstyledcomponent (#31923) @mnajdovaThe
BackdropUnstyledcomponent was removed from the@mui/basepackage, as it did not have any specific logic, except adding anaria-hiddenattribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
Removed the
Unstyled_prefix from the Base export (it remains in the Material UI export, though).Changes
@mui/joy@5.0.0-alpha.21AvatarGroupcomponent (#31980) @siriwatknpDocs
SplitButtondemo (#31969) @mnajdovastyled()utility page (#31967) @jason1985LiveReload(#31269) @eswarclynnCore
StandardPropsand polymorphic components (#31945) @mnajdovaAll contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
v5.5.2Compare Source
Mar 21, 2022
A big thanks to the 7 contributors who made this release possible. This is a small release focused on some 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.5.2sxprop (#31833) @ivan-ngchakming@mui/joy@5.0.0-alpha.20InputandListItemButton(#31826) @siriwatknp@mui/base@5.0.0-alpha.73@mui/styled-engine-sc@5.5.2Docs
Core
All contributors of this release in alphabetical order: @hbjORbj, @ivan-ngchakming, @michaldudak, @mnajdova, @nnmax, @oliviertassinari, @siriwatknp
v5.5.1Compare Source
Mar 14, 2022
A big thanks to the 23 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.5.1
@mui/joy@5.0.0-alpha.19
Switchexamples (#31359) @siriwatknpTextFieldcomponent (#31299) @siriwatknp--Icon-fontSizeto components (#31360) @siriwatknpCheckboxcomponent (#31273) @siriwatknpDocs
Core
All contributors of this release in alphabetical order: @aaarichter, @aaronadamsCA, @B0und, @badalsaibo, @boutahlilsoufiane, @danilo-leal, @hafley66, @hbjORbj, @issamElmohadeb098, @jontewks, @juanpc10, @klyburke, @krysia1, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @reckter, @SalvatoreMazzullo, @samuelsycamore, @siriwatknp, @theCuriousOne
v5.5.0Compare Source
Mar 7, 2022
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
Autocompleteconform to ARIA 1.2 combobox (#30601) @EdmundMai@mui/material@5.5.0Breaking change
[ClassNameGenerator] Prevent all
baseimports (#31297) @siriwatknpunstable_ClassNameGeneratorhas been moved fromutilstoclassNamefolder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:Changes
OutlinedInputPropsby SelectProps (#31209) @jrozbicki@mui/icons-material@5.5.0@mui/codemod@5.5.0@mui/lab@5.0.0-alpha.72@mui/base@5.0.0-alpha.71@mui/joy@5.0.0-alpha.18fontSizeadaptable to its parent (#31268) @siriwatknpLinkcomponent (#31175) @hbjORbjSheettests (#31241) @hbjORbj@mui/material-next@6.0.0-alpha.26Docs
@types/nodeto nextjs typescript starter (#30918) @Daggy1234Core
All contributors of this release in alphabetical order: @Daggy1234, @danilo-leal, @EdmundMai, @eps1lon, @hbjORbj, @Janpot, @jrozbicki, @m14d3n, @michaldudak, @mnajdova, @nnecec, @oliviertassinari, @PunitSoniME, @simonecervini, @siriwatknp, @sjdemartini
v5.4.4Compare Source
Feb 28, 2022
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
InputandSheetcomponents were added in the experimental Joy design system by @hbjORbj (#31124, #31086) @hbjORbj@mui/material@5.4.4@mui/system@5.4.4CssVarsProvidertheme mutation (#31148) @siriwatknp@mui/codemod@5.4.4@mui/base@5.0.0-alpha.70@mui/joy@5.0.0-alpha.17Switch(#31137) @siriwatknpSheetcomponent (#31124) @hbjORbjInputcomponent (#31086) @siriwatknpDocs
material-uifor product name (#31200) @siriwatknpFormControlAPI documentation (#31169) @bonelliaCore
All contributors of this release in alphabetical order: @adriancampos, @Andarist, @bonellia, @davwheat, @greengiraffe, @hbjORbj, @iclaude3, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @RedHeadphone, @robertwt7, @samuelsycamore, @siriwatknp, @sviande
v5.4.3Compare Source
Feb 21, 2022
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.4.3@mui/icons-material@5.4.3@mui/joy@5.0.0-alpha.16Listsecond iteration (#31134) @siriwatknpListcomponents (#30987) @siriwatknpDocs
Core
All contributors of this release in alphabetical order: @alexfauquette, @cameliaben, @danilo-leal, @frab90, @gnowland, @hbjORbj, @huyenltnguyen, @Janpot, @Jastor11, @michaldudak, @oliviertassinari, @pppp606, @siriwatknp, @ThomasTheHuman
v5.4.2Compare Source
Feb 15, 2022
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.4.2onClickandonChange(#30883) @sydneyjodon-wk@mui/system@5.4.2@mui/lab@5.0.0-alpha.69@mui/joy@5.0.0-alpha.15sxprop work in Joy (#30955) @siriwatknpFramer
Docs
shouldForwardPropoption (#30978) @mnajdovaCore
All contributors of this release in alphabetical order: @agauravdev, @alisasanib, @DanailH, @danilo-leal, @huyenltnguyen, @l10nbot, @liradb2000, @mbrookes, @michaldudak, @mnajdova, @prakhargupta1, @oliviertassinari, @ryohey, @samuelsycamore, @siriwatknp, @sydneyjodon-wk
v5.4.1Compare Source
Feb 8, 2022
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.4.1@mui/base@5.0.0-alpha.68@mui/lab@5.0.0-alpha.68onDismisshandler inMobileDatePicker(#30768) @Ashish2097@mui/joy@5.0.0-alpha.14IconButtoncomponent (#30864) @siriwatknpDocs
TrapFocus(#30912) @flaviendelangleCore
All contributors of this release in alphabetical order: @alisasanib, @altruity, @Ashish2097, @caioagiani, @CFarhad, @cherniavskii, @danilo-leal, @eps1lon, @flaviendelangle, @garronej, @GneyHabub, @joeframbach, @johsunds, @kjschabra, @m4theushw, @michaldudak, @mihailgaberov, @mnajdova, @mogrady88, @oliviertassinari, @paales, @pppp606, @siriwatknp, @theiliad
v5.4.0Compare Source
Feb 1, 2022
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.4.0Breaking changes
[core] Do not reexport Base from Material (#30853) @michaldudak
All Base components were exported from the
@mui/materialpackage and treated as stable even though the@mui/basepackage 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/basepackage.This is technically a breaking change as it removes a number of components from the
@mui/materialpackage. 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/materialand@mui/base.If you're encountering build errors after upgrading @mui/material, do the following:
Changes
readOnlyprop (#30706) @ZeeshanTamboliEnteris pressed (#30795) @dryrainbow@mui/base@5.0.0-alpha.67@mui/lab@5.0.0-alpha.67Docs
Core
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
v5.3.1Compare Source
Jan 24, 2022
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
@mui/icons-material@5.3.1@mui/base@5.0.0-alpha.66Core
Docs
ahrefs(#30751) @siriwatknpAll contributors of this release in alphabetical order: @aaneitchik, @alexfauquette, @chaosmirage, @ddecrulle, @Evomatic, @exequielbc, @michaldudak, @mnajdova, @MrHBS, @NoahYarian, @oliviertassinari, @siriwatknp
v5.3.0Compare Source
Jan 17, 2022
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.3.0Papercomponent (#30515) @ZeeshanTamboli@mui/system@5.3.0textTransformprop should work directly on component (#30437) @hbjORbjstyleOverridesslot (#30524) @siriwatknp@mui/lab@5.0.0-alpha.65@mui/codemod@5.3.0jscodeshiftto removecolorsdependency (#30578) @siriwatknp@mui/styled-engine-sc@5.3.0@mui/joy@5.0.0-alpha.11SvgIconcomponent (#30570) @hbjORbj@mui/base@5.0.0-alpha.65Docs
Core
</p>from header of README.md (#30530) @yaboidocs:apiscript for Windows OS (#30533) @ZeeshanTamboliAll contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @Atralbus, @cherniavskii, @danilo-leal, @eps1lon, @garronej, @glaucoheitor, @hbjORbj, @kkirsche, @mnajdova, @oliviertassinari, @siriwatknp, @VicHofs, @yaboi, @ZeeshanTamboli
v5.2.8Compare Source
Jan 10, 2022
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.2.8pointer-events: noneproperty (#30493) @hbjORbjinputslot to components and componentsProps (#30362) @alexandre-lelain@mui/joy@5.0.0-alpha.10Typographycomponent (#30489) @siriwatknpSwitchcomponent (#30487) @siriwatknpDocs
componentsPropsAPI docs and PropTypes (#30502) @ZeeshanTamboliAll contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
v5.2.7Compare Source
Jan 3, 2022
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.2.7classesprop TypeScript type (#30427) @ZeeshanTamboliDocs
useMediaQuerySSR example to v5 theme API (#30454) @ValentinHtss-react(#30388) @mnajdovaCore
All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
v5.2.6Compare Source
Dec 27, 2021
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
useBadgehook in the@mui/basepackage (#30246) @mnajdova@mui/material@5.2.6@mui/base@5.0.0-alpha.62@mui/joy@5.0.0-alpha.8Docs
Core
buildApiscript to support new structure (#30245) @siriwatknpAll contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
v5.2.5Compare Source
Dec 20, 2021
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.2.5Partial<>type around TabIndicatorProps type (#30254) @ZeeshanTamboli@mui/system@5.2.5useEnhancedEffectto prevent flicker (#30216) @hbjORbj@mui/lab@5.0.0-alpha.61Docs
anchorOriginprop (#30147) @daniel-sachsCore
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
v5.2.4Compare Source
Dec 14, 2021
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
✨ Add
notoperator totheme.breakpoints(#29311) @Philipp000And many more 🐛 bug fixes and 📚 improvements.
@mui/material@5.2.4themetype (#30072) @mnajdovaOutlinedInput's label (#29630) @alisasanibThemeOptions(#30095) @fmeum@mui/system@5.2.4notoperator tobreakpoints(#29311) @Philipp000@mui/base@5.0.0-alpha.60@mui/icons-material@5.2.4Docs
Core
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
v5.2.3Compare Source
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) @mnajdovaYou can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
🎉 We have added an example of how to use MUI with Remix (#29952) @mnajdova
And many more 🐛 bug fixes and 📚 improvements.
@mui/material@5.2.3squareprop (#29972) @daniel-sachssquarePaper prop (#30027) @ZeeshanTambolispacingprop when the value is object (#29880) @jayeclarkmultipleenabled (#29957) @Domino987@mui/system@5.2.3createBox(#29989) @mnajdovasxprop when used as array (#29911) @tasugi@mui/utils@5.2.3@mui-material/styles/cssUtils(#29621) @Semigradsky@mui/icons-material@5.2.1@mui/base@5.0.0-alpha.59@mui/lab@5.0.0-alpha.59DateRangePickerDayPropsinterface (#29067) @jonathanrtuckMonthPickercomponent's DOM element (#30021) @ZeeshanTamboli@mui/joy@5.0.0-alpha.5Docs
@mui/styled-engine-scdoes not work in SSR (#30026) @mnajdovaCore
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
v5.2.2Compare Source
Nov 29, 2021
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
SnackbarandTextFieldin@mui/material(#29782) (#29850) (#29852) @eps1lon.sxsyntax insidestyled()utility (#29833) @mnajdova.createCssVarsProviderin@mui/system(#29845) (#29857) @hbjORbj.@mui/material@5.2.2@mui/joy@5.0.0-alpha.4Button- 1st iteration (#29464) @siriwatknp@mui/codemod@5.2.1@mui/system@5.2.2html[style]when unmounting (#29946) @eps1londisableTransitionOnChangeincreateCssVarsProvider(#29857) @hbjORbjenableColorSchemeincreateCssVarsProvider(#29845) @hbjORbj@mui/utils@5.2.2Docs
sxprop (#29905) @siriwatknpCore
All contributors of this release in alphabetical order: @danilo-leal, @eps1lon, @Harshikerfuffle, @hbjORbj, @mbrookes, @oliviertassinari, @radlinskii, @sinclairity, @siriwatknp
v5.2.1Compare Source
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.experimental_sxutility (#29833) @mnajdovaAll contributors of this release in alphabetical order: @eps1lon, @karakib2k18, @kegi, @mbrookes, @mnajdova, @prakhargupta1, @oliviertassinari
v5.2.0Compare Source
Nov 23, 2021
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
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.
@mui/material@5.2.0disableRippleis set (#29298) @adamfitzgibbonvariants.styleto accept callbacks (#29610) @mnajdova@mui/codemod@5.2.0jss-to-styledto support multiple withStyles (#29824) @siriwatknp@mui/icons-material@5.2.0@mui/system@5.2.0sxprop runtime issue when used as function (#29830) @mnajdovasxthrow error when value isnullorundefined(#29756) @siriwatknp@mui/styled-engine@5.2.0@mui/base@5.0.0-alpha.56focusedis always false unless explicitly set totrue@mwilkins91@mui/lab@5.0.0-alpha.56luxonversion range (#29761) @eps1lonDocs
@mui/coreis an alias for@mui/base(#29762) @eps1lonCore
nextbranch (#29748) @eps1loncreateRenderer(#29684) @eps1lonAll 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
v5.1.1Compare Source
Nov 16, 2021
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
@mui/coreto@mui/base(#29585) @michaldudak.@mui/material@5.1.1multipleclass (#29566) @aaronhollaSelectis not a root component (#29593) @hbjORbj@mui/base@5.0.0-alpha.55Breaking changes
[core] Rename mui/core to mui/base (#29585) @michaldudak
Based on the results of the poll and our internal discussions, we decided to rename the
@mui/corepackage 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.
@mui/lab@5.0.0-alpha.55Docs
ThemeProviderAPI link (#29573) @siriwatknpCore
experimentsindex page (#29582) @siriwatknpgetJsxPreviewutil (#29586) @ZeeshanTambolirafhelper is for (#29683) @eps1loncreateServerRenderwithcreateRenderer(#29503) @eps1lonAll contributors of this release in alphabetical order: @aaronholla, @alexfauquette, @anikcreative, @daniel-sachs, @eps1lon, @flipvrijn, @hbjORbj, @joshua-lawrence, @michaldudak, @mnajdova, @netizer, @oliviertassinari, @petermikitsh, @siriwatknp, @ZeeshanTamboli
v5.1.0Compare Source
Nov 8, 2021
A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
ButtonGroup(#28645) @ZeeshanTambolisxprop (#29297) @siriwatknp@mui/material@5.1.0hiddenLabelprop ofTextField variant={filled}inside Autocomplete (#29234) @jatinsandilyaenableColorSchemeprop so enable usingcolor-schemeproperty to deal with dark mode (#29454) @alexfauquetteopenprop incomponentsProps.poppercan be optional (#29370) @ZeeshanTamboliclassNamenot getting applied from PopperProps (#29023) @ZeeshanTamboli@mui/system@5.1.0modeto CssVarsProvider (#29418) @siriwatknpsxprop (#29297) @siriwatknp@mui/codemod@5.1.0@mui/lab@5.0.0-alpha.54children(#29351) @hbjORbj@mui/joy@5.0.0-alpha.0privateto leverage CodeSandbox (#29280) @siriwatknpDocs
process.browser(#29438) @oliviertassinariMuiTextField's default props in the migration guide (#29174) @tm1000Print exportfeature info on the pricing page (#29484) @DanailHCore
docs:api(#28828) @m4theushwcreateClientRenderwith newcreateRendererAPI (#29471) @eps1lonAbortControlleron global (#29360) @eps1lonnameinRating(#29329) @eps1lonAll contributors of this release in alphabetical order: @adamfitzgibbon, @ainatenhi, @alexfauquette, @busches, @ChrisClaude, @dan-mba, @DanailH, @danilo-leal, @DASPRiD, @ElonVolo, @eps1lon, @eric-burel, @flaviendelangle, @gssakash, @hbjORbj, @IPJT, @jacklaurencegaray, @Jareechang, @jatinsandilya, @m4theushw, @mbeltramin, @mbrookes, @michaldudak, @mnajdova, @nicbarajas, @oliviertassinari, @Pablion, @robcaldecott, @siriwatknp, @tanay123456789, @tm1000, @Wimukti, @ZeeshanTamboli
v5.0.6Compare Source
Oct 27, 2021
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
@mui/systempackage because some packages were not released@mui/material@5.0.6clearOnBlurprop (#29208) @hbjORbj@mui/system@5.0.6Docs
All contributors of this release in alphabetical order: @Andarist, @hbjORbj, @oliviertassinari, @williamhaley
v5.0.5Compare Source
Oct 26, 2021
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
Masonryusing Flexbox by @hbjORbj.@mui/baseby @rebeccahongsf and @hbjORbj.@mui/codemod@5.0.5link-underline-hovertransformer (#29214) @siriwatknp@mui/base@5.0.0-alpha.52@mui/lab@5.0.0-alpha.52@mui/icons@5.0.5@mui/material@5.0.5imgrole instead of customimagerole (#29172) @eps1lonfullWidthstyling (#28652) @nikitabobersiconPositionprop added in Tab (#28764) @deepanshu2506@mui/system@5.0.5sxprop (#29198) @hbjORbjcolorSchemeconflict between application (#29139) @siriwatknpunstable_createCssVarsProviderapi (#28965) @siriwatknpDocumentation
DataGridCSV export options page (#29220) @DanailHjustifyContentvalues and update box styling (#29117) @omarmosidCore
useEventCallback(#28910) @NMinhNguyenunstable_ClassNameGeneratorAPI (#29051) @siriwatknpAll contributors of this release in alphabetical order: @adamfitzgibbon, @DanailH, @deepanshu2506, @Devesh21700Kumar, @eps1lon, @gnowland, @hbjORbj, @jatinsandilya, @JuliaNeumann, @LorenzHenk, @michal-perlakowski, @michaldudak, @mnajdova, @nikitabobers, @NMinhNguyen, @omarmosid, @rebeccahongsf, @siriwatknp, @waxidiotic
v5.0.4Compare Source
Oct 14, 2021
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
UnstyledInputanduseInputhook in the the first component in @mui/base package @michaldudak (#28053)@mui/material@5.0.4...triggeringonChangewith page valuenull(#28884) @ZeeshanTambolichildrenas required where nullishchildrenwould crash at runtime (#29028) @eps1lon@mui/system@5.0.4stylefunction (#28744) @hbjORbj@mui/base@5.0.0-alpha.51@mui/lab@5.0.0-alpha.51Docs
theme.breakpoints(#29039) @eps1lon@mui/material(#29006) @visualfanaticmui-imagerelated project (#28621) @benmnebBoximport forsx-propexample (#28873) @phudekarCore
peerDependenciesto requirelatestinstead ofnext(#29007) @eps1lonprivateJoy package (#28957) @siriwatknpAll contributors of this release in alphabetical order: @amen-souissi, @benmneb, @epodol, @eps1lon, @goncalovf, @hbjORbj, @Jareechang, @kgregory, @michaldudak, @mnajdova, @mottox2, @officialpiyush, @phudekar, @siriwatknp, @tanyabouman, @visualfanatic, @ZeeshanTamboli
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Renovate Bot.
06b4e76a4btocaedd97d80caedd97d80toafbf300958afbf300958to73f9d869ad73f9d869adto2d5157cef8