Quellcode durchsuchen

Update changelog

Guy Carmeli vor 4 Jahren
Ursprung
Commit
d9673adfe4
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15
    0
      CHANGELOG.md

+ 15
- 0
CHANGELOG.md Datei anzeigen

@@ -1,4 +1,19 @@
1 1
 # Changelog
2
+# 4.4.0
3
+## Added
4
+### Android
5
+* Added TitleState showWhenActiveForce option for bottomTabs [#cf18e2d](https://github.com/wix/react-native-navigation/commit/cf18e2d3c98785c28d42b486b70e05b75404ca54) by [BenJeau](https://github.com/BenJeau)
6
+
7
+## Fixed
8
+### Android
9
+* Apply BottomTabs visibility only if child is visible [#6ffb301](https://github.com/wix/react-native-navigation/commit/6ffb3011f7e3db11c9dac9d4c9d01b8345079c2e) by [guyca](https://github.com/guyca)
10
+
11
+## Fixed
12
+# 4.3.0
13
+## Fixed
14
+### iOS
15
+* Fixed pushing external ViewControllers to stack inside a modal [#4b14c87](https://github.com/wix/react-native-navigation/commit/4b14c8798b4f9bf99ce36dd29b2df8e8ff5bf109) by [yogevbd](https://github.com/yogevbd)
16
+
2 17
 # 4.2.0
3 18
 ## Fixed
4 19
 ### Android