Skip to content

v1.0.0-alpha.13

Pre-release
Pre-release

Choose a tag to compare

@oliviertassinari oliviertassinari released this 08 May 10:48
· 22928 commits to master since this release
May 8, 2017
Breaking changes
  • [lint/flow] validate imports/exports with eslint and flow (#6757) @rosskevin
    Change some import:
-import { List, ListItem, ListItemText } from 'material-ui/List';
+import List, { ListItem, ListItemText } from 'material-ui/List';
-import Layout from 'material-ui/Layout';
+import Grid from 'material-ui/Grid';

Example of upgrade.

Component Fixes / Enhancements
Docs
Core