- Fix type augmentation for
vue - Update
peerDependencies
- Fix missing
typesexposing
- Drop cjs support
- Return gtmPlugin from app context (#409)
- Upgrade
coreto 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-routerfailure checks manually (#273) - Set
libfromES2020toES2018
- Upgrade
coreto 1.4.0 - Use
^-semver modifier for@gtm-support/core
- Upgrade
coreto 1.3.0
- Upgrade
coreto 1.2.0
- New option
vueRouterAdditionalEventData(#110)
- Detect if running in browser context (#97)
- Make
vue-routeroptional, for real this time...
- Fix optional
vue-routerpeer dependency
- Upgrade
coreto 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-gtm3.5.0 - Previous Changelog