Skip to content

Latest commit

 

History

History
153 lines (82 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

153 lines (82 loc) · 3.85 KB

Next

diff

3.1.0

diff

  • Fix type augmentation for vue
  • Update peerDependencies

3.0.1

diff

  • Fix missing types exposing

3.0.0

diff

  • Drop cjs support
  • Return gtmPlugin from app context (#409)

2.2.0

diff

2.1.0

diff

  • Fix peer dependency ranges (#351)
  • Internal changes of the bundling process

2.0.0

diff

BREAKING CHANGE

  • Minimum required Vue version is now ^3.2.0
  • Minimum required Vue Router version is now ^4.1.0
  • Minimum required EcmaScript is now ES2018

Features

  • Now serving ESM and CJS
  • Handle vue-router failure checks manually (#273)
  • Set lib from ES2020 to ES2018

1.6.0

diff

  • Upgrade core to 1.4.0
  • Use ^-semver modifier for @gtm-support/core

1.5.0

diff

1.4.0

diff

1.3.0

diff

  • New option vueRouterAdditionalEventData (#110)

1.2.3

diff

  • Detect if running in browser context (#97)

1.2.2

diff

  • Make vue-router optional, for real this time...

1.2.1

diff

  • Fix optional vue-router peer dependency

1.2.0

diff

1.1.0

diff

  • Ability to ignore views by callback (#37)

BREAKING CHANGE

  • Ignore views is not case insensitive anymore

1.0.0

diff

  • Initial release

1.0.0-alpha.3

diff

1.0.0-alpha.2

diff

BREAKING CHANGE

The id parameter is now part of the options, therefor if you used the constructor you need to move the first argument into the second option argument.
Also some names changed here and there.

1.0.0-alpha.1

diff