Skip to content

Commit ed18ce6

Browse files
committed
5.0.0
1 parent 015c693 commit ed18ce6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog of `reason-react-navigation`
22

3-
## 5.0.0-beta.0 - 202-02-29
3+
## 5.0.0 - 2020-08-10
4+
5+
- Fix BottomTabs / MaterialTopTabs tabBar props [#33](https://github.com/reason-react-native/reason-react-navigation/pull/33) by [@Freddy03h](https://github.com/Freddy03h)
6+
- Added missing options props for all components [#35](https://github.com/reason-react-native/reason-react-navigation/pull/35) by [@Freddy03h](https://github.com/Freddy03h)
7+
- Added ScreenWithCallback for tabs navigators [#34](https://github.com/reason-react-native/reason-react-navigation/pull/34) by [@Freddy03h](https://github.com/Freddy03h)
8+
- Added Stack.ScreenWithCallback to support render callback by [@a-c-sreedhar-reddy ](https://github.com/a-c-sreedhar-reddy)
9+
- Upgrade to recent reason-react-native 0.62, reason-react 0.9.0 and bs-platform 8 [015c693](https://github.com/reason-react-native/reason-react-navigation/commit/015c693) by [@MoOx](https://github.com/MoOx)
10+
Should still work with previous versions.
11+
12+
## 5.0.0-beta.0 - 2020-02-29
413

514
Initial release for 5.x

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reason-react-navigation",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0",
44
"peerDependencies": {
55
"@react-navigation/native": "^5.0.0",
66
"@react-navigation/bottom-tabs": "^5.0.0",

0 commit comments

Comments
 (0)