Skip to content

Releases: oblador/react-native-vector-icons

0.8.2

14 Oct 17:03
Compare
Choose a tag to compare
  • Support for React Native 0.13
  • Improvements to Icon.getImageSource on Android

0.8.1

13 Oct 16:03
Compare
Choose a tag to compare
  • Reintroduces (limited) nesting in the Icon component.

0.8.0

13 Oct 15:48
Compare
Choose a tag to compare

This release contains breaking changes:

  • The Icon component is now a pure Text composition, that means some more advanced styling use cases might break. Try wrapping the icon in a View to remedy this.
  • lineHeight and height styles are no longer set by default which might cause alignment issues, set them explicitly instead if it breaks your design.
  • setNativeProps is now applied directly to the icon itself.
  • Nesting Text in an Icon no longer works, use Icon.Button instead or just inline the Icon in your Text.

Other changes:

  • All props on the Icon will be passed onto the underlying Text component, this is useful for disabling allowFontScaling.
  • New Icon.Button component.
  • No longer dependent on private React Native APIs
  • Updated EvilIcons to 1.7.8.

0.7.2

03 Oct 21:04
Compare
Choose a tag to compare
  • Better android support for custom fonts.
  • Fixed color processing issue with React Native 0.12 on iOS.

0.7.1

30 Sep 18:29
Compare
Choose a tag to compare
  • Icon.getImageSource support for android.
  • Fixed packager warning on iOS.

0.7.0

30 Sep 03:14
Compare
Choose a tag to compare
  • Experimental Android support

Known android limitations:

  • Icons have fixed square aspect ratio which might clip your icons. Set a width property in your style to circumvent this bug.
  • Icon.getImageSource is not yet implemented.

0.6.7

27 Jul 10:17
Compare
Choose a tag to compare
  • New bundled icon set: Octicons
  • Fixed bug when parsing CSS files with single quotes.

0.6.5

16 Jul 08:13
Compare
Choose a tag to compare
  • Better support for RN 0.7+
  • Fixed a bug preventing Icon to be a direct descendant of Touchable* components.

0.6.3

06 Jul 10:23
Compare
Choose a tag to compare

Support for React Native 0.7.0.