From af8a35dd794aa9eea72c47ca3b783628611db299 Mon Sep 17 00:00:00 2001 From: Ossama Edbali Date: Wed, 18 Nov 2020 18:02:17 +0000 Subject: [PATCH] feat: export vfGaTrackInteraction (#1248) (#1249) * feat: export vfGaTrackInteraction (#1248) --- components/vf-analytics-google/CHANGELOG.md | 5 +++++ components/vf-analytics-google/vf-analytics-google.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/vf-analytics-google/CHANGELOG.md b/components/vf-analytics-google/CHANGELOG.md index 2f8dfcb5b..3ad38f379 100755 --- a/components/vf-analytics-google/CHANGELOG.md +++ b/components/vf-analytics-google/CHANGELOG.md @@ -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 diff --git a/components/vf-analytics-google/vf-analytics-google.js b/components/vf-analytics-google/vf-analytics-google.js index a5dc526b9..04186081c 100755 --- a/components/vf-analytics-google/vf-analytics-google.js +++ b/components/vf-analytics-google/vf-analytics-google.js @@ -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 }; -- GitLab