@visual-framework/embl-content-hub-loader
Advanced tools
Comparing version 1.0.0-beta.8 to 1.0.0-beta.9
@@ -6,2 +6,10 @@ # Change Log | ||
# 1.0.0-beta.9 (2019-11-14) | ||
**Note:** Version bump only for package @visual-framework/embl-content-hub-loader | ||
# 1.0.0-beta.8 (2019-10-23) | ||
@@ -8,0 +16,0 @@ |
@@ -54,13 +54,5 @@ // embl-content-hub-loader__fetch | ||
// if native, no need to wait | ||
if (emblContentHubLinks[linkPosition].import !== undefined) { | ||
emblContentHubGrabTheContent(emblContentHubLinks[linkPosition],linkPosition); | ||
if (linkPosition+1 == emblContentHubLinks.length) { | ||
emblContentHubSignalFinished(); | ||
} | ||
} else { | ||
// await the import's loading | ||
emblContentHubAwaitLoading(emblContentHubLinks[linkPosition],linkPosition); | ||
} | ||
// await the load of the html import from the polyfill | ||
// note: we use polyfill in all cases; see https://github.com/visual-framework/vf-core/issues/508 | ||
emblContentHubAwaitLoading(emblContentHubLinks[linkPosition],linkPosition); | ||
}()); | ||
@@ -67,0 +59,0 @@ } |
{ | ||
"version": "1.0.0-beta.8", | ||
"version": "1.0.0-beta.9", | ||
"name": "@visual-framework/embl-content-hub-loader", | ||
@@ -23,3 +23,3 @@ "description": "embl-content-hub-loader component", | ||
], | ||
"gitHead": "9a222769740c2df0ffe6bfdd96055ab7f9e6ae48" | ||
"gitHead": "02bba9ce4ec9b5cf77b52b02a7a34e08673af691" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18784
364