Skip to content

Update material-ui to the latest version 🚀#28

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/material-ui-0.17.0
Open

Update material-ui to the latest version 🚀#28
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/material-ui-0.17.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Feb 12, 2017

Copy link
Copy Markdown

Version 0.17.0 of material-ui just got published.

Dependency material-ui
Current Version 0.16.7
Type dependency

The version 0.17.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of material-ui.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v0.17.0
Feb 12, 2017

A big thanks to the 17 contributors who are making this release possible.

Breaking Changes
  • [core] Upgrade react-tap-event-plugin and react peer dependency (#6057) @rosskevin

We have upgraded the peer dependency of Material-UI. You gonna need:

  • react-tap-event-plugin >= 2.0.1
  • react >= 15.4.0
  • react-dom >= 15.4.0
Component Fixes / Enhancements
Docs
Core
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper

greenkeeper Bot commented Mar 12, 2017

Copy link
Copy Markdown
Author

Version 1.0.0-alpha.7 just got published.

Update to this version instead 🚀

Release Notes v1.0.0-alpha.7
Mar 12, 2017
Component Fixes / Enhancements
Docs
Core

@greenkeeper

greenkeeper Bot commented Mar 13, 2017

Copy link
Copy Markdown
Author

Version 0.17.1 just got published.

Update to this version instead 🚀

Release Notes v0.17.1
Mar 12, 2017

A big thanks to the 20 contributors who are making this release possible.

Component Fixes / Enhancements
Docs
Core

@greenkeeper

greenkeeper Bot commented Apr 9, 2017

Copy link
Copy Markdown
Author

Version 0.17.2 just got published.

Update to this version instead 🚀

Release Notes v0.17.2
Apr 9, 2017

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

This release includes the update of the dependencies.
The latest release of inline-style-prefixer is introducing significant performance improvements to our styling solution.

Latest React's announcement includes a deprecation of React.PropTypes and an introduction of a new package prop-types. We don't support that change yet, any help is welcome.

Component Fixes / Enhancements
Docs
Core

@greenkeeper

greenkeeper Bot commented Apr 10, 2017

Copy link
Copy Markdown
Author

Version 0.17.3 just got published.

Update to this version instead 🚀

Release Notes v0.17.3
Apr 10, 2017

@greenkeeper

greenkeeper Bot commented Apr 14, 2017

Copy link
Copy Markdown
Author

Version 0.17.4 just got published.

Update to this version instead 🚀

Release Notes v0.17.4
Apr 14, 2017

Big thanks to the 5 contributors who made this release possible.
Following React's announcement that includes the deprecation of some pattern, we have updated the codebase in order to support the latest v15.5.4 release of React.
Thanks @rsolomon for taking care of it!

Component Fixes / Enhancements

Core

@greenkeeper

greenkeeper Bot commented Apr 30, 2017

Copy link
Copy Markdown
Author

Version 0.18.0 just got published.

Update to this version instead 🚀

Release Notes v0.18.0
Apr 30, 2017

Big thanks to the 8 contributors who made this release possible.
This release almost exclusively contains bug fixes.

Breaking Changes

this PR is introducing a breaking change by removing the ambiguity between default state and controlled state. Now, as soon as the selected property his used, the rows selection of the component are controlled. Hence fully implementing what's documented:

selected: This property can be used to programmatically select rows.

Component Fixes / Enhancements
Docs

greenkeeper Bot added a commit that referenced this pull request May 13, 2017
@greenkeeper

greenkeeper Bot commented May 13, 2017

Copy link
Copy Markdown
Author

Version 0.18.1 just got published.

Update to this version instead 🚀

Release Notes v0.18.1
May 13, 2017
Component Fixes / Enhancements
Core

greenkeeper Bot added a commit that referenced this pull request Jun 6, 2017
@greenkeeper

greenkeeper Bot commented Jun 6, 2017

Copy link
Copy Markdown
Author

Version 0.18.2 just got published.

Update to this version instead 🚀

Release Notes v0.18.2
Jun 7, 2017

Big thanks to the 22 contributors who made this release possible.
This release keeps focusing on bug fixes.

Component Fixes / Enhancements
Docs
Core

greenkeeper Bot added a commit that referenced this pull request Jun 7, 2017
@greenkeeper

greenkeeper Bot commented Jun 7, 2017

Copy link
Copy Markdown
Author

Version 0.18.3 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 25, 2017
@greenkeeper

greenkeeper Bot commented Jun 25, 2017

Copy link
Copy Markdown
Author

Version 0.18.4 just got published.

Update to this version instead 🚀

Release Notes v0.18.4
Jun 25, 2017

Big thanks to the 17 contributors who made this release possible.
This release keeps focusing on bug fixes.

Component Fixes / Enhancements
Docs
Core

N.A

greenkeeper Bot added a commit that referenced this pull request Jun 28, 2017
@greenkeeper

greenkeeper Bot commented Jun 28, 2017

Copy link
Copy Markdown
Author

Version 0.18.5 just got published.

Update to this version instead 🚀

Release Notes v0.18.5
Jun 28, 2017
Component Fixes / Enhancements
Docs
Core

greenkeeper Bot added a commit that referenced this pull request Jul 4, 2017
@greenkeeper

greenkeeper Bot commented Jul 4, 2017

Copy link
Copy Markdown
Author

Version 0.18.6 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jul 23, 2017
@greenkeeper

greenkeeper Bot commented Jul 23, 2017

Copy link
Copy Markdown
Author

Version 0.18.7 just got published.

Update to this version instead 🚀

Release Notes v0.18.7
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

greenkeeper Bot added a commit that referenced this pull request Aug 15, 2017
@greenkeeper

greenkeeper Bot commented Aug 15, 2017

Copy link
Copy Markdown
Author

Version 0.19.0 just got published.

Update to this version instead 🚀

Release Notes v0.19.0
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
  • [core] Removed module's reliance on react-tap-event-plugin (#7624) @lostpebble

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants