sling-web-component-loader
Advanced tools
Comparing version 1.5.0 to 1.6.0
{ | ||
"name": "sling-web-component-loader", | ||
"version": "1.5.0", | ||
"description": "Sling Web Component Loader", | ||
"version": "1.6.0", | ||
"description": "Sling Loader", | ||
"module": "src/index.js", | ||
"main": "dist/cjs/es6/index.js", | ||
"main": "dist/cjs/es5/index.js", | ||
"jsnext:main": "dist/es/es6/index.js", | ||
@@ -11,5 +11,5 @@ "browser": "dist/iife/es6/index.js", | ||
"dependencies": { | ||
"sling-framework": "^1.5.0", | ||
"sling-helpers": "^1.5.0" | ||
"sling-framework": "^1.6.0", | ||
"sling-helpers": "^1.6.0" | ||
} | ||
} |
# sling-web-component-loader | ||
The loader Component. It´s aimed to be used in pair with business components that demands requests and component renders with processess delays. | ||
The component must show the loader element while loading the data source required to populate and render his view. | ||
The loader should be used with business components that demand requests and render with delay. | ||
The component must show the loader component while loading the data source required to populate and render its view. | ||
@@ -6,0 +6,0 @@ ## Install |
475562
Updatedsling-framework@^1.6.0
Updatedsling-helpers@^1.6.0