Skip to content

Releases: braze-inc/braze-react-native-sdk

1.36.0

27 Jun 17:58
Compare
Choose a tag to compare
⚠ Breaking
  • Updated the native Android bridge to Braze Android SDK 21.0.0.
  • Updated the native iOS bridge to Braze iOS SDK 4.4.4.
  • Removed setAvatarImageUrl().
  • Removed logContentCardsDisplayed. This method was not part of the recommended Content Cards integration and can be safely removed.

1.35.1

16 Mar 17:31
Compare
Choose a tag to compare
Fixed
  • Fixed an issue introduced in 1.35.0 where setMetadata did not have a method implementation for Android.

1.35.0

11 Mar 19:03
Compare
Choose a tag to compare
⚠ Breaking

1.34.1

28 Jan 17:47
Compare
Choose a tag to compare
Fixed
  • Fixed an issue where getInitialUrl would not resolve when there is no initial URL.

1.34.0

20 Jan 20:24
Compare
Choose a tag to compare
⚠ Breaking
Fixed
  • Fixed an issue with Content Card types. Thanks @jtparret!
Changed
  • Improved logging around getInitialUrl.

1.33.1

28 Sep 16:34
Compare
Choose a tag to compare
Fixed
  • Fixed an issue introduced in 1.33.0 that caused a build error on iOS.

1.33.0

24 Sep 20:44
Compare
Choose a tag to compare

1.33.0

⚠ Breaking
Added
  • Added ReactAppboy.addToSubscriptionGroup() and ReactAppboy.removeFromSubscriptionGroup() to manage SMS/Email Subscription Groups.
  • Custom events and purchases now support nested properties. In addition to integers, floats, booleans, dates, or strings, a JSON object can be provided containing dictionaries of arrays or nested dictionaries. All properties combined can be up to 50 KB in total length.

1.32.0

19 Aug 18:45
Compare
Choose a tag to compare

1.32.0

⚠ Breaking

1.31.0

23 Jul 20:13
Compare
Choose a tag to compare
⚠ Breaking
Added
  • Added support for new SDK Authentication feature to the Javascript layer. See setSdkAuthenticationSignature on the Appboy interface, as well as the optional signature parameter on ReactAppboy.changeUser.

1.30.0

16 Jun 19:06
Compare
Choose a tag to compare
⚠ Breaking