Ngx Matomo Versions Save

Matomo (aka. Piwik) web analytics for Angular applications

v2.0.0

10 months ago

ngx-matomo 2.0 is released! This version ends the pre-release cycle.

Major change: this release only targets Angular 16.

v2.0.0-rc.1

10 months ago

Pre-release of version 2.0

  • Fix minor issue with Angular Router optional dependency

v2.0.0-rc.0

10 months ago

Pre-release of version 2.0

  • Support for Angular 16
  • Support for Angular Router route titles

v1.1.0

1 year ago

Add support for Angular 15.

Full Changelog: https://github.com/Arnaud73/ngx-matomo/compare/v1.0.0...v1.1.0

v1.0.0

1 year ago

Finaly ngx-matomo 1.0 is released! This version ends the pre-release cycle.

Major change: this release only targets Angular 14.

v1.0.0-rc.2

1 year ago

Pre-release of version 1.0

  • Now built on top of Angular 14 (12.0.2)

v1.0.0-rc.1

3 years ago

Pre-release of version 1.0

  • Now built on top of Angular 12 (12.0.0-rc.2)
  • Support for predefined Matomo tracker

v1.0.0-rc.0

3 years ago

Pre-release of version 1.0

  • New module initialization which automatically injects the Matomo tracker.
  • Support for multiple trackers.
  • Automatic route tracking.
  • SSR support.
  • Add tracker functions : consent management, DeleteCustomVariables, disableQueueRequest, getCrossDomainLinkingUrlParameter, ping and also some missing ecommerce tracking functions.
  • New demo application

v0.1.4

5 years ago
  • Fix Matomo tracker getter functions that returned incorrect data
  • Remove warning during installation when used with Angular 8

v0.1.3

5 years ago

Fix for several Tracker functions where passing value 0 resulted in incorrect result.