Skip to content

v1.0.0-alpha.10

Pre-release
Pre-release

Choose a tag to compare

@oliviertassinari oliviertassinari released this 06 Apr 12:07
· 23057 commits to master since this release
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