React Cool Inview Versions Save

๐Ÿ˜Ž ๐Ÿ–ฅ๏ธ React hook to monitor an element enters or leaves the viewport (or another element).

v1.0.1

4 years ago
  • Correct type definition.

v1.0.0

4 years ago

๐ŸŽ‰ Stable release.

v0.5.5

4 years ago
  • Bug fixing: scrollDirection not work properly.

v0.5.4

4 years ago
  • Bug fixing: unobserveOnEnter not working.

v0.5.0

4 years ago

๐Ÿงช Beta release.

v0.3.0

4 years ago

v0.2.7

4 years ago
  • Fix hook crash bug.

v0.2.0

4 years ago
  • Integrate isVisible with inView state, see Intersection Observer v2 to learn more.
  • Fix FireFox onLeave event won't triggered bug.

v0.1.0

4 years ago
  • Expose observe method for event callbacks.

v0.0.4

4 years ago
  • Remove ssr option