Skip to content

v0.9.4

Compare
Choose a tag to compare
@smastrom smastrom released this 20 May 21:48
· 126 commits to main since this release

What's fixed

  • Bug that displayed an "injection key not found" warning in the console when calling usePush on the server with SSR frameworks.

What's improved

  • usePush() now returns a no-op push function when called server-side. If used outside a component, it will still throw errors.
  • Nuxt 3 installation guide in both README and documentation website.