Skip to content

Releases: wellyshen/react-cool-inview

v2.0.1

04 Apr 07:33
Compare
Choose a tag to compare
  • Fix: reset scrollDirection when re-observe (#495)
  • Docs(readme): add doc for rootMargin option

v2.0.0

03 Apr 15:18
Compare
Choose a tag to compare

✌🏻 React Cool InView V2 comes out!

  • Remove ref API, use observe instead, see this example
  • Remove ref option, if you want to share a ref see this example

v1.3.2

03 Apr 07:10
Compare
Choose a tag to compare

v1.3.1

03 Apr 05:49
Compare
Choose a tag to compare
  • Fix: observe API not working at the first time (#493) (#495)

v1.3.0

02 Apr 17:07
Compare
Choose a tag to compare

v1.2.2

30 Mar 09:23
Compare
Choose a tag to compare
  • Docs(README): correct the usage of the rootMargin option

v1.2.1

04 Mar 15:19
Compare
Choose a tag to compare
  • Docs: add TypeScript example, see doc

v1.2.0

10 Dec 10:31
Compare
Choose a tag to compare
  • Feat: add updatePosition for correcting the behavior of scrollDirection when jumping to a page section. (See API)

v1.1.10

09 Dec 15:16
Compare
Choose a tag to compare

v1.1.9

27 Oct 11:31
Compare
Choose a tag to compare
  • Perf: reduce bundle size.