Skip to content

v1.3.1

Compare
Choose a tag to compare
@smastrom smastrom released this 12 Sep 12:17
· 53 commits to main since this release

Release notes

What's new

Nuxt Module
Add addPlugin boolean to module options. This won't initialize the notivue store via createNotivue leaving to you the implementation while still providing auto imports. Can be used for example, to export the push reference if using ssr: false.

What's changed

Notivue Core
The push object is now frozen to prevent accidental tampering.

What's fixed

Nuxt Module
Hardcoded configuration types which were not retained when imported from outside.