File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog of `reason-react-navigation`
22

3+
## 5.0.1 - 2020-08-20
4+
5+
- Added react ref and key props to components [#37](https://.com/reason-react-native/reason-react-navigation/pull/37) by [@Freddy03h](https://.com/Freddy03h)
6+
37
## 5.0.0 - 2020-08-10
48

5-
- Fix BottomTabs / MaterialTopTabs tabBar props [#33](https://.com/reason-react-native/reason-react-navigation/pull/33) by [@Freddy03h](https://.com/Freddy03h)
9+
- Fixed BottomTabs / MaterialTopTabs tabBar props [#33](https://.com/reason-react-native/reason-react-navigation/pull/33) by [@Freddy03h](https://.com/Freddy03h)
610
- Added missing options props for all components [#35](https://.com/reason-react-native/reason-react-navigation/pull/35) by [@Freddy03h](https://.com/Freddy03h)
711
- Added ScreenWithCallback for tabs navigators [#34](https://.com/reason-react-native/reason-react-navigation/pull/34) by [@Freddy03h](https://.com/Freddy03h)
812
- Added Stack.ScreenWithCallback to support render callback by [@a-c-sreedhar-reddy ](https://.com/a-c-sreedhar-reddy)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reason-react-navigation",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"peerDependencies": {
55
"@react-navigation/native": "^5.0.0",
66
"@react-navigation/bottom-tabs": "^5.0.0",

0 commit comments

Comments
 (0)