Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

75 lines (43 loc) · 1.99 KB

Change Log

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 to config
// nuxt.config.js
'google-gtag':{
 id:'ID_XX_XX',
 config: {
   // your gtag options
 }
}

0.0.4 (2018-05-11)

0.0.3 (2018-05-11)

0.0.2 (2018-05-11)

0.0.1 (2018-05-11)