Skip to content

Releases: oblador/react-native-vector-icons

4.4.2

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

4.4.1

07 Oct 17:46
Compare
Choose a tag to compare
  • Fix padding issues with Feather icon set

4.4.0

16 Sep 13:34
Compare
Choose a tag to compare
  • Added Feathers icon set
  • Upgraded Octicons to 6.0.1

4.3.0

30 Jul 17:17
Compare
Choose a tag to compare
  • Add precompiled version for web to distributed build under dist
  • Upgrade android build tools to 26 and gradle to 2.3 (you might need to download those first!)
  • Fix compatibility with React Native 0.47
  • Upgrade MaterialCommunityIcons to 2.0.46

4.2.0

29 May 19:48
Compare
Choose a tag to compare
  • Add API to load font files dynamically from JS to support use_frameworks! option in CocoaPods.
  • Make name prop optional and render it as an empty icon instead of question mark.

4.1.1

07 May 10:30
Compare
Choose a tag to compare
  • Temporarily remove support for tvOS due to react-native link issues.
  • Fix deprecation warnings

4.1.0

04 May 06:25
Compare
Choose a tag to compare
  • Support for tvOS.
  • MaterialCommunityIcons 1.9.33.
  • Replace React.PropTypes with prop-types.

4.0.1

04 Apr 22:05
Compare
Choose a tag to compare
  • Better backwards compatibility for native iOS dependencies.
  • Better support for emojis as characters when parsing CSS files.

4.0.0

05 Jan 21:49
Compare
Choose a tag to compare
  • Breaking change: React Native 0.40 headers support, for older versions of RN use 3.0.
  • New icon directory site, built on top of @brentvatne's exponent version.
  • New icon set: MaterialCommunityIcons.
  • Upgraded Octicons to 5.0.1.
  • Added logoName support for ToolbarAndroid.
  • Default icon template now statically exports Button et al.

3.0.0

27 Oct 00:02
Compare
Choose a tag to compare
  • Windows support, thanks @jmcginty.
  • New icon set: Simple line icons.
  • Upgraded Octicons to 4.4.0.
  • Upgraded Font Awesome to 4.7.0.
  • Fixed issue with breaking change in babel's parsing of the rest operator.
  • Fixed issue with icon template so that it works better for non bundled icon sets.
  • Fixed bug where setting fontWeight or fontStyle to something other than normal broke font resolution on android.
  • Broke out glyph maps to a separate JSON file.
  • Breaking change: All exports now use ES2016, if you still use require convert it to import statements instead.