Releases: oblador/react-native-vector-icons
Releases · oblador/react-native-vector-icons
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.1
4.0.0
- 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
- 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
orfontStyle
to something other thannormal
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 toimport
statements instead.