소스 검색

v2.3.0 changelog

Guy Carmeli 5 년 전
부모
커밋
f1b58ebad8
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11
    0
      CHANGELOG.md

+ 11
- 0
CHANGELOG.md 파일 보기

@@ -1,5 +1,16 @@
1 1
 # Changelog
2 2
 
3
+## v2.3.0
4
+### Added
5
+#### Android
6
+* Add `layout.componentBackgroundColor` option - This option is used to set background color only for component layouts. [#cb48065](https://github.com/wix/react-native-navigation/commit/cb48065aaffa0449f1cd57b27bd3de6bb5a0eac8) by [guyca](https://github.com/guyca)
7
+
8
+### Fixed
9
+* SetStackRoot now accepts an array of children which will replace the current children. [#2365e02](https://github.com/wix/react-native-navigation/commit/2365e0211b51a2353949c22a836340eb32cd8cc0) by [guyca](https://github.com/guyca)
10
+
11
+#### Android
12
+* Avoid unnecessary BottomTabs view creation. [#b84a3e5](https://github.com/wix/react-native-navigation/commit/b84a3e5fadcbef93a8ef683550743dc84ac8a2fa) by [guyca](https://github.com/guyca)
13
+
3 14
 ## v2.2.5
4 15
 ### Added
5 16
 * Add typed interface to constants [#a71e731](https://github.com/wix/react-native-navigation/commit/a71e7311e270d2feb793c7c61b8e637afe98591e) by [pie6k](https://github.com/pie6k)