Skip to content

Commit 887bd50

Browse files
author
Amr Wagdy
committed
chore: changelog
1 parent fa22a2a commit 887bd50

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ Types of changes:
2525
- ...
2626

2727
-------------
28-
## 1.6.5 - 2021-01-18
28+
## 1.6.6 - 2022-02-09
29+
### Fixed
30+
- change devicePixelRatioList to [1, 1.5, 2]
31+
32+
## 1.6.5 - 2022-01-18
2933
### Fixed
3034
- prevent the lazyLoading property from being spread onto the img tag
3135

32-
## 1.6.4 - 2021-01-04
36+
## 1.6.4 - 2022-01-04
3337
### Fixed
3438
- removed hardcoded ci_info query parameter to fix image caching
3539

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.6.2-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.6.6-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
22
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@@ -283,7 +283,7 @@ For example
283283

284284
### devicePixelRatioList
285285

286-
###### Type: **[Number,...]** | Default: **[1, 1.5, 2, 3, 4]** | _optional_
286+
###### Type: **[Number,...]** | Default: **[1, 1.5, 2]** | _optional_
287287

288288
List of supported device pixel ratios. If there is no need to support retina devices, you should set empty array `devicePixelRatioList: []`
289289

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cloudimage-responsive-plain",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"main": "dist/index.js",
55
"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.",
66
"author": "scaleflex",
@@ -39,7 +39,7 @@
3939
"publish-demo": "npm run build-demo && npm run deploy"
4040
},
4141
"dependencies": {
42-
"cloudimage-responsive-utils": "^2.4.2",
42+
"cloudimage-responsive-utils": "^2.4.4",
4343
"core-js": "^3.6.5",
4444
"react-lazyload": "^2.6.7",
4545
"throttle-debounce": "^2.0.1"

0 commit comments

Comments
 (0)