housekeeping: Update dependency @mui/base to v5.0.0-beta.36 #2928
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.0-alpha.86
->5.0.0-beta.36
Release Notes
mui/material-ui (@mui/base)
v5.0.0-beta.36
v5.0.0-beta.34
hostElementName
prop to improve SSR (#40507) @mj12albertv5.0.0-beta.33
v5.0.0-beta.32
Breaking changes
base-
(#40205) @michaldudakThe class prefix of Base UI components have been changed from
Mui-
tobase-
. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such asbuttonClasses
, but as plain strings or in CSS stylesheets (.MuiButton.root
)To adapt your code to the new pattern:
.Mui([A-Z][A-Za-z]*)-
with.base-$1-
(soMuiButton-root
becomesbase-Button-root
, etc.),.Mui-([a-z]*)
with.base--$1
(soMui-disabled
becomesbase--disabled
, etc.).Changes
v5.0.0-beta.31
v5.0.0-beta.30
Compare Source
v5.0.0-beta.29
Compare Source
v5.0.0-beta.28
Compare Source
v5.0.0-beta.27
Compare Source
v5.0.0-beta.26
Compare Source
v5.0.0-beta.25
Compare Source
SupportedColorScheme
(#40776) @Nikhilh26v5.0.0-beta.23
v5.0.0-beta.22
Compare Source
v5.0.0-beta.21
Compare Source
v5.0.0-beta.20
Compare Source
v5.0.0-beta.19
Compare Source
v5.0.0-beta.18
Compare Source
v5.0.0-beta.17
Compare Source
v5.0.0-beta.16
Compare Source
useControlled
(#38757) @sai6855v5.0.0-beta.15
Compare Source
disableEnforceFocus
behavior (#38816) @mnajdovav5.0.0-beta.14
Compare Source
v5.0.0-beta.13
Compare Source
v5.0.0-beta.12
v5.0.0-beta.11
useModal
hook (#38187) @mnajdovaprepareForSlot
util (#38138) @mnajdovav5.0.0-beta.10
Compare Source
type=button
to clear button (#39263) @brijeshb42v5.0.0-beta.9
Compare Source
Breaking changes
Other changes
v5.0.0-beta.8
Compare Source
v5.0.0-beta.7
v5.0.0-beta.6
DialogActions
,DialogTitle
andDialogContent
(#38382) @siriwatknpvariant
andcolor
classes (#38814) @sai6855v5.0.0-beta.5
Compare Source
Aug 24, 2021
A big thanks to the 26 contributors who made this release possible. Here are some highlights ✨:
@material-ui/[email protected]
Breaking changes
[core] Update
.browserslistrc
file (#27788) @DanailHThe targets of the default bundle have changed:
[Autocomplete] Rename Value type to AutocompleteValue (#27804) @michaldudak
The
useAutocomplete
hook used a type calledValue
. It was a very generic name for a type specific to theAutocomplete
control, so it was removed toAutocompleteValue
.Changes
size
customization via module augmentation (#27834) @aaronlademann-wfrows
from undefined to defined (#27683) @eps1lonasterisk
class whenrequired
(#27738) @alexiletrack
slot to SwitchUnstyled (#27916) @michaldudak@material-ui/[email protected]
Breaking changes
[system] Rename
styleProps
toownerState
(#27830) @mnajdovaThe change was done in order to better reflect what they are, not what we think they will be used for.
Changes
overridesResolver
for thevariants
(#27859) @mnajdovaclasses
prop if no slot specified in the options (#27795) @mnajdova@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
CSS.supports
inSliderUnstyled
component (#27724) @DanailH@material-ui/[email protected]
Docs
href
for AppDrawerNavItems (#27936) @eps1lonCore
describeConformance
withdescribeConformanceV5
(#27817) @mnajdovaAll contributors of this release in alphabetical order: @aaronlademann-wf, @alexile, @atorenherrinton, @benny0642, @DanailH, @eps1lon, @hamidreza-nateghi, @hbjORbj, @jakeanq, @JEONGJIHUN, @LorenzHenk, @mekouar-mehdi, @michaldudak, @mnajdova, @nguyenyou, @nolastemgarden, @nomanoff, @noviicee, @oliviertassinari, @pvdstel, @qiweiii, @siriwatknp, @surajkumar016, @teachhay, @vedadeepta, @will-amaral
v5.0.0-beta.4
Compare Source
Aug 13, 2021
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
@material-ui/[email protected]
Breaking changes
Changes
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
children
if specified (#27462) @abriginetsDocs
direct-import
babel plugin overtransform-import
(#27335) @umidbekkCore
All contributors of this release in alphabetical order: @aaronlademann-wf, @abriginets, @DouglasPds, @eps1lon, @garronej, @kylegach, @LorenzHenk, @m4theushw, @matiasherranz, @mnajdova, @nikitabobers, @oliviertassinari, @R-Bower, @ryancogswell, @siriwatknp, @tonextone, @umidbekk, @vedadeepta, @YassinHussein
v5.0.0-beta.3
Compare Source
Aug 6, 2021
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
jss-to-styled
codemod has been improved to supportcreateStyles
and<React.Fragment>
usage (#27578) @mnajdova@material-ui/[email protected]
overflowX
andoverflowY
styles (#27487) @PCOffline@material-ui/[email protected]
@material-ui/[email protected]
createStyles
usage injss-to-styled
(#27578) @mnajdovajss-to-styled
PREFIX generation on Windows (#27491) @mnajdovajss-to-styled
codemod to handle React.Fragment as root (#27495) @mnajdova@material-ui/[email protected]
Docs
sx
prop (#27417) @mnajdovastyled
api example (#27518) @kimbaudiCore
All contributors of this release in alphabetical order: @bezpalko, @eps1lon, @flaviendelangle, @frandiox, @Harshita-Kanal, @kimbaudi, @michaldudak, @mnajdova, @noviicee, @oliviertassinari, @PCOffline, @R-Bower, @ryancogswell, @siriwatknp, @sulco
v5.0.0-beta.2
Compare Source
Jul 26, 2021
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
✨ We introduced new codemod for converting JSS styles to emotion (#27292) @siriwatknp
It should help adoption of v5, by making possible the removal of JSS sooner.
🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
@material-ui/[email protected]
disableRipple
(#27314) @faan234componentsProps
correctly (#27371) @mnajdovaConfiguration
📅 Schedule: Branch creation - "every 2 week on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.