Skip to content

v1.0.0-alpha.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 12 Jun 12:05
· 20497 commits to master since this release
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