mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
- react-navigation-animated-switch@0.5.6 - @react-navigation/core@3.7.1 - react-navigation-drawer@2.4.7 - react-navigation-material-bottom-tabs@2.2.6 - @react-navigation/native@3.7.7 - react-navigation@4.3.3 - react-navigation-stack@2.3.5 - react-navigation-tabs@2.8.7
5.4 KiB
5.4 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
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
- upgrade (edc6865)
Features
- export types for ScreenProps amd ScreenComponent (cdc3537)
BREAKING CHANGES
- change activeTintColor -> activeColor