Skip to content

Files

Latest commit

 

History

History
135 lines (68 loc) · 6.41 KB

CHANGELOG.md

File metadata and controls

135 lines (68 loc) · 6.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2023-07-02)

2.0.0-rc.1 (2023-06-27)

Bug Fixes

  • Fix version requirement for Angular router optional dependency (ff2e38a)

2.0.0-rc.0 (2023-06-26)

Features

  • route-tracking: Make use of Angular router route title (2bde340)

1.1.0 (2022-12-29)

Features

Bug Fixes

  • tracker: Correct type for MATOMO_CONFIGURATION token (ad603b8)

1.0.0 (2022-07-09)

1.0.0-rc.2 (2022-06-17)

1.0.0-rc.1 (2021-05-10)

Features

  • injector: Allow operations with a predefined tracker (805bb60)

1.0.0-rc.0 (2021-05-02)

⚠ BREAKING CHANGES

  • tracker: Rename getPiwikUrl to getMatomoUrl
  • injector: since the injection is now automatic, the old way (0.x) of injecting the tracker manually is no longer compatible with this library.

Features

  • injector: Add support for specific script URL (9b1b022)
  • injector: Inject the Matomo tracker at module import (a56bfa3)
  • route-tracking: Add automatic route tracking (75b0ccf)
  • ssr: Add SSR support (04cfe3f)
  • tracker: Add additional consent management functions (f257a71)
  • tracker: Add consent tracking functions (868eb1b)
  • tracker: Add DeleteCustomVariables function (9e50ea0)
  • tracker: Add disableQueueRequest function (017aa53)
  • tracker: Add getCrossDomainLinkingUrlParameter function (e6de929)
  • tracker: Add missing ecommerce tracking functions (b3dc0bb)
  • tracker: Add ping function (10b1423)

Bug Fixes

  • demo: Fix missing declaration in FormComponent component (462330d)

  • injector: Add missing MATOMO_CONFIGURATION import (5e7a1fd)

  • injector: Fix issue with PLATFORM_ID injection (b0c7b59)

  • route-tracker: Fix an issue with incorrect content ids in configuration (5488c01)

  • tracker: Fix incorrect management of optional parameters (85241d8)

  • tracker: Handle Matomo deprecated features correctly (78fa246)

  • tracker: Rename getPiwikUrl to getMatomoUrl (d6da5da)

0.1.4 (2019-05-10)

Bug Fixes

  • config: Accept Angular 5, 6, 7 & 8 (11d7dd8)
  • matomo-tracker: Fix tracker getter functions (#14) (3ad96cf)

0.1.3 (2019-04-03)

Bug Fixes

  • matomo-tracker: Fix value 0 passed to several tracker functions (#12) (65ce508)

0.1.2 (2019-01-10)

Bug Fixes

  • config: Accept Angular 5, 6 & 7 (bf343fa)

0.1.1 (2018-08-02)

Bug Fixes

  • config: Accept Angular 5 & 6 (9d8068c)

0.1.0 (2018-05-15)

Bug Fixes

  • library: Remove unnecessary peer dependencies (f600307)
  • tracker: Update warning message for missing Matomo initialization (3d677fa)

0.0.3 (2018-04-16)

First public release.