Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-native-vector-icons to the latest version 🚀 #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 28, 2018

Version 5.0.0 of react-native-vector-icons was just published.

Dependency react-native-vector-icons
Current Version 4.6.0
Type dependency

The version 5.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of react-native-vector-icons.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 5.0.0

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
Commits

The new version differs by 26 commits.

  • 5384b96 Release 5.0.0
  • f34d291 Use fontReference instead of fontFamily for web (#778)
  • 4aa125f FontAwesome 5 with fallback (#787)
  • 296a32e Bump Octicons to 8.0.0 (#796)
  • 989608a Bump MaterialCommunityIcons to 2.5.94. Fixes #729
  • 2079d70 Bump EvilIcons to 1.10.1
  • c2e9479 Refactor android SDK version overrides (#792)
  • be15c24 Revert android SDK version defaults
  • 5190490 Exposes advanced methods in Icon component. (#762)
  • cfb58ca Using SDK Version variables from root project (#714)
  • e6b0e06 Bump IconExplorer to React Native 0.56
  • 45e8617 FontAwesome 5 (#776)
  • 14be3c6 Rotate travis npm token
  • 21e93b0 Bump version and change Material Design Icons dependency source (#733)
  • dae8633 Update Ionicons to 4.2.4 #740

There are 26 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2018

Update to this version instead 🚀

Release Notes for 6.0.0

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
Commits

The new version differs by 34 commits.

  • e5766ad Fix AntDesign integration in icon directory
  • e8d4a9f Fix antdesign build script
  • 6812682 Remove console.log...
  • 80346d2 Release 6.0.0
  • 908ca00 Fixes iOS bug + minor bug fix (#808)
  • 966e49e Upgrade MaterialCommunityIcons to 2.8.94
  • d969f8c Update IconToolbarAndroid to use componentDidUpdate
  • 9b8590b Update TabBarItemIOS to use componentDidUpdate
  • 81e9b3d Update TabBarExample to React Native 0.57.1
  • efd2036 Remove reliance of propTypes in IconButton and FA5
  • 9a60a29 Bump prop-types to 15.6.2
  • 54a26c6 Bump prettier/eslint/babel/eslint-config-airbnb
  • 78d4a74 Bump iOS platform target in Xcode project to 9.0
  • 2cab96e Bump gradle build tool to 3.1.4
  • 804381b Fix AntDesign font name reference

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 4, 2018

Update to this version instead 🚀

Release Notes for 6.0.1
  • Fix broken web build
Commits

The new version differs by 2 commits.

  • de54eeb Release 6.0.1
  • 46856e0 Preserve directory structure in babel web build (#862)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 8, 2018

Update to this version instead 🚀

Release Notes for 6.0.2
  • Fix babel config issue for older installations of RN.
Commits

The new version differs by 2 commits.

  • 77c0010 Release 6.0.2
  • bb4c326 Remove config files and scripts from npm bundle

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 16, 2018

Update to this version instead 🚀

Release Notes for 6.1.0
  • Update FontAwesome5 to 5.5.0
  • Fix compatibility with Android Gradle Plugin 3.2+
Commits

The new version differs by 4 commits.

  • 00b077f Release 6.1.0
  • 6bb69bc Updated SimpleLineIcons link in README to a github hosted link, as it is more reliable (#883)
  • 68f4a33 Update FontAwesome5 to 5.5.0 (#889)
  • ceee09f Fix compatible problem with Android Gradle Plugin (#871)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 21, 2019

Update to this version instead 🚀

Release Notes for 6.2.0
  • Fix issues with Android Gradle Plugin 3.1
  • Update FontAwesome5 to 5.6.3
Commits

The new version differs by 4 commits.

  • 391cb84 Release 6.2.0
  • e218fec Fix issues with #871 when using Android Gradle Plugin 3.1 (#923)
  • 5dbd964 Update FontAwesome5 to 5.6.3 (#916)
  • 91674f8 Update fa5-upgrade.sh script (#899)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2019

Update to this version instead 🚀

Release Notes for 6.3.0
  • Add support for aliases in the IconMoon factory.
  • Update MaterialCommunityIcons to 3.4.93.
  • Update Octicons to 8.4.1.
Commits

The new version differs by 8 commits.

  • 45ebd8d Release 6.3.0
  • 2811ddf Bump prettier and format all files
  • 546d373 Bump Octicons to 8.4.1
  • 552e655 Bump MaterialCommunityIcons to 3.4.93
  • 2568466 Remove unused class method in directory (#909)
  • 25a1b26 IconMoon Aliases (#946)
  • d101ad9 Update project to Xcode 10 recommended settings (#901)
  • 5f6fa93 Cleaned up the directory design. Cleaner header, cleaner searchbar, and section titles stand out more. (#935)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

Release Notes for 6.4.0
  • Add flow type definitions
  • Add multi-style icon support
  • Update Material Community Icons to 3.5.95
  • Update FontAwesome to 5.7.0
Commits

The new version differs by 6 commits.

  • 58f72a1 Release 6.4.0
  • 7612a69 Bump Material Community Icons to 3.5.95
  • 9904449 Add list of all fonts to copy & paste in the info.plist file (#957)
  • 432cac9 Remove --save flag from installation instructions (#954)
  • a91749a Add flow type definitions for main classes (#931)
  • aa7f1aa FontAwesome 5.7.0 and multi-style support (#934)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 13, 2019

Update to this version instead 🚀

Release Notes for 6.4.1
  • Update FontAwesome 5 to 5.7.2
  • Fix FontAwesome 5 weights
Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2019

Update to this version instead 🚀

Release Notes for 6.4.2
  • Fixes FontAwesome 5 style issue on Android
  • Now exports generated flow type enum
  • Updates VectorIconsModule.java to fix size/spacing when generating image
  • Fixes gradle copy font tasks when using variants
Commits

The new version differs by 4 commits.

  • 0657173 FontAwesome 5 fix for Android and release 6.4.2 (#969)
  • 94eb802 Fixed gradle copy font tasks when using variants (#960)
  • a690ee5 Export generated flow type enum for iconsets (#968)
  • 4b3c6ae Update VectorIconsModule.java to fix size/spacing generated image (#956)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 6, 2019

Update to this version instead 🚀

Release Notes for 6.5.0
  • Feather icon set version 4.21.0
  • Improved asset resolution on react-native-windows
  • Support for React-Native Web 0.11
  • Fix Font Awesome 5 brand icons on Android
  • Support new asset directory on Gradle Plugin 3.4+
  • tvOS support on CocoaPods
  • Bump Gradle plugin to 3.3.1
Commits

The new version differs by 14 commits.

  • 5aea9b0 Release 6.5.0
  • 054bf1c Bump js-yaml from 3.13.0 to 3.13.1 in /Examples/IconExplorer (#1016)
  • bb41705 Gradle file changes (#951)
  • 91b67d9 Add tvOS target to podspec (#970)
  • 7ddcb4b Standardizes feather icon (#926)
  • 48cbb73 Update README.md (#1014)
  • 1333b21 Use react-navigation in IconExplorer (#1001)
  • c1af732 Add a workaround for the new asset directory (#1006)
  • 4b91232 make FA5 brand icons work on Android (#996)
  • 792a8d6 Update IconExplorer example (#995)
  • 1afab56 Merge pull request #987 from axsy-dev/986-windows-assets-location
  • 21b839e Fix typo in README.md (#994)
  • 531f359 Added support for React-Native Web 0.11 (#991)
  • 22d55bf Updating Assets location on Windows to ensure it always gets Assets from the root of the applicaton.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant