Update material-ui to the latest version 🚀#28
Conversation
Version 1.0.0-alpha.7 just got published.Update to this version instead 🚀 Release Notesv1.0.0-alpha.7Mar 12, 2017Component Fixes / Enhancements
Docs
Core
|
Version 0.17.1 just got published.Update to this version instead 🚀 Release Notesv0.17.1Mar 12, 2017A big thanks to the 20 contributors who are making this release possible. Component Fixes / Enhancements
Docs
Core
|
Version 0.17.2 just got published.Update to this version instead 🚀 Release Notesv0.17.2Apr 9, 2017Big thanks to the 21 contributors who made this release possible. This release includes the update of the dependencies. Latest React's announcement includes a deprecation of Component Fixes / Enhancements
Docs
Core
|
Version 0.17.3 just got published.Update to this version instead 🚀 Release Notesv0.17.3Apr 10, 2017
|
Version 0.17.4 just got published.Update to this version instead 🚀 Release Notesv0.17.4Apr 14, 2017Big thanks to the 5 contributors who made this release possible. Component Fixes / Enhancements
Core |
Version 0.18.0 just got published.Update to this version instead 🚀 Release Notesv0.18.0Apr 30, 2017Big thanks to the 8 contributors who made this release possible. 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:
Component Fixes / Enhancements
Docs |
Version 0.18.1 just got published.Update to this version instead 🚀 Release Notesv0.18.1May 13, 2017Component Fixes / Enhancements
Core
|
Version 0.18.2 just got published.Update to this version instead 🚀 Release Notesv0.18.2Jun 7, 2017Big thanks to the 22 contributors who made this release possible. Component Fixes / Enhancements
Docs
Core
|
Version 0.18.3 just got published. |
Version 0.18.4 just got published.Update to this version instead 🚀 Release Notesv0.18.4Jun 25, 2017Big thanks to the 17 contributors who made this release possible. Component Fixes / Enhancements
Docs
CoreN.A |
Version 0.18.5 just got published.Update to this version instead 🚀 Release Notesv0.18.5Jun 28, 2017Component Fixes / Enhancements
Docs
Core
|
Version 0.18.6 just got published. |
Version 0.18.7 just got published.Update to this version instead 🚀 Release Notesv0.18.7Jul 23, 2017Big thanks to the 11 contributors who made this release possible. Component Fixes / Enhancements
Docs
CoreN.A |
Version 0.19.0 just got published.Update to this version instead 🚀 Release Notesv0.19.0Aug 15, 2017Big thanks to the 11 contributors who made this release possible. Breaking Changes
This change is paving the way toward supporting the upcoming react@16 release a.k.a Fiber. -<div onTouchTap={this.handleEvent} /> +<div onClick={this.handleEvent} /> Thanks @lostpebble for your hard work! Component Fixes / Enhancements
Docs
Core
|
Version 0.17.0 of material-ui just got published.
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.0Feb 12, 2017
A big thanks to the 17 contributors who are making this release possible.
Breaking Changes
We have upgraded the peer dependency of Material-UI. You gonna need:
react-tap-event-plugin>= 2.0.1react>= 15.4.0react-dom>= 15.4.0Component 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 🌴