Files
react-navigation/packages/material-bottom-tabs/CHANGELOG.md
Satyajit Sahoo 1c5e7a5ff2 chore: publish
- react-navigation-animated-switch@0.5.4
 - react-navigation-drawer@2.4.4
 - react-navigation-material-bottom-tabs@2.2.4
 - @react-navigation/native@3.7.5
 - react-navigation@4.3.1
 - react-navigation-stack@2.3.1
 - react-navigation-tabs@2.8.4
2020-03-16 19:22:04 +01:00

4.8 KiB

Change Log

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

2.2.4 (2020-03-16)

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

2.2.3 (2020-03-16)

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

2.2.2 (2020-02-26)

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

2.2.1 (2020-02-24)

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

2.2.0 (2020-02-24)

Bug Fixes

  • add option to hide the tab bar per screen (#20) (a28a72e)
  • add tabBarColor prop to typedefs (#58) (27d195e)
  • avoid tab bar flash on keyboard shown (2f0c14b), closes #43
  • disable no-unused-disable for lint to pass on CI, required for local machine (b415acb)
  • don't use paper's babel plugin (c34863a)
  • fix applying barStyle (5b7de5c)
  • fix path for declaration file (7231584)
  • fix typescript definitions (#54) (d980263)
  • fix typo in filename (#52) (aeda104)
  • maintain backward compat for activeTintColor and inactiveTintColor (ea95fa6)
  • remove incorrect types (d2c8bac)
  • reuse types from react-native-paper (d253f93)
  • set proper type for screenProps in ScreenComponent (4a8e7e3)
  • update react-native-paper (e4a579f)
  • update react-native-paper. fixes #4 (c1fbf0a)

Code Refactoring

Features

  • export types for ScreenProps amd ScreenComponent (cdc3537)

BREAKING CHANGES

  • change activeTintColor -> activeColor