Skip to content

Releases: EmmanuelRoux/ngx-matomo-client

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)

v5.0.3

02 Sep 10:32
a478527
Compare
Choose a tag to compare

5.0.3 (2023-09-02)

Bug Fixes

  • add secondary entry points (89f9344)

Performance Improvements

v5.0.2

25 Jul 11:17
f94f5b6
Compare
Choose a tag to compare

5.0.2 (2023-07-25)

Bug Fixes

  • router: fix NgxMatomoRouterModule not being correctly enabled without .forRoot() call (61603b6), closes #68