Skip to content

fix(deps): update dependency material-ui to v0.20.0#32

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/material-ui-0.x
Open

fix(deps): update dependency material-ui to v0.20.0#32
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/material-ui-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Sep 20, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
material-ui (source) 0.18.7 -> 0.20.0 age adoption passing confidence

Release Notes

callemall/material-ui

v0.20.0

Compare 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 onTouchTapfor onClick in v0.19.0 (#​7624).

Big thanks to the 10 contributors who made this release possible.

Breaking Change

You need to globally replace any references to TouchTap property callbacks with Click.

Component Fixes / Enhancements
Docs
Core

v0.19.4

Compare 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.3

Compare Source

Oct 1, 2017

Big thanks to the 4 contributors who made this release possible.

Component Fixes / Enhancements
Docs

v0.19.2

Compare Source

Sep 18, 2017

Big thanks to the 4 contributors who made this release possible.

Component Fixes / Enhancements
Docs

v0.19.1

Compare Source

Sep 2, 2017

Big thanks to the 7 contributors who made this release possible.

Component Fixes / Enhancements
Docs
Core

N.A

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 with onClick.

-<div onTouchTap={this.handleEvent} />
+<div onClick={this.handleEvent} />

Thanks @​lostpebble for your hard work!

Component Fixes / Enhancements
Docs
Core

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant