Releases: Aljullu/react-lazy-load-image-component
Releases · Aljullu/react-lazy-load-image-component
1.5.0-beta.0
29 May 17:57
Compare
Sorry, something went wrong.
No results found
1.4.3
04 Apr 17:34
Compare
Sorry, something went wrong.
No results found
Fixes
Prevent errors when trying to unobserve a non-existing observer.
1.4.2
04 Apr 17:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
Prevent images being downloaded twice in some browsers (#56 , thanks @Asmadeus ).
1.4.1-beta.0
21 Jan 20:21
Compare
Sorry, something went wrong.
No results found
Bump version to 1.4.1-beta.0
1.4.0
24 Dec 15:07
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.4.0-beta.0
05 Oct 09:47
Compare
Sorry, something went wrong.
No results found
Bump version to 1.4.0-beta.0
1.3.2
14 Jan 10:18
Compare
Sorry, something went wrong.
No results found
Fixes
Remove unnecessary console.log from npm version of the package (#29 ).
1.3.0
13 Jan 16:04
Compare
Sorry, something went wrong.
No results found
Features
Add support to overflow containers (#28 , thanks @bu1ka ).
Fixes