Releases: nuxt-modules/plausible
Releases · nuxt-modules/plausible
v1.0.1
🚀 Features
ignoreSubDomainsmodule option - by @maximepvrt in #23 (de8a1)
🐞 Bug Fixes
- Allow empty
ignoredHostnamesto removelocalhost- by @johannschopplich in #30 (e592b)
View changes on GitHub
v1.0.0
🚨 Breaking Changes
- Require at least Nuxt 3.7 - by @johannschopplich (1fecb)
🚀 Features
- Move to fork of
plausible-analytics- by @Barbapapazes in #15 (86f0e)
🐞 Bug Fixes
- Add missing
useRuntimeConfigimports - by @johannschopplich (305d4) - Auto-importable composables even if tracker is disabled - by @johannschopplich (3d7a9)
View changes on GitHub
v0.2.4
No significant changes
View changes on GitHub
v0.2.3
No significant changes
View changes on GitHub
v0.2.1
No significant changes
View changes on GitHub
v0.2.0
🚨 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
No significant changes
View changes on GitHub
v0.1.1
No significant changes
View changes on GitHub
v0.1.0
No significant changes