Skip to content

Commit 3c6cd18

Browse files
committed
Chore: Release v1.3.4
1 parent a6b82f4 commit 3c6cd18

File tree

4 files changed

+47
-29
lines changed

4 files changed

+47
-29
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Types of changes:
2525
- ...
2626

2727
-------------
28+
## 1.3.4 - 2022-04-26
29+
### Fixed
30+
- Low preview image width
31+
2832
## 1.3.3 - 2022-04-18
2933
### Added
3034
- possibility to add `doNotReplaceURL` to single image

README.md

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
[![Release](https://img.shields.io/badge/release-v1.3.3-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive-blur-hash/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.3.4-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)
5-
[![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg)](https://www.scaleflex.it/en/home)
6-
7-
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Responsive%20images,%20now%20easier%20than%20ever&url=https://scaleflex.github.io/vue-cloudimage-responsive-blur-hash/&via=cloudimage&hashtags=vue,images,cloudimage,responsive_images,lazy_loading,web_acceleration,image_optimization,image_CDN,image_CDNwebp,jpeg_xr,jpg_optimization,image_resizing_and_CDN,cropresize)
8-
5+
[![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg)](https://www.scaleflex.com/en/home)
6+
[![Cloudimage](https://img.shields.io/badge/Powered%20by-cloudimage-blue)](https://www.cloudimage.io/en/home)
97
## VERSIONS
108

119
- [**Low Quality Preview**](https://github.com/scaleflex/vue-cloudimage-responsive)
@@ -39,7 +37,7 @@
3937
4038
<a href="https://scaleflex.github.io/vue-cloudimage-responsive-blur-hash/" target="_blank">Demo</a>
4139
42-
<a href="https://codesandbox.io/s/vue-cloudimage-responsive-blur-hash-example-b3u5n" target="_blank">Code Sandbox</a>
40+
<a href="https://codesandbox.io/s/vue-cloudimage-responsive-blur-hash-example-u66i2s" target="_blank">Code Sandbox</a>
4341
4442
<a href="https://medium.com/@dmitry_82269/responsive-images-in-2019-now-easier-than-ever-b76e5a43c074" target="_blank">Why?</a>
4543
</strong>
@@ -64,7 +62,7 @@ Cloudimage, contact us at
6462
<p align="center">
6563
<img
6664
alt="The Lounge"
67-
src="https://demo.cloudimg.io/width/1400/n/https://scaleflex.airstore.io/filerobot/cloudimage-process.jpg?sanitize=true">
65+
src="https://cdn.scaleflex.it/filerobot/cloudimage-process.jpg">
6866
</p>
6967

7068
powered by [Cloudimage](https://www.cloudimage.io/)
@@ -73,13 +71,13 @@ powered by [Cloudimage](https://www.cloudimage.io/)
7371
## Table of contents
7472

7573
- [Demo](#demo)
74+
- [Responsive plugins family](#plugin_family)
7675
- [Requirements](#requirements)
7776
- [Step 1: Installation](#installation)
7877
- [Step 2: Initialize](#initialize)
7978
- [Step 3: Implement](#implement)
8079
- [Configuration](#configuration)
8180
- [Image properties](#image_properties)
82-
- [Examples & workarounds](#examples_workarounds)
8381
- [Browser support](#browser_support)
8482
- [Filerobot UI Family](#ui_family)
8583
- [Contributing](#contributing)
@@ -94,6 +92,28 @@ Inspector's Network tab to see how Cloudimage delivers the optimal
9492
image size to your browser, hence accelerating the overall page
9593
loading time.
9694

95+
## <a name="plugin_family"></a> Responsive plugins family
96+
In order to use Cloudimage responsive plugins on your single-page application, please check out Cloudimage responsive plugins for vanilla Javascript and the most popular Javascript frameworks.
97+
98+
<details>
99+
<summary>Javascript</summary>
100+
<a href="https://github.com/scaleflex/js-cloudimage-responsive">Js Cloudimage Responsive (Low Quality Preview)</a><br/>
101+
<a href="https://github.com/scaleflex/js-cloudimage-responsive/blob/master/README-BLUR-HASH.md">Js Cloudimage Responsive (Blur-hash)</a><br/>
102+
<a href="https://github.com/scaleflex/js-cloudimage-responsive/blob/master/README-PLAIN.md">Js Cloudimage Responsive (Plain)</a>
103+
</details>
104+
105+
<details>
106+
<summary>React</summary>
107+
<a href="https://github.com/scaleflex/react-cloudimage-responsive">React Cloudimage Responsive (Low Quality Preview)</a><br/>
108+
<a href="https://github.com/scaleflex/react-cloudimage-responsive-blur-hash">React Cloudimage Responsive (Blur-hash)</a><br/>
109+
<a href="https://github.com/scaleflex/react-cloudimage-responsive-plain">React Cloudimage Responsive (Plain)</a>
110+
</details>
111+
112+
<details>
113+
<summary>Angular</summary>
114+
<a href="https://github.com/scaleflex/ng-cloudimage-responsive">Angular Cloudimage Responsive (Low Quality Preview)</a><br/>
115+
</details>
116+
97117
## <a name="requirements"/> Requirements
98118

99119
To use the Cloudimage Responsive plugin, you will need a
@@ -136,7 +156,7 @@ import Img, { CloudimageProvider } from 'vue-cloudimage-responsive-blur-hash';
136156

137157
const cloudimageConfig = {
138158
token: 'demo',
139-
baseURL: 'https://jolipage.airstore.io/'
159+
baseURL: 'https://cdn.scaleflex.it/'
140160
};
141161

142162
<template>
@@ -171,7 +191,7 @@ NOTE: "ratio" is recommended to prevent page layout jumping. The parameter is us
171191
the image position while image is loading.
172192
- you can also reference it with kabab-case : img
173193
174-
<a href="https://codesandbox.io/s/vue-cloudimage-responsive-blur-hash-example-b3u5n"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
194+
<a href="https://codesandbox.io/s/vue-cloudimage-responsive-blur-hash-example-u66i2s"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
175195
176196
### BackgroundImg component:
177197
@@ -182,7 +202,7 @@ the image position while image is loading.
182202
```
183203
NOTE: you can also reference it with kabab-case : background-img
184204

185-
<a href="https://codesandbox.io/s/vue-cloudimage-responsive-background-blur-hash-hiohl"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
205+
<a href="https://codesandbox.io/s/vue-cloudimage-responsive-blur-hash-example-ndv0yl"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
186206

187207
## <a name="configuration"></a> Config
188208

@@ -218,15 +238,15 @@ Allow to use a specific version of API.
218238
```javascript
219239
const cloudimageConfig = {
220240
token: 'demo',
221-
baseURL: 'https://jolipage.airstore.io/',
241+
baseURL: 'https://cdn.scaleflex.it/',
222242
apiVersion: 'v7' // optional
223243
};
224244
```
225245
- disable API version
226246
```javascript
227247
const cloudimageConfig = {
228248
token: 'demo',
229-
baseURL: 'https://jolipage.airstore.io/',
249+
baseURL: 'https://cdn.scaleflex.it/',
230250
apiVersion: null // optional
231251
};
232252
```
@@ -285,7 +305,7 @@ Placeholder colored background while the image is loading or use it to set your
285305

286306
for example
287307

288-
`placeholderBackground: "url('https://scaleflex.airstore.io/filerobot/red-loader.gif') 50% 50% no-repeat"`
308+
`placeholderBackground: "url('https://cdn.scaleflex.it/filerobot/red-loader.gif') 50% 50% no-repeat"`
289309

290310
### lowQualityPreview
291311

@@ -311,7 +331,7 @@ Default:
311331
```javascript
312332
const cloudimageConfig = {
313333
token: 'demo',
314-
baseUrl: 'https://jolipage.airstore.io/',
334+
baseUrl: 'https://cdn.scaleflex.it/',
315335
...
316336
presets: {
317337
xs: '(max-width: 575px)', // up to 575 PHONE
@@ -486,12 +506,6 @@ The lazyLoad configuration to [LazyLoad](https://github.com/hilongjw/vue-lazyloa
486506
487507
To see the full cloudimage documentation [click here](https://docs.cloudimage.io/go/cloudimage-documentation)
488508
489-
## <a name="examples_workarounds"></a>Examples & workarounds
490-
491-
- [See all](https://github.com/scaleflex/vue-cloudimage-responsive/blob/master/examples/EXAMPLES.md)
492-
- [Cropping](https://github.com/scaleflex/vue-cloudimage-responsive/blob/master/examples/EXAMPLES.md#cropping)
493-
- [Integration with Gatsby](https://github.com/scaleflex/vue-cloudimage-responsive/blob/master/examples/EXAMPLES.md#integration-with-gatsby)
494-
495509
## <a name="browser_support"></a>Browser support
496510
497511
Tested in all modern browsers and IE 11.

examples/src/App.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
{{ " " }}
363363
<a
364364
:href="
365-
'https://cloudimage.public.airstore.io/demo/' + image.src
365+
'https://cdn.scaleflex.it/demo/' + image.src
366366
"
367367
target="_blank"
368368
>link</a
@@ -395,7 +395,7 @@
395395
{{ " " }}
396396
<a
397397
:href="
398-
'https://cloudimage.public.airstore.io/demo/' +
398+
'https://cdn.scaleflex.it/demo/' +
399399
images[17].src
400400
"
401401
target="_blank"
@@ -766,7 +766,7 @@ import Prism from "vue-prism-component";
766766
//cloud configuration
767767
const cloudImageConfig = {
768768
token: "demo",
769-
baseURL: "https://cloudimage.public.airstore.io/demo/",
769+
baseURL: "https://cdn.scaleflex.it/demo/",
770770
params: "ci_info=1&org_if_sml=1",
771771
placeholderBackground: "#e1e1e1",
772772
limitFactor: 10,
@@ -849,14 +849,14 @@ import Img, { CloudimageProvider } from 'vue-cloudimage-responsive-blur-hash';
849849
850850
const cloudimageConfig = {
851851
token: 'demo',
852-
baseURL: 'https://jolipage.airstore.io/'
852+
baseURL: 'https://cdn.scaleflex.it/'
853853
};
854854
855855
856856
const cloudimageConfigWithCustomCNAMEDomain = {
857857
token: 'demo',
858-
baseURL: 'https://jolipage.airstore.io/',
859-
customDomain: 'images.airstore.io'
858+
baseURL: 'https://cdn.scaleflex.it/',
859+
customDomain: 'cloudimage.io'
860860
};
861861
862862

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cloudimage-responsive-blur-hash",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"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 blur hash placeholder.",
@@ -36,7 +36,7 @@
3636
"publish-demo": "npm run build-demo && npm run deploy"
3737
},
3838
"dependencies": {
39-
"cloudimage-responsive-utils": "^2.4.5",
39+
"cloudimage-responsive-utils": "^2.4.8",
4040
"core-js": "^3.6.5",
4141
"throttle-debounce": "^2.3.0"
4242
},

0 commit comments

Comments
 (0)