@visual-framework/embl-content-hub-loader
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,22 +0,23 @@ | ||
# Change Log | ||
### 1.0.6 | ||
## 1.0.5 | ||
* invoke `emblContentHubSignalFinished()` even in cases where there was nothing to load | ||
### 1.0.5 | ||
* Fix detection of no response from the contentHub for `embl-js-content-hub-loader-no-content` and `embl-js-content-hub-loader-no-content-hide` | ||
## 1.0.4 (2020-03-20) | ||
### 1.0.4 (2020-03-20) | ||
* adds support to load embl-notifications component | ||
## 1.0.2 | ||
### 1.0.2 | ||
* adds features for when no content is returned. Supply "no content found" text or hide a region. | ||
## 1.0.1 (2019) | ||
### 1.0.1 (2019) | ||
* adds CSS for times when the `*-content-hub-html` is a direct child of `vf-body`. | ||
## 1.0.0 (2019-12-17) | ||
### 1.0.0 (2019-12-17) | ||
* Initial stable release | ||
@@ -60,2 +60,7 @@ // embl-content-hub-loader__fetch | ||
// If nothing to import | ||
if (emblContentHubLinks.length == 0) { | ||
emblContentHubSignalFinished(); | ||
} | ||
// Add a class to the body once the last item has been processed | ||
@@ -62,0 +67,0 @@ function emblContentHubSignalFinished() { |
{ | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"name": "@visual-framework/embl-content-hub-loader", | ||
@@ -23,3 +23,3 @@ "description": "embl-content-hub-loader component", | ||
], | ||
"gitHead": "81f602acbd97ebac3fa4178bcb8f16897549ea45" | ||
"gitHead": "e1b530b916346df225324e563dc1ccdda4ce9b6b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23023
413