Files
react-navigation/packages/bottom-tabs/CHANGELOG.md
Satyajit Sahoo d0e4e1f6fb chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.26
 - @react-navigation/drawer@5.0.0-alpha.28
 - @react-navigation/material-bottom-tabs@5.0.0-alpha.25
 - @react-navigation/material-top-tabs@5.0.0-alpha.23
 - @react-navigation/native-stack@5.0.0-alpha.17
 - @react-navigation/native@5.0.0-alpha.19
 - @react-navigation/stack@5.0.0-alpha.44
2019-12-14 22:43:24 +01:00

14 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.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

  • export underlying views used to build navigators (#191) (d618ab3)

5.0.0-alpha.22 (2019-11-17)

Bug Fixes

  • workaround SafereaProvider causing jumping (c17ad18), closes #174

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

  • hide inactive pages from screen reader in tabs (#148) (58f7115)

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

  • make example run as bare react-native project as well (#85) (d16c20c)

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)