Skip to content

Releases: scaleflex/js-cloudimage-responsive

v4.8.5

09 Feb 14:08
Compare
Choose a tag to compare

4.8.5 - 2021-02-09

Fixed

  • change devicePixelRatioList to [1, 1.5, 2]

v4.8.4

04 Jan 14:25
Compare
Choose a tag to compare

4.8.4 - 2021-01-04

Fixed

  • removed hardcoded ci_info query parameter to fix image caching

v4.8.3

09 Dec 14:28
Compare
Choose a tag to compare

4.8.3 - 2021-12-09

Fixed

  • img-src starts with "//"

v4.8.2

08 Nov 15:40
Compare
Choose a tag to compare

4.8.2 - 2021-11-08

Fixed

  • possibility to remove API version in blur-hash, low-preview, wp and plain

4.8.1

17 Aug 17:26
Compare
Choose a tag to compare

4.8.1 - 2021-08-17

fixed

  • Minifying build in low preview

v4.8.0

16 Jul 16:05
Compare
Choose a tag to compare

4.8.0 - 2021-06-16

Deprecated

Property ignoreNodeImgSize is deprecated. Use imageSizeAttributes: 'ignore' instead

Added

  • new property:
imageSizeAttributes
Type: String | possible values: 'use', 'ignore', 'take-ratio' | Default: 'use'

If width and height attributes are set:

use - width & height attributes values will be used to calculate image size (according to user's DPR) and ratio.

take-ratio - width & height attributes values will be used only to calculate ratio.

ignore - width & height attributes will be ignored.

If width and height attributes are NOT set, image container size will be detected to calculate result image size (according to user's DPR)

Note: If only width or height attributes is set, ratio is going to be taken from ci-ratio image attribute

v4.7.0

23 Feb 14:32
Compare
Choose a tag to compare

4.7.0 - 2020-02-23

added

  • add custom root element to process function
  • process result coudimage URL before inserting into dom (plain version only)

fixed

  • banners in build files

v4.6.8

04 Feb 07:05
Compare
Choose a tag to compare

4.6.8 - 2020-02-04

fixed

  • problem with background images with no children

v4.6.7

03 Feb 12:32
Compare
Choose a tag to compare

4.6.7 - 2020-02-03

fixed

  • problem with rendering images inside background image

v4.6.6

20 Jan 11:30
Compare
Choose a tag to compare

4.6.6 - 2020-1-20

updated

  • highlight js