Skip to content

Releases: ihor/react-native-scalable-image

1.1.0

12 Feb 23:30
Compare
Choose a tag to compare
  • Fixed the inifinite re-rerendering loop
  • Added possibility to provide custom Image component

1.0.0

28 Aug 16:25
Compare
Choose a tag to compare

0.5.0

26 Jan 22:15
Compare
Choose a tag to compare
  • Added Typescript type declarations (thx @mtnptrsn)

0.4.0

26 Jan 13:27
Compare
Choose a tag to compare
  • Added onSize callback prop which is called when image size is calculated

0.3.0

17 Jan 12:50
Compare
Choose a tag to compare
  • 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

09 Sep 15:14
Compare
Choose a tag to compare
  • Switched to the prop-types npm package instead of React.PropTypes

0.2.0

09 Sep 15:07
Compare
Choose a tag to compare
  • Added support for static images. Thanks @spoeck for the pull request.

v0.1.5

17 Aug 16:34
Compare
Choose a tag to compare
  • Added maxWidth and maxHeight props
  • Fixed issue with updating state of an unmounted image