yarn material-ui 1.0.0-alpha.17

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
Jun 12, 2017

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

Breaking changes
  • [core] Normalize the API (#7099) @oliviertassinari
    Reduce degree of freedom of the API with the color property. That's a tradeoff between correctness and verbosity.
    People should be able to recover from that breaking change quite easily as react is going to throw warnings. For instance:
-<Button contrast primary>Login</Button>
+<Button color="contrast">Login</Button>
Component Fixes / Enhancements
Docs
Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.