Files
react-navigation/packages/material-bottom-tabs/CHANGELOG.md
Satyajit Sahoo c0fb54b5a2 chore: publish
- react-navigation-animated-switch@0.5.3
 - @react-navigation/core@3.7.0
 - react-navigation-drawer@2.4.3
 - react-navigation-material-bottom-tabs@2.2.3
 - @react-navigation/native@3.7.4
 - react-navigation@4.3.0
 - react-navigation-stack@2.3.0
 - react-navigation-tabs@2.8.3
2020-03-16 17:14:15 +01:00

4.5 KiB

Change Log

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

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