dwmkerr / gameboard

GameBoard is an app for keeping track of board game scores.
0 stars 1 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-native-vector-icons was updated from 5.0.0 to 6.0.0.

This version 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.


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

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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