Releases: nuxt-modules/plausible
Releases · nuxt-modules/plausible
v1.0.3
🐞 Bug Fixes
logIgnored
Plausible tracker behavior - by @Barbapapazes in #35 (5f396)
View changes on GitHub
v1.0.2
🐞 Bug Fixes
- Ensure plugin types are exposed - by @johannschopplich in #31 (a83fb)
- Correctly allow empty
ignoredHostnames
array to excludelocalhost
- by @johannschopplich in #30 (3ea26)
View changes on GitHub
v1.0.1
🚀 Features
ignoreSubDomains
module option - by @maximepvrt in #23 (de8a1)
🐞 Bug Fixes
- Allow empty
ignoredHostnames
to 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
useRuntimeConfig
imports - 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