v9.0.0
9.0.0 (2022-04-21)
This release is mainly to fix an issue with the exports not being properly tree-shaken.
Features
Size of exports
After tree shaking, this is the current size impact of the exports, as reported by size-limit.
InView
- 1.6 kB with all dependencies, minified and gzippeduseInView
- 1.13 kB with all dependencies, minified and gzippedobserve
- 835 B with all dependencies, minified and gzipped
BREAKING CHANGES
- Removed the
default
export of theInView
component. Use the namedInView
import instead
-import InView from 'react-intersection-observer
+import { InView } from 'react-intersection-observer