Skip to content

Releases: OneSignal/OneSignal-Website-SDK

Release 160304

19 Mar 22:34
bf8e8dc
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Addresses [Bug]: Prevent race with switching users & handleOnFocus #1233

Release 160303

18 Mar 00:52
c5e83a8
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Updates process deferred array logic to await queue items in order, addresses #1202

🔨 Improvements

  • Replaces webpack setup with Vite, removes old AVA tests and replaces jest library with Vitest

Release 160302

24 Feb 20:09
4dea80f
Compare
Choose a tag to compare

🐛 Bug Fixes

Release 160301

18 Feb 21:06
486aae2
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix for sync api erroring since it did not start with /apps path (#1225)

Release 160300

16 Jan 23:35
98d9164
Compare
Choose a tag to compare

Enhancements

  • Add setLanguage and getLanguage functions on User model (#1171)

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