Files
react-navigation/packages/material-bottom-tabs/CHANGELOG.md
Satyajit Sahoo f34ec46111 chore: publish
- react-navigation-animated-switch@0.5.12
 - @react-navigation/core@3.7.6
 - react-navigation-drawer@2.4.13
 - react-navigation-material-bottom-tabs@2.2.12
 - @react-navigation/native@3.7.13
 - react-navigation@4.3.9
 - react-navigation-stack@2.4.0
 - react-navigation-tabs@2.8.13
2020-05-01 01:45:52 +02:00

7.0 KiB

Change Log

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

2.2.12 (2020-04-30)

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

2.2.11 (2020-04-22)

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

2.2.10 (2020-04-02)

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

2.2.9 (2020-03-31)

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

2.2.8 (2020-03-28)

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

2.2.7 (2020-03-27)

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

2.2.6 (2020-03-22)

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

2.2.5 (2020-03-20)

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

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