Skip to content

Releases: oblador/react-native-vector-icons

1.1.0

25 Jan 06:34
Compare
Choose a tag to compare
  • Fixes bug where changing iconName prop on TabBarIOS wouldn't update properly.
  • Adds createIconSetFromIcoMoon helper function for using IcoMoon icons.
  • Various documentation improvements.

1.0.4

28 Dec 07:41
Compare
Choose a tag to compare
  • Updates FontAwesome to 4.5.
  • Fixes bad default value for the fontFile argument in createIconSetFromFontello().

1.0.3

19 Dec 07:52
Compare
Choose a tag to compare
  • Removes react-native from peerDependencies for good. It's not right, but it's the pragmatic way to go.
  • Fixes a backwards compatibility breaking issue for icon names with MaterialIcons.

1.0.2

17 Dec 18:06
Compare
Choose a tag to compare
  • Adds 0.17-rc support.
  • Fixes issue with RN 0.17-rc ignoring scale file suffix for getImageSource.
  • Fixes bug in the latest update of Material Icons making the icons being offset in a weird way.

1.0.1

11 Dec 17:38
Compare
Choose a tag to compare

1.0.0

29 Nov 12:36
Compare
Choose a tag to compare

Changes since the Release Candidate:

  • Upgraded MaterialIcons to 2.1.1.

1.0.0-rc

25 Nov 14:19
Compare
Choose a tag to compare
  • Much improved android support by using core Text.
  • React Native 0.16 support.

Upgrade instructions for android users

  • Rename your android/app/src/main/assets/Fonts folder to be all lower case: fonts.

0.8.5

12 Nov 23:13
Compare
Choose a tag to compare
  • React Native 0.15 support

0.8.4

28 Oct 15:01
Compare
Choose a tag to compare
  • React Native 0.14-rc support
  • CocoaPods support

0.8.3

23 Oct 04:35
Compare
Choose a tag to compare
  • Only relevant parts of lodash are included, reducing the size of the jsbundle/memory consumption.
  • The Icon component will now inherit color if not specified.