Skip to content

Releases: CommandersAct/vue-tag-commander

v2.0.1

07 Feb 16:32
2e3ad8c

Choose a tag to compare

Changes

  • Updated all product name references to "CommandersAct's tag container"
  • Updated README.md:
    • Added section about Server-side rendering
    • Added section about exclusions Array
    • Updated container documentation links
  • Added CONTRIBUTE.md

v2.0.0

15 Jan 09:57
07d74a6

Choose a tag to compare

  • Adjusted the wrapper source to be identical to the react wrapper (basic JS)
  • Updated Vue 2 sample app:
  • Upgraded build process to vite
  • Updated packages
  • Cleaned and improved readability of shop logic
  • Display rendered README.md in home view
  • Re-added cycle.png in dashboard view. The hosted version was not available anymore.
  • Added Vue 3 sample app, which is visually and functionally identical to the Vue 2 sample app
  • Updated readme with new suggested usage for Vue 2 and Vue 3
  • package.json: Changed author to CommandersAct, updated repository link, changed version to 2.0.0

v1.3.0

04 Jun 12:28
a7e17d3

Choose a tag to compare

Changes:

  • Update repository URL
  • Fix package.json main entry to use built library
  • Add a CommonJS package, usable with require('vue-tag-commander/cjs')

v1.2.1

06 May 14:37

Choose a tag to compare

Breaking change:

  • Errors thrown which may have resulted from a configuration of the user's browser like using adblockers are replaced by console.warn messages

v1.1.1

16 Apr 13:36
11a8e3b

Choose a tag to compare

Fix:

  • Rename captureEvent to triggerEvent, as specified in documentation
  • Add a npmignore file

v1.1.0

11 Mar 14:40

Choose a tag to compare

Changes:

  • Better error handling/reporting
  • Removed useless code
  • Renamed captureEvent to triggerEvent. An alias has been added for backward compatibility.
  • WithTracker option parameter has been redefined. events and tcVars properties have been added. tcReloadOnly property has been removed. This is not a breaking change because it never worked.
  • addContainer now returns a promise resolved when the container is loaded
  • Revised the documentation for standard installation and Nuxt

[PTMS-5386 & PTMS-5517] Added Nuxt documentation

16 Jun 13:06

Choose a tag to compare

Changelogs :

  • Main Readme Updated
  • Sample app documentation updated
  • Nuxt integration documentation added
  • Bug Correction

[PTMS-5320][vue wrapper] removed function removeContainer

29 Apr 09:11
46d2862

Choose a tag to compare

Changelogs :

  • Removed function removeContainer => Container wasn't properly deleted in window.tC

v1.0.1

28 Apr 14:59
0e552d4

Choose a tag to compare

Refacto VueJS Wrapper