|
@@ -1,7 +1,7 @@
|
1
|
1
|
# Changelog
|
2
|
|
-___
|
|
2
|
+
|
3
|
3
|
## v2.2.0
|
4
|
|
-___
|
|
4
|
+
|
5
|
5
|
### Added
|
6
|
6
|
* Component name can be a number as well to support enum component names [#e32d8d2](https://github.com/wix/react-native-navigation/commit/e32d8d2c1a30e4a50b6b1f6ed8eeb99b81b58cde) by [henrikra](https://github.com/henrikra)
|
7
|
7
|
* Update lodash to v4.17.x [#77e2faa](https://github.com/wix/react-native-navigation/commit/77e2faa5988c1e7905bc138030422291413213e0)
|
|
@@ -22,10 +22,10 @@ ___
|
22
|
22
|
* Use proper key for bottom tab height [#3b98553](https://github.com/wix/react-native-navigation/commit/3b9855327363149613f371e6eb47727fc8430aab) by [Krizzu](https://github.com/Krizzu)
|
23
|
23
|
|
24
|
24
|
## 2.1.3
|
25
|
|
-___
|
|
25
|
+
|
26
|
26
|
### Added
|
27
|
27
|
#### iOS
|
28
|
28
|
* Add optional componentId param to bindComponent [#0a6e34f](https://github.com/wix/react-native-navigation/commit/0a6e34f2dd16bbec43edd37c93c0f609b6c589f2) by [luigiinred](https://github.com/luigiinred)
|
29
|
29
|
|
30
|
30
|
### Fixed
|
31
|
|
-* Avoid calling component generators on registerComponent [#708d594](https://github.com/wix/react-native-navigation/commit/708d594877f223e684df749faff2a3e8abdbe9a8)
|
|
31
|
+* Avoid calling component generators on registerComponent [#708d594](https://github.com/wix/react-native-navigation/commit/708d594877f223e684df749faff2a3e8abdbe9a8)
|