41 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.11.2 (2020-11-20)
Note: Version bump only for package @react-navigation/bottom-tabs
5.11.1 (2020-11-10)
Note: Version bump only for package @react-navigation/bottom-tabs
5.11.0 (2020-11-09)
Features
- add a hook to get bottom tab bar height (e08c91f), closes #8037 #8536
- add a tabBarBadgeStyle option to customize the badge (6ac4d40)
5.10.7 (2020-11-08)
Note: Version bump only for package @react-navigation/bottom-tabs
5.10.6 (2020-11-04)
Bug Fixes
- disable react-native-screens on iOS for older versions (ce7d20e)
5.10.5 (2020-11-04)
Note: Version bump only for package @react-navigation/bottom-tabs
5.10.4 (2020-11-03)
Note: Version bump only for package @react-navigation/bottom-tabs
5.10.3 (2020-11-03)
Note: Version bump only for package @react-navigation/bottom-tabs
5.10.2 (2020-10-30)
Note: Version bump only for package @react-navigation/bottom-tabs
5.10.1 (2020-10-28)
Note: Version bump only for package @react-navigation/bottom-tabs
5.10.0 (2020-10-24)
Features
- add optional screens per navigator (#8805) (7196889)
- add sceneContainerStyle prop to bottom-tabs navigator (#8947) (f01bb48)
- improve types for navigation state (#8980) (7dc2f58)
- update helper types to have navigator specific methods (f51086e)
5.9.2 (2020-10-07)
Bug Fixes
- use route keys instead of index for lazy load (c49dab3)
5.9.1 (2020-09-28)
Note: Version bump only for package @react-navigation/bottom-tabs
5.9.0 (2020-09-22)
Bug Fixes
- cleanly removing event listeners in useWindowDimensions (#8866) (dcbfe52)
- fix border showing on hidden tab bar. closes #8869 (9b03c8e)
Features
5.8.0 (2020-08-04)
Bug Fixes
Features
- allow full configuration of tab bar hide animation (0b62730)
- expose
BottomTabBarButtonProps
type (#8649) (a35ac81) - user can specify how long tab hide animation should take (#8587) (b0cafb3)
5.7.3 (2020-07-28)
Bug Fixes
- add accessibilityState property (#8548) (ce4eb7e)
- pass label position flag to label rendering in BottomTabBar (#8557) (baea77e)
5.7.2 (2020-07-19)
Note: Version bump only for package @react-navigation/bottom-tabs
5.7.1 (2020-07-14)
Bug Fixes
5.7.0 (2020-07-10)
Bug Fixes
- fix bottom tab bar to match iOS defaults (849e04a)
Features
- add support for badges to bottom tab bar (96c7b68)
5.6.1 (2020-06-25)
Note: Version bump only for package @react-navigation/bottom-tabs
5.6.0 (2020-06-24)
Bug Fixes
- make sure we don't miss dimensions updates (c65f9ef)
- remove broken showIcon option from bottom-tabs (1612819)
Features
5.5.2 (2020-06-06)
Note: Version bump only for package @react-navigation/bottom-tabs
5.5.1 (2020-05-27)
Bug Fixes
- fix type of style for various options (9d822b9)
5.5.0 (2020-05-23)
Features
- animate changes to tabBarVisible in BottomTabBar (#8286) (c1e46f8)
- update react-native-safe-area-context to 1.0.0 (#8182) (d62fbfe)
5.4.7 (2020-05-20)
Note: Version bump only for package @react-navigation/bottom-tabs
5.4.6 (2020-05-20)
Note: Version bump only for package @react-navigation/bottom-tabs
5.4.5 (2020-05-16)
Note: Version bump only for package @react-navigation/bottom-tabs
5.4.4 (2020-05-14)
Note: Version bump only for package @react-navigation/bottom-tabs
5.4.3 (2020-05-14)
Note: Version bump only for package @react-navigation/bottom-tabs
5.4.2 (2020-05-10)
Note: Version bump only for package @react-navigation/bottom-tabs
5.4.1 (2020-05-08)
Bug Fixes
5.4.0 (2020-05-08)
Features
5.3.4 (2020-05-05)
Note: Version bump only for package @react-navigation/bottom-tabs
5.3.3 (2020-05-01)
Note: Version bump only for package @react-navigation/bottom-tabs
5.3.2 (2020-05-01)
Note: Version bump only for package @react-navigation/bottom-tabs
5.3.1 (2020-04-30)
Note: Version bump only for package @react-navigation/bottom-tabs
5.3.0 (2020-04-30)
Features
5.2.8 (2020-04-27)
Note: Version bump only for package @react-navigation/bottom-tabs
5.2.7 (2020-04-17)
Note: Version bump only for package @react-navigation/bottom-tabs
5.2.6 (2020-04-08)
Bug Fixes
- mark type exports for all packages (b71de6c)
5.2.5 (2020-03-30)
Note: Version bump only for package @react-navigation/bottom-tabs
5.2.4 (2020-03-23)
Note: Version bump only for package @react-navigation/bottom-tabs
5.2.3 (2020-03-22)
Note: Version bump only for package @react-navigation/bottom-tabs
5.2.2 (2020-03-19)
Bug Fixes
- don't use react-native-screens on web (b1a65fc), closes #7485
- initialize height and width to zero if undefined (3df65e2), closes #6789
5.2.1 (2020-03-17)
Note: Version bump only for package @react-navigation/bottom-tabs
5.2.0 (2020-03-16)
Features
- add safeAreaInsets to bottom tabs (82af7be)
5.1.1 (2020-03-03)
Note: Version bump only for package @react-navigation/bottom-tabs
5.1.0 (2020-02-26)
Features
5.0.7 (2020-02-21)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.6 (2020-02-19)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.5 (2020-02-14)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.4 (2020-02-14)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.3 (2020-02-12)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.2 (2020-02-11)
Bug Fixes
- initialize keyboard-hiding tabBar to visible=true (#6740, #6799) (0c59ef7)
- provide route context to header and bottom tabs (b6e7e08)
5.0.1 (2020-02-10)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.45 (2020-02-04)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.44 (2020-02-04)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.43 (2020-02-03)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.42 (2020-02-02)
Bug Fixes
- add licenses (0c159db)
5.0.0-alpha.40 (2020-02-02)
Bug Fixes
- add licenses (0c159db)
5.0.0-alpha.39 (2020-01-24)
Bug Fixes
- use layout instead of dimensions for determining tab bar layout (f1fe951)
5.0.0-alpha.38 (2020-01-23)
Bug Fixes
- don't use native driver on web (0a982ee)
Features
- let the navigator specify if default can be prevented (da67e13)
5.0.0-alpha.37 (2020-01-14)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.36 (2020-01-13)
Bug Fixes
5.0.0-alpha.35 (2020-01-13)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.34 (2020-01-09)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.33 (2020-01-09)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.32 (2020-01-05)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.31 (2020-01-03)
Bug Fixes
5.0.0-alpha.30 (2020-01-03)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.29 (2020-01-01)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.28 (2019-12-19)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.27 (2019-12-16)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.26 (2019-12-14)
Features
5.0.0-alpha.25 (2019-12-11)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.24 (2019-12-10)
Bug Fixes
- fix accessibility label in bottom tab bar (448fa64)
5.0.0-alpha.23 (2019-12-07)
Features
5.0.0-alpha.22 (2019-11-17)
Bug Fixes
5.0.0-alpha.21 (2019-11-10)
Bug Fixes
- make bottom tab bar consistent across platforms (d1ca7f9)
5.0.0-alpha.20 (2019-11-08)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.19 (2019-11-04)
Bug Fixes
5.0.0-alpha.18 (2019-11-04)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.17 (2019-10-30)
Bug Fixes
Features
- add an 'unmountInactiveScreens' option (12d597f)
5.0.0-alpha.16 (2019-10-29)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.15 (2019-10-22)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.14 (2019-10-15)
Bug Fixes
- improve keyboard handling with bottom tab bar (42beb66)
- make it possible to run the example on web (7a901af)
Features
5.0.0-alpha.13 (2019-10-06)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.12 (2019-10-03)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.11 (2019-10-03)
Note: Version bump only for package @react-navigation/bottom-tabs
5.0.0-alpha.10 (2019-09-27)
Features
5.0.0-alpha.9 (2019-09-17)
Bug Fixes
- provide navigation prop in header (30e510d)
5.0.0-alpha.8 (2019-09-16)
Features
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)