From 22e306004aa1fc4245c867ffc8bd800d8f752e98 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 3 Feb 2020 00:40:22 +0100 Subject: [PATCH] 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 --- packages/bottom-tabs/CHANGELOG.md | 11 +++++++++ packages/bottom-tabs/package.json | 4 ++-- packages/compat/CHANGELOG.md | 12 ++++++++++ packages/compat/package.json | 4 ++-- packages/core/CHANGELOG.md | 20 +++++++++++++++++ packages/core/package.json | 2 +- packages/drawer/CHANGELOG.md | 22 ++++++++++++++++++ packages/drawer/package.json | 4 ++-- packages/material-bottom-tabs/CHANGELOG.md | 11 +++++++++ packages/material-bottom-tabs/package.json | 4 ++-- packages/material-top-tabs/CHANGELOG.md | 12 ++++++++++ packages/material-top-tabs/package.json | 4 ++-- packages/native-stack/CHANGELOG.md | 13 +++++++++++ packages/native-stack/package.json | 4 ++-- packages/native/CHANGELOG.md | 17 ++++++++++++++ packages/native/package.json | 4 ++-- packages/routers/CHANGELOG.md | 11 +++++++++ packages/routers/package.json | 4 ++-- packages/stack/CHANGELOG.md | 26 ++++++++++++++++++++++ packages/stack/package.json | 4 ++-- 20 files changed, 174 insertions(+), 19 deletions(-) diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index e5c54685..af8c5ce2 100644 --- a/packages/bottom-tabs/CHANGELOG.md +++ b/packages/bottom-tabs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.42](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.0.0-alpha.39...@react-navigation/bottom-tabs@5.0.0-alpha.42) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) + + + + + # [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.0.0-alpha.39...@react-navigation/bottom-tabs@5.0.0-alpha.40) (2020-02-02) diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index 6d64b895..b685f5a6 100644 --- a/packages/bottom-tabs/package.json +++ b/packages/bottom-tabs/package.json @@ -10,7 +10,7 @@ "android", "tab" ], - "version": "5.0.0-alpha.41", + "version": "5.0.0-alpha.42", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs", "main": "lib/commonjs/index.js", @@ -30,7 +30,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.28", + "@react-navigation/routers": "^5.0.0-alpha.30", "color": "^3.1.2", "react-native-iphone-x-helper": "^1.2.1" }, diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index a18c258e..e1f149bd 100644 --- a/packages/compat/CHANGELOG.md +++ b/packages/compat/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.31](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/compat@5.0.0-alpha.28...@react-navigation/compat@5.0.0-alpha.31) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) +* throw when assigning or accessing the router property in compat ([944fa35](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/944fa35ed4778ebc7fa7cd50092719cbd5bf3caf)) + + + + + # [5.0.0-alpha.29](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/compat@5.0.0-alpha.28...@react-navigation/compat@5.0.0-alpha.29) (2020-02-02) diff --git a/packages/compat/package.json b/packages/compat/package.json index f827ff8a..03e9949a 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/compat", "description": "Compatibility layer to write navigator definitions in static configuration format", - "version": "5.0.0-alpha.30", + "version": "5.0.0-alpha.31", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/compat", "main": "lib/commonjs/index.js", @@ -21,7 +21,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.28" + "@react-navigation/routers": "^5.0.0-alpha.30" }, "devDependencies": { "@types/react": "^16.9.17", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 73461385..9606e345 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/core@5.0.0-alpha.37...@react-navigation/core@5.0.0-alpha.40) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) +* add warning when passing inline function to component prop ([fa4a959](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/fa4a959549ccd9dc2f9bd2ea495e99abdedc9f94)) +* tweak error messages for validation ([2243b45](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/2243b45cc1addf83727166d82736d214f181b1fb)) + + +### Features + +* add `screens` prop for nested configs ([#308](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/308)) ([b931ae6](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/b931ae62dfb2c5253c94ea5ace73e9070ec17c4a)) +* add useIsDrawerOpen hook ([#299](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/299)) ([ecd68af](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/ecd68afb46a4c56200748da5e5fb284fa5a839db)) +* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/5a3f8356b05bff7ed20893a5db6804612da3e568)) + + + + + # [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/core@5.0.0-alpha.37...@react-navigation/core@5.0.0-alpha.38) (2020-02-02) diff --git a/packages/core/package.json b/packages/core/package.json index a672ea1c..12252174 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.39", + "version": "5.0.0-alpha.40", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/core", "main": "lib/commonjs/index.js", diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index aa30bac4..d201c1c6 100644 --- a/packages/drawer/CHANGELOG.md +++ b/packages/drawer/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.44](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/drawer@5.0.0-alpha.41...@react-navigation/drawer@5.0.0-alpha.44) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) +* fix drawerType=back when drawer is on right ([9198597](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/9198597b7f0a34fbe3844ec86a8b82171036f8ed)), closes [#316](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/316) +* handle back button in drawer itself ([0e8fda3](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/0e8fda319685a34090cfe82da08084c156eb5783)) +* screens integration on Android ([#294](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/294)) ([9bfb295](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/9bfb29562020c61b4d5c9bee278bcb1c7bdb8b67)) +* update screens for native stack ([5411816](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/54118161885738a6d20b062c7e6679f3bace8424)) +* wrap navigators in gesture handler root ([41a5e1a](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/41a5e1a385aa5180abc3992a4c67077c37b998b9)) + + +### Features + +* add useIsDrawerOpen hook ([#299](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/299)) ([ecd68af](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/ecd68afb46a4c56200748da5e5fb284fa5a839db)) +* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/5a3f8356b05bff7ed20893a5db6804612da3e568)) + + + + + # [5.0.0-alpha.42](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/drawer@5.0.0-alpha.41...@react-navigation/drawer@5.0.0-alpha.42) (2020-02-02) diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 9b45ae24..70916c32 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -11,7 +11,7 @@ "material", "drawer" ], - "version": "5.0.0-alpha.43", + "version": "5.0.0-alpha.44", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer", "main": "lib/commonjs/index.js", @@ -31,7 +31,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.28", + "@react-navigation/routers": "^5.0.0-alpha.30", "color": "^3.1.2", "react-native-iphone-x-helper": "^1.2.1" }, diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index 7e777374..84526280 100644 --- a/packages/material-bottom-tabs/CHANGELOG.md +++ b/packages/material-bottom-tabs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.39](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.36...@react-navigation/material-bottom-tabs@5.0.0-alpha.39) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) + + + + + # [5.0.0-alpha.37](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.36...@react-navigation/material-bottom-tabs@5.0.0-alpha.37) (2020-02-02) diff --git a/packages/material-bottom-tabs/package.json b/packages/material-bottom-tabs/package.json index e89a2ca1..a3687111 100644 --- a/packages/material-bottom-tabs/package.json +++ b/packages/material-bottom-tabs/package.json @@ -11,7 +11,7 @@ "material", "tab" ], - "version": "5.0.0-alpha.38", + "version": "5.0.0-alpha.39", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs", "main": "lib/commonjs/index.js", @@ -31,7 +31,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.28" + "@react-navigation/routers": "^5.0.0-alpha.30" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index 9828440c..2fdda9ee 100644 --- a/packages/material-top-tabs/CHANGELOG.md +++ b/packages/material-top-tabs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.0.0-alpha.35...@react-navigation/material-top-tabs@5.0.0-alpha.38) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) +* wrap navigators in gesture handler root ([41a5e1a](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/commit/41a5e1a385aa5180abc3992a4c67077c37b998b9)) + + + + + # [5.0.0-alpha.36](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.0.0-alpha.35...@react-navigation/material-top-tabs@5.0.0-alpha.36) (2020-02-02) diff --git a/packages/material-top-tabs/package.json b/packages/material-top-tabs/package.json index 0c4456e2..3a1a01ad 100644 --- a/packages/material-top-tabs/package.json +++ b/packages/material-top-tabs/package.json @@ -11,7 +11,7 @@ "material", "tab" ], - "version": "5.0.0-alpha.37", + "version": "5.0.0-alpha.38", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs", "main": "lib/commonjs/index.js", @@ -31,7 +31,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.28", + "@react-navigation/routers": "^5.0.0-alpha.30", "color": "^3.1.2" }, "devDependencies": { diff --git a/packages/native-stack/CHANGELOG.md b/packages/native-stack/CHANGELOG.md index 7c560bd7..5cf56231 100644 --- a/packages/native-stack/CHANGELOG.md +++ b/packages/native-stack/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.32](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/native-stack@5.0.0-alpha.29...@react-navigation/native-stack@5.0.0-alpha.32) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) +* screens integration on Android ([#294](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/issues/294)) ([9bfb295](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/9bfb29562020c61b4d5c9bee278bcb1c7bdb8b67)) +* update screens for native stack ([5411816](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/54118161885738a6d20b062c7e6679f3bace8424)) + + + + + # [5.0.0-alpha.30](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/native-stack@5.0.0-alpha.29...@react-navigation/native-stack@5.0.0-alpha.30) (2020-02-02) diff --git a/packages/native-stack/package.json b/packages/native-stack/package.json index 8bd77a2e..1856ec21 100644 --- a/packages/native-stack/package.json +++ b/packages/native-stack/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.31", + "version": "5.0.0-alpha.32", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack", "main": "lib/commonjs/index.js", @@ -26,7 +26,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.28" + "@react-navigation/routers": "^5.0.0-alpha.30" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index 90ef6413..78278d8c 100644 --- a/packages/native/CHANGELOG.md +++ b/packages/native/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.32](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/native@5.0.0-alpha.29...@react-navigation/native@5.0.0-alpha.32) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) + + +### Features + +* add error if multiple instances of useLinking are used ([#310](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/issues/310)) ([4bc0c8f](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/commit/4bc0c8f66f98c0f8ce4e766648125640d01780c4)) +* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/commit/5a3f8356b05bff7ed20893a5db6804612da3e568)) + + + + + # [5.0.0-alpha.30](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/native@5.0.0-alpha.29...@react-navigation/native@5.0.0-alpha.30) (2020-02-02) diff --git a/packages/native/package.json b/packages/native/package.json index 2f869e74..98c16c00 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -7,7 +7,7 @@ "ios", "android" ], - "version": "5.0.0-alpha.31", + "version": "5.0.0-alpha.32", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native", "main": "lib/commonjs/index.js", @@ -27,7 +27,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^5.0.0-alpha.38" + "@react-navigation/core": "^5.0.0-alpha.40" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index 7f23e62d..e1f36f99 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.30](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/routers@5.0.0-alpha.27...@react-navigation/routers@5.0.0-alpha.30) (2020-02-02) + + +### Bug Fixes + +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) + + + + + # [5.0.0-alpha.28](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/routers@5.0.0-alpha.27...@react-navigation/routers@5.0.0-alpha.28) (2020-02-02) diff --git a/packages/routers/package.json b/packages/routers/package.json index ccfdeb39..c42c36df 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.29", + "version": "5.0.0-alpha.30", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/routers", "main": "lib/commonjs/index.js", @@ -26,7 +26,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^5.0.0-alpha.38", + "@react-navigation/core": "^5.0.0-alpha.40", "shortid": "^2.2.15" }, "devDependencies": { diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 5ce01ba8..3a02111c 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.66](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.63...@react-navigation/stack@5.0.0-alpha.66) (2020-02-02) + + +### Bug Fixes + +* add accessibilityRole=header to header title ([0ead266](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/0ead2662ec10078b5e238f53f4607a8c712c20a4)) +* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f)) +* disable screens when mode is modal on older expo versions ([94d7b28](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/94d7b28c0b2ce0d56c99b224610f305be6451626)) +* dispatch pop early when screen is closed with gesture ([#336](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/336)) ([3d937d1](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/3d937d1e6571cd613e830d64f7b2e7426076d371)), closes [#267](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/267) +* fix shadow position for inverted animations ([5fe140e](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/5fe140e61b9d6038490b1975b99331613933eb39)) +* increase epsilon in CardContainer.tsx ([9be904d](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/9be904d9c4c74c23a7d1d60d81f4366c601f5082)) +* make UNVERSIONED insufficient expo version ([a6f5867](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/a6f58677dce9c8446de7879014490c9ab76eceb9)) +* screens integration on Android ([#294](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/294)) ([9bfb295](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/9bfb29562020c61b4d5c9bee278bcb1c7bdb8b67)) +* update screens for native stack ([5411816](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/54118161885738a6d20b062c7e6679f3bace8424)) +* web with internal interpolation listener ([edf96d8](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/edf96d839fea3a9919e4133bd476df303d7a2b00)) +* wrap navigators in gesture handler root ([41a5e1a](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/41a5e1a385aa5180abc3992a4c67077c37b998b9)) + + +### Features + +* add `animationTypeForReplace` option ([#297](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/issues/297)) ([6262f72](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/6262f7298bff843571fb4b1a677d3beabe29833e)) + + + + + # [5.0.0-alpha.64](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.63...@react-navigation/stack@5.0.0-alpha.64) (2020-02-02) diff --git a/packages/stack/package.json b/packages/stack/package.json index 45b47c13..e1a4a10b 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -10,7 +10,7 @@ "android", "stack" ], - "version": "5.0.0-alpha.65", + "version": "5.0.0-alpha.66", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/stack", "main": "lib/commonjs/index.js", @@ -30,7 +30,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.28", + "@react-navigation/routers": "^5.0.0-alpha.30", "color": "^3.1.2", "react-native-iphone-x-helper": "^1.2.1" },