Chord Commerce Event Tracking
Release Notes

@chordcommerce/analytics

14min

v1.8.0 (2024-03-21)

Features

  • add trackNavigationClicked
  • add trackCheckoutStepCompleted
  • add trackCheckoutStepViewed
  • add trackVariantClicked
  • add trackLoginStarted
  • add trackSubscriptionCancelled
  • add trackPaymentInfoEntered

v1.7.0 (2024-03-07)

Features

  • add type parameter to ChordAnalytics

v1.6.0 (2024-03-05)

Features

  • publish to npm registry

v1.5.1 (2024-02-14)

Bug Fixes

  • address linter errors and warnings
  • remove no longer needed eslint disableds

v1.5.0 (2024-01-19)

Features

  • add cdp and logger methods to ChordAnalytics
  • add comments for cdp() and logger()

v1.4.0 (2024-01-18)

Features

  • add enableLogging option

v1.3.0 (2024-01-17)

Features

  • add page method to ChordAnalytics

v1.2.0 (2024-01-16)

Features

  • support function to return the CDP instance

v1.1.1 (2023-12-07)

Bug Fixes

  • clean up input types

v1.1.0 (2023-12-07)

Features

  • set up eslint config for core package

v1.0.3 (2023-12-05)

Bug Fixes

  • semantic release config file format
  • update package for node compatibility

v1.0.2 (2023-12-05)

Bug Fixes

  • add missing dep to liquid package
  • update module type to support imports

v1.0.1 (2023-12-05)

Bug Fixes

  • remove zero price fallback
  • strip null values from arrays
  • update tracking plan to latest

v1.0.0 (2023-12-05)

Features

  • rename package
  • initial release