react-cloudimage-responsive
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -30,2 +30,6 @@ # Changelog | ||
------------- | ||
## 3.5.1 - 2021-07-27 | ||
### Fixed | ||
- domain property in config | ||
## 3.5.0 - 2021-07-23 | ||
@@ -32,0 +36,0 @@ ### Added |
@@ -73,3 +73,3 @@ "use strict"; | ||
_config$domain = config.domain, | ||
domain = _config$domain === void 0 ? 'cloudimg.io' : _config$domain, | ||
domain = _config$domain === void 0 ? config.customDomain || 'cloudimg.io' : _config$domain, | ||
_config$customDomain = config.customDomain, | ||
@@ -76,0 +76,0 @@ customDomain = _config$customDomain === void 0 ? false : _config$customDomain, |
{ | ||
"name": "react-cloudimage-responsive", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"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.", |
@@ -1,2 +0,2 @@ | ||
[![Release](https://img.shields.io/badge/release-v3.5.0-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases) | ||
[![Release](https://img.shields.io/badge/release-v3.5.1-blue.svg)](https://github.com/scaleflex/react-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) | ||
@@ -175,2 +175,3 @@ [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing) | ||
If you use a custom CNAME for your cloudimage integration, you can set it here. | ||
Note: this will disregard your token above as this should be built into the CNAME entry. | ||
@@ -177,0 +178,0 @@ |
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
68216
465
0