fix(deps): update dependency material-ui to v0.20.0#32
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
0.18.7->0.20.0Release Notes
callemall/material-ui
v0.20.0Compare Source
Dec 3, 2017
As usual, we are focusing on bug fixes but this time, we introduce an exceptional breaking change,
consistent with the removal of
onTouchTapforonClickin v0.19.0 (#7624).Big thanks to the 10 contributors who made this release possible.
Breaking Change
TouchTapin favor ofClickthroughout library and docs (#9058) @m2mathewYou need to globally replace any references to
TouchTapproperty callbacks withClick.Component Fixes / Enhancements
nullchild (#8925) @MrSaintsDocs
Core
v0.19.4Compare Source
Oct 8, 2017
This release improves the compatibility with React@16.
Big thanks to the 2 contributors who made this release possible.
Component Fixes / Enhancements
Docs
Core
v0.19.3Compare Source
Oct 1, 2017
Big thanks to the 4 contributors who made this release possible.
Component Fixes / Enhancements
Docs
v0.19.2Compare Source
Sep 18, 2017
Big thanks to the 4 contributors who made this release possible.
Component Fixes / Enhancements
Docs
v0.19.1Compare Source
Sep 2, 2017
Big thanks to the 7 contributors who made this release possible.
Component Fixes / Enhancements
Docs
Core
N.A
v0.19.0Compare Source
Aug 15, 2017
Big thanks to the 11 contributors who made this release possible.
As always, we are focusing on bug fixes but this time, we introduce an exceptional breaking change.
Breaking Changes
This change is paving the way toward supporting the upcoming react@16 release a.k.a Fiber.
The
react-tap-event-plugindependency was removed, it was first introduced 3 years ago in order to remove the click delay on mobile devices.Mobiles devices' browsers have improved since then, it's no longer required.
It's time to remove that dependency as we have done it a year ago on the
v1-betabranch.You need to replace the
onTouchTapproperty callbacks withonClick.Thanks @lostpebble for your hard work!
Component Fixes / Enhancements
Docs
0cb504c)Core
8032d51)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.