- Fix type augmentation for
vue
- Update
peerDependencies
- Fix missing
types
exposing
- Drop cjs support
- Return gtmPlugin from app context (#409)
- Upgrade
core
to 2.1.0
- Fix peer dependency ranges (#351)
- Internal changes of the bundling process
- 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
- Now serving ESM and CJS
- Handle
vue-router
failure checks manually (#273) - Set
lib
fromES2020
toES2018
- Upgrade
core
to 1.4.0 - Use
^
-semver modifier for@gtm-support/core
- Upgrade
core
to 1.3.0
- Upgrade
core
to 1.2.0
- New option
vueRouterAdditionalEventData
(#110)
- Detect if running in browser context (#97)
- Make
vue-router
optional, for real this time...
- Fix optional
vue-router
peer dependency
- Upgrade
core
to 1.1.0
- Ability to ignore views by callback (#37)
- Ignore views is not case insensitive anymore
- Initial release
- Update to @gtm-support/core v1.0.0-alpha.3
- Use @gtm-support/core natively
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.
- Compatibility release for
vue-gtm
3.5.0
- Previous Changelog