Skip to content

Releases: SourcePointUSA/react-native-sourcepoint-cmp

Release 1.0.5

02 Aug 06:25

Choose a tag to compare

1.0.5 (2025-08-02)

  • DIA-5954 implemented the new event onMessageInactivityTimeout. Emitted when the user becomes inactive for an amount of time set on our message builder, for preferences messages. #23
  • Android: DIA-5964 fixed an issue causing links not being opened on external browser. #870
  • Android: DIA-5916 fixed an issue preventing tel: links not bringing up the phone dial. #871
  • iOS: fixed groupPmId reference on iOS bridge (8cc0dca)
  • iOS: fixed iOS hot reloading issue with nil reference (9c28f0e)

Release 1.0.4

23 Jul 16:07

Choose a tag to compare

1.0.4 (2025-07-23)

  • DIA-5948 implemented dismissMessage, allowing the app to programmatically trigger a dismiss action to the message being presented #21
  • DIA-5922 added versionId to Preferences consent status #19
  • DIA-4960 DIA-4474 added language and messageTimeout build options. #20
  • DIA-4342 implemented postCustomConsentGDPR and deleteCustomConsentGDPR methods #22

Release 1.0.3

15 Jul 13:53

Choose a tag to compare

1.0.3 (2025-07-15)

  • feature: added support to loadPreferenceCenter(id: String). Enabling apps to resurface preferences messages.
  • fix: issue swapping GlobalCMP categories with vendor ids (via mobile-core)
  • docs: add known issue section (3587593)
  • docs: expand README for preferences, globalcmp and new api (50cec75)

Release 1.0.2

20 Jun 13:49

Choose a tag to compare

1.0.2 (2025-06-20)

  • fixed an issue preventing the global cmp PM from loading on iOS (0f3133e)

Release 1.0.0

20 Jun 12:58

Choose a tag to compare

1.0.0 (2025-06-20)

  • update React Native to 0.79.2
  • migrate to React Native's new architecture
  • add support to preferences campaign type
  • add support to globalcmp campaign type

Release 0.4.0

27 Jan 13:08

Choose a tag to compare

0.4.0 (2025-01-27)

Bug Fixes

  • fix passing targeting params on android (ff251c6)

Features

  • add customActionId to onAction payload (67f722e)

Release 0.3.0

05 Jun 16:00

Choose a tag to compare

0.3.0 (2024-06-05)

Bug Fixes

  • empty event handler warning on Android

Features

  • added support to authenticated consent
  • standardize actionTypes as enum

Release 0.2.0

24 May 12:29

Choose a tag to compare

0.2.0 (2024-05-24)

Bug Fixes

Features

  • add Detox for end-to-end testing (cee6f33)
  • implement SPUserData interface on Android (a67a6ee)
  • implement SPUserData interface on iOS (06601cf)
  • parameterize Campaigns (0d6a6c8)
  • reduced native sdk interfaces implemented (f9aa367)
  • refactor example app to use SPUserData type (9622871)
  • refactor SDK ts types to its own file (f8d4367)
  • replace CCPA with USNAT (a507272)

Release 0.0.1

02 Sep 09:37

Choose a tag to compare

0.0.1 (2022-09-02)

Initial release with basic bridging functionality:

  • getUserData
  • loadMessage
  • loadGDPRPrivacyManager
  • loadCCPAPrivacyManager
  • onSPFinished

Full Changelog: https://github.com/SourcePointUSA/react-native-sourcepoint-cmp/commits/0.0.1