Explorar el Código

Update changelog

Guy Carmeli hace 5 años
padre
commit
639fa2666f
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. 17
    0
      CHANGELOG.md

+ 17
- 0
CHANGELOG.md Ver fichero

@@ -1,4 +1,21 @@
1 1
 # Changelog
2
+## 2.8.0
3
+### Added
4
+* passProps passed to setStackRoot and showOverlay can specify type with generics [#bc23fba](https://github.com/wix/react-native-navigation/commit/bc23fbad608dc9e38a7f09ff76868867310a4d62) by [henrikra](https://github.com/henrikra)
5
+* passProps passed to showModal can specify type with generics [#34f37aa](https://github.com/wix/react-native-navigation/commit/34f37aa7c5790e10b3f7db8c5a2af23c6848c6c8) by [ruscoder](https://github.com/ruscoder)
6
+
7
+#### Android
8
+* Bottom tabs attach mode [#740ad3c](https://github.com/wix/react-native-navigation/commit/740ad3c326f29f51205b8f0fb046ff0658076925) by [guyca](https://github.com/guyca)
9
+
10
+### Fixed
11
+#### iOS
12
+* Fix system & back button color [#57d8ff7](https://github.com/wix/react-native-navigation/commit/57d8ff7858f550ade133422e4a02505ed6378968) by [maryjenel](https://github.com/maryjenel)
13
+
14
+## 2.7.1
15
+### Fixed
16
+#### Android
17
+* Fix broken static options provided as objects [#4d82292](https://github.com/wix/react-native-navigation/commit/4d82292950471979cfb6c4016e82665fa29fe9da) by [guyca](https://github.com/guyca)
18
+
2 19
 ## 2.7.0
3 20
 ### Added
4 21
 * Adding hideNavBarOnFocusSearchBar option [#83f69d4](https://github.com/wix/react-native-navigation/commit/83f69d4effecfbaaf17af3cebdf8a03b38bfa589) by [sganti564](https://github.com/sganti564)