Releases: onderonur/react-intersection-observer-hook
Releases · onderonur/react-intersection-observer-hook
v4.0.2
Compare
Sorry, something went wrong.
No results found
Updated README.md to remove deprecated polyfill suggestion.
v4.0.1
Compare
Sorry, something went wrong.
No results found
v4.0.0
Compare
Sorry, something went wrong.
No results found
React v19 compatibility by using cleanup functions for refs
Stop minifying bundle since users will already be minifying their bundle anyway
Improved API for useTrackVisibility by using once flag for one-time visibility tracking of elements
v3.0.1
Compare
Sorry, something went wrong.
No results found
Fixed peerDependencies by adding react-dom.
v3.0.0
Compare
Sorry, something went wrong.
No results found
v2.1.1
Compare
Sorry, something went wrong.
No results found
Observer cache improvement for using different observers on the same element
v2.1.0
Compare
Sorry, something went wrong.
No results found
Observer cache & removed unnecessary useEffect
v2.0.6
Compare
Sorry, something went wrong.
No results found
Minor refactor for useTrackVisibility.
v2.0.5
Compare
Sorry, something went wrong.
No results found
IntersectionObserverHookArgs type is fixed by omitting root from IntersectionObserverInit.
v2.0.4
Compare
Sorry, something went wrong.
No results found
React 18 issue for unmount-remount in StrictMode is fixed