Skip to content

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

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.

1.4.2

04 Apr 17:27
Compare
Choose a tag to compare

Fixes

  • Do not set height and width style properties to 0 for placeholders (#58, thanks @strashkov).
  • Fix componentDidUnmount capitalization (#59, thanks @hirokimu).

1.4.1

28 Jan 19:59
Compare
Choose a tag to compare

Fixes

  • Prevent images being downloaded twice in some browsers (#56, thanks @Asmadeus).

1.4.1-beta.0

21 Jan 20:21
Compare
Choose a tag to compare
1.4.1-beta.0 Pre-release
Pre-release
Bump version to 1.4.1-beta.0

1.4.0

24 Dec 15:07
Compare
Choose a tag to compare

Features

  • New prop useIntersectionObserver that allows preventing the usage of browser's IntersectionObserver (#45).
  • Use passive listeners to improve performance (#38).

Fixes

  • Fix delayMethod and delayTime not being passed down to PlaceholderWithTracking (#35).
  • Don't set background-image and background-size style attributes if placeholder src is not defined (#51, thanks @Andriiuxa).

1.4.0-beta.1

10 Nov 11:27
Compare
Choose a tag to compare
1.4.0-beta.1 Pre-release
Pre-release
1.4.0-beta.1

1.4.0-beta.0

05 Oct 09:47
Compare
Choose a tag to compare
1.4.0-beta.0 Pre-release
Pre-release
Bump version to 1.4.0-beta.0

1.3.2

14 Jan 10:18
Compare
Choose a tag to compare

Fixes

  • Remove unnecessary console.log from npm version of the package (#29).

1.3.0

13 Jan 16:04
Compare
Choose a tag to compare

Features

  • Add support to overflow containers (#28, thanks @bu1ka).

Fixes