yarn material-ui 1.0.0-beta.21

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
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

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.