Bump @material-ui/icons to ^5.0.0-alpha.4 #27538
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.1
Release Notes
mui-org/material-ui
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.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 aThemeProvider
at the root of your application, as thedefaultTheme
is no longer available. If you are using this utility together with@material-ui/core
, you should use theThemeProvider
component from@material-ui/core
instead.[styles] Merge options in
experimentalStyled
(#26396) @mnajdovaThe options inside the
experimentalStyled
module are now merged under one object. In the coming weeks, we will rename ths module:styled()
to signal that it's no longer experimental.[Tabs] Update
min
&max
width and removeminWidth
media query (#26458) @siriwatknpUpdate the implementation to better match Material Design:
minWidth
changed from72px
=>90px
(without media-query) according to material-design specmaxWidth
changed from264px
=>360px
according to material-design specChanges
@material-ui/codemod@5.0.0-alpha.35
@material-ui/icons@5.0.0-alpha.35
[icons] Use array children instead of React fragments (#26309) @eps1lon
Reduce a bit the size of the package.
@material-ui/system@5.0.0-alpha.35
We are progressively moving all modules that are relevant to styling custom design systems in this package. It's meant to be complementary with
@material-ui/unstyled
.@material-ui/styled-engine-sc@5.0.0-alpha.35
options
(#26339) @pasDamola@material-ui/lab@5.0.0-alpha.35
Breaking changes
[pickers] Remove allowKeyboardControl (#26451) @eps1lon
[ClockPicker] Rework keyboard implementation (#26400) @eps1lon
Remove the
allowKeyboardControl
prop from ClockPicker (and TimePicker and variants). Keyboard navigation now works by default.Changes
Docs
experimentalStyled()
(#26361) @mnajdovaCore
@material-ui/styles
dependencies from declaration files too (#26376) @mnajdovaAll contributors of this release in alphabetical order: @akshitsuri, @DanailH, @Dru89, @eps1lon, @Gautam-Arora24, @jeferson-sb, @m4theushw, @mbrookes, @mnajdova, @oliviertassinari, @pasDamola, @siriwatknp, @wolfykey
v5.0.0-alpha.34
Compare Source
May 18, 2021
Big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
@material-ui/core@5.0.0-alpha.34
Breaking change
Select, NativeSelect
Merge the
selectMenu
slot intoselect
. SlotselectMenu
was redundant. Theroot
slot is no longer applied to the select, but to the root.TablePagination
Move the custom class on
input
toselect
. Theinput
key is being applied on another element.Change location of
StyledEngineProvider
import.The
data-focus
attribute is not set on the focused option anymore, instead, global class names are used.When a responsive picker changes from mobile to desktop, it will now clear its entire state. To keep the original behavior you can implement a controlled picker:
Changes
@material-ui/lab@5.0.0-alpha.34
@material-ui/icons@5.0.0-alpha.34
New DriveFileMove icon and its variants
Docs
This PR has been generated by WhiteSource Renovate. View repository job log here.