v1.7.0
Breaking changes
- only if you use toolbar's
trancluent
prop - it was removed, usestyle
prop instead
Features and Enhancements
- [Toolbar] Add animation between search/default mode 🎉 Check an article about this feature
- [IconToggle] enhancement ripple effect of icon buttons (so smooth now, uses native driver -> doesn't block JS thread) 🎉 Check an article about this feature
- [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