Skip to content

v1.0.0-beta.21

Pre-release
Pre-release

Choose a tag to compare

@oliviertassinari oliviertassinari released this 13 Nov 22:50
· 21936 commits to master since this release
Nov 13, 2017

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

Here are some highlights ✨:

  • @alexhayes and @vladimirpekez have done an awesome job migrating the Stepper component to the v1-beta branch (#8291). Thank you!
  • @kof Has been working hard and tightly with us to improve JSS, we have upgraded the dependency to v9 (#9111)
  • And many more bug fixes and documentation improvements.

Breaking change

In the following diff SwitchBase can be a Checkbox a Radio or a Switch.

-<SwitchBase disabled disabledClassName={disabledClassName} />;
+<SwitchBase disabled classes={{ disabled: disabledClassName }} />;

Component Fixes / Enhancements

Docs

Core