react-cloudimage-responsive
Advanced tools
Comparing version
@@ -30,4 +30,8 @@ # Changelog | ||
------------- | ||
## 3.6.0-beta.16 - 2021-01-18 | ||
## 3.6.0-beta.17 - 2022-02-09 | ||
### Fixed | ||
- change devicePixelRatioList to [1, 1.5, 2] | ||
## 3.6.0-beta.16 - 2022-01-18 | ||
### Fixed | ||
- prevent the lazyLoading property from being spread onto the img tag | ||
@@ -34,0 +38,0 @@ |
{ | ||
"name": "react-cloudimage-responsive", | ||
"version": "3.6.0-beta.16", | ||
"version": "3.6.0-beta.17", | ||
"main": "dist/index.js", | ||
@@ -43,3 +43,3 @@ "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.", | ||
"dependencies": { | ||
"cloudimage-responsive-utils": "^2.4.2", | ||
"cloudimage-responsive-utils": "^2.4.4", | ||
"core-js": "^3.15.2", | ||
@@ -46,0 +46,0 @@ "react-lazyload": "^2.6.7", |
@@ -314,3 +314,3 @@ [](https://github.com/scaleflex/react-cloudimage-responsive/releases) | ||
###### Type: **[Number,...]** | Default: **[1, 1.5, 2, 3, 4]** | _optional_ | ||
###### Type: **[Number,...]** | Default: **[1, 1.5, 2]** | _optional_ | ||
@@ -317,0 +317,0 @@ List of supported device pixel ratios. If there is no need to support retina devices, you should set an empty array `devicePixelRatioList: []`. |
73323
0.11%