Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
V
vf-core-mirror
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
embl.org
vf-core-mirror
Commits
af8a35dd
Unverified
Commit
af8a35dd
authored
Nov 18, 2020
by
Ossama Edbali
Committed by
GitHub
Nov 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: export vfGaTrackInteraction (#1248) (#1249)
* feat: export vfGaTrackInteraction (#1248)
parent
bbf00234
Pipeline
#110391
passed with stages
in 6 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
components/vf-analytics-google/CHANGELOG.md
components/vf-analytics-google/CHANGELOG.md
+5
-0
components/vf-analytics-google/vf-analytics-google.js
components/vf-analytics-google/vf-analytics-google.js
+1
-1
No files found.
components/vf-analytics-google/CHANGELOG.md
View file @
af8a35dd
### 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
### 1.0.2
*
Improves link name detection
*
Improves link name detection
...
...
components/vf-analytics-google/vf-analytics-google.js
View file @
af8a35dd
...
@@ -473,4 +473,4 @@ function vfGaLogMessage(eventCategory, eventAction, eventLabel, lastGaEventTime,
...
@@ -473,4 +473,4 @@ function vfGaLogMessage(eventCategory, eventAction, eventLabel, lastGaEventTime,
// vfGaIndicateLoaded();
// vfGaIndicateLoaded();
// By default your component should be usable with js imports
// By default your component should be usable with js imports
export
{
vfGaIndicateLoaded
};
export
{
vfGaIndicateLoaded
,
vfGaTrackInteraction
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment