Skip to content

Releases: mindbox-cloud/react-native-sdk

Release 2.15.1

14 May 16:00

Choose a tag to compare

Upgrade Android SDK dependency to v2.15.1

Fixes

  • [Android] Fixed onboarding in-app not displaying in release builds with R8 enabled

Release 2.15.0

08 Apr 13:33

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.15.0

Warning

Onboarding in-app may not display correctly on the Android target in release builds with R8 enabled. Fixed in React Native SDK 2.15.1. If you stay on 2.15.0, add the following rule to your app's android/app/proguard-rules.pro:

-keepclassmembers class cloud.mindbox.mobile_sdk.inapp.presentation.view.BridgeMessage$* {
    <fields>;
}

New Features

  • Added a new in-app format — onboarding: a sequence of fullscreen screens shown one after another, configured entirely in the Mindbox dashboard without additional development. Learn more in the guide

Improvements

  • Internal improvements and maintenance

Release 2.15.0-rc

11 Mar 09:26

Choose a tag to compare

Release 2.15.0-rc Pre-release
Pre-release

Upgrade Android and iOS SDK dependencies to v2.15.0-rc

New Features

  • Added a new in-app format — onboarding: a sequence of fullscreen screens shown one after another, configured entirely in the Mindbox dashboard without additional development. Learn more in the guide

Release 2.14.6

20 Jan 12:06

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.14.5

Fixes

  • [iOS] Fixed random crashes related to MindboxCommon caused by garbage collection

Improvements

  • [Android] Simplified custom push handling by adding public APIs for creating PendingIntent and handling push clicks
  • Internal improvements and maintenance

Release 2.14.5

21 Nov 11:05

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.14.4

New Features

  • updateNotificationPermissionStatus(granted: Boolean) is deprecated. Use refreshNotificationPermissionStatus instead

Fixes

  • [iOS] Fixed random crashes on Thread 1 related to MindboxCommon, caused by a Kotlin/Native bug in versions 1.9.*–2.0.0 during garbage collection

Improvements

  • [iOS] Updated Universal Links docs and Example; removed window from MindboxSceneDelegate — declare your own UIWindow if needed
  • Internal improvements and maintenance

Release 2.14.4

30 Oct 07:36

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.14.3

Fixes

  • [Android] Fixed in-apps not showing when payload contained JSON data

Release 2.14.3

23 Oct 09:12

Choose a tag to compare

Upgrade Android SDK dependency to v2.14.2 and iOS SDK dependency to v2.14.3

Improvements

  • [iOS] Reduced crash risk by removing fatalError calls and replacing them with safe error handling & logging
  • Internal improvements and maintenance

Release 2.14.1

12 Sep 10:32

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.14.1

New Features

  • Added a new in-app format for running satisfaction surveys, enabling user feedback collection directly in the app

Improvements

  • Improved multiple in-apps per session handling, setting priorities, and delaying in-app display

Release 2.14.0

27 Aug 07:50

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.14.0

New Features

  • Added support for showing multiple in-apps in one user session
  • Added ability to set in-app priority to control which one to show
  • Added option to delay in-app display after a trigger

Release 2.13.5-rc

25 Jul 13:46

Choose a tag to compare

Release 2.13.5-rc Pre-release
Pre-release

Upgrade Android and iOS SDK dependencies to v2.13.5-rc

What's new:

  • Added support for in-app surveys