Releases: BranchMetrics/react-native-branch-deep-linking-attribution
Releases · BranchMetrics/react-native-branch-deep-linking-attribution
Release 2.2.1
- Fixes certain BUO content metadata field mappings: productCategory, addressPostalCode, ratingAverage
- Includes native SDKs 0.21.14 (iOS), 2.14.2 (Android).
Release 2.2.0
- Adds BranchEvent class
- Adds new Branch Universal Object API
- Added requiresMainQueueSetup as required by v0.49+ of RN via @UrbanChrisy (#299)
- Fix incorrect event type when error = null via @wildseansy (#285)
- Includes native SDKs 0.21.14 (iOS), 2.14.2 (Android).
Release 2.1.1
- Fix for +non_branch_link issue on Android (#216).
- Suppress some warnings with Xcode 9.
- Added a troubleshooting section to the README.
- Includes native SDKs 0.19.5 (iOS), 2.12.2 (Android).
Release 2.1.0
- Added an openURL method for programmatic deep linking from anywhere in an app (e.g., a QR reader).
- Allow loading rewards from different buckets via an optional argument to loadRewards().
- Return RNBranch::Error::DuplicateResourceError in case of an existing alias.
- Further rework of the README.
- Introduced a tutorial app.
- Includes native SDKs 0.19.5 (iOS), 2.12.1 (Android).
Release 2.0.0
- Added sendCommerceEvent method.
- Complete rewrite of the README.
- Removed the peerDependency on
react. - Includes native SDKs 0.17.10 (iOS), 2.12.0 (Android).
Release 2.0.0-rc.2
- Fixed automation bug that generated an RNBranch.xcodeproj that failed with
react-native link. - Regenerated RNBranch.xcodeproj to fix
react-native linkbug (#239). - Includes native SDKs 0.17.9 (iOS), 2.11.1 (Android).
Release 2.0.0-rc.1
- (Internal) Native SDK updates are now automated.
- Includes native SDKs 0.17.9 (iOS), 2.11.1 (Android).
Release 2.0.0-beta.8
- Support for RN >= 0.47 (#231).
- Added support for platform-specific branch.json.
- Includes native SDKs 0.16.2 (iOS), 2.10.3 (Android).
Release 2.0.0-beta.7
- This release adds support for an optional
branch.jsonconfiguration file. See https://rnbranch.app.link/branch-json for details. - Deprecated
[RNBranch handleDeepLink:]. See https://rnbranch.app.link/version-2#ios-api-changes for details. - Includes native SDKs 0.15.3 (iOS), 2.9.0 (Android).
Release 2.0.0-beta.6
- This release adds some native wrapper methods to simplify certain native code changes that cannot
be supported in JS. - Includes native SDKs 0.15.3 (iOS), 2.8.0 (Android).