Bump @material-ui/core to ^5.0.0-alpha.4 #27537
Closed
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.2
Release Notes
mui-org/material-ui
v5.0.0-beta.2
Compare 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.41
Docs
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.1
Compare 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
info
success
warning
color to be more accessible (#26817) @siriwatknp.You can find the new default values in the documentation.
@material-ui/core@5.0.0-beta.1
Breaking changes
Changes
disableRipple
API description (#27187) @michaldudakchecked
and mark as deprecated (#27047) @siriwatknpcreateV4Spacing
fromadaptV4Theme
(#27072) @siriwatknpinfo
success
warning
color (#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.40
Docs
url
package (#27151) @eps1lonStyledEngineProvider
as 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.0
Compare 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.0
Breaking changes
[Tabs] Remove unnecessary wrapper from Tab (#26926) @siriwatknp
span
element that wraps children has been removed.wrapper
classKey is also removed. More details about this change.[BottomNavigation] Remove wrapper from BottomNavigationAction (#26923) @siriwatknp
span
element that wraps children has been removed.wrapper
classKey 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).
Changes
@material-ui/system@5.0.0-beta.0
Docs
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.38
Compare 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
Slider
to match current Material Design guidelines.💡
IconButton
now supports 3 sizes (small, medium, large
). See demo.♿️ We have improved the default style of the
Link
to be more accessible (#26145) @ahmed-28@material-ui/core@5.0.0-alpha.38
Breaking changes
Change the default value of
anchorOrigin.vertical
to 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
MenuItem
component inherits theButtonBase
component instead ofListItem
. The class names related to "MuiListItem-*" are removed and themingListItem
is no longer affectingMenuItem
.The prop
listItemClasses
was removed, you can useclasses
instead.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.
If you prefer the old breakpoint values, use the snippet below.
The default size's padding is reduced to
8px
which 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.span
element that wraps children has been removed.label
classKey is also removed. More details about this change.The following utilities were renamed to not contain the
unstable_
prefix:@material-ui/sytstem
@material-ui/core
Changes
@material-ui/system@5.0.0-alpha.38
Breaking Changes
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.37
Compare 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
useTheme
anduseThemeProps
hooks in the@material-ui/system
package.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.37
Breaking changes
The
span
element that wraps children has been removed.label
classKey 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.37
Breaking changes
The
isRtl
andtheme
props are no longer added by theuseThemeProps
hook. You can use theuseTheme
hook for this.Changes
@material-ui/unstyled@5.0.0-alpha.37
@material-ui/icons@5.0.0-alpha.37
The changes that we have tried in #26310 were breaking the integration with Next.js.
@material-ui/lab@5.0.0-alpha.37
Docs
Core
All contributors of this release in alphabetical order: @chadmuro, @eps1lon, @likitarai1, @mnajdova, @nikitabobers, @oliviertassinari, @robphoenix, @sakura90, @siriwatknp, @varandasi, @vicasas
v5.0.0-alpha.36
Compare Source
Jun 8, 2021
Big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
⚒️ We've introduced a new
ListItemButton
component that should prevent common mistakes when using<ListItem button />
and help with customization and TypeScript support (#26446) @siriwatknp.👩🎤
experimentalStyled
is now available without theexperimental
prefix.We're confident that its API shouldn't receive any major changes until the stable release of v5 (#26558) @mnajdova.
📦
@material-ui/icons
only ships ES modules and no longer CommonJS modules.This reduces the download size of the package from 1.7 MB to 1.2 MB and install size from 15.6 MB to 6.7 MB (#26310) @eps1lon.
💄 Add support for row and column spacing in the Grid component (#26559) @likitarai1.
Note that this feature was already available for CSS grid users with the
rowGap
andcolumnGap
props.@material-ui/core@5.0.0-alpha.36
Breaking changes
The
color
prop has no longer any effect in dark mode. The app bar uses the background color required by the elevation to follow the Material Design guidelines. UseenableColorOnDark
to restore the behavior of v4.Remove the experimental prefix, this module is going stable:
Changes
@material-ui/icons@5.0.0-alpha.36
Breaking changes
The
require()
of@material-ui/icons
is no longer supported.This should not affect you if you're using a bundler like
webpack
orsnowpack
or meta frameworks likenext
orgatsby
.@material-ui/lab@5.0.0-alpha.36
Breaking changes
@material-ui/system@5.0.0-alpha.36
Docs
Core
All contributors of this release in alphabetical order: @coder-freestyle, @eps1lon, @garfunkelvila, @itsnorbertkalacska, @likitarai1, @m4theushw, @michaldudak, @mnajdova, @onpaws, @sakura90, @sarahannnicholson, @siriwatknp, @vedadeepta, @vicasas
v5.0.0-alpha.35
Compare Source
May 31, 2021
Big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
@material-ui/core
and@material-ui/lab
) @siriwatknp, @mnajdova.@material-ui/styles
(JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.@material-ui/core@5.0.0-alpha.35
Breaking changes
[styles] Remove
makeStyles
from@material-ui/core
(#26382) @mnajdovaThe
makeStyles
JSS utility is no longer exported from@material-ui/core
. You can use@material-ui/styles
instead. Make sure to add aThemeProvider
at the root of your application, as thedefaultTheme
is no longer available. If you are using this utility together with@material-ui/core
, it's recommended you use theThemeProvider
component from@material-ui/core
instead.[styles] Remove
withStyles
from@material-ui/core
(#26377) @mnajdovaThe
withStyles
JSS utility is no longer exported from@material-ui/core
. You can use@material-ui/styles
instead. Make sure to add a `ThemePrConfiguration
📅 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.