yarn material-ui 1.0.0-alpha.21

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
Jul 4, 2017
Breaking changes
  • [core] Reduce the bundle size (#7306) @oliviertassinari
    Change the colors location as you most likely only need 20% of them in your bundle
-import { blue, fullWhite } from 'material-ui/styles/colors'
+import blue from 'material-ui/colors/blue'
+import common from 'material-ui/colors/common'
+const { fullWhite } = common
Component Fixes / Enhancements
Docs
Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.