Skip to content

Commit 3deec69

Browse files
committed
Release 3.6.0
1 parent 2c875e3 commit 3deec69

File tree

3 files changed

+120
-107
lines changed

3 files changed

+120
-107
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.6.0] - [2019-03-31](https://github.com/react-navigation/react-navigation/releases/tag/3.6.0)
11+
12+
## Added
13+
1014
- Export TabBarIconProps, TabBarLabelProps, DrawerIconProps, DrawerLabelProps, ScreenProps and InitialLayout.
15+
- Add `disabled` prop to HeaderBackButton
16+
- Add `StackViewTransitionConfigs.NoAnimation`
17+
- Add `drawerContainerStyle` to navigator config for drawer navigator
1118

1219
## [3.5.1] - [2019-03-19](https://github.com/react-navigation/react-navigation/releases/tag/3.5.1)
1320

@@ -203,8 +210,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
203210

204211
- [2.x](https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md)
205212

206-
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.5.1...HEAD
207-
[3.5.0]: https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1
213+
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.6.0...HEAD
214+
[3.6.0]: https://github.com/react-navigation/react-navigation/compare/3.5.1...3.6.0
215+
[3.5.1]: https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1
208216
[3.5.0]: https://github.com/react-navigation/react-navigation/compare/3.4.1...3.5.0
209217
[3.4.1]: https://github.com/react-navigation/react-navigation/compare/3.4.0...3.4.1
210218
[3.4.0]: https://github.com/react-navigation/react-navigation/compare/3.3.2...3.4.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation",
3-
"version": "3.5.1",
3+
"version": "3.6.0",
44
"description": "Routing and navigation for your React Native apps",
55
"main": "src/react-navigation.js",
66
"types": "typescript/react-navigation.d.ts",
@@ -39,7 +39,7 @@
3939
"@react-navigation/core": "3.2.0",
4040
"@react-navigation/native": "~3.3.0",
4141
"react-navigation-drawer": "1.3.0",
42-
"react-navigation-stack": "1.1.1",
42+
"react-navigation-stack": "1.2.0",
4343
"react-navigation-tabs": "1.0.2"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)