Skip to content

Releases: WilliamDASILVA/nuxt-facebook-pixel-module

v1.6.0

24 Feb 22:20
ecc51b0
Compare
Choose a tag to compare

v1.5.0

13 Nov 10:58
ab5c67c
Compare
Choose a tag to compare

Fixes

  • Even if the debug property is not specified, the Fb plugin should be injected to avoid $fb being undefined. (#26)

v1.4.0

01 Nov 19:52
55abc2b
Compare
Choose a tag to compare

Changes

  • Add Typescript definition file ( Thank you @joe-pritchard ) (#13)
  • Disable module during development (except if the debug mode is enabled) ( Thank you @emaia ) (#16)
  • Add $fb.disable() method to disable any further tracking to be made through the module (#19)
  • Automatic PageView tracking through vue-router. ( Thank you @roryheaney for the idea) (#21)
  • Manual mode option (#22)
  • Allow multiple pixel ids according to route (#23)

v1.3.0

01 Mar 09:21
Compare
Choose a tag to compare
  • Add new parameter for additional parameters in the query & track function.

v1.2.0

22 Feb 09:57
Compare
Choose a tag to compare
  • Fixes vulnerabilities in the dev dependencies

v1.0.1

09 Sep 09:41
Compare
Choose a tag to compare

Disabling Facebook initial event

You can now disable the inital event from the Pixel event by passing the disabled option to the module. If you need, you can enable this later through the $fb.enable() method. See more details in the README. Thanks to @antony for the PR.