Skip to content

Releases: Aljullu/react-lazy-load-image-component

1.6.0

03 Jun 15:11
Compare
Choose a tag to compare
  • Fix passing onLoad overwrites, and call onLoad inside onImageLoad (#120, thanks @johnsonsu).

1.5.6

07 Nov 18:42
Compare
Choose a tag to compare
  • Handle case where the placeholder component might not be visible to avoid triggering an error (#115, thanks @crisboarna).

1.5.5

17 Jul 14:54
Compare
Choose a tag to compare
  • Fix SSR Warning in React 18: Prop style did not match (#104, thanks @zakharovmikhail).

1.5.4

06 Apr 17:31
Compare
Choose a tag to compare

1.5.3

29 Mar 07:36
Compare
Choose a tag to compare
  • Fix Jest warning in trackWindowScroll() (#97, thanks @TimLehner).
  • Optimize getScrollElement() (b02d1e1).
  • Update dependencies (7559469).
  • Enforce strict equalities (5ba7fe7).

1.5.2

28 Mar 17:14
Compare
Choose a tag to compare
1.5.2

1.5.1

29 Nov 17:20
Compare
Choose a tag to compare

1.5.0

20 Jun 10:28
Compare
Choose a tag to compare

Features

  • New prop wrapperProps that allows passing props directly to the wrapper <span> created to render placeholder or effects (#70, thanks @johnstonbl01).
  • Reuse the same IntersectionObserver for all components to improve performance (#71, thanks @fmmoret).

Fixes

  • background-image property removed from the opacity effect (#72).

1.5.0-beta.0

29 May 17:57
Compare
Choose a tag to compare
1.5.0-beta.0 Pre-release
Pre-release
1.5.0-beta.0

1.4.3

04 Apr 17:34
Compare
Choose a tag to compare

Fixes

  • Prevent errors when trying to unobserve a non-existing observer.