Browse Source

Update changelog

Guy Carmeli 4 years ago
parent
commit
721ad9b717
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      CHANGELOG.md

+ 10
- 0
CHANGELOG.md View File

@@ -1,4 +1,14 @@
1 1
 # Changelog
2
+# 4.5.0
3
+## Added
4
+* Improve accessibility support [#07c558c](https://github.com/wix/react-native-navigation/commit/07c558c76f7bf3acd56a2af4e0e901c81ae0e49d), [#f635b5e](https://github.com/wix/react-native-navigation/commit/f635b5e8be81ee99aaf2726c989624b1dafcbf41) by [yogevbd](https://github.com/yogevbd) and [guyca](https://github.com/guyca)
5
+### iOS
6
+* Add modalAttemptedToDismiss event [#87af42a](https://github.com/wix/react-native-navigation/commit/87af42a56be7deaa32678afb72846c92e293f524) by [manicantic](https://github.com/manicantic)
7
+* Add bottomTabLongPressed event on iOS [#c425f83](https://github.com/wix/react-native-navigation/commit/c425f837b1d99a8b27525d52b6eba37fb77cbded) by [N3TC4T](https://github.com/N3TC4T)
8
+## Fixed
9
+### Android
10
+* Emit modalDismissed event before ViewController is destroyed [#cf591d9](https://github.com/wix/react-native-navigation/commit/cf591d9a9c48ed89c7e7fed4594b8dbcb9732bc9) by [guyca](https://github.com/guyca)
11
+
2 12
 # 4.4.0
3 13
 ## Added
4 14
 ### Android