소스 검색

Update CHANGELOG.md

Guy Carmeli 5 년 전
부모
커밋
d5893a5391
No account linked to committer's email address
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      CHANGELOG.md

+ 6
- 0
CHANGELOG.md 파일 보기

@@ -1,5 +1,11 @@
1 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 9
 ## v2.2.0
4 10
 
5 11
 ### Added