Skip to content

Releases: EmmanuelRoux/ngx-matomo-client

v6.4.0

03 Jan 13:07
8946696
Compare
Choose a tag to compare

6.4.0 (2025-01-03)

Bug Fixes

  • correctly resolve deferred configuration when using manual initialization mode (da82506), closes #102

Features

  • add getCustomData and setCustomData tracker API methods (e76564c)
  • add optional custom data parameter to event tracking (0cdda40)
  • add optional custom data parameter to goal tracking (6e21b91)
  • add optional custom data parameter to link tracking (cfb42b1)
  • add optional custom data parameter to site search tracking (fa35f1c), closes #96
  • allow providing Matomo in lazy-loaded components/modules (#98) (45a5a0e)

v6.3.2-test.2

23 Dec 15:44
813963d
Compare
Choose a tag to compare
v6.3.2-test.2 Pre-release
Pre-release

6.3.2-test.2 (2024-12-23)

Bug Fixes

v6.3.2-test.1

23 Dec 15:01
ee06b30
Compare
Choose a tag to compare
v6.3.2-test.1 Pre-release
Pre-release

6.3.2-test.1 (2024-12-23)

Bug Fixes

  • lazyload: move 'root' provider to provideMatomo (9db0a6f)

v6.3.1

15 Sep 12:22
d3fcc18
Compare
Choose a tag to compare

6.3.1 (2024-09-15)

Bug Fixes

  • router, form-analytics: disable page tracking on server (#94) (229083b)

v6.3.0

18 Jul 12:50
b938ba2
Compare
Choose a tag to compare

6.3.0 (2024-07-18)

Features

  • core: introduce literal type MatomoConsentRequirement (e517efd)
  • core: introduce literal type MatomoInitializationBehavior (0cac720)
  • router: add functional interceptors support (6002d77)

Deprecations

  • core: MatomoConsentMode enum is deprecated, use MatomoConsentRequirement instead.
  • core: MatomoInitializationMode enum is deprecated, use MatomoInitializationBehavior instead.

v6.2.0

28 May 16:16
49b6105
Compare
Choose a tag to compare

6.2.0 (2024-05-28)

Bug Fixes

  • tracker: add default value for acceptDoNotTrack option (243fc46)
  • upgrade schematics to non-deprecated module names (946ef9f)

Features

  • add compatibility with Angular 18 (7828aed), closes #90
  • add FormAnalytics support (ccdcfac)
  • router: allow ignoring subsequent navigation to the same url (#89) (1cb504c), closes #72
  • tracker: add new disableCampaignParameters configuration option (88258fa)
  • tracker: add new disableCampaignParameters tracker method (4cfda65)

v6.1.3

09 Apr 10:25
b4ab5d7
Compare
Choose a tag to compare

6.1.3 (2024-04-09)

Bug Fixes

  • add Injectable decorator to MatomoTestingTracker (#86) (5e651eb), closes #85

v6.1.2

31 Mar 10:24
7725548
Compare
Choose a tag to compare

6.1.2 (2024-03-31)

Bug Fixes

  • fix GitHub redirection problem after renaming project (13ed0f1)

v6.1.1

31 Mar 10:27
85a88ae
Compare
Choose a tag to compare

Bug Fixes

  • release: fix publish problem with 6.1.0 release (f9b9ba2)

v6.1.0

31 Mar 10:27
81c03bb
Compare
Choose a tag to compare

Features

  • provide testing implementation (ef5d358)