Files
react-navigation/packages/tabs/CHANGELOG.md
Satyajit Sahoo 7925f0c8a3 chore: publish
- react-navigation-animated-switch@0.5.9
 - @react-navigation/core@3.7.4
 - react-navigation-drawer@2.4.10
 - react-navigation-material-bottom-tabs@2.2.9
 - @react-navigation/native@3.7.10
 - react-navigation@4.3.6
 - react-navigation-stack@2.3.10
 - react-navigation-tabs@2.8.10
2020-03-31 18:19:11 +02:00

11 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.8.10 (2020-03-31)

Note: Version bump only for package react-navigation-tabs

2.8.9 (2020-03-28)

Note: Version bump only for package react-navigation-tabs

2.8.8 (2020-03-27)

Note: Version bump only for package react-navigation-tabs

2.8.7 (2020-03-22)

Note: Version bump only for package react-navigation-tabs

2.8.6 (2020-03-20)

Note: Version bump only for package react-navigation-tabs

2.8.5 (2020-03-19)

Bug Fixes

  • don't use react-native-screens on web (44c3900), closes #7485

2.8.4 (2020-03-16)

Bug Fixes

  • downgrade react-native-safe-area-view (cfc1bac), closes #7813

2.8.3 (2020-03-16)

Note: Version bump only for package react-navigation-tabs

2.8.2 (2020-02-26)

Note: Version bump only for package react-navigation-tabs

2.8.1 (2020-02-24)

Note: Version bump only for package react-navigation-tabs

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)