Skip to content

v1.0.0-beta.25

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliviertassinari oliviertassinari released this 22 Dec 23:24
· 17971 commits to next since this release
Dec 22, 2017

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

Here are some highlights ✨:

  • 100% test coverage. Thanks @leMaik for the last mile #9596!
  • The first introduction of Global CSS 😱.
    We have introduced a dangerouslyUseGlobalCSS option to the class name generator #9558.
    We discourage people from using this option in production.
    However, it can be a quick escape hatch when prototyping.
    It's making the class names predictable, for instance:
-c291
+MuiButton-raised
  • And many more bug fixes and documentation improvements.

Breaking change

None, merry christmas 🎄.

Component Fixes / Enhancements

Docs

Core