Skip to content

Releases: oblador/react-native-vector-icons

6.2.0

21 Jan 09:08
391cb84
Compare
Choose a tag to compare
  • Fix issues with Android Gradle Plugin 3.1
  • Update FontAwesome5 to 5.6.3

6.1.0

16 Nov 19:06
00b077f
Compare
Choose a tag to compare
  • Update FontAwesome5 to 5.5.0
  • Fix compatibility with Android Gradle Plugin 3.2+

6.0.2

08 Oct 19:46
77c0010
Compare
Choose a tag to compare
  • Fix babel config issue for older installations of RN.

6.0.1

04 Oct 16:59
de54eeb
Compare
Choose a tag to compare
  • Fix broken web build

6.0.0

02 Oct 19:04
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to gradle build tools 3.1.4/compile -> implementation
  • Update minimum supported iOS version to 9

New functionality

  • New icon set: AntDesign
  • Support for tvOS
  • Remove reliance on prop types so they can be safely stripped
  • Refactor components to use async/strict mode compliant life cycle methods

Bug fixes

  • Fix require cycle warning in React Native 0.57
  • Fix warnings and bugs in FontAwesome 5 implementation

Updated icon sets

  • MaterialCommunityIcons 2.8.94
  • FontAwesome 5.3.1

5.0.0

28 Jul 08:26
5384b96
Compare
Choose a tag to compare

Breaking changes

  • Use fontReference instead of fontFamily for web. You might need to update your webpack configuration. (#778 by @yairopro)
  • Fix Octicons padding/centering. If you've manually compensated this, it might have to remove that. (#796 by @hampustagerud)

New functionality

Updated icon sets

  • EvilIcons 1.10.1
  • Octicons 8.0.0
  • MaterialCommunityIcons 2.5.94
  • Ionicons 4.2.4
  • Feather 4.7.0

4.6.0

02 Apr 13:39
fc0c4fa
Compare
Choose a tag to compare
  • Bump Octicons to 7.2.0
  • Bump MaterialCommunityIcons to 2.2.43
  • Add Icon.hasIcon static method

4.5.0

08 Jan 22:33
37cb9a8
Compare
Choose a tag to compare
  • Bump MaterialCommunityIcons to 2.1.19
  • Support CSS 2 & 3 pseudo selectors in generate-icon script

4.4.3

19 Dec 23:06
f68be6a
Compare
Choose a tag to compare
  • Add support for color prop as number
  • Use PureComponent instead of Component
  • Fix Header Search Path setting for iOS

4.4.2

08 Oct 09:45
Compare
Choose a tag to compare
  • Fixes web build