Skip to content

Releases: EmmanuelRoux/ngx-matomo-client

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)

v5.1.0

31 Mar 00:58
ac86d69
Compare
Choose a tag to compare

5.1.0 (2024-03-31)

Bug Fixes

  • MatomoOptOutFormComponent now waits for default server url from possibly deferred configuration (c60b134)
  • fix router module constructor token declaration (0ed5c0c)

Code Refactoring

  • rename NgxMatomoModule to MatomoModule (eb70405)
  • rename NgxMatomoRouterModule to MatomoRouterModule (8795a05)

Features

  • add setPageViewId and getPageViewId to tracker api (553c20b)
  • compatibility with Matomo 5 (35ad9e1)
  • provide testing implementation (eeb6d68)

Deprecations

  • NgxMatomoRouterModule has been deprecated, use MatomoRouterModule instead
  • NgxMatomoModule has been deprecated, use MatomoModule instead

v6.0.2

30 Jan 14:13
b600a21
Compare
Choose a tag to compare

6.0.2 (2024-01-30)

Bug Fixes

  • router: retrieve Base Href from LocationStrategy and correctly handle nulls (73e8442), closes #82

v6.0.1

15 Jan 07:59
87175b6
Compare
Choose a tag to compare

6.0.1 (2024-01-15)

Bug Fixes

  • router: fix router module constructor token declaration (82e0aa2), closes #79

v6.0.0

12 Nov 16:12
9f122b1
Compare
Choose a tag to compare

6.0.0 (2023-11-12)

Bug Fixes

  • MatomoOptOutFormComponent now waits for default server url from possibly deferred configuration (c60b134)

Code Refactoring

  • rename NgxMatomoModule to MatomoModule (eb70405)
  • rename NgxMatomoRouterModule to MatomoRouterModule (8795a05)

Features

  • add setPageViewId and getPageViewId to tracker api (b234a7b)
  • compatibility with Matomo 5 (35ad9e1)
  • upgrade to Angular 17 (9ac9a10)

Breaking changes

  • Angular v17 is now required as peer dependency

Deprecations

  • NgxMatomoRouterModule has been deprecated, use MatomoRouterModule instead
  • NgxMatomoModule has been deprecated, use MatomoModule instead

v5.0.4

04 Sep 19:22
dc634b5
Compare
Choose a tag to compare

5.0.4 (2023-09-04)

Bug Fixes

  • README: add missing Angular 15 compatibility statement to compatibility table (182ad2b)