Skip to content

Releases: OneSignal/OneSignal-Website-SDK

Release 160510

01 Oct 18:18
43ee036

Choose a tag to compare

Channels: Current, Stable

🐛 Bug Fixes

  • fix create release on github permissions (#1392)

🔧 Improvements

  • refactor: replace .toReversed() with [...arr].reverse() for compatibility (#1394)

Release 160509

17 Sep 19:52
a23b672

Choose a tag to compare

Channels: Current, Stable

🐛 Bug Fixes

  • fix: return boolean success status for requestPermission method (#1379)

🔧 Improvements

  • chore: automate generating a release when release branches are merged (#1388)
  • chore(api): add User.trackEvent definition to API spec (#1380)

Release 160508

08 Sep 21:56
8a557d9

Choose a tag to compare

🐛 Bug Fixes

  • Fixes animation when you're clicking the notification bell multiple times in quick succession (#1375)
  • Denied permission should now trigger notification permission change listeners (#1374)

🛠️ Improvements

  • Reduce bundle size slightly (#1372)

Release 160507

02 Sep 23:09
11dbfb3

Choose a tag to compare

🛠️ Improvements

  • Reduce bundle size through more usage of underscore prefix (#1369)
  • Reopen IndexedDB when the db is deleted to limit leaking unhandled rejections (#1368)
  • Return undefined for User.onesignalId when generating local/temp ids (#1370)

Release 160506

29 Aug 22:21
70f22f8

Choose a tag to compare

🐛 Bug Fixes

  • Fix syncing of tags when using category slidedown prompt (#1366)

Release 160505

29 Aug 17:32
d92d492

Choose a tag to compare

🐛 Bug Fixes

  • Wait for user to provide consent before executing operations (#1363)

Release 160504

26 Aug 19:50
aa2371a

Choose a tag to compare

🐛 Bug Fixes

  • Fix logic for permission change to update OneSignal.Notifications.permission in time (#1361).

🛠️ Improvements

  • Reduces operation interval processing time (#1360).

Release 160503

25 Aug 17:17
74da378

Choose a tag to compare

🐛 Bug Fixes

  • Allow Adding Sms / Email before Login (#1355)

Release 160502

20 Aug 01:19
7013e9d

Choose a tag to compare

🐛 Bug Fixes

  • Fix parsing of sms input when using the slidedown prompt (#1352)

Release 160501

19 Aug 18:28
9af0c84

Choose a tag to compare

🛠️ Improvements

  • reduce build size for service worker and page bundles (#1345 , #1347 , #1348)

🐛 Bug Fixes

  • fix for subscription change event firing twice (#1350)