This repository has been 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
@jonkoops
organization 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-react
v0.5.1
- Fixed: support array of instructions on initial options on
configurations
object
v0.5.0
- Added: Support outbound links on
<a>
child elements. - Added:
removeEcommerceItem
andclearEcommerceCart
action
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
- Added: include
configurations
in theMatomoTracker.initialize
params - Added: add a generic
pushInstruction
method to pass instructions to Matomo - Added: add
disabled
flag to options to make all tracking calls no-ops - Removed: removed the
window.MatomoTracker
global - Fixed: enableHeartBeat always set default seconds value