You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# React Native Module Changelog
2
2
3
+
## Version 19.4.0 - October 4, 2024
4
+
5
+
### Changes
6
+
- Updated Airship Android SDK to [18.3.2](https://github.com/urbanairship/android-library/releases/tag/18.3.2)
7
+
- Updated Airship iOS SDK to [18.10.0](https://github.com/urbanairship/ios-library/releases/tag/18.10.0)
8
+
- Added `notificationPermissionStatus` to `PushNotificationStatus`
9
+
- Added options to `enableUserNotifications` to specify the `PromptPermissionFallback` when enabling user notifications
10
+
- Added new `showMessageCenter(messageId?: string)` and `showMessageView(messageId: string)` to `MessageCenter` to display the OOTB UI even if `autoLaunchDefaultMessageCenter` is disabled
11
+
- Added new APIs to manage [iOS Live Activities](https://docs.airship.com/platform/mobile/ios-live-activities/)
12
+
- Added new APIs to manage [Android Live Updates](https://docs.airship.com/platform/mobile/android-live-updates/)
13
+
- Added a new [iOS plugin extender]() to modify the native Airship SDK after takeOff
14
+
- Added new [Android plugin extender]() to modify the native Airship SDK after takeOff
15
+
- Deprecated `com.urbanairship.reactnative.AirshipExtender` for the common `com.urbanairship.android.framework.proxy.AirshipPluginExtender`. The manifest name also changed from `com.urbanairship.reactnative.AIRSHIP_EXTENDER` to `com.urbanairship.plugin.extender`
16
+
3
17
## Version 19.3.2 - September 13, 2024
4
18
Patch release to fix a compile issue with the new Architecture on iOS and to fix a potential race condition on the event listeners when refreshing the JS bridge.
0 commit comments