Releases: Aljullu/react-lazy-load-image-component
Releases · Aljullu/react-lazy-load-image-component
1.6.3
16 Dec 17:54
Compare
Sorry, something went wrong.
No results found
1.6.2
19 Jun 19:10
Compare
Sorry, something went wrong.
No results found
1.6.0
03 Jun 15:11
Compare
Sorry, something went wrong.
No results found
Fix passing onLoad
overwrites, and call onLoad
inside onImageLoad
(#120 , thanks @johnsonsu ).
1.5.6
07 Nov 18:42
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix SSR Warning in React 18: Prop style did not match (#104 , thanks @zakharovmikhail).
1.5.4
06 Apr 17:31
Compare
Sorry, something went wrong.
No results found
1.5.3
29 Mar 07:36
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.5.1
29 Nov 17:20
Compare
Sorry, something went wrong.
No results found
1.5.0
20 Jun 10:28
Compare
Sorry, something went wrong.
No results found
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 ).