Skip to content

Releases: OneSignal/OneSignal-Website-SDK

Release 160004

15 Nov 01:42
dcf7d0f
Compare
Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • addEmail and addSms now save onesignal_id for anonymous Users if notifications have not been enabled yet. PR #1119
  • When awaiting OneSignal.login the Promise now resolve correctly after all work has been completed. PR #1119
  • Hide bell if user is subscribed, when setting is enabled on OneSignal dashboard. PR #1130
  • Notification click event not firing if it opens a new tab. PR #1132

Full Changelog: 160003...160004

Release 160003

19 Oct 19:51
f5fe6f7
Compare
Choose a tag to compare

Release Notes

🐛 Bug Fixes

  • Safari macOS - Fix native prompt with custom link PR #1116
  • Safari macOS - Fix auto resubscribe PR #1117

Full Changelog: 160002...160003

Release 160002

29 Sep 21:10
cd39ac0
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Welcome Notification (#1108)
  • Omit soft-prompt when calling Notifications.requestPermission (#1101)

🛠️ Improvements

  • Call out error to show 409 http is expected (#1102)

Full Changelog: 160001...160002

Release 160001

17 Aug 21:27
53bbca3
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix direct outcomes not working for some users. PR #1087

Full Changelog: 160000...160001

Release v16 (160000)

10 Aug 20:58
d6b1e7e
Compare
Choose a tag to compare

📦 This is a major release which contains breaking API changes 📦

In this major version release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

v16 Migration Guide

Please read the overview first to get a better understanding from a high level of what changed

⚠️ What is not available in this release ⚠️

  • Identity Verification (Coming soon)
  • HTTP / os.tc label - HTTPS is now required , HTTP sites are no longer supported.
    • You must also use your own domain, os.tc is no longer supported
  • Google AMP - Please create an issue if you need support.

Full Changelog from v15 to v16

151604...160000

Changelog from v16.beta8 to Release (GA)
  • Fix notification Open & Confirm Delivery REST API calls failing. PR #1079
  • Fix notification event types; click, willDisplay, and dismiss. PR #1078

Commits 160000.beta8...160000

Release 160000 (Beta 8)

04 Aug 23:20
284ea70
Compare
Choose a tag to compare
Pre-release

v16 Migration guide

See the migration guide if coming from v15.

What's Changed from beta7 to beta8

Fixes

  • [User Model] [Fix] Notification permission change event stop firing by @jkasten2 in #1072
  • [User Model] [Fix] Bell not updating to subscribed state by @jkasten2 in #1073
  • [User Model] [Fix] Notification permission change event type to boolean by @jkasten2 in #1075
  • [User Model] [Fix] Wrong notifications type when disabling browser permission by @jkasten2 in #1076
  • [User Model] [Fix] Update existing subscription on token changes instead of creating new by @jkasten2 in #1077

Full Changelog: 160000.beta7...160000.beta8

Release 160000 (Beta 7)

01 Aug 22:28
840f302
Compare
Choose a tag to compare
Pre-release

v16 Migration guide

See the migration guide if coming from v15.

What's Changed from beta6 to beta7

Fixes

  • Fixed OneSignal.User.PushSubscription.id always undefined, until you refresh the page. PR #1069
  • Fixed Safari on macOS native prompt not showing from category slidedown. PR #1070

Full Changelog: 160000.beta6...160000.beta7

Release 151604

01 Aug 19:22
e6caaff
Compare
Choose a tag to compare

What's New

  • Fix notification permission change event stop firing after the first event. PR #1071
    • Regression in version 151603 (was released on July 7th)

Release 160000 (Beta 6)

28 Jul 20:43
b5ec97d
Compare
Choose a tag to compare
Pre-release

v16 Migration guide

See the migration guide if coming from v15.

What's Changed since v160000 Beta5

Fixes

  • Added support for iOS WebApp push
  • [User Model] [Fix] Erroring on User property updates before push subscription create by @jkasten2 in #1061
  • [User model] [Fix] macOS Safari prompting and subscribing by @jkasten2 in #1062
  • [User Model] Migration guide fixes; service worker name, async, and small misc by @jkasten2 in #1065

Full Changelog: 160000.beta5...160000.beta6

Release 151603

07 Jul 20:20
4df9146
Compare
Choose a tag to compare

What's New

  • Fix iOS notificationPermissionChange not firing when declining native notification permission prompt. PR #1050
  • Fix iOS double welcome notifications. PR #1051
    • This is different implementation than the one released in version 151602 that doesn't introduce side effects.