Releases: wellyshen/react-cool-inview
Releases · wellyshen/react-cool-inview
v2.0.1
- Fix: reset
scrollDirection
when re-observe (#495)
- Docs(readme): add doc for
rootMargin
option
v2.0.0
✌🏻 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.1
- Fix:
observe
API not working at the first time (#493) (#495)
v1.2.2
- Docs(README): correct the usage of the
rootMargin
option
v1.2.1
- Docs: add TypeScript example, see doc
v1.2.0
- Feat: add
updatePosition
for correcting the behavior of scrollDirection
when jumping to a page section. (See API)
v1.1.9
- Perf: reduce bundle size.