Releases: OneSignal/onesignal-vue3
2.0.1
2.0.0
⚠️ 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)
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. RemovegetPermissionStatus
. -
Rename
subscriptionChange
event tochange
-
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)
What's Changed
- Include tag functions that were previously missing
- SSR compatibility bugfix
- Generator Update by @onesignal-deploy in #22
- Generator Update by @onesignal-deploy in #23
Full Changelog: 2.0.0-beta.2...2.0.0-beta.3
2.0.0 Release (Beta 2)
What's Changed
- Generator Update by @onesignal-deploy in #20
- Generator Update by @onesignal-deploy in #21
Full Changelog: 2.0.0-beta.1...2.0.0-beta.2
2.0.0 Release (Beta 1)
🚧 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
- 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
- Generator Update by @onesignal-deploy in #18
New Contributors
- @emawby made their first contribution in #16
- @onesignal-deploy made their first contribution in #18
Full Changelog: 1.0.2...2.0.0-beta.1
1.0.2 Release
What's Changed
- refactor: do not use
provide
/inject
by @innocenzi in #8 - 1.0.2 Release by @rgomezp in #11
New Contributors
- @innocenzi made their first contribution in #8
Full Changelog: 1.0.1...1.0.2
1.0.1 Release
1.0.0 Release
1.0.0 Release
- Adds Vue 3 support
See README for more details.