Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 1.27 KB

Version 2.0.5

New Features

  • Button: Supports ripple for Android.
  • Layout: New components <Left />, <Right /> and <Body /> for easier layout-ing.
  • Material Design: Material design for both iOS and android, if you want that.
  • Common Color: Follows respective design guidelines but with a common color scheme.
  • Form Components: New Item component with floating label support. Docs here.
  • Theming: New Styleprovider component which you lets you contextually style your app (or parts of it).

Enhancement Features

  • Design Guidelines: Follows respective design guidelines to the T.
  • Icons: Platform specific icons. Mapped to ios and android. Check mapping.
  • Form Components: Improved components with more customizability and easier use cases. Docs here.

Breaking Changes

  • Gravatar: Thumbnail like feature which pulls out avatar of user if registered globally (659548f)