Releases: OneSignal/OneSignal-Website-SDK
Releases · OneSignal/OneSignal-Website-SDK
Release 150600
Reduced SDK Size
OneSignalSDK.js
is now a small shim that checks if the browser supports push before loading the full SDk.OneSignalPageSDKES6.js
will be dynamically added to the page- This also means less bandwidth as OneSignalPageSDKES6.js is a smaller size
- Even less bandwidth for browsers that do no support push, such as iOS.
Release 150506
Includes:
- Added support for setting and removing external user id on a player record. Works similar to tags.
Release 150505
Release 150503
Release 150501
Includes the following improvements:
150500 Release
150404 Release
150403 Release
Fix for OneSignal init in Chrome 69 on http
- Fix for Issue #404
150402 Release
Init on HTTP "Secure origins" Error Fix
- Fixes
DOMException: Only secure origins are allowed
error during init on HTTP sites- Issue #391
150401 Release
Compatibility with Safari 11.1 & base tag support
- Fixed pushManager error with Safari 11.1 when using your own service worker.
- Issue #380
- Compatible with sites that use a
<base>
tag with a different domain