Releases: scaleflex/react-cloudimage-responsive
Releases · scaleflex/react-cloudimage-responsive
3.5.1
3.5.1 - 2021-07-27
Fixed
- domain property in config
3.5.0
3.5.0 - 2021-07-23
Added
- new property: customDomain
v3.4.0
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
3.3.2 - 2020-09-09
Added
- allow unmounting the provider
v3.3.1
Merge pull request #16 from BeeMyDesk/typescript-declaration Add TypeScript declaration
v1.6.5
Merge remote-tracking branch 'origin/master'
v1.4.0
release 1.4.0 🚀
v1.3.6
release 1.3.6 🚀
v1.3.5
add polyfills and update to version v1.3.5
v1.3.4
update to v1.3.4