|
@@ -1,8 +1,32 @@
|
1
|
1
|
# Changelog
|
|
2
|
+# 2.24.0
|
|
3
|
+## Added
|
|
4
|
+* Add return type to Navigation.constants() [#66ab3cd](https://github.com/wix/react-native-navigation/commit/66ab3cd695be68e7d7536fde4c61bad4e7067281) by [danilobuerger](https://github.com/danilobuerger)
|
|
5
|
+
|
|
6
|
+## Fixed
|
|
7
|
+### Android
|
|
8
|
+* Destroy modals on setRoot [#f06787d](https://github.com/wix/react-native-navigation/commit/f06787dec9997cd51c52bef4d319ef32bca64f48) by [guyca](https://github.com/guyca)
|
|
9
|
+
|
|
10
|
+### iOS
|
|
11
|
+* Fixed react component button flicker [#77ee4df](https://github.com/wix/react-native-navigation/commit/77ee4df6c9e3824c418fbba6ed9fe82711b5d520) by [yogevbd](https://github.com/yogevbd)
|
|
12
|
+* Fix bug that reverts navbar title size to 17 [#e677f97](https://github.com/wix/react-native-navigation/commit/e677f97cb775e43af1352caf38c03dd352851b47) by [dcvz](https://github.com/dcvz)
|
|
13
|
+
|
|
14
|
+# 2.23.0
|
|
15
|
+## Added
|
|
16
|
+* BottomTab dot indicator [#f425155](https://github.com/wix/react-native-navigation/commit/f42515524d88a5f4f12a35684ab288dad6af1b1d) by [guyca](https://github.com/guyca)
|
|
17
|
+
|
|
18
|
+## Fixed
|
|
19
|
+### Android
|
|
20
|
+* Fix margin top topbar when statusbar drawBehind [#234c59c](https://github.com/wix/react-native-navigation/commit/234c59ce7b35acc6ba53bc7a43f4c688bfb6e11e) by [isuhar](https://github.com/isuhar)
|
|
21
|
+
|
|
22
|
+### iOS
|
|
23
|
+* Fix SideMenu size after screen rotation [#a591fe4](https://github.com/wix/react-native-navigation/commit/a591fe4476ca152a336022e2570431b677f60225) by [lionerez1](https://github.com/lionerez1)
|
|
24
|
+* Set nil as default UITabBarItem.title value [#76d832b](https://github.com/wix/react-native-navigation/commit/76d832b683b3daca530340acdcfbc30acf36b568) by [danilobuerger](https://github.com/danilobuerger)
|
|
25
|
+
|
2
|
26
|
# 2.22.3
|
3
|
27
|
## Fixed
|
4
|
28
|
### iOS
|
5
|
|
-* Fix Constants.topBarHeight being zero if root ViewController isn't a NavigationViewController [#f19e523](https://github.com/wix/react-native-navigation/commit/f19e523afcc013681a601d2c9d4b0340f5459b59) by [guyca](https://github.com/guyca)
|
|
29
|
+* Fix Constants.topBarHeight being zero if root ViewController isn't a NavigationViewController [#f19e523](https://github.com/wix/react-native-navigation/commit/f19e523afcc013681a601d2c9d4b0340f5459b59) by [guyca](https://github.com/guyca)
|
6
|
30
|
|
7
|
31
|
# 2.22.2
|
8
|
32
|
## Added
|