Skip to content

Releases: thebuilder/react-intersection-observer

v9.4.4

Choose a tag to compare

@thebuilder thebuilder released this 01 Jun 08:57
4b1adce

9.4.4 (2023-06-01)

Bug Fixes

  • correct the error message that happens if IntersectionObserver is not mocked (f7da436)

v9.4.3

Choose a tag to compare

@thebuilder thebuilder released this 23 Feb 20:27
412da1e

9.4.3 (2023-02-23)

Bug Fixes

  • restrict type on the "as" prop (048bcb0)

v9.4.2

Choose a tag to compare

@thebuilder thebuilder released this 08 Feb 21:48
2273255

9.4.2 (2023-02-08)

Performance

  • remove extra useEffect used for resetting initial state (#607)

Bug Fixes

  • publish main with semantic releases (6711bc1)
  • rename master to main (11d5bd1)

v9.4.1

Choose a tag to compare

@thebuilder thebuilder released this 15 Nov 15:17
1187726

9.4.1 (2022-11-15)

Bug Fixes

  • add spacing to peer deps (1187726)
  • cannot access 'unobserve' before initialization #587 (3c2f4a1)

v9.4.0

Choose a tag to compare

@thebuilder thebuilder released this 22 Jul 15:30
465754a

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)

v9.3.5

Choose a tag to compare

@thebuilder thebuilder released this 30 Jun 19:33
ae5dcf6

9.3.5 (2022-06-30)

Bug Fixes

  • Add support for TS 4.7+ node16/next module (a0c099b)

v9.3.4

Choose a tag to compare

@thebuilder thebuilder released this 23 Jun 14:17
571c948

9.3.4 (2022-06-23)

Bug Fixes

  • export module as esm.js (fa6f3db)

v9.3.4-beta.2

v9.3.4-beta.2 Pre-release
Pre-release

Choose a tag to compare

@thebuilder thebuilder released this 20 Jun 08:06

9.3.4-beta.2 (2022-06-20)

Bug Fixes

v9.3.4-beta.1

v9.3.4-beta.1 Pre-release
Pre-release

Choose a tag to compare

@thebuilder thebuilder released this 20 Jun 07:43

9.3.4-beta.1 (2022-06-20)

Bug Fixes

  • add esm as fallback module (57da6c3)

v9.3.3

Choose a tag to compare

@thebuilder thebuilder released this 15 Jun 12:59
e59d9c2

9.3.3 (2022-06-15)

Bug Fixes