Skip to content

Commit 28e1753

Browse files
committed
Release 3.7.0
1 parent 48b1bd9 commit 28e1753

File tree

4 files changed

+286
-256
lines changed

4 files changed

+286
-256
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99
- Improved Type Definition For Navigator navigationOptions.
1010

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+
1126
## [3.6.1] - [2019-04-02](https://github.com/react-navigation/react-navigation/releases/tag/3.6.1)
1227

1328
## Fixed
@@ -216,7 +231,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
216231

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

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
220236
[3.6.1]: https://github.com/react-navigation/react-navigation/compare/3.6.0...3.6.1
221237
[3.6.0]: https://github.com/react-navigation/react-navigation/compare/3.5.1...3.6.0
222238
[3.5.1]: https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1

0 commit comments

Comments
 (0)