Nuxt Plausible Versions Save

🎟️ Plausible Analytics integration for Nuxt

v1.0.0

1 month ago

   🚨 Breaking Changes

  • Require at least Nuxt 3.7  -  by @johannschopplich (1fecb)

   🚀 Features

   🐞 Bug Fixes

  • Add missing useRuntimeConfig imports  -  by @johannschopplich (305d4)
  • Auto-importable composables even if tracker is disabled  -  by @johannschopplich (3d7a9)
    View changes on GitHub

v0.2.4

5 months ago

No significant changes

    View changes on GitHub

v0.2.3

8 months ago

No significant changes

    View changes on GitHub

v0.2.1

1 year ago

No significant changes

    View changes on GitHub

v0.2.0

1 year ago

   🚨 Breaking Changes

The module is now published under the @nuxtjs namespace. Please uninstall nuxt-plausible and use @nuxtjs/plausible instead.

// `nuxt.config.ts`
export default defineNuxtConfig({
  modules: [
-    'nuxt-plausible'
+    '@nuxtjs/plausible'
  ]
})
    View changes on GitHub

v0.1.2

1 year ago

No significant changes

    View changes on GitHub

v0.1.1

1 year ago

No significant changes

    View changes on GitHub

v0.1.0

1 year ago

No significant changes

    View changes on GitHub