Skip to content

Releases: beekai-oss/react-simple-img

v1.11.0

16 Feb 22:04
Compare
Choose a tag to compare
  • removed imageClassName (use className instead)
  • removed wrapperClassName (use className instead)
  • removed wrapperStyle (use style instead)
  • fixed aspect ratio

v1.10.3

16 Feb 06:53
Compare
Choose a tag to compare
  • fix safari issue with animation on placeholder, animation now happen after image finish render/loaded

v1.10.2

14 Feb 00:22
Compare
Choose a tag to compare
  • fix a inconsistent issue with wrapper tag name, now all wrappers are div

Version 1.10.0

13 Feb 03:26
Compare
Choose a tag to compare
  • new prop applyAspectRatio which allow image to resize accordingly by supply image width and height
  • new config disableAnimateCachedImg set to true will stop animation which have been cached
  • fix a bug on safari when observer is not ready
  • fix height not supplied animation issue
  • fix image resize within the container

Version 1.9.0

11 Feb 09:53
Compare
Choose a tag to compare
  • animation no longer play when image is cached

Version 1.8.4

10 Feb 22:31
Compare
Choose a tag to compare
  • add better support on wrapper component
  • adjust children images width and height better

Version 1.7.0

05 Feb 22:36
Compare
Choose a tag to compare
  • image height is adjust automatically, height props no longer required
  • wrapperStyle is added to adjust wrapper style

Version 1.6.0

04 Feb 02:40
98b5ae5
Compare
Choose a tag to compare
  • allow src props to be changed image after loaded

Version 1.5.4

21 Jan 23:23
Compare
Choose a tag to compare
  • fix a bug with none image placeholder

Version 1.5.3

17 Jan 00:15
Compare
Choose a tag to compare
  • update npm ignore