Skip to content

Releases: exponea/exponea-react-native-sdk

Version 1.5.0

23 May 13:58
a081d13
Compare
Choose a tag to compare

Release Notes for 1.5.0

May 23, 2023

  • Features
    • Native SDK updated - Android to 3.6.1 and iOS to 2.16.2
    • ReactNative support increased to 0.71.8
    • API has been extended to match native SDKs as much as possible (additional tracking of Inapp messages, App Inbox, Push token and notifications)
    • Added InApp messages callback handler to define your customised message action handling

Version 1.4.0

04 Apr 09:12
db89847
Compare
Choose a tag to compare

Release Notes for 1.4.0

April 04, 2023

  • Features
    • Native SDK updated - Android to 3.5.0 (Now we are able to show PUSH notification without requirement of runtime SDK init (from killed state), all events will be tracked)
    • Support section added to main Readme

Version 1.3.1

07 Mar 09:12
be09115
Compare
Choose a tag to compare

Release Notes for 1.3.1

March 07, 2023

  • Bug Fixes
    • Fixed: Updates iOS SDK with AppInbox detail layout fixes

Version 1.3.0

27 Feb 21:08
6c97252
Compare
Choose a tag to compare

Release Notes for 1.3.0

February 27, 2023

  • Features
    • Added App Inbox feature with PUSH and HTML - Inbox message type support
    • Added support for Customer token authorization

Version 1.2.0

08 Dec 13:38
Compare
Choose a tag to compare

Release Notes for 1.2.0

December 08, 2022

  • Features
    • Native SDK updated - Android to 3.2.1 and iOS to 2.13.1
    • Added Configuration flag to be able to disable tracking of default properties along with customer properties
    • Guiding documentation added for Push notification update after certain circumstances
    • Added documentation notes about tracking consent according to DSGVO/GDPR

Version 1.1.2

06 Dec 12:14
e881609
Compare
Choose a tag to compare

Release Notes for 1.1.2

December 06, 2022

  • Features
    • React native upgraded to max supported version 0.70.6
    • Android minimal API increased to 21
    • iOS minimal SDK increased to 12.4
  • Bug Fixes
    • Fixed: License established to MIT in npmjs

Version 1.1.1

07 Oct 12:19
Compare
Choose a tag to compare

Release Notes for 1.1.1

October 07, 2022

  • Bug Fixes
    • Fixed: Native iOS SDK updated for Webview configuration setup compatible with swift5.7
    • Fixed: Unit tests and lint fixes due to the latest changes

Version 1.1.0

01 Sep 11:04
Compare
Choose a tag to compare

Release Notes for 1.1.0

September 01, 2022

  • Features
    • Added a support of HTML InApp messages
    • Shows a warn log for developer if old SDK version is used
  • Bug Fixes
    • Fixed: Version upgrade guide is linked from README and Release Notes documentations
    • Fixed: License established to MIT
    • Fixed: Duplicated push open action track is not called on app cold start

SDK version update guide

Version 1.0.0

15 Feb 13:58
Compare
Choose a tag to compare

Release Notes for 1.0.0

February 15, 2022

Version 0.5.2

12 Jul 11:46
Compare
Choose a tag to compare

Release Notes for 0.5.2

July 12, 2021

  • Features
    • Native iOS SDK updated to 2.11.1
    • Native Android SDK updated to 2.9.5
    • Android push icon and accent color can now be specified in a more user-friendly way (by resource name instead of resource ID integer). New configuration parameters are available - pushIconResourceName and pushAccentColorName. In addition, accent color can be set with RGBA channels using the new configuration parameter pushAccentColorRGBA.