Skip to content

Releases: OneSignal/onesignal-vue3

2.0.1

31 Aug 22:30
2651964
Compare
Choose a tag to compare

What's Changed

  • Fix server-side rendering in frameworks like Next.js erroring on window.

Full Changelog: 2.0.0...2.0.1

2.0.0

16 Aug 00:57
df7db6e
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.

Migration Guide

Check out the User Model Migration Guide to get high level understanding of the concepts in this major release.
For code specific change to upgrade your site from v1 to v2 see the onesignal-vue3 specific migration guide.

2.0.0 Release (Beta 5)

16 May 20:58
ddd8f92
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Update migration guide
  • Check to see if we are in a client environment (prevent SSR errors)
  • Type definition improvements
  • API Changes

API Changes

  • Notifications namespace: new permission & permissionNative properties. Remove getPermissionStatus.

  • Rename subscriptionChange event to change

  • Issue templates by @rgomezp in #12

  • Remove unnecessary eslint file by @rgomezp in #13

  • Adding the release drafter action by @emawby in #16

  • Close Asana tasks generated from Github issues by @emawby in #15

New Contributors

Full Changelog: 1.0.2...2.0.0-beta.5

2.0.0 Release (Beta 3)

03 Apr 19:54
576b706
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 2.0.0-beta.2...2.0.0-beta.3

2.0.0 Release (Beta 2)

30 Mar 00:13
0ba8bb5
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 2.0.0-beta.1...2.0.0-beta.2

2.0.0 Release (Beta 1)

22 Mar 23:18
9cfefe0
Compare
Choose a tag to compare
Pre-release

🚧 Beta release. Please test thoroughly prior to production use. 🚧

In this major version beta 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.

See our migration guide to get started.

What's Changed

New Contributors

Full Changelog: 1.0.2...2.0.0-beta.1

1.0.2 Release

15 Jun 21:41
81e4f1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1 Release

08 Jun 19:24
b00bdf0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0 Release

27 Apr 20:21
Compare
Choose a tag to compare

1.0.0 Release

  • Adds Vue 3 support

See README for more details.