yarn material-ui 1.0.0-alpha.10

latest releases: 0.20.2, 0.20.1, 1.0.0-beta.47...
7 years ago
Apr 6, 2017

We are continuing investing in the documentation and the test suite.

Visual regression tests are now sent to argos-ci.
Thanks @agamrafaeli for increasing the test coverage of 1% since the last release (95.23%).
Thanks @mbrookes for fixing the inconsistency of the API and improving the API.

Breaking changes
// Paper
-rounded
+square

// BottomNavigation
-showLabel
+showLabels

// Button, IconButton, Switch
-ripple
+disableRipple

// Modal, Dialog
-backdropVisible
+backdropInvisible

-backdrop
+disableBackdrop

-hideOnBackdropClick
+ignoreBackdropClick

-hideOnEscapeKeyUp
+ignoreEscapeKeyUp

// Backdrop
-visible
+invisible

// ListItem
-gutters
+disableGutters

// InputLabel, TextFieldLabel
-animated
+disableAnimation

// TableCell, List
-padding
+disablePadding

// Input
-underline
+disableUnderline

// CardAction
-actionSpacing
+disableActionSpacing

// CardHeader
-subhead
+subheader
Component Fixes / Enhancements
Docs
Core

Don't miss a new material-ui release

NewReleases is sending notifications on new releases.