mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.1 - @react-navigation/core@5.0.0-alpha.1 - @react-navigation/drawer@5.0.0-alpha.1 - @react-navigation/example@5.0.0-alpha.1 - @react-navigation/material-bottom-tabs@5.0.0-alpha.1 - @react-navigation/material-top-tabs@5.0.0-alpha.1 - @react-navigation/native@5.0.0-alpha.1 - @react-navigation/routers@5.0.0-alpha.1 - @react-navigation/stack@5.0.0-alpha.1
This commit is contained in:
44
packages/bottom-tabs/CHANGELOG.md
Normal file
44
packages/bottom-tabs/CHANGELOG.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* change opacity for hidden tabs only when not using rn-screens ([#80](https://github.com/react-navigation/navigation-ex/issues/80)) ([6490049](https://github.com/react-navigation/navigation-ex/commit/6490049)), closes [#5382](https://github.com/react-navigation/navigation-ex/issues/5382)
|
||||
* correctly reset _isTabPress property ([80b7f1d](https://github.com/react-navigation/navigation-ex/commit/80b7f1d))
|
||||
* fix hit slop for bottom tab bar ([#110](https://github.com/react-navigation/navigation-ex/issues/110)) ([ce3670b](https://github.com/react-navigation/navigation-ex/commit/ce3670b))
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
* fix tabBarOnPress with MaterialTopTabs and fix isFocused ([#21](https://github.com/react-navigation/navigation-ex/issues/21)) ([491ee81](https://github.com/react-navigation/navigation-ex/commit/491ee81))
|
||||
* import SceneView from react-navigation default export ([5d5f4d1](https://github.com/react-navigation/navigation-ex/commit/5d5f4d1))
|
||||
* increase padding for iOS horizontal label alignment ([#114](https://github.com/react-navigation/navigation-ex/issues/114)) ([4adb3a9](https://github.com/react-navigation/navigation-ex/commit/4adb3a9)), closes [#113](https://github.com/react-navigation/navigation-ex/issues/113)
|
||||
* iPad / horizontal layout works as expected in BottomTabBar ([3bb5ec4](https://github.com/react-navigation/navigation-ex/commit/3bb5ec4))
|
||||
* NavigationActions.popToTop no longer exists, belongs to StackActions now ([273131f](https://github.com/react-navigation/navigation-ex/commit/273131f))
|
||||
* remove tab icon wrapper to fix adaptive icons ([3fdb3d9](https://github.com/react-navigation/navigation-ex/commit/3fdb3d9))
|
||||
* specify default values for getAccessibilityX ([3c7918d](https://github.com/react-navigation/navigation-ex/commit/3c7918d)), closes [#116](https://github.com/react-navigation/navigation-ex/issues/116)
|
||||
* tweak hitSlop on bottom tab bar buttons ([a5514a2](https://github.com/react-navigation/navigation-ex/commit/a5514a2))
|
||||
* typo in accessibilityLabel ([57a0d46](https://github.com/react-navigation/navigation-ex/commit/57a0d46))
|
||||
* use react-lifecycles-compat for async mode compatibility ([93b45f2](https://github.com/react-navigation/navigation-ex/commit/93b45f2))
|
||||
* use the JUMP_TO action for tab change ([242625a](https://github.com/react-navigation/navigation-ex/commit/242625a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add ability to render label beside the icon ([#103](https://github.com/react-navigation/navigation-ex/issues/103)) ([8f70ebb](https://github.com/react-navigation/navigation-ex/commit/8f70ebb))
|
||||
* add accessibility role and state to bottom bar ([#90](https://github.com/react-navigation/navigation-ex/issues/90)) ([73e9b4c](https://github.com/react-navigation/navigation-ex/commit/73e9b4c))
|
||||
* add accessibilityLabel and testID options ([#26](https://github.com/react-navigation/navigation-ex/issues/26)) ([4cc91d1](https://github.com/react-navigation/navigation-ex/commit/4cc91d1))
|
||||
* add an option to swap out TouchableWithoutFeedback for another component ([#27](https://github.com/react-navigation/navigation-ex/issues/27)) ([34b0e5d](https://github.com/react-navigation/navigation-ex/commit/34b0e5d))
|
||||
* add defaultHandler argument to tabBarOnPress. fixes [#22](https://github.com/react-navigation/navigation-ex/issues/22) ([267e9ec](https://github.com/react-navigation/navigation-ex/commit/267e9ec))
|
||||
* add lazy option. fixes [#23](https://github.com/react-navigation/navigation-ex/issues/23) ([2a80c11](https://github.com/react-navigation/navigation-ex/commit/2a80c11))
|
||||
* export individual navigators separately. fixes [#2](https://github.com/react-navigation/navigation-ex/issues/2) ([65b0c46](https://github.com/react-navigation/navigation-ex/commit/65b0c46))
|
||||
* export tab bars ([a4ead48](https://github.com/react-navigation/navigation-ex/commit/a4ead48))
|
||||
* hide tab bar when keyboard is shown ([#112](https://github.com/react-navigation/navigation-ex/issues/112)) ([ccb2d38](https://github.com/react-navigation/navigation-ex/commit/ccb2d38)), closes [#16](https://github.com/react-navigation/navigation-ex/issues/16)
|
||||
* implement various navigators ([f0b80ce](https://github.com/react-navigation/navigation-ex/commit/f0b80ce))
|
||||
* initial commit ([89934b9](https://github.com/react-navigation/navigation-ex/commit/89934b9))
|
||||
* lazy initialized MaterialTopTabNavigator routes ([#9](https://github.com/react-navigation/navigation-ex/issues/9)) ([18fa131](https://github.com/react-navigation/navigation-ex/commit/18fa131))
|
||||
* put material bottom tabs in another repository ([42e35f5](https://github.com/react-navigation/navigation-ex/commit/42e35f5))
|
||||
* upgrade react-native-tab-view to 2.0 ([d8b4774](https://github.com/react-navigation/navigation-ex/commit/d8b4774))
|
||||
* use resource saving view for scenes. fixes [#3](https://github.com/react-navigation/navigation-ex/issues/3) ([fd2c352](https://github.com/react-navigation/navigation-ex/commit/fd2c352))
|
||||
@@ -10,7 +10,7 @@
|
||||
"android",
|
||||
"tab"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -33,7 +33,7 @@
|
||||
"clean": "del lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/routers": "^5.0.0-alpha.0",
|
||||
"@react-navigation/routers": "^5.0.0-alpha.1",
|
||||
"react-native-safe-area-view": "^0.14.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
31
packages/core/CHANGELOG.md
Normal file
31
packages/core/CHANGELOG.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* don't apply action to an unrelated router ([e1d7333](https://github.com/react-navigation/navigation-ex/commit/e1d7333))
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
* handle partial initial state better when rehydrating ([8ed54da](https://github.com/react-navigation/navigation-ex/commit/8ed54da))
|
||||
* implement canGoBack for tab router ([#51](https://github.com/react-navigation/navigation-ex/issues/51)) ([2b8f2ed](https://github.com/react-navigation/navigation-ex/commit/2b8f2ed))
|
||||
* properly infer route type in screen elements ([7e3a2c8](https://github.com/react-navigation/navigation-ex/commit/7e3a2c8))
|
||||
* throw when duplicate screens are defined ([adc2fe4](https://github.com/react-navigation/navigation-ex/commit/adc2fe4))
|
||||
* use correct dispatch in methods in screen's navigation prop ([8134895](https://github.com/react-navigation/navigation-ex/commit/8134895))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a target key to actions and various fixes ([747ce66](https://github.com/react-navigation/navigation-ex/commit/747ce66))
|
||||
* add a useIsFocused hook to get focus state ([#52](https://github.com/react-navigation/navigation-ex/issues/52)) ([2b59f7e](https://github.com/react-navigation/navigation-ex/commit/2b59f7e))
|
||||
* add canGoBack ([#50](https://github.com/react-navigation/navigation-ex/issues/50)) ([e9da86e](https://github.com/react-navigation/navigation-ex/commit/e9da86e))
|
||||
* add dangerouslyGetParent ([#62](https://github.com/react-navigation/navigation-ex/issues/62)) ([c0045d8](https://github.com/react-navigation/navigation-ex/commit/c0045d8))
|
||||
* add dangerouslyGetState ([#63](https://github.com/react-navigation/navigation-ex/issues/63)) ([f7ff0c1](https://github.com/react-navigation/navigation-ex/commit/f7ff0c1))
|
||||
* add helpers to convert between url and state ([dbe2b91](https://github.com/react-navigation/navigation-ex/commit/dbe2b91))
|
||||
* add hook for deep link support ([35987ae](https://github.com/react-navigation/navigation-ex/commit/35987ae))
|
||||
* add integration with redux devtools extension ([ca985bb](https://github.com/react-navigation/navigation-ex/commit/ca985bb))
|
||||
* add native container with back button integration ([#48](https://github.com/react-navigation/navigation-ex/issues/48)) ([b7735af](https://github.com/react-navigation/navigation-ex/commit/b7735af))
|
||||
* integrate reanimated based stack ([#42](https://github.com/react-navigation/navigation-ex/issues/42)) ([dcf57c0](https://github.com/react-navigation/navigation-ex/commit/dcf57c0))
|
||||
@@ -6,7 +6,7 @@
|
||||
"react-native",
|
||||
"react-navigation"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
26
packages/drawer/CHANGELOG.md
Normal file
26
packages/drawer/CHANGELOG.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix "DrawerActions" typo ([#65](https://github.com/react-navigation/navigation-ex/issues/65)) ([57e0af2](https://github.com/react-navigation/navigation-ex/commit/57e0af2))
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
* get rid of random red screen on iOS on opening drawer ([#68](https://github.com/react-navigation/navigation-ex/issues/68)) ([3c4f10d](https://github.com/react-navigation/navigation-ex/commit/3c4f10d))
|
||||
* immediate closing drawer of fully opened ([3f64539](https://github.com/react-navigation/navigation-ex/commit/3f64539))
|
||||
* only pass accessibility label if it is a string. fixes [#36](https://github.com/react-navigation/navigation-ex/issues/36) ([#38](https://github.com/react-navigation/navigation-ex/issues/38)) ([bbe20db](https://github.com/react-navigation/navigation-ex/commit/bbe20db))
|
||||
* reset this.gestureX on manual setting ([2a1620d](https://github.com/react-navigation/navigation-ex/commit/2a1620d))
|
||||
* rewrite tap callbacks to native calls ([d4c51f4](https://github.com/react-navigation/navigation-ex/commit/d4c51f4))
|
||||
* spring was not triggered sometimes on tap ([#67](https://github.com/react-navigation/navigation-ex/issues/67)) ([8bbddb2](https://github.com/react-navigation/navigation-ex/commit/8bbddb2))
|
||||
* tweak spring config for animation ([7946b9d](https://github.com/react-navigation/navigation-ex/commit/7946b9d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add custom GH props ([35d7304](https://github.com/react-navigation/navigation-ex/commit/35d7304))
|
||||
* implement various navigators ([f0b80ce](https://github.com/react-navigation/navigation-ex/commit/f0b80ce))
|
||||
* Move itemStyle to SafeAreaView ([#55](https://github.com/react-navigation/navigation-ex/issues/55)) ([a59ed91](https://github.com/react-navigation/navigation-ex/commit/a59ed91))
|
||||
@@ -11,7 +11,7 @@
|
||||
"material",
|
||||
"drawer"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "del lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/routers": "^5.0.0-alpha.0",
|
||||
"@react-navigation/routers": "^5.0.0-alpha.1",
|
||||
"react-native-safe-area-view": "^0.14.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
20
packages/example/CHANGELOG.md
Normal file
20
packages/example/CHANGELOG.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add margin on left when left button is specified in header ([f1f1541](https://github.com/satya164/navigation-ex/commit/f1f1541))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a simple stack and material tabs integration ([#39](https://github.com/satya164/navigation-ex/issues/39)) ([e0bee10](https://github.com/satya164/navigation-ex/commit/e0bee10))
|
||||
* add hook for deep link support ([35987ae](https://github.com/satya164/navigation-ex/commit/35987ae))
|
||||
* add integration for paper's bottom navigation ([f3b6d1f](https://github.com/satya164/navigation-ex/commit/f3b6d1f))
|
||||
* add native container with back button integration ([#48](https://github.com/satya164/navigation-ex/issues/48)) ([b7735af](https://github.com/satya164/navigation-ex/commit/b7735af))
|
||||
* integrate reanimated based stack ([#42](https://github.com/satya164/navigation-ex/issues/42)) ([dcf57c0](https://github.com/satya164/navigation-ex/commit/dcf57c0))
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@react-navigation/example",
|
||||
"description": "Demo app to showcase various functionality of React Navigation",
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"private": true,
|
||||
"workspaces": {
|
||||
"nohoist": [
|
||||
|
||||
16
packages/material-bottom-tabs/CHANGELOG.md
Normal file
16
packages/material-bottom-tabs/CHANGELOG.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* implement various navigators ([f0b80ce](https://github.com/react-navigation/navigation-ex/commit/f0b80ce))
|
||||
@@ -11,7 +11,7 @@
|
||||
"material",
|
||||
"tab"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "del lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/routers": "^5.0.0-alpha.0"
|
||||
"@react-navigation/routers": "^5.0.0-alpha.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native-community/bob": "^0.7.0",
|
||||
|
||||
18
packages/material-top-tabs/CHANGELOG.md
Normal file
18
packages/material-top-tabs/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a simple stack and material tabs integration ([#39](https://github.com/react-navigation/navigation-ex/issues/39)) ([e0bee10](https://github.com/react-navigation/navigation-ex/commit/e0bee10))
|
||||
* add integration for paper's bottom navigation ([f3b6d1f](https://github.com/react-navigation/navigation-ex/commit/f3b6d1f))
|
||||
* integrate reanimated based stack ([#42](https://github.com/react-navigation/navigation-ex/issues/42)) ([dcf57c0](https://github.com/react-navigation/navigation-ex/commit/dcf57c0))
|
||||
@@ -11,7 +11,7 @@
|
||||
"material",
|
||||
"tab"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "del lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/routers": "^5.0.0-alpha.0"
|
||||
"@react-navigation/routers": "^5.0.0-alpha.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native-community/bob": "^0.7.0",
|
||||
|
||||
17
packages/native/CHANGELOG.md
Normal file
17
packages/native/CHANGELOG.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add hook for deep link support ([35987ae](https://github.com/react-navigation/navigation-ex/commit/35987ae))
|
||||
* add native container with back button integration ([#48](https://github.com/react-navigation/navigation-ex/issues/48)) ([b7735af](https://github.com/react-navigation/navigation-ex/commit/b7735af))
|
||||
@@ -7,7 +7,7 @@
|
||||
"ios",
|
||||
"android"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
25
packages/routers/CHANGELOG.md
Normal file
25
packages/routers/CHANGELOG.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* don't lose child state when rehydrating in tab router ([5676dea](https://github.com/react-navigation/navigation-ex/commit/5676dea))
|
||||
* don't use action.source for stack router ([afa24c1](https://github.com/react-navigation/navigation-ex/commit/afa24c1))
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
* handle partial initial state better when rehydrating ([8ed54da](https://github.com/react-navigation/navigation-ex/commit/8ed54da))
|
||||
* implement canGoBack for tab router ([#51](https://github.com/react-navigation/navigation-ex/issues/51)) ([2b8f2ed](https://github.com/react-navigation/navigation-ex/commit/2b8f2ed))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a simple stack and material tabs integration ([#39](https://github.com/react-navigation/navigation-ex/issues/39)) ([e0bee10](https://github.com/react-navigation/navigation-ex/commit/e0bee10))
|
||||
* add a target key to actions and various fixes ([747ce66](https://github.com/react-navigation/navigation-ex/commit/747ce66))
|
||||
* add canGoBack ([#50](https://github.com/react-navigation/navigation-ex/issues/50)) ([e9da86e](https://github.com/react-navigation/navigation-ex/commit/e9da86e))
|
||||
* add drawer navigator integration ([#43](https://github.com/react-navigation/navigation-ex/issues/43)) ([d02277b](https://github.com/react-navigation/navigation-ex/commit/d02277b))
|
||||
* add hook for deep link support ([35987ae](https://github.com/react-navigation/navigation-ex/commit/35987ae))
|
||||
* integrate reanimated based stack ([#42](https://github.com/react-navigation/navigation-ex/issues/42)) ([dcf57c0](https://github.com/react-navigation/navigation-ex/commit/dcf57c0))
|
||||
@@ -6,7 +6,7 @@
|
||||
"react-native",
|
||||
"react-navigation"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
65
packages/stack/CHANGELOG.md
Normal file
65
packages/stack/CHANGELOG.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# Change Log
|
||||
|
||||
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.1 (2019-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bunch of fixes regarding reliability of callbacks ([4878d18](https://github.com/react-navigation/navigation-ex/commit/4878d18))
|
||||
* change single param to props object in onTransition callba… ([#171](https://github.com/react-navigation/navigation-ex/issues/171)) ([53f8ba9](https://github.com/react-navigation/navigation-ex/commit/53f8ba9))
|
||||
* disable react-native-screens on iOS ([fb9dbf9](https://github.com/react-navigation/navigation-ex/commit/fb9dbf9))
|
||||
* don't enable overlay on iOS by default ([27f0ec4](https://github.com/react-navigation/navigation-ex/commit/27f0ec4))
|
||||
* don't enable screens for modal stacks ([fdf8b1a](https://github.com/react-navigation/navigation-ex/commit/fdf8b1a))
|
||||
* don't ignore headerLeft if specified. fixes [#164](https://github.com/react-navigation/navigation-ex/issues/164) ([c9b2c4d](https://github.com/react-navigation/navigation-ex/commit/c9b2c4d))
|
||||
* don't set a header height when a custom header is specified ([1b82e25](https://github.com/react-navigation/navigation-ex/commit/1b82e25))
|
||||
* fix back button not working in header ([73424b8](https://github.com/react-navigation/navigation-ex/commit/73424b8))
|
||||
* fix border radius of modal presentation ([1cf7dc5](https://github.com/react-navigation/navigation-ex/commit/1cf7dc5))
|
||||
* fix broken shadows on card ([da8da3d](https://github.com/react-navigation/navigation-ex/commit/da8da3d))
|
||||
* fix header tint color not applied ([879b0ea](https://github.com/react-navigation/navigation-ex/commit/879b0ea))
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
* fix types for stack config ([bba0feb](https://github.com/react-navigation/navigation-ex/commit/bba0feb))
|
||||
* fix typo preventing the screen from being cleaned up ([354da7d](https://github.com/react-navigation/navigation-ex/commit/354da7d))
|
||||
* handle RTL properly ([29de72a](https://github.com/react-navigation/navigation-ex/commit/29de72a))
|
||||
* hide background for unfocused header in fade ([3164527](https://github.com/react-navigation/navigation-ex/commit/3164527))
|
||||
* hide overflow in wipe preset ([3f7a54d](https://github.com/react-navigation/navigation-ex/commit/3f7a54d))
|
||||
* make sure components update when descriptor changes ([6792be3](https://github.com/react-navigation/navigation-ex/commit/6792be3))
|
||||
* make sure left button isn't bigger than screen width / 2 ([ebc4865](https://github.com/react-navigation/navigation-ex/commit/ebc4865))
|
||||
* make the header appear static when sibling of headerless screen ([55c3085](https://github.com/react-navigation/navigation-ex/commit/55c3085))
|
||||
* mark descriptors as optional properties ([006a4ea](https://github.com/react-navigation/navigation-ex/commit/006a4ea))
|
||||
* properly handle floating header height ([06f628b](https://github.com/react-navigation/navigation-ex/commit/06f628b))
|
||||
* properly normalize velocity ([f2e3c2b](https://github.com/react-navigation/navigation-ex/commit/f2e3c2b))
|
||||
* properly set pointerEvents on the views ([0589275](https://github.com/react-navigation/navigation-ex/commit/0589275))
|
||||
* reduce card gesture velocity impact ([#161](https://github.com/react-navigation/navigation-ex/issues/161)) ([81b1bdf](https://github.com/react-navigation/navigation-ex/commit/81b1bdf))
|
||||
* support specifying header background color in headerStyle ([98d29da](https://github.com/react-navigation/navigation-ex/commit/98d29da))
|
||||
* tweak the easing for android ([78c4f25](https://github.com/react-navigation/navigation-ex/commit/78c4f25))
|
||||
* tweak transition spec to prevent jumping effect ([9f3b70f](https://github.com/react-navigation/navigation-ex/commit/9f3b70f))
|
||||
* use a separate shadow view for the cards ([d2397d5](https://github.com/react-navigation/navigation-ex/commit/d2397d5))
|
||||
* use a shadow instead of a border for header on iOS ([6e9d05b](https://github.com/react-navigation/navigation-ex/commit/6e9d05b)), closes [#97](https://github.com/react-navigation/navigation-ex/issues/97)
|
||||
* use MaskedView from @react-native-community/masked-view ([7772ac5](https://github.com/react-navigation/navigation-ex/commit/7772ac5))
|
||||
* use opacity in headerStyle ([9dce71c](https://github.com/react-navigation/navigation-ex/commit/9dce71c))
|
||||
* use pure component for stack items ([aeec520](https://github.com/react-navigation/navigation-ex/commit/aeec520))
|
||||
* when header mode is screen, disable animations by default ([4e2afa0](https://github.com/react-navigation/navigation-ex/commit/4e2afa0))
|
||||
* whitelist supported styles instead of blacklist ([1fb33c8](https://github.com/react-navigation/navigation-ex/commit/1fb33c8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a canGoBack prop to header back button ([7c86cfa](https://github.com/react-navigation/navigation-ex/commit/7c86cfa))
|
||||
* add cardX options in navigationOptions ([30002a1](https://github.com/react-navigation/navigation-ex/commit/30002a1))
|
||||
* add comments ([c2eb482](https://github.com/react-navigation/navigation-ex/commit/c2eb482))
|
||||
* add headerBackgroundStyle option ([2ea0912](https://github.com/react-navigation/navigation-ex/commit/2ea0912))
|
||||
* add headerBackTitleVisible option to navigation options ([27c4861](https://github.com/react-navigation/navigation-ex/commit/27c4861))
|
||||
* add headerTransparent option ([d973817](https://github.com/react-navigation/navigation-ex/commit/d973817))
|
||||
* add iOS modal presentation style ([838732d](https://github.com/react-navigation/navigation-ex/commit/838732d))
|
||||
* add on transition end callback ([#153](https://github.com/react-navigation/navigation-ex/issues/153)) ([51b1069](https://github.com/react-navigation/navigation-ex/commit/51b1069))
|
||||
* allow specifying style interpolators in navigationOptions ([#155](https://github.com/react-navigation/navigation-ex/issues/155)) ([282cfe5](https://github.com/react-navigation/navigation-ex/commit/282cfe5))
|
||||
* consider both velocity and position while calculating the next position ([#146](https://github.com/react-navigation/navigation-ex/issues/146)) ([b8237de](https://github.com/react-navigation/navigation-ex/commit/b8237de))
|
||||
* implement various navigators ([f0b80ce](https://github.com/react-navigation/navigation-ex/commit/f0b80ce))
|
||||
* inform whether screen is opening/closing in onTransition callbacks ([#169](https://github.com/react-navigation/navigation-ex/issues/169)) ([c0c17e9](https://github.com/react-navigation/navigation-ex/commit/c0c17e9))
|
||||
* integrate react-native-screens ([#145](https://github.com/react-navigation/navigation-ex/issues/145)) ([a8460e5](https://github.com/react-navigation/navigation-ex/commit/a8460e5))
|
||||
* make listeners reliable ([73b8d22](https://github.com/react-navigation/navigation-ex/commit/73b8d22))
|
||||
* new implementation with reanimated ([9b176e9](https://github.com/react-navigation/navigation-ex/commit/9b176e9))
|
||||
* support a function for headerTitle ([95055c1](https://github.com/react-navigation/navigation-ex/commit/95055c1))
|
||||
@@ -10,7 +10,7 @@
|
||||
"android",
|
||||
"stack"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -33,7 +33,7 @@
|
||||
"clean": "del lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/routers": "^5.0.0-alpha.0",
|
||||
"@react-navigation/routers": "^5.0.0-alpha.1",
|
||||
"react-native-safe-area-view": "^0.14.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user