Releases: nuxt-community/gtm-module
Releases · nuxt-community/gtm-module
v2.4.0
Features
- support
crossOrigin
option (#78) (e843176)
- module: add support for runtimeConfig (#53) (2bc1735)
- plugin: add
debug
option and disable by default (#61) (37f13e5)
Bug Fixes
- plugin.mock: handle
event.eventCallback
(#76) (cdb0c5c)
- fix doNotTrack polyfill (#87) (c69d1cf)
- module: allow client side push before init (#60) (c9b073a)
v2.3.2
Bug Fixes
- plugin: load SSR events before container loaded (#51) (498f9bd)
v2.3.0
Features
- require nuxt > 2.12 to avoid ssr memory leak (43f41c8)
- use mock version for nuxt dev (ec85699), closes #32
Bug Fixes
- check respectDoNotTrack option value (#37) (b1a938c)
v2.2.3
Bug Fixes
- prepend
router.base
when sending page track events (#20) (2940d85)
- warn about head as a function in nuxt config is not supported (#14) (8b37f8d)
v2.2.2
Bug Fixes
- always render noscript block (a921b42)
v2.2.0
Features
Bug Fixes
- add id to noscript iframe (b345db7)
v2.1.1
Bug Fixes
- prevent calling init with initial id when autoInit enabled (24744a5)
v2.1.0
Features
Now can initialise multiple gtag ids on runtime using this.$gtag.init([<id>])
v2.0.1
Bug Fixes
- guard against double script executation (#3) (970e0e6)