React Cool Inview Versions Save

😎 🖥️ React hook to monitor an element enters or leaves the viewport (or another element).

v1.1.7

3 years ago
  • Skip minify for ES module.

v1.1.6

3 years ago
  • Refactor: use readonly for the scrollDirection return value.
  • Refactor: remove the Readonly utility.

v1.1.5

3 years ago
  • Refactor: remove un-necessary readonly from the type of return values.

v1.1.4

3 years ago
  • Refine type definition.

v1.1.3

3 years ago
  • Enhance internal type checking.
  • Update document.
  • Update demo app.

v1.1.2

3 years ago

Latest version.

v1.1.1

4 years ago
  • Refine type.

v1.1.0

4 years ago

💥 BREAKING CHANGE

  • Support built-in ref, please follow the example to migrate it.
  • Support custom refs for some reasons.

v1.0.4

4 years ago
  • Bug fixing: correct the type naming of event callbacks.

v1.0.3

4 years ago
  • Bug fixing: polyfill not working on IE11.