@visual-framework/vf-analytics-google
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,6 @@ | ||
### 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 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"name": "@visual-framework/vf-analytics-google", | ||
@@ -4,0 +4,0 @@ "description": "vf-analytics-google component", |
@@ -476,2 +476,2 @@ // vf-analytics-google | ||
// By default your component should be usable with js imports | ||
export { vfGaIndicateLoaded }; | ||
export { vfGaIndicateLoaded, vfGaTrackInteraction }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47598