Releases: EmmanuelRoux/ngx-matomo-client
Releases · EmmanuelRoux/ngx-matomo-client
v2.6.1
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
4.0.0 (2022-11-24)
Features
Breaking changes
- Angular version 15 is now required as a peer dependency
v3.2.0
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
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
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
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
3.0.0 (2022-06-08)
Features
Breaking changes
- Angular version 14 is now required as a peer dependency
v2.4.2
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
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
2.4.1 (2022-03-31)
Bug Fixes
- router: use correct rxjs import path (fe15b20), closes #42