Skip to content

Commit 2e1c61a

Browse files
committed
ChangeLog update for 2.0.0-beta.2
1 parent 6b26526 commit 2e1c61a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

ChangeLog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,36 @@
7373
* Pin to specific versions of the native SDKs to avoid issues arising from version mismatches.
7474
* Fully support integration of react-native-branch in a React Native component within a native
7575
app that also uses the native Branch SDK.
76+
* Includes native SDKS 0.13.5 (iOS), 2.5.9 (Android)
7677

7778
See [Release 2.0.0](https://github.com/BranchMetrics/react-native-branch-deep-linking/blob/master/docs/Release-2.0.0.md) for more details.
79+
80+
2017-04-24 Version 2.0.0-beta.2
81+
82+
* Implemented an RCTEventEmitter in iOS.
83+
* Rebuilt JS link caching to address #79.
84+
* Corrected link property mappings on Android (thanks to @jchesne for the PR).
85+
* Includes native SDKs 0.14.12 (iOS), 2.6.1 (Android).
86+
* Added missing AddToCartEvent, listed in the docs.
87+
* Export event constants from the native layer for better consistency.
88+
* Support for routing links in native Android apps that include RN components.
89+
* Added/improved example applications. The master branch includes five examples for 2.0.0:
90+
- testbed_simple
91+
- testbed_native_ios
92+
- testbed_native_android
93+
- webview_example
94+
- webview_native_ios
95+
As well as the two legacy examples testbed_carthage and testbed_cocoapods for 1.1. The
96+
webview_example and webview_example_native_ios apps are complete, practical examples of
97+
content-sharing apps that route links and follow Branch's best practices. All examples
98+
are fully set up for the bnctestbed.app.link domain.
99+
* All 2.0 examples now include support for both the test and live Branch keys. All Android
100+
examples will use the test key in Debug builds and the live key in Release builds. This
101+
is also true for testbed_simple and webview_example. testbed_native_ios and
102+
webview_example_native_ios use custom build configurations and schemes to differentiate
103+
the live and test environments (this approach is only possible when using CocoaPods on iOS;
104+
it is easily arranged using productFlavors on Android and very similar to the existing
105+
setup).
106+
* Added an experimental Fastlane plugin to set up example apps for iOS without using Xcode
107+
to make it easy to run them on a device and test link routing.
108+
* Greatly expanded CI and unit testing, including native unit tests, for improved stability.

0 commit comments

Comments
 (0)