Commit Graph

2258 Commits

Author SHA1 Message Date
Brent Vatne
d7afc3975f Release 2.14.0 2018-09-12 16:47:03 +02:00
Brent Vatne
6d04c5b497 Bump react-navigation-stack to 0.4.0 2018-09-12 16:39:52 +02:00
Thibault Malbranche
ccb8e527ce Bump Safe-Area-View to remove circular dependency. (#4980)
* Bump Safe-Area-View to remove circular dependency.

React Native 0.57 now adds a yellowbox warning due to this package, bumping to solve

* Update CHANGELOG.md

* Update CHANGELOG.md
2018-09-12 16:39:22 +02:00
Brent Vatne
16e21be009 Release 2.13.0 2018-09-06 15:04:43 -07:00
Brent Vatne
563ddf73a8 Bump react-navigation-stack and react-navigation-tabs 2018-09-06 14:59:48 -07:00
Tom Spencer
dab0e1be21 Add missing types (#4836)
* Add missing types

* Added missing types to DrawerActions
2018-09-04 18:44:02 +01:00
Thibaut
86e5a464a7 Add missing StackNavigatorConfig option (#4917) 2018-09-04 19:42:46 +02:00
Rodolfo Silva
5d2f9aa63f Update CHANGELOG.md (#4923)
Change dependency version
2018-09-04 14:42:27 -03:00
Cameron Knight
290137938d Pin create-react-context at v0.2.2 (#4950)
Because `create-react-context` updated its license from MIT (read: Open
Source) to a more-restrictive, non-Open Source license without
appropriately bumping its major version in violation of semver, the
`create-react-context` version within `react-navigation` necessarily
needs to have its version pinned to a version of `create-react-context`
before the license change.

v0.2.2 is the most recent version of `create-react-context` that still
retains an Open Source license.

Note: Another solution to this would be to require `react` `16.3.x` or
higher, which includes the official `React.createContext` API without
need to rely on a third-party library.

Closes #4934
2018-09-04 10:41:42 -07:00
Rodrigo Bermúdez Schettino
9dd2740ddc CHANGELOG: Remove duplicate entry (#4909)
Issue link was missing in removed entry. Left the one with better format.
2018-08-27 21:00:04 +02:00
Brent Vatne
ee655bf295 Fix typo in issue template 2018-08-25 15:50:55 -07:00
Brent Vatne
5a1c6c043f Release 2.12.1 2018-08-23 16:29:12 -07:00
Brent Vatne
5958f9189f Release 2.12.0 2018-08-22 17:17:22 -07:00
Brent Vatne
11c5dc1d3a Update react-navigation-stack, export HeaderStyleInterpolator, and add example of using it to playground 2018-08-22 17:16:39 -07:00
Brent Vatne
4dc5083481 Fix drawer config in Drawer + Tabs example 2018-08-21 15:25:00 -07:00
Nicolas Charpentier
1a8e8e7c5b Remove duplicate private key (#4819)
A package can't be more private than that, so let's remove duplicates.
2018-08-21 19:13:22 -04:00
Kevin Coleman
c36abf0d6c Bump react-native-safe-area-view dep to 0.9.0 (#4810)
https://github.com/react-navigation/react-navigation/issues/3992
2018-08-08 00:23:51 +07:00
Brent Vatne
5245873052 Extract stack to react-navigation-stack (#4809)
* Extract stack to react-navigation-stack

* Update CHANGELOG

* Fix tests
2018-08-03 18:47:46 -07:00
Brent Vatne
90d1d69f2d Release 2.11.2 2018-08-03 15:45:27 -07:00
Brent Vatne
28416c0ab3 Undo pathUtils rename 2018-08-03 15:33:38 -07:00
Brent Vatne
859f071783 Release 2.11.1 2018-08-03 14:48:49 -07:00
Brent Vatne
ce7b1d79fe Fix a couple of exports and export a few more modules 2018-08-03 14:47:43 -07:00
Brent Vatne
c3821fbbe0 Release 2.11.0 2018-08-03 14:17:24 -07:00
Brent Vatne
646dd0d187 Export modules useful for moving stack navigator outside of core 2018-08-03 14:16:57 -07:00
Brent Vatne
64a429a8c8 Release 2.10.0 2018-08-02 13:01:39 -07:00
Brent Vatne
e3d3ef2289 Update react-navigation-[tabs&drawer] 2018-08-02 12:58:14 -07:00
Justin Parker
a3c3332334 Fixes bug where null doesn't work in routerOptions paths object for deeplinking (#4791)
* Add test for handling null path set on router

* Allow null paths on the router config

Previously if you specified `null` in the router `paths`, the logic would actually fall back to the `path` specified on the route, which is especially bad if the latter is undefined, because then the path would be set as the default of the routeName.
2018-08-01 04:12:49 -04:00
Brent Vatne
5df64dbe4e Add NavigationTestUtils and release 2.9.3 2018-07-26 15:48:24 -07:00
Brent Vatne
2e5da27420 Release 2.9.2 2018-07-25 11:52:39 -07:00
Tim Wang
66087fc7ff Export StackViewTransitionConfigs (#4761)
* export StackViewTransitionConfigs

* Add changelogs
2018-07-26 02:50:07 +08:00
Simone D'Avico
5ea116b163 Fix typo in header transition preset check (uitkit -> uikit) (#4757) 2018-07-25 20:49:24 +02:00
Yevhen
2ebedcfb87 Error when building with haul: ref to pathToRegexp.compile (#4658)
Error in source code that cause problem on react native using haul https://puu.sh/AT1uZ/158623d5a4.png
2018-07-25 21:28:05 +03:00
Brent Vatne
f39b8df3df Release 2.9.1 2018-07-24 10:49:56 -07:00
Brent Vatne
27f3d875be Move more logs behind debug flag in stack playground 2018-07-24 10:47:59 -07:00
Brent Vatne
ff71ee9322 Fix title offfset calculation 2018-07-24 10:47:02 -07:00
Brent Vatne
42b77adc86 Fix snapshots 2018-07-20 14:44:26 -07:00
Brent Vatne
59297bfe0b Release 2.9.0 2018-07-20 14:33:27 -07:00
Brent Vatne
157aae54df Respect custom background color in header wrapper 2018-07-20 14:30:38 -07:00
Brent Vatne
596f2a8df3 Add headerLayoutPreset, add config for back button title visibility and make it have reasonable defaults, better back button ripple on Android (#4588) 2018-07-20 14:12:39 -07:00
Brent Vatne
cc72a1bbc3 Release 2.8.0 2018-07-19 15:48:09 -07:00
Brent Vatne
08c0a38806 Update NavigationPlayground to Expo SDK 28 2018-07-19 15:46:24 -07:00
Brent Vatne
afc00cf810 Cleanup unused descriptors and handle the case where we might expect to have a descriptor but do not (#4723) 2018-07-19 13:16:38 -07:00
Eric Vicenti
984f51dbe2 Fix createNavigator leak of old descriptors 2018-07-19 12:41:14 -07:00
Eric Vicenti
ba1f912907 Fix leak in createNavigator
Previous descriptors had been retained because this binding caused `this.prevState` to remain referenced. This binds the component getter to null instead.
2018-07-19 12:20:56 -07:00
Reza Ghorbani
8ee0e09092 added header container styles to be customized (#4331) 2018-07-19 02:44:08 +04:30
Brent Vatne
050348c0db Release 2.7.0 2018-07-17 15:50:18 -07:00
Brent Vatne
399a64fd17 Add border for transparent header in example 2018-07-17 15:43:22 -07:00
Eric Vicenti
a443464e5b Improve empty path and param handling (#4671)
* Overhaul Path handling

* Another test for deep link
2018-07-17 13:51:20 -07:00
Brent Vatne
35ddee8c50 Fix tests 2018-07-17 13:49:12 -07:00
Brent Vatne
abe244468e Remove unnecessary style array 2018-07-16 18:09:59 -07:00