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 🚀 #42

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 27, 2017

Version 1.0.0-beta.13 of react-navigation just got published.

Dependency react-navigation
Current Version 1.0.0-beta.11
Type dependency

The version 1.0.0-beta.13 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of react-navigation.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v1.0.0-beta.13

New Features

Improvements

Docs

Commits

The new version differs by 112 commits.

  • e139e83 1.0.0-beta.13
  • 4202892 Adding search to docs website (#2606)
  • 2f0e386 Added js highlighting (#2610)
  • 69397af Make GESTURE_RESPONSE_DISTANCE_* configurable. (#2172)
  • b759d31 Fix Flow types (and update RN version) (#2619)
  • 17c910f drawerLockMode (#1377)
  • 2b40182 Reverting last commit (#2626)
  • 7832ed7 Merge branch 'master' into master
  • 365eec8 Refactor .eslintrc to be more readable. (#2595)
  • 98cb493 Employ pre-commit hook for formatting code. (#2597)
  • 500c8a0 Doc Improvement: goBack key doc improvement (#2035)
  • 3ad142b Update documentation on Title. (#2092)
  • 44a65fc Add Syntax highlighting to Redux-Integration.md (#2355)
  • 627bb36 Add RNNavigation Links Repo to README (#2586)
  • 4262b8a Merge branch 'probeadd-master'

There are 112 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

greenkeeper bot commented Oct 17, 2017

Version 1.0.0-beta.14 just got published.

Update to this version instead 🚀

Release Notes v1.0.0-beta.14

Thanks to @kelset for preparing these release notes!

New Features

  • added property inside drawerConfig to backgroundColor (drawerBackgroundColor) - @padil
  • Add allowFontScaling option for TabView and headerTitleAllowFontScaling for HeaderTitle (#2377) (#2721) - @finian

Improvements

Docs

Repository

Commits

The new version differs by 20 commits.

  • 29e4511 1.0.0-beta.14
  • 36ffc4f [iOS 11] Handle landscape tabbar correctly. (#2676)
  • 82c2cdb Issue-2662: Add support for testID and accessibilityLabel for tab bar items (#2684)
  • 3ae4b31 Updating the README (#2752)
  • f84fe15 Add allowFontScaling option for TabView and headerTitleAllowFontScaling for HeaderTitle (#2377) (#2721)
  • 5576b84 Update Routers.md (#2750)
  • 09e3960 added drawerBackgroundColor for documentation (#2723)
  • 2dca5b2 Typo: 'create' was written twice 😂 (#2727)
  • 27d496c Fix Querystring params not set for nested URI (issue #2251) (#2695)
  • df788fd added property inside drawerConfig to backgroundColor (drawerBackgroundColor) (#2698)
  • e4a7b7e remove ineffective invariant usages, fixes #2258 (#2693)
  • c08be7f Suggest flex: 1 for embedded navigator (#2639)
  • 81d8d91 add doc for transitionConfig (#1827)
  • 5e00115 Fix "drawerLockMode" terminology for screenProps (#2667)
  • c1d181e Fixing Intro Guide (#2679)

There are 20 commits in total.

See the full diff

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

greenkeeper bot commented Oct 18, 2017

Version 1.0.0-beta.15 just got published.

Update to this version instead 🚀

Release Notes v1.0.0-beta.15

Bug Fixes

  • Fix issue introduced in v1.0.0-beta.14 that caused icons not to show up on Android when using TabBarBottom (#2774) - @spencercarli

Improvements

Commits

The new version differs by 3 commits.

  • 1b761cf 1.0.0-beta.15
  • 642af12 Fix tabbar bottom issue on Android. (#2774)
  • 3e37ee6 Fixes default drawerWidth to match Material UI patterns. (#2773)

See the full diff

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

greenkeeper bot commented Oct 31, 2017

Version 1.0.0-beta.16 just got published.

Update to this version instead 🚀

Release Notes v.1.0.0-beta.16

This release address old issues, fixing some annoying bugs and enhancing the codebase via better Flow typing.

And, right before the arrival on the market, iPhone X support!

Thanks to @kelset for preparing these release notes.

Breaking Changes

  • Update packages to support react-native 0.49, Flow 0.53 and react-native-tab-view 0.0.70 & general code cleanup (#2845) - 100000 thanks to @Ashoat
  • Add custom style for DrawerItem (#2764) - thanks @naviocean
    Now to style DrawerItems you need to use itemsContainerStyle and have access to a new prop itemStyle for a single item.
    • To migrate change contentOptions.styles to contentOptions.itemsContainerStyle

New Features

  • Add iPhone X Support (#2833) - thanks to @davepack

  • Pass transition and modal props to transitionConfigurer (#2383) - thanks @callmetwan
    Now transitionConfig has 3 arguments (transitionProps, prevTransitionProps & isModal)

  • Added iconContainerStyle prop to Drawer (#2825) - thanks @brunocascio

Bugfixes & Improvements

Documentation

Repository chores

  • Moved the reactnavigation.org website to Heroku & improve CircleCi config - thanks @skevy
  • Adding an FAQ about performance (#2802) - thanks @kelset
Commits

The new version differs by 26 commits.

  • 5c533df 1.0.0-beta.16
  • 185289a Add iPhone X SafeAreaView (#2833)
  • d1c434b Update to react-native@0.49 and flow-bin@0.53 (#2845)
  • 7013370 Set initialLayout in defaultProps on Android (#2843)
  • 7b88a47 Workaround nested TabNavigation swipe issue (#2733)
  • 817e360 Avoid one frame delay using TabNavigator (#2385)
  • 468a8ca Added iconContainerStyle prop to Drawer (#2825)
  • e650505 Fix stack navigator animations (#1493) (#2520)
  • c5ffe41 Fix impossible to renderTitle in full width on ios (#2641)
  • 283518b fix redirect bug in stacks in tab (#2674)
  • 3a63950 Add custom style for DrawerItem (#2764)
  • 4df002d Add 'save-pattern' to docs (#2806)
  • 2ee8548 Pass transition and modal props to transitionConfigurer (#2383)
  • 5e26ced Add a "Quick Start" guide. (#2775)
  • f43e85e Adding a FAQ about performance (#2802)

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2017

Version 1.0.0-beta.17 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • c0474bb SafeAreaView padding from style prop (#2889)
  • 29ae6f4 Safe area example (#2890)
  • f899b2e Fixes inputRange on headerStyleInterpolator (#2873)
  • e1da55e add run redux example script in package.json (#1634)
  • 4364075 improve TouchableItem props (#2841)
  • c5f8eb2 Override forceInset on DrawerItems. (#2872)
  • 313ec7a Fix backgroundColor in Header and TabBar (#2871)
  • ed2fc9a Fix ios check and array destructuring bug #2853

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2017

Version 1.0.0-beta.18 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 3, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2017

Version 1.0.0-beta.19 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 21, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2017

Version 1.0.0-beta.20 just got published.

Update to this version instead 🚀

Release Notes v1.0.0-beta.20

Breaking Changes

  • Add previous scene to tabBarOnPress (#2790) - thanks @pietro909
    Now the callback to handle tap events is an object containing:

    • the previousScene: { route, index } which is the scene we are leaving
    • the scene: { route, index } that was tapped
    • the jumpToIndex method that can perform the navigation for you

New Features

  • Allow custom header and back button to use the props from react-navigation (#2712) - thanks @vonovak
  • Update TabBarBottom to accept styling for animations (#2945) - thanks @mujavidb
  • Dispatch can be called multiple times per tick (#1313) - thanks @dantman
  • Update to react-native@0.50 and flow-bin@0.56 (#2998) - thanks @Ashoat & @skevy

Bugfixes & Improvements

Documentation

Repository chores

Commits

The new version differs by 26 commits.

  • 93dd287 Bump version
  • 7f1fb8c revert TabBarBottom should hide itself when Keyboard is activated (#3013)
  • 0a662c9 Allow transition configuration between tabs (#2222)
  • 3cff180 Update to react-native@0.50 and flow-bin@0.56 (#2998)
  • 88dfd84 Add previous scene to tabBarOnPress - fix #2787 (#2790)
  • 4e48d43 Allow strings Component types through as screens (#2999)
  • e0704e4 Guide-Headers.md (#3000)
  • caf8379 Dispatch can be called multiple times per tick (#1313)
  • 65f44ae Update withNavigation.md (#2988)
  • 24a3a79 Improvement in redux-integration documentation. (#2964)
  • e25bdd2 Fix default width of drawer (#2978)
  • 346264e Add toString() with type for each NavigationAction (#2260)
  • f2f4e5c Move SafeAreaView out of DrawerNavigatorItems to DrawerSidebar. (#2967)
  • 9316777 Allow custom header and back button to use the props from react-navigation (#2712)
  • dec79f6 Update Guide-Headers.md (#2949)

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 21, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2017

Version 1.0.0-beta.21 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • b5700b9 v1.0.0-beta.21
  • ad59d16 Fix #3020 (#3024)
  • cc355dc return null if it is passed (#3021)
  • 04c075c Fix typo On "Getting Started 3." (#3022)
  • 7ae6908 Update Guide-Quick-Start.md (#3015)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 18, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2017

Version 1.0.0-beta.22 just got published.

Update to this version instead 🚀

Release Notes v1.0.0-beta.22

New Features

  • Drawer Improvement, Let define a route key to open/close multiple drawer with no side effects (#1803) - thanks @flo-pereira
  • Await promise from Transitioner onTransitionStart (#2946) - thanks @jamesreggio
  • Disable / enable swipe depending on screen. (#2906) - thanks @cmpayc
  • Add support for custom header transitions (#3075) - thanks @aeirola
  • Enable configuration of gesture direction (#3077) - thanks @aeirola

Bugfixes & Improvements

  • Add NavigationContainer and NavigationContainerProps types (#3030) - thanks @Ashoat
  • Don't delegate inner action to child router, handle inner action when handling NAVIGATE (#895) - thanks @monteithpj
  • Don't use params from unrelated action when initializing nav state (#3094) - thanks @Ashoat
  • Set sdkVersion to 23.0.0 to ReduxExample (#3037) - thanks @tab
  • Safe area view: support animated style values (#3124) - thanks @steobrien

Documentation

Commits

The new version differs by 14 commits.

  • ef63b23 v1.0.0-beta.22
  • 41b587c Enable configuration of gesture direction (#3077)
  • faed473 Safe area view: support animated style values (#3124)
  • 7fe76fb Fix handling the Hardware Back Button link in Redux section (#3134)
  • 89a6668 Update Contributors Guide link (#3133)
  • 9cf9e25 Update Navigation-Actions.md (#3126)
  • 363f93f Add support for custom header transitions (#3075)
  • 928f632 Don't use params from unrelated action when initializing nav state (#3094)
  • 950d0c6 Don't delegate inner action to child router, handle inner action when handling NAVIGATE
  • 5a26506 Disable / enable swipe depending on screen. (#2906)
  • 5cb42bd Await promise from Transitioner onTransitionStart (#2946)
  • d5618eb Drawer Improvement, Let define a route key to open/close multiple dra… (#1803)
  • 368bc61 Set sdkVersion to 23.0.0 (#3037)
  • f332b6b Add NavigationContainer and NavigationContainerProps types (#3030)

See the full diff

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

greenkeeper bot commented Jan 4, 2018

Version 1.0.0-beta.23 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 7a57c4e Update README, bump version
  • 4373544 If URL is just a scheme:// component without a path, default to root "/" URL (#3224)
  • 8329e26 Upgrade react-native-tab-view (#3064)
  • 450a1e3 removing react-addons-test-utils (#3221)
  • a83220b Update ISSUE_TEMPLATE.md
  • 6af770d Fix example project

See the full diff

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

greenkeeper bot commented Jan 12, 2018

Version 1.0.0-beta.24 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • bc75a5b Use stiffness/damping/mass for card stack transition on React Native >= 50 (#3261)
  • 50d5c8b Set the default value of the DrawerNavigatorConfig correctly. (#3152)
  • c7b73cd Issue #2794 - Fixing iPad iOS 11 Tab Bar Bottom Behavior (#3041)
  • e2e540c Fix drawer toggle (#3191)

See the full diff

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

greenkeeper bot commented Jan 12, 2018

Version 1.0.0-beta.25 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 6ac3bb9 Bump version
  • 627c487 Revert "Issue #2794 - Fixing iPad iOS 11 Tab Bar Bottom Behavior (#3041)"
  • f46bdff Bump version

See the full diff

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

greenkeeper bot commented Jan 12, 2018

Version 1.0.0-beta.26 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • abbd886 Bump version
  • ff6d6f4 Update icons in playground app and add some padding to banner
  • 7fa0ef3 Handle translucent status bar within Expo automatically.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 16, 2018
greenkeeper bot added a commit that referenced this pull request Jan 29, 2020
@greenkeeper
Copy link
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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
Contributor 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.

1 participant