This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
0.3.2
Improvements
Ripple
polyfil now handlesonPress
&onLongPress
better, to act natively.IconToggle
badge handles 3 digits.Toolbar
allows for specific icon styling.Card
now takes custom styling.
Additions
- Core
Ripple
component added. Wraps polyfill and native ripple handler depending on API version. This is useful when using on apps which needs backwards compatibility. Avatar
now takes atext
prop, to allow for small amounts of text in the centre of the Avatar.
Minor Breaking Changes
- The
Button
value
prop has been renamed totext
, which is more consistent with other component props. Backwards compatibility forvalue
is present, but you'll get a console warning.