Releases: BranchMetrics/react-native-branch-deep-linking-attribution
Releases · BranchMetrics/react-native-branch-deep-linking-attribution
Release 2.2.5
- Updated to iOS SDK 0.22.5 and Android SDK 2.15.0.
setRequestMetadata
support to RNBranch module.- Fixed custom event issues on iOS and Android #317.
- Fixed async
subscribe
call issue #322. - Fixed
getLatestReferringParams
release issue #282.
Release 2.2.4
- Updated to Android SDK 2.14.4.
- Includes native SDKs 0.22.4 (iOS), 2.14.4 (Android).
Release 2.2.3
- Updated to iOS SDK 0.22.4 to fix backward compatibility issues with metadata. #311
- Includes native SDKs 0.22.4 (iOS), 2.14.3 (Android).
Release 2.2.2
- Get rid of unnecessary version check for iOS 8 (#309)
- Some corrections to handling of Branch Universal Object content metadata.
- Includes native SDKs 0.21.16 (iOS), 2.14.3 (Android).
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 link
bug (#239). - Includes native SDKs 0.17.9 (iOS), 2.11.1 (Android).