Release 3.1.2

This commit is contained in:
Brent Vatne
2019-02-01 11:59:47 -08:00
parent 12e919f69d
commit f4023443dd
3 changed files with 12 additions and 15 deletions

View File

@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [3.1.2] - [2018-02-01](https://github.com/react-navigation/react-navigation/releases/tag/3.1.2)
## Fixed
- Update flow definition for `withNavigation` and `withNavigationFocus` to support `defaultProps`
- Prevent onRef callback be called twice on withNavigationFocus components (https://github.com/react-navigation/react-navigation-core/pull/30)
- Bump react-navigation-drawer version to improve performance - if you use Expo, you will need expo@^32.0.3 to update!
## [3.0.9] - [2018-12-19](https://github.com/react-navigation/react-navigation/releases/tag/3.0.9)
@@ -90,7 +96,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [2.x](https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md)
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.0.9...HEAD
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.1.2...HEAD
[3.1.2]: https://github.com/react-navigation/react-navigation/compare/3.0.9...3.1.2
[3.0.9]: https://github.com/react-navigation/react-navigation/compare/3.0.8...3.0.9
[3.0.8]: https://github.com/react-navigation/react-navigation/compare/3.0.7...3.0.8
[3.0.7]: https://github.com/react-navigation/react-navigation/compare/3.0.6...3.0.7

View File

@@ -6,17 +6,7 @@ React Navigation is born from the React Native community's need for an extensibl
## Installation
Since the library is a JS-based solution, to install the latest version of react-navigation you only need to run:
```bash
yarn add react-navigation
```
or
```bash
npm install --save react-navigation
```
See: https://reactnavigation.org/docs/en/getting-started.html
## Documentation

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation",
"version": "3.1.0",
"version": "3.1.2",
"description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js",
"repository": {
@@ -34,8 +34,8 @@
"react-native": "*"
},
"dependencies": {
"@react-navigation/core": "3.0.2",
"@react-navigation/native": "3.1.1",
"@react-navigation/core": "3.0.3",
"@react-navigation/native": "3.1.3",
"react-navigation-drawer": "1.1.0",
"react-navigation-stack": "1.0.6",
"react-navigation-tabs": "1.0.2"