This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Releases: jonkoops/matomo-tracker
Releases · jonkoops/matomo-tracker
v0.7.0
New Features ✨
- Packages are now published under the
@jonkoopsorganization on NPM (see migration guide).
Enhancements 📝
- Source files are now included in the NPM package (see #711).
- Children prop added to MatomoProvider (see #798)
Migration 🚚
Since the municipality of Amsterdam no longer has any interest in maintaining these libraries they have been moved to a new organization. The packages have been renamed as follows:
@datapunt/matomo-tracker-js➡️@jonkoops/matomo-tracker@datapunt/matomo-tracker-react➡️@jonkoops/matomo-tracker-react
To upgrade your project run the following commands:
npm uninstall @datapunt/matomo-tracker-js @datapunt/matomo-tracker-react
npm install @jonkoops/matomo-tracker @jonkoops/matomo-tracker-reactv0.5.1
- Fixed: support array of instructions on initial options on
configurationsobject
v0.5.0
- Added: Support outbound links on
<a>child elements. - Added:
removeEcommerceItemandclearEcommerceCartaction
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
- Added: include
configurationsin theMatomoTracker.initializeparams - Added: add a generic
pushInstructionmethod to pass instructions to Matomo - Added: add
disabledflag to options to make all tracking calls no-ops - Removed: removed the
window.MatomoTrackerglobal - Fixed: enableHeartBeat always set default seconds value