MatteoGabriele/vue-analytics
Google Analytics plugin for Vue
30 Releases
Latest: 6y ago
v5.22.1Latest
🐛 Bug Fixes
- preconnect: use only domain ([cf1bde0](https://github.com/MatteoGabriele/vue-analytics/commit/cf1bde0f71806acfed9e75659858671c9ac0716c)), closes [#208](https://github.com/MatteoGabriele/vue-analytics/issues/208)
v5.22.0
✨ Features
- helpers: add preconnect link ([66e9ff4](https://github.com/MatteoGabriele/vue-analytics/commit/66e9ff40385bfd227854a5398eb927536ee5d687)), closes [#208](https://github.com/MatteoGabriele/vue-analytics/issues/208)
v5.21.1
🐛 Bug Fixes
- page: track previous page ([125462f](https://github.com/MatteoGabriele/vue-analytics/commit/125462f17edf55dbb95f26ebf83fe818c2dc992b))
v5.21.0
✨ Features
- types: extract and export payload types for convenience ([be5ec8d](https://github.com/MatteoGabriele/vue-analytics/commit/be5ec8d28babe1c185b6752605a9035225a14aaa))
v5.20.2
🐛 Bug Fixes
- page: pageview resolved before routes ready ([cc858f7](https://github.com/MatteoGabriele/vue-analytics/commit/cc858f7da658749469ef2e2c093e6d3f966f95f5)), closes [#267](https://github.com/MatteoGabriele/vue-analytics/issues/267)
v5.20.1
🐛 Bug Fixes
- types: update typings `set` function value argument to be `any` ([3fd49cf](https://github.com/MatteoGabriele/vue-analytics/commit/3fd49cf75f8ea179c5ce4ff57560337232789814))
v5.20.0
✨ Features
- types: add typings for ecommerce ([440d2e2](https://github.com/MatteoGabriele/vue-analytics/commit/440d2e21bd5f87a226cefb5919d52b1fc2440745))
- types: export events library functions ([fdb2dad](https://github.com/MatteoGabriele/vue-analytics/commit/fdb2dad261bd01d89b7e01ffbca80bc30c077c0f))
- types: extract options for `install` method into separate interface for convenient usage ([d2a797c](https://github.com/MatteoGabriele/vue-analytics/commit/d2a797c32b9acdb3666344157ad3c665ad4ca3e4))
v5.19.1
🐛 Bug Fixes
- set event options as optional ([6902095](https://github.com/MatteoGabriele/vue-analytics/commit/6902095967d8673ef10ddb4080de2ad57abb8fd0))
v5.19.0
✨ Features
- added typings for vue-analytics ([eda47b8](https://github.com/MatteoGabriele/vue-analytics/commit/eda47b8acda0bf387456ea5f11d09a694cd9864d))
v5.18.0
✨ Features
- lhelpers: add rel preconnect attribute to script tag ([37f1b18](https://github.com/MatteoGabriele/vue-analytics/commit/37f1b1814e28d8a9fad687cae8aba063d9a4c7ec)), closes [#208](https://github.com/MatteoGabriele/vue-analytics/issues/208)
v5.17.5
🐛 Bug Fixes
- remove logs as errors ([d0fe78c](https://github.com/MatteoGabriele/vue-analytics/commit/d0fe78c4dc0e3a310ae440cae9096104eb396cc7))
v5.17.4
🐛 Bug Fixes
- babelrc: remove modules false ([e1775b3](https://github.com/MatteoGabriele/vue-analytics/commit/e1775b3168fd8d401795f81db908b2840923e4f8))
- ssr: window is not defined ([15d6051](https://github.com/MatteoGabriele/vue-analytics/commit/15d6051fd8c3a29c9a1cc97d7526481e31c578f0)), closes [#252](https://github.com/MatteoGabriele/vue-analytics/issues/252)
- vulnerabilities: add resolutions property ([6f47886](https://github.com/MatteoGabriele/vue-analytics/commit/6f478869e95bcbd1c2da7d420dab12eb7f7559a9)), closes [#221](https://github.com/MatteoGabriele/vue-analytics/issues/221)
- vulnerabilities: update yarn.lock ([60d005f](https://github.com/MatteoGabriele/vue-analytics/commit/60d005fd396b6183735951b9f21858828f3d8eb1)), closes [#221](https://github.com/MatteoGabriele/vue-analytics/issues/221)
v5.17.3
🐛 Bug Fixes
- compiler: dependencies out of date ([31176cc](https://github.com/MatteoGabriele/vue-analytics/commit/31176cc71cf8e3ae7fd94030a59caef3ee2c2dc0)), closes [#221](https://github.com/MatteoGabriele/vue-analytics/issues/221)
v5.17.2
🐛 Bug Fixes
- bootstrap: disableScriptLoader to true still loads script ([b8f215a](https://github.com/MatteoGabriele/vue-analytics/commit/b8f215a)), closes [#235](https://github.com/MatteoGabriele/vue-analytics/issues/235)
v5.17.1
🐛 Bug Fixes
- window.ga undefined ([8121bf7](https://github.com/MatteoGabriele/vue-analytics/commit/8121bf7)), closes [#217](https://github.com/MatteoGabriele/vue-analytics/issues/217)
- helpers: querystring registers undefined or null ([b192e05](https://github.com/MatteoGabriele/vue-analytics/commit/b192e05)), closes [#216](https://github.com/MatteoGabriele/vue-analytics/issues/216)
v5.17.0
✨ Features
- skip tracking dynamically ([9e01270](https://github.com/MatteoGabriele/vue-analytics/commit/9e01270))
v5.16.5
🐛 Bug Fixes
- page: prevent fake / events with pageviewOnLoad when router is not ready ([a46e059](https://github.com/MatteoGabriele/vue-analytics/commit/a46e059))
v5.16.4
🐛 Bug Fixes
- changed 'utf8' to 'utf-8' for the injected script charset ([90ba9db](https://github.com/MatteoGabriele/vue-analytics/commit/90ba9db))
v5.16.3
🐛 Bug Fixes
- incorrect merge behavior ([8ff9b0e](https://github.com/MatteoGabriele/vue-analytics/commit/8ff9b0e))
v5.16.2
🐛 Bug Fixes
- bootstrap: apply any sets before delivering untracked events ([e3c7a64](https://github.com/MatteoGabriele/vue-analytics/commit/e3c7a64))
v5.16.1
🐛 Bug Fixes
- bootstrap: missing ready hook ([b2d88c0](https://github.com/MatteoGabriele/vue-analytics/commit/b2d88c0)), closes [#179](https://github.com/MatteoGabriele/vue-analytics/issues/179)
v5.16.0
✨ Features
- exports all library ([1758db6](https://github.com/MatteoGabriele/vue-analytics/commit/1758db6)), closes [#151](https://github.com/MatteoGabriele/vue-analytics/issues/151)
v5.15.1
🐛 Bug Fixes
- on error the message is always the same ([bad42a0](https://github.com/MatteoGabriele/vue-analytics/commit/bad42a0))
v5.15.0
🐛 Bug Fixes
- event triggered before ga is loaded are ignored ([f3fae47](https://github.com/MatteoGabriele/vue-analytics/commit/f3fae47)), closes [#142](https://github.com/MatteoGabriele/vue-analytics/issues/142)
✨ Features
- customResourceURL: adds possibility to add custom analytics url ([f731e9a](https://github.com/MatteoGabriele/vue-analytics/commit/f731e9a)), closes [#155](https://github.com/MatteoGabriele/vue-analytics/issues/155)
v5.14.0
✨ Features
- config: Allow setting different fields per ID ([d9245f3](https://github.com/MatteoGabriele/vue-analytics/commit/d9245f3))
v5.13.0
✨ Features
- page: adds possibility to ignore also route path value ([40d8af1](https://github.com/MatteoGabriele/vue-analytics/commit/40d8af1)), closes [#152](https://github.com/MatteoGabriele/vue-analytics/issues/152)
v5.12.3
🐛 Bug Fixes
- vuex-middleware: analytics property check ([d53dc83](https://github.com/MatteoGabriele/vue-analytics/commit/d53dc83))
v5.12.2
🐛 Bug Fixes
- page: Ensure that calling page with a string works ([65284b3](https://github.com/MatteoGabriele/vue-analytics/commit/65284b3))
v5.12.1
🐛 Bug Fixes
- page: not set page fired when using custom pageviewTemplate ([1c2eafe](https://github.com/MatteoGabriele/vue-analytics/commit/1c2eafe)), closes [#124](https://github.com/MatteoGabriele/vue-analytics/issues/124)
v5.12.0
✨ Features
- optin: disable and enable methods ([80576a8](https://github.com/MatteoGabriele/vue-analytics/commit/80576a8))
