Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

0.3.2

Compare
Choose a tag to compare
@Ehesp Ehesp released this 03 Feb 08:49
· 77 commits to master since this release

Improvements

  • Ripple polyfil now handles onPress & 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 a text prop, to allow for small amounts of text in the centre of the Avatar.

Minor Breaking Changes

  • The Button value prop has been renamed to text, which is more consistent with other component props. Backwards compatibility for value is present, but you'll get a console warning.