EmmanuelRoux Ngx Matomo Versions Save

Matomo analytics client for Angular applications

v6.1.3

1 month ago

6.1.3 (2024-04-09)

Bug Fixes

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

v6.1.1

1 month ago

Bug Fixes

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

v6.1.0

1 month ago

Features

  • provide testing implementation (ef5d358)

v6.1.2

1 month ago

6.1.2 (2024-03-31)

Bug Fixes

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

v5.1.0

1 month ago

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

3 months ago

6.0.2 (2024-01-30)

Bug Fixes

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

v6.0.1

3 months ago

6.0.1 (2024-01-15)

Bug Fixes

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

v6.0.0

6 months ago

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

8 months ago

5.0.4 (2023-09-04)

Bug Fixes

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

v5.0.3

8 months ago

5.0.3 (2023-09-02)

Bug Fixes

  • add secondary entry points (89f9344)

Performance Improvements