Skip to content

Commit cd208a1

Browse files
update to v1.3.3; update demo;
1 parent f12a6fc commit cd208a1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.3.2-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.3.3-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)
@@ -23,6 +23,8 @@
2323
2424
<a href="https://scaleflex.github.io/react-cloudimage-responsive/" target="_blank">Demo</a>
2525
26+
<a href="https://codesandbox.io/s/1840nl707j" target="_blank">Code Sandbox</a>
27+
2628
<a href="#" target="_blank">Why?</a>
2729
</strong>
2830
</p>

examples/src/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,15 @@ class App extends Component {
6060
<a
6161
id="view-github-btn"
6262
href="https://github.com/scaleflex/react-cloudimage-responsive"
63-
className="btn btn-primary btn-lg"
63+
className="btn btn-primary"
6464
target="_blank"
6565
>View on GitHub</a>
66+
<a
67+
href="https://codesandbox.io/s/1840nl707j"
68+
style={{ marginLeft: 5 }}
69+
className="btn btn-light"
70+
target="_blank"
71+
>Play in CodeSandbox</a>
6672
{/*//<!--<a href="#" class="btn btn-light btn-lg">Read on Medium</a>-->*/}
6773
</div>
6874
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cloudimage-responsive",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
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",

0 commit comments

Comments
 (0)