Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.4...v5.1.0) (2024-03-31)

### Bug Fixes

* `MatomoOptOutFormComponent` now waits for default server url from possibly deferred configuration ([c60b134](c60b134))
* fix router module constructor token declaration ([0ed5c0c](0ed5c0c))

### Code Refactoring

* rename `NgxMatomoModule` to `MatomoModule` ([eb70405](eb70405))
* rename `NgxMatomoRouterModule` to `MatomoRouterModule` ([8795a05](8795a05))

### Features

* add `setPageViewId` and `getPageViewId` to tracker api ([553c20b](553c20b))
* compatibility with Matomo 5 ([35ad9e1](35ad9e1))
* provide testing implementation ([eeb6d68](eeb6d68))

### Deprecations

* `NgxMatomoRouterModule` has been deprecated, use `MatomoRouterModule` instead
* `NgxMatomoModule` has been deprecated, use `MatomoModule` instead
  • Loading branch information
EmmanuelRoux committed Mar 31, 2024
1 parent 553c20b commit ac86d69
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [5.1.0](https://github.com/EmmanuelRoux/ngx-matomo/compare/v5.0.4...v5.1.0) (2024-03-31)


### Bug Fixes

* `MatomoOptOutFormComponent` now waits for default server url from possibly deferred configuration ([c60b134](https://github.com/EmmanuelRoux/ngx-matomo/commit/c60b1343f1e8bb10c8f239e967188bb914c10cde))
* fix router module constructor token declaration ([0ed5c0c](https://github.com/EmmanuelRoux/ngx-matomo/commit/0ed5c0c3a436d973c1b67204888579ceef352fc6))


### Code Refactoring

* rename `NgxMatomoModule` to `MatomoModule` ([eb70405](https://github.com/EmmanuelRoux/ngx-matomo/commit/eb70405e21b0e77dbf1e8420dd0efb1085e6b87e))
* rename `NgxMatomoRouterModule` to `MatomoRouterModule` ([8795a05](https://github.com/EmmanuelRoux/ngx-matomo/commit/8795a0522752760ec9875c179267c37667d7f0ce))


### Features

* add `setPageViewId` and `getPageViewId` to tracker api ([553c20b](https://github.com/EmmanuelRoux/ngx-matomo/commit/553c20bc7dce886542401b2edf0d6ba7e2fb6e45))
* compatibility with Matomo 5 ([35ad9e1](https://github.com/EmmanuelRoux/ngx-matomo/commit/35ad9e1ee25d95eb2a355126f299786049e5f8ab))
* provide testing implementation ([eeb6d68](https://github.com/EmmanuelRoux/ngx-matomo/commit/eeb6d684fe448fc9eee3970e96c9ce2a4f355223))


### Deprecations

* `NgxMatomoRouterModule` has been deprecated, use `MatomoRouterModule` instead
* `NgxMatomoModule` has been deprecated, use `MatomoModule` instead

## [5.0.4](https://github.com/EmmanuelRoux/ngx-matomo/compare/v5.0.3...v5.0.4) (2023-09-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-matomo-client",
"version": "5.0.4",
"version": "5.1.0",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-matomo-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-matomo-client",
"version": "5.0.4",
"version": "5.1.0",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",
"description": "Matomo (fka. Piwik) client for Angular applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-matomo-client/schematics/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '^5.0.4';
export const version = '^5.1.0';

0 comments on commit ac86d69

Please sign in to comment.