Skip to content

Releases: EmmanuelRoux/ngx-matomo-client

v2.6.1

25 Nov 11:15
49c75c5
Compare
Choose a tag to compare

2.6.1 (2022-11-25)

Bug Fixes

  • tracker: add the option to run tracking outside of angular zone (37c9745), closes #60

v4.0.0

24 Nov 12:04
ab69f8e
Compare
Choose a tag to compare

4.0.0 (2022-11-24)

Features

Breaking changes

  • Angular version 15 is now required as a peer dependency

v3.2.0

26 Jul 07:59
4bd229a
Compare
Choose a tag to compare

3.2.0 (2022-07-26)

Bug Fixes

  • tracker: add missing generic parameter constraint (5c1e4e8)
  • tracker: add missing symbol to public api (eb79fc0)
  • tracker: fix custom script factory provider (c31342b), closes #56

Features

  • tracker: add setPagePerformanceTiming tracking method (4e92fe7)

v2.6.0

26 Jul 08:04
a97da4a
Compare
Choose a tag to compare

2.6.0 (2022-07-26)

Bug Fixes

  • tracker: add missing generic parameter constraint (79150cf)
  • tracker: add missing symbol to public api (d1a684c)
  • tracker: fix custom script factory provider (550f75c), closes #56

Features

  • tracker: add setPagePerformanceTiming tracking method (32e2a4a)

v3.1.0

22 Jul 11:00
ef8316f
Compare
Choose a tag to compare

3.1.0 (2022-07-22)

Bug Fixes

  • tracker: prevent initializing Matomo more than once (784b1de)

Code Refactoring

  • tracker: replace init() method with initialized() for naming consistency (8e23baf)

Features

  • tracker: allow deferred trackers configuration (cd51156), closes #31 #54

Deprecations

  • tracker: Method MatomoInitializerService.init() has been deprecated.
    Use MatomoInitializerService.initialize() instead.

v2.5.0

22 Jul 10:44
72ee764
Compare
Choose a tag to compare

2.5.0 (2022-07-22)

Bug Fixes

  • tracker: prevent initializing Matomo more than once (8b1e773)

Code Refactoring

  • tracker: replace init() method with initialized() for naming consistency (30c415d)

Features

  • tracker: allow deferred trackers configuration (77a377f), closes #31 #54

Deprecations

  • tracker: Method MatomoInitializerService.init() has been deprecated.
    Use MatomoInitializerService.initialize() instead.

v3.0.0

08 Jun 12:31
ad06a01
Compare
Choose a tag to compare

3.0.0 (2022-06-08)

Features

Breaking changes

  • Angular version 14 is now required as a peer dependency

v2.4.2

03 May 16:27
51df448
Compare
Choose a tag to compare

2.4.2 (2022-05-03)

Bug Fixes

  • tracker: add enableJSErrorTracking as configuration option (1586d78)
  • tracker: add enableJSErrorTracking tracker method (68136d5), closes #37

v1.3.6

03 May 17:02
a66af0d
Compare
Choose a tag to compare

1.3.6 (2022-05-03)

Bug Fixes

  • tracker: add enableJSErrorTracking as configuration option (9a10e88)
  • tracker: add enableJSErrorTracking tracker method (234ea16), closes #37

v2.4.1

31 Mar 14:57
4807b05
Compare
Choose a tag to compare

2.4.1 (2022-03-31)

Bug Fixes

  • router: use correct rxjs import path (fe15b20), closes #42