Skip to content

Releases: thebuilder/react-intersection-observer

Going with the Flow

24 Oct 08:42

Choose a tag to compare

Switched to using Flow to type check all the code.
There shouldn't be any breaking changes, but there has been some internal bug fixes that was caught after enabling Flow.

v1.0.0

04 Aug 11:08

Choose a tag to compare

Added support for all the IntersectionObserver options! 🎉

This closes #18

v0.3.0

25 May 22:48

Choose a tag to compare

Removed the Intersection Observer polyfill - You need to add it manually to your project.

Fixes: #10

v0.2.13

24 May 15:55

Choose a tag to compare

Fix #8 - Merge usage of isIntersecting with intersectionRatio.

v0.2.12

24 May 13:21

Choose a tag to compare

Removed debugging console.log

v0.2.10

24 May 11:34

Choose a tag to compare

Fixes #7 by removing usage of isIntersecting