Skip to content

v1.0.0-alpha.21

Pre-release
Pre-release

Choose a tag to compare

@oliviertassinari oliviertassinari released this 04 Jul 22:14
· 22713 commits to master since this release
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