diff --git a/packages/react-navigation/CHANGELOG.md b/packages/react-navigation/CHANGELOG.md index 722ac6aa..ef3410b5 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -7,9 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [2.13.0] - [2018-09-06](https://github.com/react-navigation/react-navigation/releases/tag/2.13.0) + +### Added + +- When `tabBarIcon` is a function it is now provided with a `horizontal` option that indicates whether horizontal tabs are being rendered (label to the right of the icon) or not. +- Add some missing flow types ([1](https://github.com/react-navigation/react-navigation/pull/4836), [2](https://github.com/react-navigation/react-navigation/pull/4917)). + ### Changed + +- Updated react-navigation-stack to 0.3.0. +- Updated react-navigation-tabs to 0.7.0. - Pinned `create-react-context` dependency to `0.2.2` (https://github.com/react-navigation/react-navigation/issues/4934) +### Fixed + +- Fixes tab label font sizes in landscape and portrait. +- Default tab bar background color and header background color are white on iOS. ## [2.12.1] - [2018-08-23](https://github.com/react-navigation/react-navigation/releases/tag/2.12.1) @@ -156,7 +171,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Improved examples -[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.12.1...HEAD +[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.13.0...HEAD +[2.13.0]: https://github.com/react-navigation/react-navigation/compare/2.12.1...2.13.0 [2.12.1]: https://github.com/react-navigation/react-navigation/compare/2.12.0...2.12.1 [2.12.0]: https://github.com/react-navigation/react-navigation/compare/2.11.2...2.12.0 [2.11.2]: https://github.com/react-navigation/react-navigation/compare/2.11.1...2.11.2 diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index a6f71fd8..11e6a94e 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "react-navigation", - "version": "2.12.1", + "version": "2.13.0", "description": "Routing and navigation for your React Native apps", "main": "src/react-navigation.js", "repository": {