Update dependency material-ui to ^0.19.0 #9
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.6
->^0.19.0
^0.18.6
->^0.19.0
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
callemall/material-ui (material-ui)
v0.19.0
Compare 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-plugin
dependency 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-beta
branch.You need to replace the
onTouchTap
property callbacks withonClick
.Thanks @lostpebble for your hard work!
Component Fixes / Enhancements
Docs
0cb504c
)Core
8032d51
)v0.18.7
Compare Source
Jul 23, 2017
Big thanks to the 11 contributors who made this release possible.
As always, we are focusing on bug fixes.
Component Fixes / Enhancements
Docs
Core
N.A