yarn material-ui 1.0.0-alpha.15

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
May 23, 2017

This release introduces an important change in the API and the implementation.
Each exposed component is wrapped with a withStyles Higher-order component.
This HOC has different responsibilities, the one you gonna be interested in is
regarding the classes property. Now, we consider the CSS as a public API.
You now have two way to customize absolutely all the CSS injected by Material-UI.
Either the instance level with the classes property or the class level with the
overrides theme property.

To learn more about it, have a look at the documentation. Also, these options are automatically documented.

Breaking changes
  • [core] Various fixes after using it on a real project (#6882) @oliviertassinari
    Apply the other properties (undocumented) on the root of the Menu.
  • [core] Add a new classes property to all the components #6911 @oliviertassinari
    If you where using the ref to access the internal of the component or native elements,
    you gonna have to change your strategy, either use innerRef or inputRef.
Component Fixes / Enhancements
Docs
Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.