Releases: thebuilder/react-intersection-observer
Releases · thebuilder/react-intersection-observer
v9.5.2
v9.5.1
v9.5.0
9.5.0 (2023-06-17)
Breaking changes
This release switches the build tool to tsup, in order for the package to support the use client
directive. Hopefully it shouldn't have an impact on usage, but changing build output, always carries a slight risk of some tooling breaking.
- Changes the export file names. If you relied on importing files directly, then you'll need to change the imports.
- Drops bundling the "umd" version. If anyone was relying on this, let me know.
Features
v9.5.0-beta.2
v9.5.0-beta.1
v9.4.4
v9.4.3
v9.4.2
v9.4.1
v9.4.0
9.4.0 (2022-07-22)
This release fixes #572
It's now possible (not recommended) to use inline functions for ref
methods. This will still cause extra rerenders, but you will not get into a state of infinite loops.
Bug Fixes
- optimize re-renders in useInView (a3e2be5)
Features
- rewrite internals to use setState for
ref
(776caa6)