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-navigation to the latest version 🚀 #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 7, 2018

Version 2.0.0 of react-navigation was just published.

Dependency react-navigation
Current Version 1.5.12
Type dependency

The version 2.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-navigation.

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.


Commits

The new version differs by 155 commits ahead by 155, behind by 57.

  • ec1694f Release 2.0.0
  • 93db7d0 Release 2.0.0-rc.14
  • 589b80b Update drawer example
  • 364144d Navigation Action Helpers at root (#4151)
  • 2fd7284 Release candidate lucky number 13
  • 6499f02 Only blur input when index changes on transition start (Fixes #4148)
  • 39d5714 Release 2.0.0-rc.12
  • 1ceda5f Update react-navigation-deprecated-tab-navigator. Closes #4147
  • 4533883 Release 2.0.0-rc.11
  • 8ec2466 Fix for broken swipe back gesture in RTL mode (#4119)
  • 1bd6593 Release 2.0.0-rc.10
  • 4e8d8ce Fixes to drawer router handling of child routers (#4131)
  • 9f95a7f Fix CompletionAction trigger (#4115)
  • f6bd3e4 Fix setting undefined value to isTransitioning (#4124)
  • c1a9489 Fix drawer stack reset-to-top behavior (#4132)

There are 155 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 bot added a commit that referenced this pull request May 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • d168ab2 Release 2.0.2
  • 9991632 Don't warn about multiple navigation containers on Android
  • 08e1b53 Update playground yarn lockfile
  • 2243528 Cache panResponder in StackView (#4183)
  • 9312711 Remove unused code addNavigationHelpers (#4179)
  • 1876706 Release 2.0.1
  • e97d6b2 Fix dispatch implementation (#4168)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2018

Version 2.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • 1d2ce86 Fix Stacks over Tabs example
  • d778479 Fix drawer router initial state (#4219)
  • 352dae5 Apply drawerlockmode from screen options to DrawerLayout component (#4202)
  • 61385ca Export missing Drawer components (#4221)
  • aa3c138 Bump some versions
  • 9696d72 fix(create-nav-container): pass up error on catch (#4298)
  • 2b83b44 Remove obsolete DrawerScreen (#4222)
  • ec74902 [Web] Fix header height margin (#4206)
  • adc9389 Add CircleCI Badge to README (#4318)
  • 54d143f Fix Codecov link -> react-community vs react-navigation (#4319)
  • d50e74d Fix NavigatorContainer test (fixes CI) (#4327)
  • 22926c5 Optimize images (#4251)
  • f6c47a6 [examples] Update ReduxExample (#4267)
  • 046a9f8 [flow] Make StackRouter action creators optional and add DrawerRouter ones (#4257)
  • 72f1753 [flow] Fix tabBarOnPress type for react-navigation@2.0 (#4256)

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2018

Version 2.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 5467f0e Release 2.0.4
  • 1e7d8d5 Export getNavigationActionCreators (#4258)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2018

Version 2.1.0 just got published.

Update to this version instead 🚀

Release Notes 2.1.0
  • Update Redux example to use createStackNavigator (#4389)
  • Update Flow definitions to include StackActions and DrawerActions (#4345)
  • Fix swipe to go back by providing the index (#4409)
  • Fix instant transitions (#4404)
  • Cache descriptors in createNavigator (#4424)
  • Fix race condition in DrawerView (#4392)
  • Fix drawer router close drawer logic (#4394)
  • Pass through getCustomActionCreators to StackRouter (#4366)
Commits

The new version differs by 13 commits.

  • e0c4a8f Release 2.1.0
  • bc881c8 Update deprecated StackNavigator usage (#4389)
  • 118c19d [flow] Update NavigationActions and introduce StackActions and DrawerActions (#4345)
  • 01b4397 fix swipe to go back by providing the index (#4409)
  • 2f90899 Cache descriptors in createNavigator (#4424)
  • 6cc86f6 Fix stack router state change without isTransitioning change (#4368)
  • 4be99b6 Transitioner: Fix instantaneous transitions (#4404)
  • 80016b7 Fix race condition in DrawerView (#4392)
  • f555a9e Fix drawer router logic to close drawer (#4394)
  • 05cbd85 Temporarily stop running flow on navigation playground due to internal react-native flow errors
  • 51965ea Pass getCustomActionCreators to StackRouter (#4366)
  • a3956bf Update tab snapshots
  • ce24c66 Disable react/no-deprecated to pass CI without breaking old versions of React

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2018

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 7f86362 Release 2.2.0
  • 9960573 Bump react-navigation-tabs to latest
  • 842f5eb [flow] Fix NavigationScreenComponent's navigationOptions (#4317)
  • 183ea82 Pass getCustomActionCreators to Drawer route (#4433)
  • 108a650 Use consistent naming in README (#4427)
  • f92d671 Fix getCustomActionCreators in drawer navigator

See the full diff

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

greenkeeper bot commented Jun 6, 2018

Version 2.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • b55053c Release 2.2.1
  • 9abb264 Bump react-navigation-tabs and rebuild yarn.lock
  • 6a946d6 Revert "Refactor, move child navigation to navigation prop (#4425)"
  • 395abe5 Change 'React' import writing, Prevent warnings in old version React (#4428)
  • ba62509 Refactor, move child navigation to navigation prop (#4425)
  • 45391db Move all drawer code into react-navigation-drawer (#4435)

See the full diff

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

greenkeeper bot commented Jun 6, 2018

Version 2.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2018

Version 2.2.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • ea5d14a Release 2.2.3
  • 313d072 Add some logs to NavigationPlayground around helper dispatch return value
  • b52f153 Return the result of dispatch from helpers. Fixes #4445

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2018

Version 2.2.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 6517169 Re-compute options when screenProps change

See the full diff

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

greenkeeper bot commented Jun 8, 2018

Version 2.2.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 992d0fb Release 2.2.5
  • 6f41379 extract correct property for onTransitionEnd (#4459)
  • 267af01 throw readable error when wrong navigation prop is passed (#4455)
  • b68c3a7 Add missing tests about DeepLinking (#4451)
  • 7345634 Release 2.2.4

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 11, 2018

Version 2.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • d3ef3d1 Release 2.3.0
  • 89a24bd fix broken link to Common mistakes (#4468)
  • 128a95b Release 2.3.0-beta.1
  • 470eaf3 Make the actions available on the navigator navigation prop the same as its children (#4467)
  • c91e820 Fix ScenesReducer test
  • da28391 Release 2.3.0-beta.0
  • 3031e7b Update header when screenProps change (Fixes #4271)
  • 98a4f26 Bump react-navigation-drawer. Fixes #4416
  • b7f5435 Fix withNavigation in non-floating headers
  • 21ef4fc Return result of dispatch from action helpers
  • 5f64a2a Refactor redo, child navigation to navigation prop (#4453)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 12, 2018

Version 2.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • b8d6d42 Release 2.3.1
  • 0adb1ba Export getNavigation as public API, test redux (#4488)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 20, 2018

Version 2.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 1cfe01d Release 2.4.0
  • e62a905 Fix withDefaultValue
  • 310b909 createNavigationContainer: rethrow the error instead of creating a new one (#4533)
  • aebe8a5 Fix isTransitioning on nested navigate (#4520)
  • e1df2c6 Make headers of non-standard heights work correctly in StackNavigator when header is null (Fixes #4208) (#4353)
  • fa86718 Revert "Export getNavigationActionCreators (#4258)" (#4495)
  • c8e5673 [flow] Type getNavigation (#4505)
  • b312a5e [ReduxExample] Update to use react-navigation-redux-helpers@2.0.0 (#4504)
  • ee6a6c5 Fix incorrect methods being called in createKeyboardAwareNavigator
  • 8edec88 Export getNavigation as public API, test redux (#4489)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 20, 2018

Version 2.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 29, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 4, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 4, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 24, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 24, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 22, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 31, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 2, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 22, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 22, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 30, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2020

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.

0 participants