Releases: OneSignal/OneSignal-Cordova-SDK
Releases · OneSignal/OneSignal-Cordova-SDK
2.0.7 Release
- iOS fixes
- Added
isAppInFocus
field to notification callbacks. - Fixed rare case where opened callback could fire 2 times.
- Some compatibility fixes when using other notification SDKs.
- Fixed cases where
body
andtitle
were not correctly set onOSNotification
. - Fixed
setLogLevel
to correctly use integer value. - Fixed issue where only one notification with a media attachment would show at a time.
- Added
- Android updates
- Google project number is now used from OneSignal instead of through
startInit
- Added
priority
andcollapseId
toOSNotificationPayload
collapseId
(AKA collapse_key) will be used to replace notifications in a future update.
- Google project number is now used from OneSignal instead of through
- Android fixes
- Fixed issue with
additionalData
being a string - Added
groupedNotifications
field back since 2.0 release. - Fixed issue where disabling badges was not being respected in some cases.
- If send priority was set to high(10), then the notification will be displayed with PRIORITY_MAX
- Added
syncHashedEmail
validation. - Background images on notifications will now be top left aligned.
- Background images are now only supported on Android 4.1+.
- Fixed issue with
2.0.6 Release
Updated to iOS 2.1.16 native SDK.
2.0.4 Release
Fixed JSON type for Android notification callbacks
2.0.3
All platform updates
- New
handleNotificationReceived
event. handleNotificationOpened
now only fires when user taps on a notification or an alert.- Session count improvements.
- In app alert changes
- In app alerts are now shown by default instead of just firing an event.
- New
OSInFocusDisplayOption
options withInAppAlert
,Notification
, andNone
. Settable withinFocusDisplaying
fromOneSignal.Builder
.- This replaces
enableInAppAlertNotification
andenableNotificationsWhenActive
.
- This replaces
iOS Updates
- Support iOS 10 media attachments.
- Launch URL now default to opening in a pop-up webview instead of Safari.
- Support for iOS 6 dropped, only devices with iOS 7 and newer will register.
Android Updates
- Fixed Out of Date Google Play services app issues.
- Devices can now be as old as version 4 of GMS.
- Added more subscription statuses for Google Play services initialization errors.
- Badge support for newer Sony launchers and added Huawei launcher support.
- Setting Android sound name to "null" or "nil" disables the notification's sound.
- zh-Hant language detection.
- getTags now correctly returns values on 2nd and following calls.
- Fixed a number of rare Android crashes
- See the Android Native SDK 3.2.0 Release notes for a full list of fixes.
- Removed used of fallback hardware ids.
This version includes iOS Native SDK 2.1.15 and Android Native SDK 3.3.0.
2.0.2 RC3
2.0.1 RC2
2.0.0 RC1
1.13.1 Release
Android Fixes
- Notifications receiver more than 1 week ago will no longer be restored.
- ConcurrentModificationException fixes.
- Fixed Indonesian language detection.
1.13.0 Release
Support for background images on Android
1.12.6 Release
Android Fixes - button and rare crash
- Fixed vary rare
ConcurrentModificationException
crash. - Fixed issue where buttons would not display.
- 1.12.5 regression bug.