Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

66 lines (42 loc) · 2.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Prefix the change with one of these keywords:

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

[0.6.2]

  • Fixed: Made trackPageView params argument optional

[0.5.1]

  • Fixed: support array of instructions on initial options on configurations object

[0.5.0]

  • Added: Support outbound links on <a> child elements.
  • Added: removeEcommerceItem and clearEcommerceCart action

[0.4.0]

  • Added: Support React v17

[0.3.1]

  • Fixed: External links not being tracked

[0.3.0]

  • Changed: methods returned from useMatomo are now memoized so they can be tracked as dependencies (for example in useEffect)
  • [BREAKING] Changed: The siteId option in the MatomoTracker constructor is now required.

[0.2.1]

  • Fixed: The params argument for the trackPageView method is now optional
  • Fixed: The pushInstruction method is now exposed through useMatomo

[0.2.0]

  • Added: include configurations in the MatomoTracker.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

[0.1.5]

[0.1.4]