Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

v0.7.0

Latest
Compare
Choose a tag to compare
@jonkoops jonkoops released this 23 May 09:51
· 138 commits to main since this release

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