Skip to content

Release 160203

Compare
Choose a tag to compare
@shepherd-l shepherd-l released this 01 Oct 18:16
· 22 commits to main since this release
aa3c45b

🐛 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)