Releases: EmmanuelRoux/ngx-matomo-client
Releases · EmmanuelRoux/ngx-matomo-client
v6.1.2
v6.1.1
v6.1.0
v5.1.0
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
toMatomoModule
(eb70405) - rename
NgxMatomoRouterModule
toMatomoRouterModule
(8795a05)
Features
- add
setPageViewId
andgetPageViewId
to tracker api (553c20b) - compatibility with Matomo 5 (35ad9e1)
- provide testing implementation (eeb6d68)
Deprecations
NgxMatomoRouterModule
has been deprecated, useMatomoRouterModule
insteadNgxMatomoModule
has been deprecated, useMatomoModule
instead
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2023-11-12)
Bug Fixes
MatomoOptOutFormComponent
now waits for default server url from possibly deferred configuration (c60b134)
Code Refactoring
- rename
NgxMatomoModule
toMatomoModule
(eb70405) - rename
NgxMatomoRouterModule
toMatomoRouterModule
(8795a05)
Features
- add
setPageViewId
andgetPageViewId
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, useMatomoRouterModule
insteadNgxMatomoModule
has been deprecated, useMatomoModule
instead