Skip to content

Releases: oblador/react-native-vector-icons

2.1.0

24 Aug 12:44
Compare
Choose a tag to compare
  • Custom icon color support for iOS tabs.
  • Fixed copying fonts when product flavor specified on android.
  • Minor bug fixes.

2.0.3

27 May 11:35
Compare
Choose a tag to compare
  • FontAwesome 4.6.3.
  • Fixes issue with Karma.
  • Fixes import issue with RNIMigration component.

2.0.2

13 May 08:37
Compare
Choose a tag to compare
  • Fixes defaults regression bug in custom font set helpers.

2.0.1

11 May 10:37
Compare
Choose a tag to compare
  • Fixes bugs introduced by ES2016 refactor.

2.0.0

09 May 07:16
Compare
Choose a tag to compare
  • Basic OS X support (via react-native-desktop).
  • Refactored codebase to ES2015.
  • Breaking change: Splits imports between React and React Native to fix warnings in RN 0.25, ensure you're on at least RN 0.18 and have react as a dependency in your project.
  • Breaking change: Icons will no longer scaled according to user settings by default, use allowFontScaling={true} if that's desired.
  • Breaking change: Upgraded Ionicons to 3.0.0. Many names have changed, most importantly all android- icons are now md-.
  • Upgraded Font Awesome to 4.6.1.

1.3.4

03 Apr 17:42
Compare
Choose a tag to compare
  • Disables font scaling by default for the RNI migration component as that lib didn't support it.
  • Adds gradle script to copy fonts from node_modules at build time which should make upgrades easier.
  • Fixes android react native dependency to use local version from npm.

1.3.3

28 Mar 02:29
Compare
Choose a tag to compare
  • Fixes bug where underlying ToolbarAndroid component wasn't updated when props are removed.
  • Fixes rendering bug when inside italic text on android.
  • Changed iOS deployment target to 7.0.

1.3.2

03 Mar 12:48
Compare
Choose a tag to compare
  • ToolbarAndroid support. Requires React Native 0.21 or higher.

1.2.1

22 Feb 12:58
Compare
Choose a tag to compare
  • Updates Material Icons to 2.2.0.

1.2.0

14 Feb 16:36
Compare
Choose a tag to compare
  • Updates Octicons to 3.5.0.
  • Updates Evil Icons to 1.8.0.
  • Adds react-native-icons drop-in replacement component.