Releases: OneSignal/OneSignal-Website-SDK
Releases · OneSignal/OneSignal-Website-SDK
Release 150503
Includes:
- Fix for on_session/player update logic to correctly track last_active timestamp and minimize the number of requests to our backend #433
- Fix for missing appId in UploadManager #437
Release 150501
Includes the following improvements:
- Prompting for push notifications in Safari 12.1 will start requiring user interaction, making changes in SDK to work correctly #418
- Fix for resubscribe flow after user manually blocks and allows push notifications #428
- Bringing OneSignal.off back #427
- and a few other minor fixes
150500 Release
Reducing the size of the OneSignal service worker file by:
- removing unnecessary code #413
- introducing 2 separate configs for Service Worker file (now targeting ES6) and SDK file (still targeting ES5) #414
150404 Release
Includes the following bug fixes:
- Making sure localhost http is treated as secure if allowLocalhostAsSecureOrigin is set to true (#408)
- Improved on_session reporting (#400)
- Ensure getRegistration in Service Worker can handle throws (#393)
- Fix error caused by a user blocking localStorage (#379)
150403 Release
Fix for OneSignal init in Chrome 69 on http
150402 Release
Init on HTTP "Secure origins" Error Fix
- Fixes
DOMException: Only secure origins are allowed
error during init on HTTP sites
150401 Release
Compatibility with Safari 11.1 & base tag support
- Fixed pushManager error with Safari 11.1 when using your own service worker.
- Compatible with sites that use a
<base>
tag with a different domain
150400 Release
New Custom Link Prompt & Misc Improvements
- Added new Custom Link prompt!
- Available in the OneSignal Dashboard as a new prompt option
- Improved accessible of slide down prompt colors. Issue #360 & PR #361
- App Id formatting checks added. PR #373
150300 Release
Added 403 & 404 service worker detection and "force" bug fix
- Added error reporting of setup issues with service workers for HTTPs sites
- Fixed "Cannot read property 'force' of undefined" error. #363
150201 Release
showHttpPrompt Not Prompting on HTTP
- Fixed issue where showHttpPrompt was not prompting on HTTP sites
- Issue was introduced in version 150200