Releases: infobip/mobile-messaging-react-native-plugin
Releases · infobip/mobile-messaging-react-native-plugin
14.1.0
14.0.0
SDK Versions
- Android [14.6.2]
 - iOS [13.12.4]
 
Added
From this version onwards, we've started support of React Native with new architecture.
On this page you can learn how to Switch beetween the React Native architectures.
Here are the Migration guides
13.11.2
SDK Versions
- Android [14.6.0 -> 14.6.2]
 - iOS [13.12.0]
 
Fixed
- Events caching issue.
 
13.11.1
SDK Versions
- Android [14.6.0]
 - iOS [13.12.0]
 
Fixed
- Events propagation issue
 
13.11.0
SDK Versions
- Android [14.6.0]
 - iOS [13.12.0]
 
Added
- provided React Native 0.79 without new architecture support.
 - Migration guides
 
13.10.0
SDK Versions
- Android 14.6.0
 - iOS 13.12.0
 
Added
- Option to handle in-app chat exceptions on your own.
 
13.9.0
SDK Versions
- Android 14.1.3
 - iOS 13.11.2 -> 13.12.0
 
Security
- Keychain now shares application code with Notification Extension so there is no need anymore for providing the application code in NotificationService.swift source file.
 
13.8.1
SDK Versions
- Android 14.1.3
 - iOS 13.11.2
 
Fixed
- custom notification channel is now correctly initialized on Android
 - added custom notification channel attributes to typescript types
 
13.8.0
SDK Versions
- Android - 14.0.1 -> 14.1.3
 
Changed
- InAppChat: setJwtProvider (originally used for the chat authentication) has been renamed to setChatJwtProvider and now works as a callback method both for Android and iOS.
 
13.7.1
SDK Versions
- Android 14.0.1
 - iOS 13.11.2
 
Added
- bumped iOS SDK version to 13.11.2 with support for displaying silent push notifications and prevention of displaying them in case push notification is expired. More info: https://github.com/infobip/mobile-messaging-react-native-plugin/wiki/How-to-prevent-expired-notification-from-displaying.