Browse Source

Update changelog

Guy Carmeli 4 years ago
parent
commit
caf7d2ca0c
1 changed files with 10 additions and 2 deletions
  1. 10
    2
      CHANGELOG.md

+ 10
- 2
CHANGELOG.md View File

118
       <item name="backgroundColor" type="color">#f00</item>
118
       <item name="backgroundColor" type="color">#f00</item>
119
   </resources>
119
   </resources>
120
   ```
120
   ```
121
+# 2.29.0
122
+## Added
123
+* Introduce `Navigation.updateProps` command [#0eb0570](https://github.com/wix/react-native-navigation/commit/0eb0570840a26d4b848d7c763060a2b8faf1dc80) by [guyca](https://github.com/guyca)
124
+## Fixed
125
+### iOS
126
+* Fix compilation error on Xcode 10.x [#99ddcd8](https://github.com/wix/react-native-navigation/commit/99ddcd864005ce768ca7c0b34d2ecfa8246dc568) and [#83f03cd](https://github.com/wix/react-native-navigation/commit/83f03cd8f945152cda93c664d69bf36047989571) by [yogevbd](https://github.com/yogevbd)
127
+### Android
128
+* Don't merge null bottomTab.selectedIconColor and bottomTab.iconColor [#c48ed74](https://github.com/wix/react-native-navigation/commit/c48ed747a163a2917820e62ab40d5047389f5fcb) by [guyca](https://github.com/guyca)
121
 # 2.28.0
129
 # 2.28.0
122
 ## Added
130
 ## Added
123
 * Support updating component props with Navigation.mergeOptions [#291f161](https://github.com/wix/react-native-navigation/commit/291f16177d2f67a474d3a980a503a85d0acf2b2a) by [justtal](https://github.com/justtal)
131
 * Support updating component props with Navigation.mergeOptions [#291f161](https://github.com/wix/react-native-navigation/commit/291f16177d2f67a474d3a980a503a85d0acf2b2a) by [justtal](https://github.com/justtal)
126
 # 2.27.7
134
 # 2.27.7
127
 ## Added
135
 ## Added
128
 ### iOS
136
 ### iOS
129
-* Font weight option support on iOS [#f283e15](https://github.com/wix/react-native-navigation/commit/f283e155948c0ae190c1dde0fb3d78d5ac129af0) by [yogevbd]
137
+* Font weight option support on iOS [#f283e15](https://github.com/wix/react-native-navigation/commit/f283e155948c0ae190c1dde0fb3d78d5ac129af0) by [yogevbd](https://github.com/yogevbd)
130
 
138
 
131
 # 2.27.6
139
 # 2.27.6
132
 ## Fixed
140
 ## Fixed
133
 ### iOS
141
 ### iOS
134
-* Fix status bar disappear when presenting native camera screen on iOS [#6cfde5e](https://github.com/wix/react-native-navigation/commit/6cfde5e24c95506b6d31b2f40164fa3f196b72a6) by [yogevbd]
142
+* Fix status bar disappear when presenting native camera screen on iOS [#6cfde5e](https://github.com/wix/react-native-navigation/commit/6cfde5e24c95506b6d31b2f40164fa3f196b72a6) by [yogevbd](https://github.com/yogevbd)
135
 
143
 
136
 # 2.27.5
144
 # 2.27.5
137
 ## Fixed
145
 ## Fixed