Ver código fonte

Update CHANGELOG.md

Guy Carmeli 6 anos atrás
pai
commit
d5893a5391
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      CHANGELOG.md

+ 6
- 0
CHANGELOG.md Ver arquivo

1
 # Changelog
1
 # Changelog
2
 
2
 
3
+## v2.2.1
4
+### Fixed
5
+#### iOS
6
+* Fix title.font when subtitle supplied - Font wasn't applied on title, when subtitel was provided. [#14a5b74](https://github.com/wix/react-native-navigation/commit/14a5b748fa461a9c4bd50ca0148a0e13a8ae6fba)
7
+* Fix invisible modals edge case. When an Overlay was displayed before setRoot was called, Consecutive Modals and Overlays were attached to the wrong window. [#b40f8ed](https://github.com/wix/react-native-navigation/commit/b40f8eda6eea09c465b9cf0e29269fef6238dae0)
8
+
3
 ## v2.2.0
9
 ## v2.2.0
4
 
10
 
5
 ### Added
11
 ### Added