Satyajit Sahoo
|
225cb298b6
|
chore: publish
- @react-navigation/bottom-tabs@5.0.7
- @react-navigation/compat@5.0.7
- @react-navigation/core@5.1.6
- @react-navigation/drawer@5.0.7
- @react-navigation/material-bottom-tabs@5.0.7
- @react-navigation/material-top-tabs@5.0.7
- @react-navigation/native@5.0.7
- @react-navigation/routers@5.0.2
- @react-navigation/stack@5.0.7
|
2020-02-21 19:18:56 +01:00 |
|
Satyajit Sahoo
|
f16700812f
|
fix: avoid emitting focus events twice
fixes #6749
|
2020-02-21 18:56:06 +01:00 |
|
Satyajit Sahoo
|
125bd70e49
|
fix: preserve screen order with numeric names
fixes #6900
|
2020-02-21 05:43:32 +01:00 |
|
Satyajit Sahoo
|
4578849ebf
|
chore: publish
- @react-navigation/bottom-tabs@5.0.6
- @react-navigation/compat@5.0.6
- @react-navigation/core@5.1.5
- @react-navigation/drawer@5.0.6
- @react-navigation/material-bottom-tabs@5.0.6
- @react-navigation/material-top-tabs@5.0.6
- @react-navigation/native@5.0.6
- @react-navigation/stack@5.0.6
|
2020-02-19 23:34:10 +01:00 |
|
Satyajit Sahoo
|
c084517d7b
|
chore: add release script
|
2020-02-19 23:30:12 +01:00 |
|
Satyajit Sahoo
|
bb0226e26d
|
chore: tweak error message
|
2020-02-18 18:59:39 +01:00 |
|
Satyajit Sahoo
|
1a28c299b5
|
fix: show descriptive error for invalid return for useFocusEffect
|
2020-02-15 20:02:39 +01:00 |
|
Satyajit Sahoo
|
040f5dbb9d
|
refactor: drop use of performTransaction
|
2020-02-15 19:05:50 +01:00 |
|
Satyajit Sahoo
|
5b7bbbdfd9
|
chore: publish
- @react-navigation/bottom-tabs@5.0.5
- @react-navigation/compat@5.0.5
- @react-navigation/core@5.1.4
- @react-navigation/drawer@5.0.5
- @react-navigation/material-bottom-tabs@5.0.5
- @react-navigation/material-top-tabs@5.0.5
- @react-navigation/native-stack@5.0.5
- @react-navigation/native@5.0.5
- @react-navigation/stack@5.0.5
|
2020-02-15 00:18:52 +01:00 |
|
Satyajit Sahoo
|
c5fefc6ee9
|
chore: tweak versions for peer dependencies
|
2020-02-15 00:15:01 +01:00 |
|
Satyajit Sahoo
|
aaf01e01e7
|
fix: return '/' for empty paths
|
2020-02-14 23:17:29 +01:00 |
|
Satyajit Sahoo
|
ac242fd281
|
refactor: discard all routes but last when getting action from state
|
2020-02-14 23:04:09 +01:00 |
|
Satyajit Sahoo
|
c5fcfbd427
|
fix: link to migration guide on invalid usage
|
2020-02-14 22:48:04 +01:00 |
|
Satyajit Sahoo
|
424c9469e4
|
chore: publish
- @react-navigation/bottom-tabs@5.0.4
- @react-navigation/compat@5.0.4
- @react-navigation/core@5.1.3
- @react-navigation/drawer@5.0.4
- @react-navigation/material-bottom-tabs@5.0.4
- @react-navigation/material-top-tabs@5.0.4
- @react-navigation/native-stack@5.0.4
- @react-navigation/native@5.0.4
- @react-navigation/stack@5.0.4
|
2020-02-14 18:50:01 +01:00 |
|
Satyajit Sahoo
|
f964200b0d
|
fix: update links in error messages
|
2020-02-14 18:32:53 +01:00 |
|
Satyajit Sahoo
|
c8ac5fab61
|
fix: return false for canGoBack if navigator hasn't finished mounting
|
2020-02-12 21:28:03 +01:00 |
|
Satyajit Sahoo
|
b6accd03f6
|
fix: throw a descriptive error if navigation object hasn't initialized
|
2020-02-12 20:59:58 +01:00 |
|
Satyajit Sahoo
|
0cca1309ec
|
chore: publish
- @react-navigation/bottom-tabs@5.0.3
- @react-navigation/compat@5.0.3
- @react-navigation/core@5.1.2
- @react-navigation/drawer@5.0.3
- @react-navigation/material-bottom-tabs@5.0.3
- @react-navigation/material-top-tabs@5.0.3
- @react-navigation/native-stack@5.0.3
- @react-navigation/native@5.0.3
- @react-navigation/stack@5.0.3
|
2020-02-12 16:58:48 +01:00 |
|
Satyajit Sahoo
|
030c63c89f
|
fix: fix false positives for circular object check
fixes #6827
|
2020-02-12 11:42:36 +01:00 |
|
Abhinandan Ramaprasath
|
2bf0958502
|
fix: static container memo check (#6825)
Memo check compared elements of prevProps to nextProps but failed
to take new props into account. Fixed the logic and added a new
test.
|
2020-02-12 10:56:23 +01:00 |
|
Satyajit Sahoo
|
94cff2380a
|
chore: publish
- @react-navigation/bottom-tabs@5.0.2
- @react-navigation/compat@5.0.2
- @react-navigation/core@5.1.1
- @react-navigation/drawer@5.0.2
- @react-navigation/material-bottom-tabs@5.0.2
- @react-navigation/material-top-tabs@5.0.2
- @react-navigation/native-stack@5.0.2
- @react-navigation/native@5.0.2
- @react-navigation/stack@5.0.2
|
2020-02-11 18:57:48 +01:00 |
|
Satyajit Sahoo
|
359ae1bfac
|
fix: don't cleanup state on switching navigator
This leads to a glitch. Switching navigators should be handled by the router properly.
|
2020-02-11 18:56:27 +01:00 |
|
Satyajit Sahoo
|
b234b035c3
|
chore: publish
- @react-navigation/bottom-tabs@5.0.1
- @react-navigation/compat@5.0.1
- @react-navigation/core@5.1.0
- @react-navigation/drawer@5.0.1
- @react-navigation/material-bottom-tabs@5.0.1
- @react-navigation/material-top-tabs@5.0.1
- @react-navigation/native-stack@5.0.1
- @react-navigation/native@5.0.1
- @react-navigation/routers@5.0.1
- @react-navigation/stack@5.0.1
|
2020-02-10 17:22:48 +01:00 |
|
Satyajit Sahoo
|
13b4e07348
|
fix: add some links in the error messages
|
2020-02-10 16:16:54 +01:00 |
|
Satyajit Sahoo
|
86c39d2e0e
|
refactor: move types and base router to routers package
|
2020-02-10 16:04:20 +01:00 |
|
Satyajit Sahoo
|
ae680a1e3c
|
chore: upgrade depenendecies
|
2020-02-10 16:04:20 +01:00 |
|
Satyajit Sahoo
|
79ab56fe41
|
chore: release stable version
|
2020-02-05 14:54:44 +01:00 |
|
Satyajit Sahoo
|
a121844148
|
chore: prepare for stable release (#354)
|
2020-02-05 14:47:36 +01:00 |
|
Wojciech Lewicki
|
61b1134f90
|
feat: support ignoring empty path strings (#349)
|
2020-02-05 13:31:40 +01:00 |
|
Satyajit Sahoo
|
264537bdb4
|
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.45
- @react-navigation/compat@5.0.0-alpha.34
- @react-navigation/core@5.0.0-alpha.43
- @react-navigation/drawer@5.0.0-alpha.47
- @react-navigation/material-bottom-tabs@5.0.0-alpha.42
- @react-navigation/material-top-tabs@5.0.0-alpha.41
- @react-navigation/native-stack@5.0.0-alpha.35
- @react-navigation/native@5.0.0-alpha.35
- @react-navigation/routers@5.0.0-alpha.33
- @react-navigation/stack@5.0.0-alpha.70
|
2020-02-04 17:34:55 +01:00 |
|
Satyajit Sahoo
|
ca4a36070a
|
fix: improve error message for unhandled action
|
2020-02-04 17:33:03 +01:00 |
|
Wojciech Lewicki
|
4ca5cc6329
|
feat: add initialRouteName property to config (#322)
|
2020-02-04 14:44:57 +01:00 |
|
osdnk
|
25c3fc440f
|
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.44
- @react-navigation/compat@5.0.0-alpha.33
- @react-navigation/core@5.0.0-alpha.42
- @react-navigation/drawer@5.0.0-alpha.46
- @react-navigation/material-bottom-tabs@5.0.0-alpha.41
- @react-navigation/material-top-tabs@5.0.0-alpha.40
- @react-navigation/native-stack@5.0.0-alpha.34
- @react-navigation/native@5.0.0-alpha.34
- @react-navigation/routers@5.0.0-alpha.32
- @react-navigation/stack@5.0.0-alpha.69
|
2020-02-04 11:04:43 +01:00 |
|
Michał Osadnik
|
bec2f754d4
|
refactor: rename NavigationNativeContainer to NavigationContainer (#344)
|
2020-02-04 10:21:16 +01:00 |
|
Satyajit Sahoo
|
ba85db28d4
|
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.43
- @react-navigation/compat@5.0.0-alpha.32
- @react-navigation/core@5.0.0-alpha.41
- @react-navigation/drawer@5.0.0-alpha.45
- @react-navigation/material-bottom-tabs@5.0.0-alpha.40
- @react-navigation/material-top-tabs@5.0.0-alpha.39
- @react-navigation/native-stack@5.0.0-alpha.33
- @react-navigation/native@5.0.0-alpha.33
- @react-navigation/routers@5.0.0-alpha.31
- @react-navigation/stack@5.0.0-alpha.67
|
2020-02-03 05:18:49 +01:00 |
|
Satyajit Sahoo
|
e5063b9339
|
fix: ignore circular references when checking serializable
|
2020-02-03 05:18:03 +01:00 |
|
Satyajit Sahoo
|
22e306004a
|
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.42
- @react-navigation/compat@5.0.0-alpha.31
- @react-navigation/core@5.0.0-alpha.40
- @react-navigation/drawer@5.0.0-alpha.44
- @react-navigation/material-bottom-tabs@5.0.0-alpha.39
- @react-navigation/material-top-tabs@5.0.0-alpha.38
- @react-navigation/native-stack@5.0.0-alpha.32
- @react-navigation/native@5.0.0-alpha.32
- @react-navigation/routers@5.0.0-alpha.30
- @react-navigation/stack@5.0.0-alpha.66
|
2020-02-03 00:40:22 +01:00 |
|
Satyajit Sahoo
|
8a835b3556
|
chore: fix versions in package.json
|
2020-02-03 00:40:11 +01:00 |
|
osdnk
|
343320783f
|
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.40
- @react-navigation/compat@5.0.0-alpha.29
- @react-navigation/core@5.0.0-alpha.38
- @react-navigation/drawer@5.0.0-alpha.42
- @react-navigation/material-bottom-tabs@5.0.0-alpha.37
- @react-navigation/material-top-tabs@5.0.0-alpha.36
- @react-navigation/native-stack@5.0.0-alpha.30
- @react-navigation/native@5.0.0-alpha.30
- @react-navigation/routers@5.0.0-alpha.28
- @react-navigation/stack@5.0.0-alpha.64
|
2020-02-02 23:36:00 +01:00 |
|
Satyajit Sahoo
|
0c159db4c9
|
fix: add licenses
|
2020-02-01 02:43:58 +01:00 |
|
Satyajit Sahoo
|
fa4a959549
|
fix: add warning when passing inline function to component prop
|
2020-01-30 05:03:32 +01:00 |
|
Satyajit Sahoo
|
5a3f8356b0
|
feat: integrate with history API on web
|
2020-01-29 23:14:12 +01:00 |
|
Satyajit Sahoo
|
eeae11033a
|
refactor: track history for tabs and drawer in a history key
|
2020-01-29 23:14:12 +01:00 |
|
Wojciech Lewicki
|
b931ae62df
|
feat: add screens prop for nested configs (#308)
Nested configs' names with their configs are now in `screens` property of the route object.
|
2020-01-29 16:26:17 +01:00 |
|
Satyajit Sahoo
|
ecd68afb46
|
feat: add useIsDrawerOpen hook (#299)
|
2020-01-27 12:59:24 +01:00 |
|
Satyajit Sahoo
|
2243b45cc1
|
fix: tweak error messages for validation
|
2020-01-25 14:42:17 +01:00 |
|
Satyajit Sahoo
|
5e7cfc4ac0
|
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.39
- @react-navigation/compat@5.0.0-alpha.28
- @react-navigation/core@5.0.0-alpha.37
- @react-navigation/drawer@5.0.0-alpha.41
- @react-navigation/material-bottom-tabs@5.0.0-alpha.36
- @react-navigation/material-top-tabs@5.0.0-alpha.35
- @react-navigation/native-stack@5.0.0-alpha.29
- @react-navigation/native@5.0.0-alpha.29
- @react-navigation/routers@5.0.0-alpha.27
- @react-navigation/stack@5.0.0-alpha.63
|
2020-01-24 13:01:24 +01:00 |
|
NoemiRozpara
|
5751e7f97a
|
fix: warn if non-serializable values found in state
|
2020-01-24 12:58:06 +01:00 |
|
Satyajit Sahoo
|
179e807a64
|
fix: add error message when trying to use v4 API with v5
|
2020-01-24 00:01:35 +01:00 |
|
Satyajit Sahoo
|
2f1f0af862
|
fix: validate screen configs
|
2020-01-23 23:52:27 +01:00 |
|