Browse Source

Update CHANGELOG.md

Yogev Ben David 5 years ago
parent
commit
6ce27aa78c
No account linked to committer's email address
1 changed files with 18 additions and 0 deletions
  1. 18
    0
      CHANGELOG.md

+ 18
- 0
CHANGELOG.md View File

@@ -1,4 +1,22 @@
1 1
 # Changelog
2
+# 2.26.1
3
+
4
+## Fixed
5
+### iOS
6
+* Fix transparent topBar background color transition [#147cf4c](https://github.com/wix/react-native-navigation/commit/147cf4cafca83f0903b68a47d3812009a11d3018) by [yogevbd](https://github.com/yogevbd)
7
+
8
+# 2.26.0
9
+
10
+## Fixed
11
+### Android
12
+* Apply TopBar buttons only if they are different than current buttons [#f15e9b3](https://github.com/wix/react-native-navigation/commit/f15e9b3a2a8c661d10c93d9c2f9a7155de979240) by [guyca](https://github.com/guyca)
13
+
14
+# 2.25.0
15
+
16
+## Fixed
17
+### Android
18
+* Ensure appLaunched event is emitted only when app is resumed [#21584fd](https://github.com/wix/react-native-navigation/commit/21584fd4a525d7a8085caf18d624668cc5865d93) by [guyca](https://github.com/guyca)
19
+
2 20
 # 2.24.0
3 21
 ## Added
4 22
 * Add return type to Navigation.constants() [#66ab3cd](https://github.com/wix/react-native-navigation/commit/66ab3cd695be68e7d7536fde4c61bad4e7067281) by [danilobuerger](https://github.com/danilobuerger)