vue-cloudimage-responsive
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -28,3 +28,7 @@ # Changelog | ||
------------- | ||
## 1.3.1 - 2022-1-4 | ||
## 1.3.2 - 2022-02-09 | ||
### Fixed | ||
- change devicePixelRatioList to [1, 1.5, 2] | ||
## 1.3.1 - 2022-01-04 | ||
### updated | ||
@@ -31,0 +35,0 @@ - utils version to fix img-src starts with "//" |
/* | ||
* vue-cloudimage-responsive v1.3.1 | ||
* vue-cloudimage-responsive v1.3.2 | ||
* | ||
@@ -4,0 +4,0 @@ * @license |
/* | ||
* vue-cloudimage-responsive v1.3.1 | ||
* vue-cloudimage-responsive v1.3.2 | ||
* | ||
@@ -4,0 +4,0 @@ * @license |
{ | ||
"name": "vue-cloudimage-responsive", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"main": "dist/index.cjs.js", | ||
@@ -39,3 +39,3 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"cloudimage-responsive-utils": "^2.4.2", | ||
"cloudimage-responsive-utils": "^2.4.4", | ||
"core-js": "^3.15.2" | ||
@@ -42,0 +42,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
[![Release](https://img.shields.io/badge/release-v1.3.1-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases) | ||
[![Release](https://img.shields.io/badge/release-v1.3.2-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases) | ||
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5) | ||
@@ -336,3 +336,3 @@ [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing) | ||
###### Type: **[Number,...]** | Default: **[1, 1.5, 2, 3, 4]** | _optional_ | ||
###### Type: **[Number,...]** | Default: **[1, 1.5, 2]** | _optional_ | ||
@@ -339,0 +339,0 @@ List of supported device pixel ratios. If there is no need to support retina devices, you should set empty array `devicePixelRatioList: []` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78293
1