Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 13:05
f46494c

1.0.0 (2020-08-21)

  • [WB-65] Create useClickTracker hook (#4) (d81203a), closes #4

Bug Fixes

  • update types definitions not being exposed (9274cc1)
  • components.ts: make components accessible externally (#7) (e4e2ea1)
  • exports: add missing exports for triggers (submit, pageView) (#20) (f46494c)
  • trackingroot: reorder base context arguments (ad617d6)
  • trackingview: update TrackingView to update global TrackingContext instead of local one (10ab5b4)
  • usetracking: move event structure to dispatch call (04976b9)

Features

  • add initial project structure (fbe6631)
  • export the main types (#15) (c663702)
  • elementTree: add elementTree to event schema (#18) (349d6dd)
  • pageViewTrigger: add page view trigger (#9) (3760c6e)
  • usesubmittrigger: add useSubmitTrigger (#19) (aceab9c)

Performance Improvements

  • trackingcontext: Optimise Tracking components context value (#11) (a5dd035)

BREAKING CHANGES

  • You no longer need to specify the action type, as there are seperate hooks for each
    action. Eg: A useClickTracker hook that would be used for all click events.