Releases: thebuilder/react-intersection-observer
Releases · thebuilder/react-intersection-observer
v8.30.1
8.30.1 (2020-11-03)
Bug Fixes
- ensure undefined values are filtered from id (9312d1d)
v8.28.5
8.28.5 (2020-09-11)
Bug Fixes
- Detect
inView
if threshold
is 1
, closes #387
v8.28.3
8.28.3 (2020-09-09)
Bug Fixes
- check
intersectionRatio
in addition to isIntersecting
(#384) (0252048)
v8.28.1
8.28.1 (2020-09-07)
Bug Fixes
- There was an issue with the CJS and UMD files generated by microbundle, not matching filename in
package.json