Skip to content

Releases: OneSignal/OneSignal-Website-SDK

Release 151504

22 Jun 00:22
b4d858c
Compare
Choose a tag to compare

Fixes AMP integration issue where permission was not reflected until reload.

Release 151503

07 Jun 23:29
9ee23aa
Compare
Choose a tag to compare

Reverts CLS changes related to Bell button

Release 151502

26 May 17:05
624a7ad
Compare
Choose a tag to compare
  • Adds support for enter key submitting info in feat/web-prompts
  • Adds tab index to input elements in feat/web-prompts
  • linting: linted the entire SDK
  • dependabot upgrades
  • CLS Fixes: 1) bell icon 2) customlink button

Release 151501

05 May 00:34
e23f264
Compare
Choose a tag to compare

Slidedown & External User Id Fixes & Improvements

  • Lifted limitation of not allowing push slidedown to show if a not configured. PR #820
    • Default values are used if not configured.
  • Allow OneSignal.setExternalUserId to work with SMS and Email, even if not subscribed to push. PR #817
  • Fixed site icon showing for SMS / Email prompts instead of the prompt specific one. #816

Release 151500

28 Apr 22:23
33a35ca
Compare
Choose a tag to compare

Added SMS Channel Support

  • Added SMS Channel setup guide can be found here

Release 151403

23 Apr 19:46
e95e324
Compare
Choose a tag to compare

setEmail with setExternalUserId Fixes

  • Fixes issue where setExternalUserId would not apply to email in some cases.
  • Fixes session counts not incrementing on email record.
  • Fixes session time not incrementing on email record.
  • The above was fix by introducing an internal SecondaryChannelManager module. PR #797

Release 151402

23 Apr 19:43
2be81d4
Compare
Choose a tag to compare

Slidedown Fixes

  • Fixed broader styling issue on some sites and dashboard preview

Release 151401

17 Apr 00:51
0481fed
Compare
Choose a tag to compare

Category Slidedown Fixes

  • Checkmark styling issue fixed
  • Re-prompting bug resolved

Release 151400

14 Apr 23:41
8ff65ee
Compare
Choose a tag to compare

Slidedown Prompts & Misc Fixes

  • Includes new Slidedown prompts. More details soon!
  • Fixes to documentation links that show up to help debug configuration errors. PR #767

Release 151302

26 Feb 19:42
44badf1
Compare
Choose a tag to compare

macOS Chrome requireInteraction available & base html tag fix

  • Fix ServiceWorker scope handling of base html tag
    • Regression from version 151300
    • PR #754
  • requireInteraction now available for again for Chrome on macOS 10.15+.
    • Was forced disabled in version 150710 due to a breaking notification change in macOS 10.15
    • PR #755