Parcourir la source

Update changelog

Guy Carmeli il y a 5 ans
Parent
révision
a0172bd1dd
1 fichiers modifiés avec 22 ajouts et 0 suppressions
  1. 22
    0
      CHANGELOG.md

+ 22
- 0
CHANGELOG.md Voir le fichier

@@ -1,4 +1,26 @@
1 1
 # Changelog
2
+# 6.4.0
3
+## Fixed
4
+### iOS
5
+* Fix styling options on iOS 13.4 [#950ac64](https://github.com/wix/react-native-navigation/commit/950ac6404fe1a43021426803d4fdad4ed4711476) by [yogevbd](https://github.com/yogevbd)
6
+* Fix white flicker when pushing a screen [#a2bdfac](https://github.com/wix/react-native-navigation/commit/a2bdfacb27065f2101c3228df98484ba4ec68e03) by [RobertPaul01](https://github.com/RobertPaul01)
7
+* Fix white topBar on pop with swipe gesture [#6227321](https://github.com/wix/react-native-navigation/commit/62273214f0590007ce81be2aef6da1f05e035c4a) by [yogevbd](https://github.com/yogevbd)
8
+### Android
9
+* Fix title component not being replaced via mergeOptions [#b0e8a82](https://github.com/wix/react-native-navigation/commit/b0e8a824f5e1ec141c9d3030dc21f242902ec29f) by [guyca](https://github.com/guyca)
10
+
11
+# 6.3.3
12
+## Fixed
13
+### iOS
14
+* Fix status bar visibility on iOS 13 [#f487134](https://github.com/wix/react-native-navigation/commit/f487134d8e4c302f69453c093c49fde17dba46fe) by [yogevbd](https://github.com/yogevbd)
15
+
16
+# 6.3.1 - 6.3.2
17
+## Added
18
+* Custom component reference id OptionsTopBarButton typing [#6046372](https://github.com/wix/react-native-navigation/commit/60463729e5e4ace5c4c81ddc854ee2421b431c86) by [jarnove](https://github.com/jarnove)
19
+
20
+## Fixed
21
+### Android
22
+* Always resolve dismissAllModals promise [#ec03383](https://github.com/wix/react-native-navigation/commit/ec03383b0de4fe092ddbef807850d131a42a1e7f) [#52bcd5b](https://github.com/wix/react-native-navigation/commit/52bcd5ba5090622db37055d0a18cb673673affa0) by [guyca](https://github.com/guyca)
23
+
2 24
 # 6.3.0
3 25
 ## Fixed
4 26
 ### iOS