File tree Expand file tree Collapse file tree 4 files changed +286
-256
lines changed
examples/NavigationPlayground Expand file tree Collapse file tree 4 files changed +286
-256
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
## [ Unreleased]
9
9
- Improved Type Definition For Navigator navigationOptions.
10
10
11
+ ## [ 3.7.0] - [ 2019-04-10] ( https://github.com/react-navigation/react-navigation/releases/tag/3.7.0 )
12
+
13
+ ## Fixes
14
+
15
+ - Update Flow types (#5800 and #5801 )
16
+ - More open ` navigationOptions ` types for bottom tab navigator config (#5796 )
17
+ - Fix hit slop for bottom tab bar (react-navigation-tabs #110 )
18
+
19
+ ## Added
20
+
21
+ - Add accessibility role and state to bottom bar (react-navigation-tabs #90 )
22
+ - Hide tab bar when keyboard is shown (react-navigation-tabs #112 )
23
+ - Specify default values for getAccessibilityX on tabs (react-navigation-tabs##116 )
24
+ - Add a isFirstRouteInParent method to navigation object (react-navigation-core #51 )
25
+
11
26
## [ 3.6.1] - [ 2019-04-02] ( https://github.com/react-navigation/react-navigation/releases/tag/3.6.1 )
12
27
13
28
## Fixed
@@ -216,7 +231,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
216
231
217
232
- [ 2.x] ( https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md )
218
233
219
- [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.6.1...HEAD
234
+ [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.7.0...HEAD
235
+ [ 3.7.0 ] : https://github.com/react-navigation/react-navigation/compare/3.6.1...3.7.0
220
236
[ 3.6.1 ] : https://github.com/react-navigation/react-navigation/compare/3.6.0...3.6.1
221
237
[ 3.6.0 ] : https://github.com/react-navigation/react-navigation/compare/3.5.1...3.6.0
222
238
[ 3.5.1 ] : https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1
You can’t perform that action at this time.
0 commit comments