From 3b6d10157a2dd28e420bb9f4a4b4d50287440647 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Mon, 15 Feb 2021 10:06:35 +0100 Subject: [PATCH 1/3] Update Changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca32cd7..2553d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,18 @@ - Provide possibility to override `isInBrowserContext` check ([01f3651]) - Significantly improve JSDoc ([9edc30d]) - Add `vue-router` as `devDependency` for type definition ([593af25]) -- Do not track any views if navigation is aborted or cancelled + +**Vue 3 only** + +- Fix `vue-router` access `base` from history options ([e150975]) +- Do not track any views if navigation is aborted or cancelled ([007608b]) _You can see logs in the browser console if you have enabled debug mode_ -- Fix `vue-router` access `base` from history options - _This only affects Vue 3_ [01f3651]: https://github.com/mib200/vue-gtm/commit/01f3651de1df4f679c60af05697af41b1a38d39b [9edc30d]: https://github.com/mib200/vue-gtm/commit/9edc30daf0c2bdf542c82d07c2f413421f44de3d [593af25]: https://github.com/mib200/vue-gtm/commit/593af254f51a122f868c3687f42abdcb3549b07e +[e150975]: https://github.com/mib200/vue-gtm/commit/e1509755536ee6219580422c2611620b5b89140d +[007608b]: https://github.com/mib200/vue-gtm/commit/007608bfbdb68658d130b74b3802df1779d4fa5e # 3.3.2 From 0491b288a3f17ffc3d0a6e0e4bd7f9381e694377 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Mon, 15 Feb 2021 10:06:58 +0100 Subject: [PATCH 2/3] Fix JSDoc --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index a04b825..e13603e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -86,8 +86,6 @@ function install(app: App, options: VueGtmUseOptions = { id: "" }): void { * @param vueRouter The Vue router instance to attach the guard. * @param ignoredViews An array of route name that will be ignored. * @param trackOnNextTick Whether or not to call `trackView` in `Vue.nextTick`. - * - * @returns The ignored routes names normalized. */ async function initVueRouterGuard( app: App, From fa0b139417b09c871ae27c629415dea06ec50a49 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Mon, 15 Feb 2021 10:10:11 +0100 Subject: [PATCH 3/3] Set version to 3.4.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2553d9d..c19fb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Next -[diff](https://github.com/mib200/vue-gtm/compare/3.3.2...master) +[diff](https://github.com/mib200/vue-gtm/compare/3.4.0...master) + +# 3.4.0 + +[diff](https://github.com/mib200/vue-gtm/compare/3.3.2...3.4.0) - Provide possibility to override `isInBrowserContext` check ([01f3651]) - Significantly improve JSDoc ([9edc30d]) diff --git a/package.json b/package.json index 654768b..d0c3b27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-gtm", - "version": "3.3.2", + "version": "3.4.0", "description": "Google Tag Manager implementation in Vue application", "main": "dist/index.js", "author": {