react-cloudimage-responsive
Advanced tools
Comparing version 3.6.0-beta.15 to 3.6.0-beta.16
@@ -30,5 +30,9 @@ # Changelog | ||
------------- | ||
## 3.6.0-beta.16 - 2021-01-18 | ||
### Fixed | ||
- prevent the lazyLoading property from being spread onto the img tag | ||
## 3.6.0-beta.15 - 2021-01-04 | ||
### Fixed | ||
- removed hardcoded ci_info query parameter to fix image caching | ||
- removed hardcoded ci_info query parameter to fix image caching | ||
@@ -35,0 +39,0 @@ ## 3.6.0-beta.14 - 2021-12-22 |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.getFilteredProps = exports.getFilteredBgProps = void 0; | ||
var _excluded = ["config", "alt", "className", "src", "sizes", "width", "height", "params"], | ||
var _excluded = ["config", "alt", "className", "src", "sizes", "width", "height", "params", "lazyLoading"], | ||
_excluded2 = ["config", "alt", "className", "src", "sizes", "width", "height", "params"]; | ||
@@ -33,2 +33,3 @@ | ||
params = _ref.params, | ||
lazyLoading = _ref.lazyLoading, | ||
otherProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -35,0 +36,0 @@ |
{ | ||
"name": "react-cloudimage-responsive", | ||
"version": "3.6.0-beta.15", | ||
"version": "3.6.0-beta.16", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.", |
Sorry, the diff of this file is not supported yet
73239
807