React Intersection adheres to Semantic Versioning.
- Bump dependency versions
- IntersectionRoot doesn't observe the root element correctly
- IntersectionRoot throws 'observe' and 'unobserve' undefined error on first load
- Updated dependencies
- Refactored to use React's new Context API
- Removed ReactDOM.findDOMNode for Refs
- Updated devDependencies
- Unobserve only once as Edge browsers throws a TypeMismatchError
- Ensuring thresholds are actually different before resetting
IntersectionObserver.
- Fixing bug with
activeObserverlist doubling.
- Making
nextPropscheck more specific aschildren === nextProps.childrenis alwaysfalse.
- Moving React to a peer dependency.
- Include
libdirectory.
- First publish.