瀏覽代碼

Update changelog

Guy Carmeli 5 年之前
父節點
當前提交
cc2fa9fbfc
共有 1 個檔案被更改,包括 26 行新增0 行删除
  1. 26
    0
      CHANGELOG.md

+ 26
- 0
CHANGELOG.md 查看文件

@@ -1,4 +1,30 @@
1 1
 # Changelog
2
+# 2.22.3
3
+## Fixed
4
+### 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) 
6
+
7
+# 2.22.2
8
+## Added
9
+### iOS
10
+* Support changing javascript bundle location in runtime [#8959d68](https://github.com/wix/react-native-navigation/commit/8959d680d8efc8ca9f11d5ae7d78134c2f9a7959) by [yogevbd](https://github.com/yogevbd)
11
+
12
+## Fixed
13
+### iOS
14
+* Fix back button initialization on setStackRoot [#c0ad194](https://github.com/wix/react-native-navigation/commit/c0ad1945a3dbbc29192abdcc1c598516b391a10f) by [yogevbd](https://github.com/yogevbd)
15
+
16
+# 2.22.1
17
+## Fixed
18
+* Add width and height attributes to SideMenuSide type [#73d621d](https://github.com/wix/react-native-navigation/commit/73d621d48d24ba270dec42f82789bfbc911262cd) by [ball-hayden](https://github.com/ball-hayden)
19
+
20
+### iOS
21
+* Fixed crash when calling Navigation.constants() when root view isn't BottomTabs [#663b1c3](https://github.com/wix/react-native-navigation/commit/663b1c3f60cb474ebd9cdbda824121add1c34801) by [daveyjones](https://github.com/daveyjones)
22
+* Fixed crash when setting react component as left button [#29829ae](https://github.com/wix/react-native-navigation/commit/29829ae2aa972fa7df20cd50e0d43efa8991fbf2) by [MarianPalkus](https://github.com/MarianPalkus)
23
+
24
+### Android
25
+* Remove android * imports for support [#35a19b5](https://github.com/wix/react-native-navigation/commit/35a19b5f687b89dc414e65184995ebc69f847704) by [heroic](https://github.com/heroic)
26
+* Add back button to last child in setStackRoot [#898cf7a](https://github.com/wix/react-native-navigation/commit/898cf7ae2703656459f28e21123f3b0f8a40b22e) by [guyca](https://github.com/guyca)
27
+
2 28
 # 2.21.1
3 29
 ## Fixed
4 30
 ### iOS