Releases: customerio/customerio-reactnative
Releases · customerio/customerio-reactnative
4.2.1
4.2.1 (2025-01-09)
Updates the iOS native dependency from 3.7.1
to 3.7.2
and Android native dependency from 4.5.0
to 4.5.2
which includes the following improvements.
Bug Fixes
- [Android] Fixes the bug where device update/delete events would not migrate automatically when migrating from v3 to v4 (customerio/customerio-android#481)
- [Android & iOS] Fixes in-app messages overlay background color being ignored from in-app message payload (customerio/customerio-android#485) (customerio/customerio-ios#843)
4.2.0
4.1.1
4.1.0
4.1.0 (2024-11-14)
Updates the iOS Native dependency from 3.5.1 to 3.6.0 which includes the following improvements.
Features
Fixes
- Fixes the push metric for the EU region by adding region support in the MessagingPush config in the notification extension (customerio/customerio-ios#836)
Improvement
4.0.2
4.0.1
4.0.0
4.0.0 (2024-10-16)
⚠ BREAKING CHANGES
- Data Pipelines Support: Sending your mobile data into our customer data platform (CDP) helps you support Journeys and the rest of your martech stack—analytics, data warehouses, CRMs, and more. (#349)
NOTE: Please follow the migration guide for a seamless upgrade to this version.
Features
- Anonymous tracking: You can send anonymous events, and we’ll reconcile anonymous activity with your users when you identify them. (#349) (6665c9f)
- Built-in lifecycle events: the SDK now automatically captures events like “Application Installed” and “Application Updated” for you, so you better understand your users’ behaviors in your app.
- New device data: The SDK captures complete device-level context, such as your audience’s screen dimensions, device names, and more.
3.9.1
3.9.0
3.9.0 (2024-08-28)
Updates the iOS Native dependency from 2.13.2 to 2.14.1 which includes the following improvements.
Features
- Reduced the time for first in-app message to be shown for newly identified profiles. For new profiles, in-app messages are now fetched as soon as the profile is identified.(#307) (cb272c2)
Bug Fixes
- Explicitly switched threads to avoid forcing identify calls to be made on main thread. The SDK now automatically switches to appropriate thread, regardless of the thread used to make identify calls.
3.8.0
3.8.0 (2024-07-02)
Features
- When using page rules and when an in-app messages need a second to load, the in-app message might appear after a user navigates to another page. We made changes to ensure the page-rules are checked after the message is loaded and immediately before it’s displayed in order to resolve this issue. (#285) (478f644)