Skip to content

Releases: mindbox-cloud/react-native-sdk

Release 2.15.0

08 Apr 13:33

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.15.0

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

Release 2.13.4

25 Jun 12:32

Choose a tag to compare

Upgrade Android and iOS SDK dependencies to v2.13.4

What's new:

  • The push token reactivation flow has been improved: users who reinstall an app after it was offloaded by the system or manually will continue to receive push notifications without having to take additional steps.