-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update material-ui monorepo #1381
Conversation
|
1203646
to
2df0b05
Compare
c80ff52
to
071d062
Compare
c2787b5
to
8e8b787
Compare
8e8b787
to
ea913db
Compare
8700ce3
to
bcd7da4
Compare
bcd7da4
to
7cd70b0
Compare
c39c17f
to
a28f788
Compare
a28f788
to
09fcd6c
Compare
985c2c5
to
0ab71b0
Compare
0ab71b0
to
142e7b6
Compare
97822c4
to
ba24aa0
Compare
ba24aa0
to
82d9e1d
Compare
82d9e1d
to
5a3def3
Compare
4eec791
to
dff61bf
Compare
e821e11
to
6b01055
Compare
6b01055
to
020c724
Compare
767ce97
to
6c747aa
Compare
131eec3
to
c305b16
Compare
e2a642c
to
8b20197
Compare
ebdbfe8
to
63d9212
Compare
9f79008
to
36d9ec3
Compare
36d9ec3
to
1454672
Compare
1454672
to
b157127
Compare
b157127
to
da47ed8
Compare
This PR contains the following updates:
5.0.0-alpha.126
->5.0.0-beta.40
5.0.0-alpha.127
->5.0.0-alpha.169
5.12.1
->5.15.14
7.2.4
->7.2.14
Release Notes
mui/material-ui (@mui/base)
v5.0.0-beta.39
FormControlOwnerState
type from index (#41287) @michaeldfoleyv5.0.0-beta.37
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
Button
is not immediate children (#39571) @sai6855v5.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
JoyDrawer
in theme components (#39074) @Studio384v5.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/core@5.0.0-beta.5
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/system@5.0.0-beta.5
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/icons@5.0.0-beta.5
@material-ui/styled-engine@5.0.0-beta.5
@material-ui/unstyled@5.0.0-alpha.44
CSS.supports
inSliderUnstyled
component (#27724) @DanailH@material-ui/lab@5.0.0-alpha.44
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/core@5.0.0-beta.4
Breaking changes
Changes
@material-ui/codemods@5.0.0-beta.4
@material-ui/system@5.0.0-beta.4
@material-ui/labs@5.0.0-alpha.42
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/core@5.0.0-beta.3
overflowX
andoverflowY
styles (#27487) @PCOffline@material-ui/system@5.0.0-beta.3
@material-ui/codemod@5.0.0-beta.3
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/unstyled@5.0.0-alpha.42
Docs
sx
prop (#27417) @mnajdovastyled
api example (#27518) @kimbaudiCore
Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.