Releases: CommandersAct/vue-tag-commander
Releases · CommandersAct/vue-tag-commander
v2.0.1
v2.0.0
- 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.mdin home view - Re-added
cycle.pngin 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
v1.2.1
v1.1.1
v1.1.0
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
Changelogs :
- Main Readme Updated
- Sample app documentation updated
- Nuxt integration documentation added
- Bug Correction
[PTMS-5320][vue wrapper] removed function removeContainer
Changelogs :
- Removed function removeContainer => Container wasn't properly deleted in window.tC
v1.0.1
Refacto VueJS Wrapper