Releases: sumup-oss/collector
Releases · sumup-oss/collector
v1.0.5
06 Jan 10:02
Compare
Sorry, something went wrong.
No results found
1.0.5 (2021-01-06)
Bug Fixes
v1.0.4
23 Nov 11:49
Compare
Sorry, something went wrong.
No results found
1.0.4 (2020-11-23)
Bug Fixes
memoize return value of useBaseTrigger (#39 ) (8464d92 )
v1.0.3
30 Oct 13:44
Compare
Sorry, something went wrong.
No results found
1.0.3 (2020-10-30)
Bug Fixes
make initial page visibility configurable (#26 ) (5298376 )
v1.0.2
17 Oct 16:23
Compare
Sorry, something went wrong.
No results found
1.0.2 (2020-10-17)
Bug Fixes
deps: bump npm-user-validate from 1.0.0 to 1.0.1 (#23 ) (3bff1a4 )
v1.0.1
24 Aug 14:52
Compare
Sorry, something went wrong.
No results found
1.0.1 (2020-08-24)
Bug Fixes
page-active-hook: add missing export for usePageActiveTrigger (#21 ) (4eba94e )
v1.0.0
21 Aug 13:05
Compare
Sorry, something went wrong.
No results found
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.
v1.0.0-alpha.4
20 Aug 12:27
Compare
Sorry, something went wrong.
No results found
Bug Fixes
exports: add missing exports for triggers (submit, pageView) (#20 ) (f46494c )
v1.0.0-alpha.3
20 Aug 09:24
Compare
Sorry, something went wrong.
No results found
Features
usesubmittrigger: add useSubmitTrigger (#19 ) (aceab9c )
v1.0.0-alpha.2
18 Aug 15:17
Compare
Sorry, something went wrong.
No results found
Bug Fixes
trackingroot: reorder base context arguments (ad617d6 )