Open greenkeeper[bot] opened 6 years ago
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
The new version differs by 5 commits.
3dd3f5b
Release 2.5.4
3d8d5a0
Adds getNavigation to web exports (#4551)
54448ed
Prevent flicker in header when header is null on initial mount (when using default header sizes) (#4577)
369ac2b
Adds SwitchNavigator to react-navigation-web (#4550)
3dc592f
Update ISSUE_TEMPLATE.md (#4575)
See the full diff
Update to this version instead π
The new version differs by 5 commits.
30ef5ef
Release 2.5.5
c7fff52
Delegate to child routers for more than just the top screen in the stack (#4587)
bc01a4c
Throw error in development mode when title is not a string
cad3d70
Update react-navigation-drawer to 0.4.3
bb5719f
Throw an error when header is invalid
See the full diff
Update to this version instead π
The new version differs by 7 commits.
525528e
Release 2.6.0
9f5f3d9
Fix bug: params not be passed to navigator inside SwitchNavigator (#4306)
e8c1833
Fix stack router child router delegation priority (#4635)
0921889
Avoid crash when calling isFocused on old route (#4634)
1951a3a
Add component (#4188)
4e384f8
Routers: Deep Linking Overhaul (#4590)
3d06d19
clean up PlatformHelpers (#4586)
See the full diff
Update to this version instead π
The new version differs by 15 commits.
c1f07dc
Release 2.7.0
bc04b31
Add border for transparent header in example
35307c7
Improve empty path and param handling (#4671)
7e3f4f3
Fix tests
cbd0958
Remove unnecessary style array
cab4d71
Fix edge case where route was in nav state but never actually graduated to scene
108ac0e
Set borderBottom to transparent and of size 0 if headerTransparent is true (#4701)
fa4fdb9
Fix onTransitionStart config not being invoked with keyboard aware navigator, and use prop over config when available
ebdd2da
Pull onTransitionStart from navigationConfig, fixes #4100
1fe11c1
Fix #4608 - remove header left component only when a headerLeft optio⦠(#4679)
c4b84f1
Fix container referene to startup state data
69f394b
Feat/allow keyless replace (#4636)
316e499
Add enableURLHandling to navigation container
805064c
[flow] Make NavigationRoute types exact (#4667)
8f19998
Fix changelog (#4651)
See the full diff
Update to this version instead π
The new version differs by 6 commits.
3c36db4
Release 2.8.0
ec52c88
Update NavigationPlayground to Expo SDK 28
c4b3f25
Cleanup unused descriptors and handle the case where we might expect to have a descriptor but do not (#4723)
93642e1
Fix createNavigator leak of old descriptors
1a76556
Fix leak in createNavigator
12b21f0
added header container styles to be customized (#4331)
See the full diff
Update to this version instead π
The new version differs by 4 commits.
9a82706
Fix snapshots
d973a26
Release 2.9.0
852e7e1
Respect custom background color in header wrapper
cd3707d
Add headerLayoutPreset, add config for back button title visibility and make it have reasonable defaults, better back button ripple on Android (#4588)
See the full diff
Update to this version instead π
The new version differs by 6 commits.
f01b489
Release 2.12.0
556c316
Update react-navigation-stack, export HeaderStyleInterpolator, and add example of using it to playground
b6bca3e
Fix drawer config in Drawer + Tabs example
0c56b21
Remove duplicate private key (#4819)
912c7ca
Bump react-native-safe-area-view dep to 0.9.0 (#4810)
73c76f1
Extract stack to react-navigation-stack (#4809)
See the full diff
Update to this version instead π
The new version differs by 8 commits.
460754f
Release 2.13.0
ffd1865
Bump react-navigation-stack and react-navigation-tabs
50320bf
Add missing types (#4836)
74a04c3
Add missing StackNavigatorConfig option (#4917)
54d0d51
Update CHANGELOG.md (#4923)
14eb5a1
Pin create-react-context at v0.2.2 (#4950)
222c77a
CHANGELOG: Remove duplicate entry (#4909)
39316fc
Fix typo in issue template
See the full diff
dependency
react-navigation was updated from 1.5.13
to 2.14.0
.dependency
react-navigation was updated from 1.5.13
to 2.14.1
.dependency
react-navigation was updated from 1.5.13
to 2.14.2
.dependency
react-navigation was updated from 1.6.0
to 2.15.0
.dependency
react-navigation was updated from 1.6.0
to 2.16.0
.dependency
react-navigation was updated from 1.6.0
to 2.17.0
.dependency
react-navigation was updated from 1.6.1
to 2.18.0
.Update to this version instead π
The new version differs by 9 commits.
9c12052
Release 2.18.0
994c2c0
Update react-navigation-tabs
c27a197
Fix unexpected route switching after the transition is complete (#5113)
07afa55
[flow] Mark key in StackActions.replace as optional (#5073)
3ac5f41
Introduce getActiveChildNavigationOptions (#5080)
70a2c3b
[flow] Update StackViewConfig to match recent changes (#5067)
4bd6f17
Removes drawer actions from react-navigation-web (#4549)
9824e90
Add disableRouteNamePaths option to router configs (#4824)
eae9924
Removed unused imports and const declarations (#5053)
See the full diff
dependency
react-navigation was updated from 1.6.1
to 2.18.1
.dependency
react-navigation was updated from 1.6.1
to 2.18.2
.dependency
react-navigation was updated from 1.6.1
to 3.0.0
.dependency
react-navigation was updated from 1.6.1
to 3.0.1
.dependency
react-navigation was updated from 1.6.1
to 3.0.2
.dependency
react-navigation was updated from 1.6.1
to 3.0.3
.dependency
react-navigation was updated from 1.6.1
to 3.0.4
.
Version 2.0.0 of react-navigation was just published.
react-navigation
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](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: