Skip to content

Commit

Permalink
feat: export vfGaTrackInteraction (#1248) (#1249)
Browse files Browse the repository at this point in the history
* feat: export vfGaTrackInteraction (#1248)
  • Loading branch information
oss6 committed Nov 18, 2020
1 parent bbf0023 commit af8a35d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/vf-analytics-google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.0.3

* Add the vfGaTrackInteraction function to the exported members of vf-analytics-google.
* https://github.com/visual-framework/vf-core/issues/1248

### 1.0.2

* Improves link name detection
Expand Down
2 changes: 1 addition & 1 deletion components/vf-analytics-google/vf-analytics-google.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,4 @@ function vfGaLogMessage(eventCategory, eventAction, eventLabel, lastGaEventTime,
// vfGaIndicateLoaded();

// By default your component should be usable with js imports
export { vfGaIndicateLoaded };
export { vfGaIndicateLoaded, vfGaTrackInteraction };

0 comments on commit af8a35d

Please sign in to comment.