Skip to content

react-navigation-tabs@2.8.0

Compare
Choose a tag to compare
@satya164 satya164 released this 24 Feb 16:35
· 2820 commits to main since this release

2.8.0 (2020-02-24)

Bug Fixes

  • add peer dep on react-navigation (52064c7)
  • add safeAreaInset to tab bar options (8f19e41)
  • change opacity for hidden tabs only when not using rn-screens (#80) (856f7f4), closes #5382
  • change prepublish to prepare to fix warning (d90b444)
  • correctly reset _isTabPress property (e2b64af)
  • don't override position unnecessarily (e700bb9)
  • fix hit slop for bottom tab bar (#110) (35d85f1)
  • fix issue when setting position to absolute for tab bar (584af8f)
  • fix layout when starting in landscape (#192) (5c18bee)
  • fix path for declaration file (9e5f4d7)
  • fix tabBarOnPress with MaterialTopTabs and fix isFocused (#21) (325c65a)
  • fix types for tab bar button component (5175ffb)
  • fix typescript definitions (#165) (255266a)
  • fix typescript definitions. closes #163 (2d22d87)
  • import SceneView from react-navigation default export (0e7d56f)
  • increase padding for iOS horizontal label alignment (#114) (eaed48b), closes #113
  • iPad / horizontal layout works as expected in BottomTabBar (ba2d119)
  • loosen types for navigation prop (cebb0db)
  • NavigationActions.popToTop no longer exists, belongs to StackActions now (4633baa)
  • remove extra extension. fixes #5 (68b8611)
  • remove tab icon wrapper to fix adaptive icons (eb8e1de)
  • set proper type for screenProps in ScreenComponent (62844c0)
  • specify default values for getAccessibilityX (3ff10fa), closes #116
  • tweak hitSlop on bottom tab bar buttons (f86fe1c)
  • typo in accessibilityLabel (09422dd)
  • upgrade react-navigation. closes #163 (eeefa5d)
  • use react-lifecycles-compat for async mode compatibility (afe8388)
  • use the JUMP_TO action for tab change (1a9f354)
  • white block when keyboard is open (#227) (ead8cd9), closes #206

Features

  • add ability to render label beside the icon (#103) (533c2e5)
  • add accessibility role and state to bottom bar (#90) (7c77f60)
  • add accessibilityLabel and testID options (#26) (45d1f60)
  • add an option to swap out TouchableWithoutFeedback for another component (#27) (db9afb3)
  • add keyboardHidesTabBarAnimationConfig props (#195) (4b94048)
  • add lazy option. fixes #23 (3feeb0f)
  • add support for pager component (4147e4f)
  • add theme support (3550163)
  • export BottomTabBarProps (#194) (ef1e400)
  • export individual navigators separately. fixes #2 (eaea9e9)
  • export tab bars (2f91453)
  • export types for ScreenProps amd ScreenComponent (7ecc884)
  • hide tab bar when keyboard is shown (#112) (70a479d), closes #16
  • initial commit (f362912)
  • lazy initialized MaterialTopTabNavigator routes (#9) (03cd756)
  • put material bottom tabs in another repository (078e7b8)
  • simplify installation instructions (0c6b662)
  • upgrade react-native-tab-view closes #118 (d37d3dd)
  • upgrade react-native-tab-view closes #118 (c98f6f1)
  • upgrade react-native-tab-view to 2.0 (6486c4b)
  • use resource saving view for scenes. fixes #3 (b532943)