Releases: ihor/react-native-scalable-image
Releases · ihor/react-native-scalable-image
1.1.0
- Fixed the inifinite re-rerendering loop
- Added possibility to provide custom Image component
0.5.0
- Added Typescript type declarations (thx @mtnptrsn)
0.4.0
- Added
onSize
callback prop which is called when image size is calculated
0.3.0
- Added possibility to use scalable image as a background image (thx @ikhsanalatsary)
- Added recomputing image size when props are updated (thx @brendan-rius)
0.2.1
- Switched to the
prop-types
npm package instead of React.PropTypes
0.2.0
- Added support for static images. Thanks @spoeck for the pull request.
v0.1.5
- Added
maxWidth
and maxHeight
props
- Fixed issue with updating state of an unmounted image