1.4.0
Features
- New prop
useIntersectionObserver
that allows preventing the usage of browser's IntersectionObserver (#45). - Use passive listeners to improve performance (#38).
Fixes
- Fix
delayMethod
anddelayTime
not being passed down toPlaceholderWithTracking
(#35). - Don't set
background-image
andbackground-size
style attributes if placeholder src is not defined (#51, thanks @Andriiuxa).