mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 12:55:21 +08:00
- @react-navigation/bottom-tabs@5.0.0-alpha.7 - @react-navigation/drawer@5.0.0-alpha.8 - @react-navigation/example@5.0.0-alpha.4 - @react-navigation/material-bottom-tabs@5.0.0-alpha.7 - @react-navigation/material-top-tabs@5.0.0-alpha.7 - @react-navigation/routers@5.0.0-alpha.7 - @react-navigation/stack@5.0.0-alpha.10
7.0 KiB
7.0 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.0.0-alpha.7 (2019-08-31)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.6 (2019-08-29)
Bug Fixes
5.0.0-alpha.5 (2019-08-28)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.4 (2019-08-27)
Features
- add hook to scroll to top on tab press (9e1104c)
5.0.0-alpha.3 (2019-08-22)
Bug Fixes
- fix path to typescript definitions (f182315)
5.0.0-alpha.2 (2019-08-22)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.1 (2019-08-21)
Bug Fixes
- change opacity for hidden tabs only when not using rn-screens (#80) (6490049), closes #5382
- correctly reset _isTabPress property (80b7f1d)
- fix hit slop for bottom tab bar (#110) (ce3670b)
- fix peer deps and add git urls (6b4fc74)
- fix tabBarOnPress with MaterialTopTabs and fix isFocused (#21) (491ee81)
- import SceneView from react-navigation default export (5d5f4d1)
- increase padding for iOS horizontal label alignment (#114) (4adb3a9), closes #113
- iPad / horizontal layout works as expected in BottomTabBar (3bb5ec4)
- NavigationActions.popToTop no longer exists, belongs to StackActions now (273131f)
- remove tab icon wrapper to fix adaptive icons (3fdb3d9)
- specify default values for getAccessibilityX (3c7918d), closes #116
- tweak hitSlop on bottom tab bar buttons (a5514a2)
- typo in accessibilityLabel (57a0d46)
- use react-lifecycles-compat for async mode compatibility (93b45f2)
- use the JUMP_TO action for tab change (242625a)
Features
- add ability to render label beside the icon (#103) (8f70ebb)
- add accessibility role and state to bottom bar (#90) (73e9b4c)
- add accessibilityLabel and testID options (#26) (4cc91d1)
- add an option to swap out TouchableWithoutFeedback for another component (#27) (34b0e5d)
- add defaultHandler argument to tabBarOnPress. fixes #22 (267e9ec)
- add lazy option. fixes #23 (2a80c11)
- export individual navigators separately. fixes #2 (65b0c46)
- export tab bars (a4ead48)
- hide tab bar when keyboard is shown (#112) (ccb2d38), closes #16
- implement various navigators (f0b80ce)
- initial commit (89934b9)
- lazy initialized MaterialTopTabNavigator routes (#9) (18fa131)
- put material bottom tabs in another repository (42e35f5)
- upgrade react-native-tab-view to 2.0 (d8b4774)
- use resource saving view for scenes. fixes #3 (fd2c352)