Skip to content

Commit b688d5c

Browse files
committed
Chore: Release v3.6.1
1 parent 980c588 commit b688d5c

File tree

5 files changed

+12
-6814
lines changed

5 files changed

+12
-6814
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ Types of changes:
2727
-------------
2828

2929
-------------
30-
## 3.6.0 - 2022-04-25
30+
## 3.6.1 - 2022-04-26
3131
### Fixed
32+
- Low preview image width
33+
34+
## 3.6.0 - 2022-04-25
35+
### Changed
3236
- Update documentations
3337

3438
## 3.6.0-beta.20 - 2022-04-18

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v3.6.0-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v3.6.1-blue.svg)](https://github.com/scaleflex/js-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)
@@ -38,7 +38,7 @@
3838
3939
<a href="https://scaleflex.github.io/react-cloudimage-responsive/" target="_blank">Demo</a>
4040
41-
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-forked-9yq9tm" target="_blank">Code Sandbox</a>
41+
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-re0y6m" target="_blank">Code Sandbox</a>
4242
4343
<a href="https://medium.com/@dmitry_82269/responsive-images-in-2019-now-easier-than-ever-b76e5a43c074" target="_blank">Why?</a>
4444
</strong>
@@ -76,7 +76,6 @@ Cloudimage, contact us at
7676
* [Step 3: Implement](#implement)
7777
* [Configuration](#configuration)
7878
* [Image properties](#image_properties)
79-
* [Examples & workarounds](#examples_workarounds)
8079
* [Browser support](#browser_support)
8180
* [Filerobot UI Family](#ui_family)
8281
* [Contributing](#contributing)
@@ -169,7 +168,7 @@ render(<App />, document.body);
169168
NOTE: "ratio" is recommended to prevent page layout jumping. The parameter is used to calculate image height to hold
170169
the image position while image is loading.
171170

172-
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-forked-b8zebi"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
171+
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-9e9rb5"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
173172

174173
### BackgroundImg component:
175174

@@ -179,7 +178,7 @@ the image position while image is loading.
179178
</BackgroundImg>
180179
```
181180

182-
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-kvep0t"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
181+
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-fseygn"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
183182

184183
## <a name="configuration"></a> Config
185184

@@ -396,7 +395,7 @@ A function to be executed after the image is loaded
396395

397396
If set to true, the plugin will only add query parameters to the provided image source URL.
398397

399-
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-jtf2e4"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
398+
<a href="https://codesandbox.io/s/react-cloudimage-responsive-example-6xl8pw"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
400399

401400
### disableAnimation
402401

@@ -499,11 +498,6 @@ The lazyLoad configuration to [LazyLoad](https://github.com/twobin/react-lazyloa
499498

500499
To see the full Cloudimage documentation, [click here](https://docs.cloudimage.io/go/cloudimage-documentation).
501500

502-
## <a name="examples_workarounds"></a>Examples & workarounds
503-
* [See all](https://github.com/scaleflex/react-cloudimage-responsive/blob/master/examples/EXAMPLES.md)
504-
* [Cropping](https://github.com/scaleflex/react-cloudimage-responsive/blob/master/examples/EXAMPLES.md#cropping)
505-
* [Integration with Gatsby](https://github.com/scaleflex/react-cloudimage-responsive/blob/master/examples/EXAMPLES.md#integration-with-gatsby)
506-
507501
## <a name="browser_support"></a>Browser support
508502

509503
Tested in all modern browsers and IE 11.

examples/EXAMPLES.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

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",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
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 with fancy animation on image load.",
66
"author": "scaleflex",
@@ -40,7 +40,7 @@
4040
"publish-demo": "npm run build-demo && npm run deploy"
4141
},
4242
"dependencies": {
43-
"cloudimage-responsive-utils": "^2.4.7",
43+
"cloudimage-responsive-utils": "^2.4.8",
4444
"core-js": "^3.15.2",
4545
"prop-types": "^15.8.1",
4646
"react-lazyload": "^3.2.0",

0 commit comments

Comments
 (0)