Skip to content

v1.0.0-beta.25

Pre-release
Pre-release

Choose a tag to compare

@oliviertassinari oliviertassinari released this 22 Dec 23:24
· 21729 commits to master 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

  • [docs] Second iteration on the ad placement (#9524) @oliviertassinari
  • [docs] Remove unused styes object from ChipsArray demo (#9540) @mbrookes
  • [docs] Hide sandbox button on drawer and grid-list demos (#9537) @lukePeavey
  • [docs] Fix typo masterial-ui to material-ui (#9544) @ginkoid
  • [docs] Add two new members (#9543) @oliviertassinari
  • [docs] Fix dark theme toggle of website home page content (#9560) @Tuaniwan
  • [docs] Improve migration guide (#9566) @fonzy2013
  • [examples] Fix after the latest breaking changes (#9553) @Tuaniwan
  • [docs] Fix basic typos in copy text (#9591) @hathix

Core