Releases: johannschopplich/nuxt-gtag
Releases · johannschopplich/nuxt-gtag
v0.6.1
🐞 Bug Fixes
- Add missing
defineNuxtPlugin
import - by @johannschopplich (58f04)
View changes on GitHub
v0.6.0
🚀 Features
- Support init without module option Gtag ID - by @johannschopplich in #22 (38749)
View changes on GitHub
v0.5.9
v0.5.8
🚀 Features
- Always return Gtag instance - by @johannschopplich (0c5ff)
- Init custom Gtag ID with
useGtagConsent
- by @johannschopplich (7859f)
View changes on GitHub
v0.5.7
🐞 Bug Fixes
- Remove sending initial
page_view
event - by @johannschopplich (30fb4)
View changes on GitHub
v0.5.6
🐞 Bug Fixes
- Invalid Gtag
config
default value - by @johannschopplich in #14 (95dc2)
View changes on GitHub
v0.5.5
🐞 Bug Fixes
- Send initial page view manually - by @johannschopplich in #11 (da569)
View changes on GitHub
v0.5.4
🐞 Bug Fixes
- When
initialConsent
is set tofalse
, theuseGtag
composable fails - by @johannschopplich in #9 (9cef3)
View changes on GitHub
v0.5.3
🐞 Bug Fixes
- Include workspace in
tsconfig.json
- by @johannschopplich (d8376) - Missing
useHead
import - by @johannschopplich in #12 (8ed2b)
View changes on GitHub
v0.5.2
🐞 Bug Fixes
- Consent activation composable - by @johannschopplich in #9 (fc35a)