yarn material-ui 1.0.0-alpha.13

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
7 years ago
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

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.