Releases: CleverTap/clevertap-react-native
Releases · CleverTap/clevertap-react-native
4.1.0
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v8.1.0.
- Adds Picture-in-Picture In-App Notifications support.
- Adds GIF and video media support in InApp templates.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.6.0.
- Adds Picture-in-Picture In-App Notifications support.
- Adds GIF and video media support in InApp templates.
API changes
- [Android and iOS Platform]
- Adds a new API
unmute()to clear a backend-imposed mute state, resuming network operations immediately.unmute()
- Adds a new API
Breaking Changes
- [Android Platform]
- Raises the minimum supported Android API level to 23.
- Deprecates ExoPlayer integration. Migrate to Media3 before upgrading to v5.0.0.
4.0.0
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v8.0.0.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.5.1.
Bug Fixes
- [iOS Platform]
- Fixes a bug where
CleverTapInAppNotificationShowedwas not called.
- Fixes a bug where
3.9.0
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v7.8.0.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.5.0.
-
[Android and iOS Platform]
- Adds support for inaction in-app notifications. This server-side feature allows triggering in-app notifications when users do not perform specific actions within a defined timeframe.
- Adds support for nested objects ingestion in event and profile properties, enabling more complex data structures for richer user profiling and event tracking.
3.8.1
What's new
- [iOS Platform]
- Supports CleverTap iOS SDK v7.4.2.
Bug Fixes
- [iOS Platform]
- Fixes a bug where DOB value is passed incorrectly when performing profile events.
- Optimizes app initialization sequence by loading variable and variant caches earlier in the startup process.
3.8.0
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v7.7.1.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.4.1.
API changes
- [Android and iOS Platform]
- Adds a new API
variantsto fetch A/B experiment variants for the user, enabling easier access to experiment data for custom implementations.variants()
- Adds a new overloaded API for
discardInAppNotifications()method. Calling this withtrueimmediately dismisses any currently visible In-App notification in addition to clearing the queue of pending messages.discardInAppNotifications(dismissInAppIfVisible: Boolean)
- Adds a new API
3.7.0
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v7.5.2.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.3.3.
Bug Fixes
- [Android and iOS Platform]
- Fixes #480 – an issue where dates were incorrectly parsed for the case-sensitive
DOBkey.
- Fixes #480 – an issue where dates were incorrectly parsed for the case-sensitive
3.6.0
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v7.5.0.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.3.1.
3.5.0
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v7.4.1.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.2.1.
3.4.0
⚠️ NOTE
Please refer to this guide for changed integration steps for Huawei PushProvider for android.
What's new
-
[Android Platform]
- Supports CleverTap Android SDK v7.3.1.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.1.1.
API changes
- [Android and iOS Platform]
- Adds new API to register push tokens
- Removes: The legacy token registration APIs have been removed to make push providers injectable. The above mentioned APIs should be used in it's place. The removed APIs include:
setPushToken(value, type)
3.3.0
Refer to the troubleshoot guide if you encounter any errors while upgrading to this version.
What's new
- [Android Platform]
- Supports CleverTap Android SDK v7.2.2.
- Adds support for Android 15, making it compliant with Android 15 requirements. Details here.
- Upgrades the algorithm used for encryption of PII data, making it compliant with OWASP. Uses
AndroidKeyStorefor securely backing up encryption key on API levels 23+. - Updates
minSdkVersionto API 21 (Android 5.0).