Skip to content

v1.7.0

Compare
Choose a tag to compare
@xotahal xotahal released this 05 Feb 18:10
· 197 commits to master since this release

Breaking changes

  • only if you use toolbar's trancluent prop - it was removed, use style prop instead

Features and Enhancements

  • [Toolbar] Add animation between search/default mode 🎉 Check an article about this feature
    untitled2
  • [IconToggle] enhancement ripple effect of icon buttons (so smooth now, uses native driver -> doesn't block JS thread) 🎉 Check an article about this feature
    untitled3
  • [Button] Set button text to go uppercase or not (#77) - @kenma9123
  • [Avatar] Add ability to specify icon's color and size (#69) - @frankros91
  • [ActionButton] Add support for custom icons in actions (#66) - @NewOldMax
  • [ListItem] Add tertiaryText Option (#67) - @mbenjamin618
  • [Toolbar] Add show and hide animations (#80) - @HofmannZ

Fix

  • [ActionButton] Add missing styles for labels (#76) - @NewOldMax