All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.4 (2018-08-29)
- add additionalAccounts options
1.0.3 (2018-05-17)
1.0.2 (2018-05-17)
1.0.1 (2018-05-17)
1.0.2 (2018-05-17)
1.0.1 (2018-05-17)
0.0.5 (2018-05-17)
Removed dependency of vue-gtag
Bugfix:
- this.$gtag() works not correctly in components
Improved:
- new options
disableAutoPageTrack
- Debug improved to track all
$gtag()
calls and prints out the arguments - added test for event tracking
Breaking Change:
options
renamed toconfig
// nuxt.config.js
'google-gtag':{
id:'ID_XX_XX',
config: {
// your gtag options
}
}