Bump @material-ui/core to ^5.0.0-beta.4#27768
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will now ignore this update (^5.0.0-beta.4). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.4->^5.0.0-beta.4Release Notes
mui-org/material-ui
v5.0.0-beta.4Compare Source
Aug 13, 2021
Big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
@material-ui/core@5.0.0-beta.4Breaking 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.42Docs
Core
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.3Compare Source
Aug 6, 2021
Big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
@material-ui/core@5.0.0-beta.3@material-ui/system@5.0.0-beta.3@material-ui/codemod@5.0.0-beta.3@material-ui/unstyled@5.0.0-alpha.42Docs
Core
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.2Compare Source
Jul 26, 2021
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/core@5.0.0-beta.2@material-ui/codemod@5.0.0-beta.2@material-ui/unstyled@5.0.0-alpha.41@material-ui/utils@5.0.0-beta.1@material-ui/system@5.0.0-beta.2@material-ui/lab@5.0.0-alpha.41Docs
Core
All contributors of this release in alphabetical order: @AlvesJorge, @Aubrey-Li, @eps1lon, @faan234, @florianbepunkt, @g
etsnoopy, @Goodiec, @hboylan, @KLubin1, @michaldudak, @mnajdova, @newsiberian, @oliviertassinari, @Patil2099, @ruppysupp
y, @sashkopavlenko, @siriwatknp, @tudi2d, @turtleseason, @WeldonTan
v5.0.0-beta.1Compare Source
Jul 14, 2021
Big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
✨ We have introduced a new unstyled component: the Switch (#26688) @michaldudak
You can find two new versions of the Switch. A component without any styles:
SwitchUnstyled, and a hook:useSwitch.You can follow our progress at https://github.com/mui-org/material-ui/issues/27170.
💄 We have updated the default
infosuccesswarningcolor to be more accessible (#26817) @siriwatknp.You can find the new default values in the documentation.
@material-ui/core@5.0.0-beta.1Breaking changes
Changes
disableRippleAPI description (#27187) @michaldudakcheckedand mark as deprecated (#27047) @siriwatknpcreateV4SpacingfromadaptV4Theme(#27072) @siriwatknpinfosuccesswarningcolor (#26817) @siriwatknp@material-ui/unstyled@5.0.0-alpha.40@material-ui/codemod@5.0.0-beta.1@material-ui/system@5.0.0-beta.1@material-ui/lab@5.0.0-alpha.40Docs
urlpackage (#27151) @eps1lonStyledEngineProvideras JSS is not used (#27133) @mnajdovaCore
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
v5.0.0-beta.0Compare Source
Jul 01, 2021
Big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
@material-ui/codemod.@material-ui/core@5.0.0-beta.0Breaking changes
[Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
spanelement that wraps children has been removed.wrapperclassKey is also removed. More details about this change.[BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
spanelement that wraps children has been removed.wrapperclassKey is also removed. More details about this change.Changes
@material-ui/codemod@5.0.0-beta.0@material-ui/icons@5.0.0-beta.0
@material-ui/lab@5.0.0-alpha.39
Breaking changes
[DatePicker] Remove helper text default value (#26866) @DouglasPds
Make the default rendered text field closer to the most common use cases (denser).
<DatePicker label="Helper text example" value={value} onChange={onChange} renderInput={(params) => ( - <TextField {...params} /> + <TextField {...params} helperText={params?.inputProps?.placeholder} /> )} >Changes
@material-ui/system@5.0.0-beta.0Docs
Core
All contributors of this release in alphabetical order: @ansh-saini, @BC-M, @CarlosGomez-dev, @DouglasPds, @eps1lon, @fishyFrogFace, @michal-perlakowski, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @steveafrost, @varandasi
v5.0.0-alpha.38Compare Source
Jun 23, 2021
Big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
🚀 We have only 2 left in the breaking changes. The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
🎨 We have updated
Sliderto match current Material Design guidelines.💡
IconButtonnow supports 3 sizes (small, medium, large). See demo.♿️ We have improved the default style of the
Linkto be more accessible (#26145) @ahmed-28@material-ui/core@5.0.0-alpha.38Breaking changes
Change the default value of
anchorOrigin.verticalto follow the Material Design guidelines. The menu now displays below the anchor instead of on top of it. You can restore the previous behavior with:The
MenuItemcomponent inherits theButtonBasecomponent instead ofListItem. The class names related to "MuiListItem-*" are removed and themingListItemis no longer affectingMenuItem.The prop
listItemClasseswas removed, you can useclassesinstead.The default breakpoints were changed to better match the common use cases. They also better match the Material Design guidelines. Read more about the change.
{ xs: 0, sm: 600, - md: 960, + md: 900, - lg: 1280, + lg: 1200, - xl: 1920, + xl: 1536, }If you prefer the old breakpoint values, use the snippet below.
The default size's padding is reduced to
8pxwhich makes the default IconButton size of40px. To get the old default size (48px), usesize="large". The change was done to better match Google's products when Material Design stopped documenting the icon button pattern.Rework the CSS to match the latest Material Design guidelines and make custom styles more intuitive. See documentation.
You can reduce the density of the slider, closer to v4 with the
size="small"prop.spanelement that wraps children has been removed.labelclassKey is also removed. More details about this change.The following utilities were renamed to not contain the
unstable_prefix:@material-ui/sytstemimport { - unstable_useThemeProps, + useThemeProps, } from '@​material-ui/system';@material-ui/coreimport { - unstable_useThemeProps, + useThemeProps, } from '@​material-ui/core/styles';Changes
@material-ui/system@5.0.0-alpha.38Breaking Changes
import { createBox } from '@​material-ui/system'; -const styled = createBox(defaultTheme); +const styled = createBox({ defaultTheme });Changes
Docs
Core
All contributors of this release in alphabetical order: @ahmed-28, @brunocavalcante, @DanielBretzigheimer, @dijonkitchen, @dmrqx, @eps1lon, @Izhaki, @kshuiroy, @l10nbot, @michal-perlakowski, @michaldudak, @mnajdova, @oliviertassinari, @pavinduLakshan, @shadab14meb346, @siriwatknp, @tungdt-90, @varandasi
v5.0.0-alpha.37Compare Source
Jun 15, 2021
Big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
💄 Add support for responsive props on the Grid component (#26590) @likitarai1.
This fixes a longstanding issue. You can now specify different values for each breakpoint.
Head to the documentation for more details.
⚒️ We've introduced a new
useThemeanduseThemePropshooks in the@material-ui/systempackage.We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
💥 Made progress with the breaking changes. We have done 105 of the 109 changes planned. We are getting closer to our goal of releasing 5.0.0-beta.0 on July 1st and start to promote its usage over v4. You can also follow our milestone for more details.
And many more 🐛 bug fixes and 📚 improvements.
@material-ui/core@5.0.0-alpha.37Breaking changes
The
spanelement that wraps children has been removed.labelclassKey is also removed. The nested span was required for fixing a flexbox issue with iOS < 11.0.Changes
@material-ui/system@5.0.0-alpha.37Breaking changes
The
isRtlandthemeprops are no longer added by theuseThemePropshook. You can use theuseThemehook for this.Changes
@material-ui/unstyled@5.0.0-alpha.37@material-ui/icons@5.0.0-alpha.37The changes that we have tried in #26310 were breaking the integration with Next.js.
@material-ui/lab@5.0.0-alpha.37Docs
Core
Configuration
📅 Schedule: "on sunday before 6:00am" in timezone UTC.
🚦 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 WhiteSource Renovate. View repository job log here.