Features
- New prop
useIntersectionObserverthat allows preventing the usage of browser's IntersectionObserver (#45). - Use passive listeners to improve performance (#38).
Fixes
- Fix
delayMethodanddelayTimenot being passed down toPlaceholderWithTracking(#35). - Don't set
background-imageandbackground-sizestyle attributes if placeholder src is not defined (#51, thanks @Andriiuxa).