Skip to content

Latest commit

 

History

History
133 lines (71 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

133 lines (71 loc) · 3.16 KB

Next

diff

3.0.1

diff

  • Fix missing required export section

3.0.0

diff

  • Drop cjs support
  • Add parentElement to GtmSupportOptions (#422)
  • Add support for new GTM IDs starting with G- (#427)

2.3.1

diff

  • Handle nonce as script-attribute (#414)

2.3.0

diff

  • Add option to use custom dataLayer variable (#401)

2.2.0

diff

  • Add push method to the GtmSupport class (#352)

2.1.0

diff

  • Add configurable MIME type to script tag (#350)

2.0.0

diff

  • Now serving ESM and CJS

1.4.2

diff

  • Improve GTM-ID assertion error (34d4eda)

1.4.1

diff

  • No additional changes, just dev dependency updates and sync for vue-gtm

1.4.0

diff

  • Add option to override track view event property (#202)

1.3.0

diff

  • Make script accessible (#186)

1.2.0

diff

  • Make script source configurable for server-side GTM (#180)

1.1.0

diff

  • Log plugin is disabled on trackView and trackEvent call (#50)
  • Support where script element can be appended (#55)
  • Add onReady function to config object (#77)

1.0.0

diff

  • Initial release

1.0.0-alpha.3

diff

  • Restructured source code
  • Added tests

1.0.0-beta.2

diff

  • Export everything through index

1.0.0-alpha.1

diff

  • Initial alpha release