Browse Source

v2.5.0 changelog

Guy Carmeli 5 years ago
parent
commit
b142cd6bba
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      CHANGELOG.md

+ 13
- 0
CHANGELOG.md View File

@@ -1,4 +1,17 @@
1 1
 # Changelog
2
+## 2.5.0
3
+### Fixed
4
+* Road to implicit any part 5 [#ee6dc78](https://github.com/wix/react-native-navigation/commit/ee6dc788023ca78a51834206f9823ca85abd273e) by [henrikra](https://github.com/henrikra)
5
+* Road to implicitAny part 4 [#02985c5](https://github.com/wix/react-native-navigation/commit/02985c507a61c5534f63f134c3f5fecbf6218908) by [henrikra](https://github.com/henrikra)
6
+* Fixed the type mismatch for modalPresentationStyle [#9ef60e9](https://github.com/wix/react-native-navigation/commit/9ef60e9bd9f940c47b7efd05ca104b5404a66d3b) by [masarusanjp](https://github.com/masarusanjp)
7
+
8
+#### Android
9
+* Render first tab first [#e5a2efb](https://github.com/wix/react-native-navigation/commit/e5a2efb0d9237cae82fbadb92c3a86d0f01c3b5f) by [guyca](https://github.com/guyca)
10
+* Retrieve BuildConfig.DEBUG from Application in ImageLoader [#b422dd0](https://github.com/wix/react-native-navigation/commit/b422dd0761183edc5f6e5006ba5d5e9b06b9561b) by [guyca](https://github.com/guyca)
11
+
12
+#### iOS
13
+* Fix sideMenu intuitive side width [#07cc9d3](https://github.com/wix/react-native-navigation/commit/07cc9d3f6212c9bad59767e0a12ae9243de126f7) by [yogevbd](https://github.com/yogevbd)
14
+
2 15
 ## 2.4.0
3 16
 ### Added
4 17
 #### Android