Releases: exponea/exponea-react-native-sdk
Releases · exponea/exponea-react-native-sdk
Version 2.0.0
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
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
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
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
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
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
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
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
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
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