瀏覽代碼

Update v2 changelog

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

+ 15
- 0
CHANGELOG.md 查看文件

@@ -70,6 +70,21 @@ Add the following to your application's `style.xml`
70 70
       <item name="backgroundColor" type="color">#f00</item>
71 71
   </resources>
72 72
   ```
73
+# 2.27.5
74
+## Fixed
75
+### iOS
76
+* Stop recursive double setting of default options  [#3da2ca8](https://github.com/wix/react-native-navigation/commit/3da2ca8afc7597b46cad500828dffc0102c034a6) by [danilobuerger](https://github.com/danilobuerger)
77
+* Fix infinite loop while trying to remove react buttons [#88fd1f1](https://github.com/wix/react-native-navigation/commit/88fd1f15d0bc22d8c53c7e518eb0bb178e15ea6c) by [guyca](https://github.com/guyca)
78
+
79
+# 2.27.4
80
+## Fixed
81
+### iOS
82
+* Immediately unmount buttons removed by mergeOptions, instead of unmounting them when screen is unmounted [#65dde34](https://github.com/wix/react-native-navigation/commit/65dde342fb087bd122bc19de308cbf283485aac7) by [yogevbd](https://github.com/yogevbd)
83
+* Don't consume SideMenu enabled option after applying it in mergeOptions [#9faf458](https://github.com/wix/react-native-navigation/commit/9faf458cb451829e86809d9162728eed17a7f56c) by [guyca](https://github.com/guyca)
84
+* supportedInterfaceOrientations didn't take default orientation value into account [#9faf458](https://github.com/wix/react-native-navigation/commit/9faf458cb451829e86809d9162728eed17a7f56c) by [guyca](https://github.com/guyca)
85
+* SideMenu always returned the centre ViewController as the current child and didn't take open SideMenu into account  [#9faf458](https://github.com/wix/react-native-navigation/commit/9faf458cb451829e86809d9162728eed17a7f56c) by [guyca](https://github.com/guyca)
86
+* Remove duplicate setDefaultOptions in UIViewController categories [#452c4e6](https://github.com/wix/react-native-navigation/commit/452c4e692fe700600447f19282bd42b07dcc9bb4) by [danilobuerger](https://github.com/danilobuerger)
87
+
73 88
 # 2.27.3
74 89
 ## Fixed
75 90
 ### iOS