Skip to content

Releases: scaleflex/react-cloudimage-responsive

3.5.1

27 Jul 15:40
Compare
Choose a tag to compare

3.5.1 - 2021-07-27

Fixed

  • domain property in config

3.5.0

23 Jul 18:09
Compare
Choose a tag to compare

3.5.0 - 2021-07-23

Added

  • new property: customDomain

v3.4.0

19 Jul 10:57
Compare
Choose a tag to compare

3.4.0 - 2021-06-19

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

v3.3.2

09 Sep 14:29
Compare
Choose a tag to compare

3.3.2 - 2020-09-09

Added

  • allow unmounting the provider

v3.3.1

10 Jul 12:20
4b908d6
Compare
Choose a tag to compare
Merge pull request #16 from BeeMyDesk/typescript-declaration

Add TypeScript declaration

v1.6.5

18 Sep 08:08
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v1.4.0

18 Jun 17:55
Compare
Choose a tag to compare
release 1.4.0 🚀

v1.3.6

25 Apr 07:06
Compare
Choose a tag to compare
release 1.3.6 🚀

v1.3.5

26 Mar 19:19
Compare
Choose a tag to compare
add polyfills and update to version v1.3.5

v1.3.4

26 Mar 17:57
Compare
Choose a tag to compare
update to v1.3.4