This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Releases: brandingbrand/react-native-leanplum
Releases · brandingbrand/react-native-leanplum
v6.0.0
v5.0.0
This release updates dependencies to address security bulletins.
BREAKING CHANGES
Minimum Node version is now 12.0.0+
v4.0.1
FIXES
- Peer react-native 0.60.0 and above. The 4.0.0 release required react-native 0.60.0+ due to changes to support auto linking so this shouldn't be a breaking change for anyone.
v4.0.0
This release upgrades the native SDK versions and supports React Native 0.60 auto-linking. This release requires React Native 0.60+.
BREAKING CHANGES
- Upgrade Leanplum Android SDK to 5.2.3 (fd5932d)
- Upgrade Leanplum iOS SDK pod to 2.6.2 (aea095c)
- Change native projects to utilize React Native 0.60 auto-linking (bff2ebc)
FIXES
- Fix Android context (7f394cd)
- Update LPInbox TypeScript typing to mark data as possibly undefined (c1669b2)
IMPROVEMENTS
- Add README documentation (ee0d9da)