UNPKG

vue-tag-manager

Version:

Easy to use Google Tag Manager implementation for Vue

63 lines (29 loc) 2.14 kB
<a name="0.1.2"></a> ## [0.1.2](https://github.com/cajames/vue-tag-manager/compare/v0.1.1...v0.1.2) (2018-08-14) ### Bug Fixes * Fixed esm input and output paths ([24e7847](https://github.com/cajames/vue-tag-manager/commit/24e7847)) * updating rollup config to use `input` ([0480c94](https://github.com/cajames/vue-tag-manager/commit/0480c94)) <a name="0.1.1"></a> ## [0.1.1](https://github.com/cajames/vue-tag-manager/compare/v0.1.0...v0.1.1) (2018-08-03) ### Bug Fixes * fixed esm export. Changed from webpack to rollup ([57d5439](https://github.com/cajames/vue-tag-manager/commit/57d5439)) <a name="0.1.0"></a> # [0.1.0](https://github.com/cajames/vue-tag-manager/compare/v0.0.3...v0.1.0) (2018-08-02) ### Bug Fixes * adding baseurl for config ([ac51640](https://github.com/cajames/vue-tag-manager/commit/ac51640)) * gtmId should initialise as null ([71e1321](https://github.com/cajames/vue-tag-manager/commit/71e1321)) * injector ([c8b285f](https://github.com/cajames/vue-tag-manager/commit/c8b285f)) * Make sure using umd to export lib ([510665c](https://github.com/cajames/vue-tag-manager/commit/510665c)) ### Features * Upgrade both native and vue plugin entries ([#3](https://github.com/cajames/vue-tag-manager/issues/3)) ([648da7e](https://github.com/cajames/vue-tag-manager/commit/648da7e)) <a name="0.0.3"></a> ## [0.0.3](https://github.com/cajames/vue-tag-manager/compare/v0.0.2...v0.0.3) (2018-07-25) ### Features * add root umd export for Tag Manager ([d3ee16a](https://github.com/cajames/vue-tag-manager/commit/d3ee16a)) <a name="0.0.2"></a> ## [0.0.2](https://github.com/cajames/vue-tag-manager/compare/29583ae...v0.0.2) (2018-07-25) ### Features * add types generation ([75e12b5](https://github.com/cajames/vue-tag-manager/commit/75e12b5)) * initial library based on React google tag manager ([29583ae](https://github.com/cajames/vue-tag-manager/commit/29583ae)) * Separate export of the tag manager itself ([1755c00](https://github.com/cajames/vue-tag-manager/commit/1755c00)) * written the basic vue plugin wrapper ([353e30f](https://github.com/cajames/vue-tag-manager/commit/353e30f))