mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
Release 2.17.0
This commit is contained in:
parent
41d3c97cea
commit
6b4d92ca4d
16
CHANGELOG.md
16
CHANGELOG.md
@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- added `dangerouslyGetParent()` to flow typings
|
## [2.17.0] - [2018-09-25](https://github.com/react-navigation/react-navigation/releases/tag/2.17.0)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Add `dangerouslyGetParent()` to flow typings
|
||||||
|
- Update react-navigation-stack to 0.7.0
|
||||||
|
- Add transparentCard option to fix cards with a transparent bg when using rn-screens
|
||||||
|
- Add window dimensions for iPhone XS Max and iPhone XR
|
||||||
|
- Vendor clamp
|
||||||
|
- Add overflow hidden to stack container
|
||||||
|
- Completion on mount: StackView is responsible for calling the navigation completion action when `state.isTransitioning` is set. This fix handles that case when the stack is first mounting.
|
||||||
|
|
||||||
## [2.16.0] - [2018-09-19](https://github.com/react-navigation/react-navigation/releases/tag/2.16.0)
|
## [2.16.0] - [2018-09-19](https://github.com/react-navigation/react-navigation/releases/tag/2.16.0)
|
||||||
|
|
||||||
@ -208,7 +218,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
### Changed
|
### Changed
|
||||||
- Improved examples
|
- Improved examples
|
||||||
|
|
||||||
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.15.0...HEAD
|
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.17.0...HEAD
|
||||||
|
[2.17.0]: https://github.com/react-navigation/react-navigation/compare/2.16.0...2.17.0
|
||||||
|
[2.16.0]: https://github.com/react-navigation/react-navigation/compare/2.15.0...2.16.0
|
||||||
[2.15.0]: https://github.com/react-navigation/react-navigation/compare/2.14.2...2.15.0
|
[2.15.0]: https://github.com/react-navigation/react-navigation/compare/2.14.2...2.15.0
|
||||||
[2.14.2]: https://github.com/react-navigation/react-navigation/compare/2.14.1...2.14.2
|
[2.14.2]: https://github.com/react-navigation/react-navigation/compare/2.14.1...2.14.2
|
||||||
[2.14.1]: https://github.com/react-navigation/react-navigation/compare/2.14.0...2.14.1
|
[2.14.1]: https://github.com/react-navigation/react-navigation/compare/2.14.0...2.14.1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-navigation",
|
"name": "react-navigation",
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"description": "Routing and navigation for your React Native apps",
|
"description": "Routing and navigation for your React Native apps",
|
||||||
"main": "src/react-navigation.js",
|
"main": "src/react-navigation.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -40,7 +40,7 @@
|
|||||||
"react-native-screens": "^1.0.0-alpha.11",
|
"react-native-screens": "^1.0.0-alpha.11",
|
||||||
"react-navigation-deprecated-tab-navigator": "1.3.0",
|
"react-navigation-deprecated-tab-navigator": "1.3.0",
|
||||||
"react-navigation-drawer": "0.5.0",
|
"react-navigation-drawer": "0.5.0",
|
||||||
"react-navigation-stack": "0.6.0",
|
"react-navigation-stack": "0.7.0",
|
||||||
"react-navigation-tabs": "0.8.2"
|
"react-navigation-tabs": "0.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -4816,9 +4816,9 @@ react-navigation-drawer@0.5.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
react-native-drawer-layout-polyfill "^1.3.2"
|
react-native-drawer-layout-polyfill "^1.3.2"
|
||||||
|
|
||||||
react-navigation-stack@0.6.0:
|
react-navigation-stack@0.7.0:
|
||||||
version "0.6.0"
|
version "0.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.6.0.tgz#57dd25d0902137b950795549c43f3608e9edc250"
|
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.7.0.tgz#0b2f139ee1cba953037ef51353df992ec6c74fa2"
|
||||||
|
|
||||||
react-navigation-tabs@0.8.2:
|
react-navigation-tabs@0.8.2:
|
||||||
version "0.8.2"
|
version "0.8.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user