Skip to content

Releases: exponea/exponea-react-native-sdk

Version 2.0.0

17 Oct 12:04
326763a
Compare
Choose a tag to compare

Release Notes for 2.0.0

October 17, 2024

  • Added:
    • Updates native iOS SDK to 3.0.0 and native Android SDK to 4.0.1.
    • Improves the behavior of the Segmentation API’s getSegments method.
    • Adds a manualSessionAutoClose configuration parameter to override automatic session end tracking for open sessions when sessionStart is called multiple times.
    • Updates the default session timeout to 60 seconds.
    • Adds the identification of Cancel button clicks in In-app message close events and inclusion of the button label in the tracked event.
    • Adds React Native-specific message service implementation details to push notification documentation.
    • Adds documentation improvements.

Version 1.9.0

10 Sep 09:41
59a94c0
Compare
Choose a tag to compare

Release Notes for 1.9.0

September 10, 2024

  • Added:
    • Introduces improved SDK documentation at documentation.bloomreach.com
    • Adds support for React Native 0.74.5.
      • Enables React Native’s New Architecture through the interop layer.
  • Fixed:
    • Fixes incorrectly mapped parameters in the push notification tracking methods.
    • Fixes an issue where the application would hang due to an unresolved Promise.

Version 1.8.2

02 Jul 13:18
c6edf86
Compare
Choose a tag to compare

Release Notes for 1.8.2

July 02, 2024

  • Fixed:
    • Fixes an issue with Segmentation API for not supported event type - Segmentation API refactored to be compatible with native modules

Version 1.8.1

20 Jun 19:19
Compare
Choose a tag to compare

Release Notes for 1.8.1

June 20, 2024

  • Features
    • Native iOS SDK updated to 2.26.2 and Android to 3.14.0
  • Bug Fixes
    • Fixed: SDK Privacy manifest value is assigned under wrong key (in native iOS SDK)

Version 1.8.0

30 Apr 13:40
a9a5c76
Compare
Choose a tag to compare

Release Notes for 1.8.0

April 30, 2024

  • Features
    • Segmentation API feature support
    • Case of using RCTAppDelegate described more deeply in documentation
    • How to run example app documentation update

Version 1.7.0

12 Apr 03:15
Compare
Choose a tag to compare

Release Notes for 1.7.0

April 12, 2024

  • Features
    • ReactNative support increased to 0.73.6
    • In-app content blocks behaviour handler added
    • Android PUSH notification permission request support
  • Bug Fixes
    • Fixed: Duplicate projectToken in configuration example in configuration.md docu

Version 1.6.1

21 Mar 11:23
7ea605d
Compare
Choose a tag to compare

Release Notes for 1.6.1

March 21, 2024

  • Features
    • Native iOS SDK updated to 2.24.0 version
  • Bug Fixes
    • Fixed: Native iOS SDK - SDK notifies initialization finish prematurely and causes ignoring of postponed SDK API methods

Version 1.6.0

29 Nov 14:28
0595b76
Compare
Choose a tag to compare

Release Notes for 1.6.0

November 29, 2023

  • Features
    • In-app content block feature has been added into SDK
    • ReactNative support increased to 0.72.7
    • Anonymize feature has been described with more details in documentation
    • PUSH notification Payload structure has been documented
    • PUSH handling described with more details in documentation
    • Tracking of PUSH token has been described with more details in documentation
  • Bug Fixes
    • Fixed: HMS token usage example in docu misused methods for GMS

Version 1.5.2

13 Jul 09:27
021d51f
Compare
Choose a tag to compare

Release Notes for 1.5.2

July 13, 2023

  • Features
    • Native iOS SDK updated to 2.16.4 version to XCode 14.3 support
  • Bug Fixes
    • Fixed: Peer dependency to react was invalid

Version 1.5.1

08 Jun 09:11
13b4ef8
Compare
Choose a tag to compare

Release Notes for 1.5.1

June 08, 2023

  • Features
    • App Inbox styling used directly from native SDKs
  • Bug Fixes
    • Fixed: Swift path fixed for XCode14.2+ in iOS part
    • Fixed: RN 71.8 has been used for any Android build; Now a REACT_NATIVE_VERSION guides a build process
    • Fixed: Android app build was crashing because of unnecessary codegenConfig
    • Fixed: Adding of Firebase dependency was missing from migration documentations