yarn material-ui 1.0.0-beta.20

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
Nov 5, 2017

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

Here are some highlights ✨:

  • We have been addressing a lot of bug and documentation issues during the last month.
    We should soon be able to start porting new components.
  • The test coverage increased by 0.5% thanks to @leMaik effort (#8910, #8911).
    We are very close to 100%.
  • The internal ClickAwayListener component was made public (#8967)

Breaking change

  • [style] Improve the font-size situation (#8942) @oliviertassinari
    The Input and FormLabel component do no longer inherit the font-size. You might have to override them explicitly.
  • [Popover] Add a max-height (#8943) @oliviertassinari
-Menu.classes.root
+Menu.classes.paper
-import { withResponsiveFullScreen } from 'material-ui/Dialog';
+import { withMobileDialog } from 'material-ui/Dialog';

Component Fixes / Enhancements

Docs

Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.