yarn material-ui 1.0.0-beta.13

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
6 years ago
Oct 1, 2017

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

Here are some highlights ✨:

  • Improve react@16 support (#8468, #8429)
  • Many bug fixes

Breaking change

  • [Table] Introduce padding property (#8362) @eyn
-  <TableCell checkbox>
+  <TableCell padding="checkbox">
-  withTheme,
+  withTheme(),
      <Dialog
-       enterTransitionDuration={100}
-       leaveTransitionDuration={100}
+       transitionDuration={100}
      </Dialog>
      <Dialog
-       enterTransitionDuration={100}
-       leaveTransitionDuration={200}
+       transitionDuration={{
+         enter: 100,
+         exit: 200,
+       }}
      </Dialog>

Component Fixes / Enhancements

Docs

Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.