Releases: EmmanuelRoux/ngx-matomo-client
Releases · EmmanuelRoux/ngx-matomo-client
v6.4.0
6.4.0 (2025-01-03)
Bug Fixes
- correctly resolve deferred configuration when using
manual
initialization mode (da82506), closes #102
Features
- add
getCustomData
andsetCustomData
tracker API methods (e76564c) - add optional custom data parameter to event tracking (0cdda40)
- add optional custom data parameter to goal tracking (6e21b91)
- add optional custom data parameter to link tracking (cfb42b1)
- add optional custom data parameter to site search tracking (fa35f1c), closes #96
- allow providing Matomo in lazy-loaded components/modules (#98) (45a5a0e)
v6.3.2-test.2
v6.3.2-test.1
v6.3.1
v6.3.0
6.3.0 (2024-07-18)
Features
- core: introduce literal type
MatomoConsentRequirement
(e517efd) - core: introduce literal type
MatomoInitializationBehavior
(0cac720) - router: add functional interceptors support (6002d77)
Deprecations
- core:
MatomoConsentMode
enum is deprecated, useMatomoConsentRequirement
instead. - core:
MatomoInitializationMode
enum is deprecated, useMatomoInitializationBehavior
instead.
v6.2.0
6.2.0 (2024-05-28)
Bug Fixes
- tracker: add default value for
acceptDoNotTrack
option (243fc46) - upgrade schematics to non-deprecated module names (946ef9f)
Features
- add compatibility with Angular 18 (7828aed), closes #90
- add FormAnalytics support (ccdcfac)
- router: allow ignoring subsequent navigation to the same url (#89) (1cb504c), closes #72
- tracker: add new
disableCampaignParameters
configuration option (88258fa) - tracker: add new
disableCampaignParameters
tracker method (4cfda65)