OneSignal / onesignal-vue3

Vue 3 OneSignal Plugin: Make it easy to integrate OneSignal with your Vue App!
Other
19 stars 5 forks source link

2.0.0 Beta released! #19

Closed rgomezp closed 1 year ago

rgomezp commented 1 year ago

🚧 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.

We are seeking feedback. Please drop any questions or comments in the thread below.

Thank you

thiagomoises commented 1 year ago

There are many problems in setup.

1 - Can't init OneSignal after app.mount("#app")

In the doc, exists two ways to init Onesignal

image

But only the first way works. The second way throw this error image

thiagomoises commented 1 year ago

There are many problems in setup.

1 - Can't init OneSignal after app.mount("#app")

In the doc, exists two ways to init Onesignal

image

But only the first way works. The second way throw this error image

The first way throws this error image

Because of this, nothing works.

jkasten2 commented 1 year ago

2.0.0 is now out of beta and has been released! See the full release notes: https://github.com/OneSignal/onesignal-vue3/releases/tag/2.0.0

This means no breaking changes will be made in 2.0.0. If you find a bug or have a feature require please create a new issue.