Skip to content

Releases: OneSignal/OneSignal-Website-SDK

Release 160205

14 Dec 00:06
ba6db97
Compare
Choose a tag to compare

What's Changed

Full Changelog: 160204...160205

Release 160204

19 Nov 21:32
dc853f9
Compare
Choose a tag to compare

🐛 Bug Fixes

  • workaround: Chrome macOS 15 extra notification (#1209)
  • fix: Fix clicking welcome notification launch URL (#1207)

Release 160203

01 Oct 18:16
aa3c45b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix prompting again after closing notification permission prompt if site has its own ServiceWorker. (#1192)
  • Fix OneSignal.logout() so it doesn't throw an error if there isn't a push subscription. (#1194)
  • Fix outdated external ids caused by OneSignal returning the user's previous external id in its response for user GET requests when called quickly after the user was created. (#1189)

Dev Enhancements

  • Enforce some additional Typescript compile errors that were only IDE warnings. (#1195)
  • Fix TypeError: Cannot destructure property 'lastKnownPushToken' of '(intermediate value)' as it is undefined. in operation repo tests. (#1196)
  • Operation repo refactor that will help with the implementation of identity verification (#1179)

Release 160202

29 Jul 17:01
d2302b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 160201...160202

151606 (Player Model SDK)

22 Jul 18:09
24b3ece
Compare
Choose a tag to compare

What's Changed

  • Change the sendSelfNotification method to use local push functionality by @rgomezp in #1183

Full Changelog: 151605...151606

Release 160201

02 May 18:56
535511a
Compare
Choose a tag to compare

🔨 Improvements

  • Add subscriptionId and url to webhook payloads (#1175)
  • Replace deprecated CSS 'push-button' (#1170)

🐛 Bug Fixes

  • Webhook dismissed not firing, and willDisplay when set from the dashboard (#1174)
  • Fixes Custom Link Prompt from submitting if included in a <form> tag (#1170)
  • User change remove event listener (#1166)

Release 160200

13 Mar 19:18
3a0d585
Compare
Choose a tag to compare

Release Notes

🎉 New Methods 🎉

  • Add getter for onesignalId and externalId and a UserState Observer to be notified of changes in #1158

🔨 Improvements

  • Internal - Add OneSignal-Subscription-Id header to create user requests. #1161

Release 160101

13 Dec 18:03
a53d82e
Compare
Choose a tag to compare

What's Changed

🔨 Improvements

  • Reduced SDK size by about 15%, removing unused code. PRs #1142 & #1146

🐛 Bug Fixes

  • Fixed slidedown prompting for email and sms when it was already collected. PR #1146

Full Changelog: 160100...160101

Release 160100

28 Nov 19:52
87cba75
Compare
Choose a tag to compare

What's Changed

🆕 Features

  • Add getTags to public API. PR #1140

🔨 Improvements

  • Use new URL in macOS subscribeSafariPromptPermission. PR #1138
  • Show iOS Web App supported message. PR #1135
  • Improve logging format and styling. PR #1137

🐛 Bug Fixes

  • Fix Service Worker race condition, when a 2nd sw is in play, causing User not to register. PR #1136
  • Handle sites using os.tc subdomain, showing a correct error message. PR #1139

Full Changelog: 160004...160100

Release 151605

28 Nov 19:50
30bf21e
Compare
Choose a tag to compare

What's Changed

🔨Improvements

  • Use new URL in macOS subscribeSafariPromptPermission. PR #1143