File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.1] - [ 2019-04-02] ( https://github.com/react-navigation/react-navigation/releases/tag/3.6.1 )
11
+
12
+ ## Fixed
13
+
14
+ - Move event subscriptions to constructor in ` withNavigationFocus ` to ensure initial ` didFocus ` event is received.
15
+
10
16
## [ 3.6.0] - [ 2019-03-31] ( https://github.com/react-navigation/react-navigation/releases/tag/3.6.0 )
11
17
12
18
## Added
@@ -27,7 +33,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
33
28
34
- Fix header HeaderBackButton title TypeScript type
29
35
30
-
31
36
## [ 3.5.0] - [ 2019-03-19] ( https://github.com/react-navigation/react-navigation/releases/tag/3.5.0 )
32
37
33
38
## Fixed
@@ -210,7 +215,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
210
215
211
216
- [ 2.x] ( https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md )
212
217
213
- [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.6.0...HEAD
218
+ [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.6.1...HEAD
219
+ [ 3.6.1 ] : https://github.com/react-navigation/react-navigation/compare/3.6.0...3.6.1
214
220
[ 3.6.0 ] : https://github.com/react-navigation/react-navigation/compare/3.5.1...3.6.0
215
221
[ 3.5.1 ] : https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1
216
222
[ 3.5.0 ] : https://github.com/react-navigation/react-navigation/compare/3.4.1...3.5.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-navigation" ,
3
- "version" : " 3.6.0 " ,
3
+ "version" : " 3.6.1 " ,
4
4
"description" : " Routing and navigation for your React Native apps" ,
5
5
"main" : " src/react-navigation.js" ,
6
6
"types" : " typescript/react-navigation.d.ts" ,
36
36
"react-native" : " *"
37
37
},
38
38
"dependencies" : {
39
- "@react-navigation/core" : " 3.2.0 " ,
39
+ "@react-navigation/core" : " ~ 3.2.1 " ,
40
40
"@react-navigation/native" : " ~3.3.0" ,
41
41
"react-navigation-drawer" : " 1.3.0" ,
42
42
"react-navigation-stack" : " 1.2.0" ,
You can’t perform that action at this time.
0 commit comments