Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Releases: brandingbrand/react-native-leanplum

v6.0.0

27 Oct 14:28
7b61f23
Compare
Choose a tag to compare

BREAKING CHANGE: This updates the Android SDK to 31

v5.0.0

05 Oct 15:49
88ea41b
Compare
Choose a tag to compare

This release updates dependencies to address security bulletins.

BREAKING CHANGES

Minimum Node version is now 12.0.0+

v4.0.1

14 Nov 16:39
6e9dd1b
Compare
Choose a tag to compare

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

14 Nov 16:07
Compare
Choose a tag to compare

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)

v3.0.1

06 Aug 16:24
Compare
Choose a tag to compare

3.0.1 (2019-08-06)

Bug Fixes

  • update packages for security alerts (61dd29d)

v3.0.0

18 Jul 17:35
Compare
Choose a tag to compare

3.0.0 (2019-07-18)

chore

  • update android to sdk 28 (90caefd)

BREAKING CHANGES

  • This updates the Android SDK to 28 and updates gradle settings to enable 64 bit releases.

v2.0.3

08 Jan 19:55
Compare
Choose a tag to compare

2.0.3 (2019-01-08)

Bug Fixes

  • android: guard against null json value (9e7f83d)

v2.0.2

04 Oct 15:45
Compare
Choose a tag to compare

2.0.2 (2018-10-04)

Bug Fixes

  • guard against null parameters in user attributes and tracking (cbfe671)

v2.0.1

04 Oct 15:36
Compare
Choose a tag to compare

2.0.1 (2018-10-04)

Bug Fixes

  • check if user attributes is null in start (98b7371)

v2.0.0

03 Oct 22:08
Compare
Choose a tag to compare

2.0.0 (2018-10-03)

Features

  • refactor API to match Leanplum Android and iOS SDKs (66459af)

BREAKING CHANGES

  • All API methods have been replaced with a version that more closely matches the Android and iOS SDKs.