Skip to content

Commit

Permalink
chore: release 4.6.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-stramavus committed Sep 3, 2020
1 parent cf940bd commit 1012a0b
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -26,6 +26,10 @@ Types of changes:

-------------

## 4.6.1 - 2020-09-03
### Fixed
- background images doesn't appear

## 4.6.0 - 2020-07-27
### Added
- possibility to change cloudimage responsive selector
4 changes: 2 additions & 2 deletions README-BLUR-HASH.md
@@ -1,4 +1,4 @@
[![Release](https://img.shields.io/badge/release-v4.6.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
[![Release](https://img.shields.io/badge/release-v4.6.1-blue.svg)](https://github.com/scaleflex/js-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)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -116,7 +116,7 @@ You have to pay attention on the following things:
Add script tag with CDN link to js-cloudimage-responsive

```javascript
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.0/blur-hash/js-cloudimage-responsive.min.js"></script>
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.1/blur-hash/js-cloudimage-responsive.min.js"></script>
```

or using npm
Expand Down
4 changes: 2 additions & 2 deletions README-PLAIN.md
@@ -1,4 +1,4 @@
[![Release](https://img.shields.io/badge/release-v4.6.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
[![Release](https://img.shields.io/badge/release-v4.6.1-blue.svg)](https://github.com/scaleflex/js-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)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -110,7 +110,7 @@ This version of plugin doesn't add any CSS or change layout thus no effect on yo
Add script tag with CDN link to js-cloudimage-responsive

```javascript
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.0/plain/js-cloudimage-responsive.min.js"></script>
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.1/plain/js-cloudimage-responsive.min.js"></script>
```

or using npm
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
[![Release](https://img.shields.io/badge/release-v4.6.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
[![Release](https://img.shields.io/badge/release-v4.6.1-blue.svg)](https://github.com/scaleflex/js-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)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -116,7 +116,7 @@ You have to pay attention to the following things:
Add a script tag with CDN link to js-cloudimage-responsive

```javascript
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.0/js-cloudimage-responsive.min.js"></script>
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.1/js-cloudimage-responsive.min.js"></script>
```

or using npm
Expand Down Expand Up @@ -457,7 +457,7 @@ add the following scripts right after js-cloudimage-responsive script
window.lazySizesConfig = window.lazySizesConfig || {};
window.lazySizesConfig.init = false;
</script>
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.0/js-cloudimage-responsive.min.js"></script>
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.1/js-cloudimage-responsive.min.js"></script>
<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/lazysizes.min.js"></script>
```

Expand Down
6 changes: 3 additions & 3 deletions build/blur-hash/js-cloudimage-responsive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/blur-hash/js-cloudimage-responsive.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/low-preview/js-cloudimage-responsive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/low-preview/js-cloudimage-responsive.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/plain/js-cloudimage-responsive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/plain/js-cloudimage-responsive.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/blur-hash/src/index.html
Expand Up @@ -550,7 +550,7 @@ <h2 class="text-center">Ready to get started?</h2>
// lazy load is a separate feature
&lt;script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/lazysizes.min.js"&gt;&lt;/script&gt;
// main core
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.0/blur-hash/js-cloudimage-responsive.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.1/blur-hash/js-cloudimage-responsive.min.js"&gt;&lt;/script&gt;
</code></pre>
</figure>
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/low-preview/src/index.html
Expand Up @@ -537,7 +537,7 @@ <h2 class="text-center">Ready to get started?</h2>
// lazy load is a separate feature
&lt;script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/lazysizes.min.js"&gt;&lt;/script&gt;
// main core
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.0/js-cloudimage-responsive.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/4.6.1/js-cloudimage-responsive.min.js"&gt;&lt;/script&gt;
</code></pre>
</figure>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "js-cloudimage-responsive",
"version": "4.6.0",
"version": "4.6.1",
"main": "dist/low-preview/index.js",
"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.",
"author": "scaleflex",
Expand Down

0 comments on commit 1012a0b

Please sign in to comment.