Skip to content

Releases: thebuilder/react-intersection-observer

v9.14.0

14 Dec 13:42
8bafe25
Compare
Choose a tag to compare

9.14.0 (2024-12-14)

Features

  • support React 19 (8bafe25)
  • Drop support for React 15/16. The types are no longer compatible with later version of React, since they have dropped the deprecated types.

v9.13.1

04 Sep 20:25
7c6939a
Compare
Choose a tag to compare

9.13.1 (2024-09-04)

Bug Fixes

  • align IntersectionObserver options with DOM API (abb4ee8)

v9.13.0

11 Jul 10:03
c9cef8f
Compare
Choose a tag to compare

9.13.0 (2024-07-11)

Features

v9.12.0

11 Jul 08:13
054adf4
Compare
Choose a tag to compare

9.12.0 (2024-07-11)

Features

  • upgrade to Vitest 2 (#690) (054adf4)
    • Upgrade to Vitest 2
    • Add basic browser mode test, that runs with an unmocked IntersectionObserver
    • Types cleanup in test-utils, getting rid of @types/jest (replaced with vitest)
    • Move test mocking setup from beforeEach to beforeAll

v9.11.0

11 Jul 07:13
e3f8129
Compare
Choose a tag to compare

9.11.0 (2024-07-11)

Features

  • remove script to publish dist dir (0980efa)

v9.10.3

05 Jun 19:36
01c9992
Compare
Choose a tag to compare

9.10.3 (2024-06-05)

Bug Fixes

  • test-utils - execute mockClear method only when it exists (712ae37)

v9.10.2

03 May 21:12
436fe6d
Compare
Choose a tag to compare

9.10.2 (2024-05-03)

Bug Fixes

  • support old act from react-dom (0e95b5d)

v9.10.1

29 Apr 07:28
08b917a
Compare
Choose a tag to compare

9.10.1 (2024-04-29)

Bug Fixes

  • use act from react instead of deprecated one (87258aa)

v9.10.0

28 Apr 14:19
4ed69a5
Compare
Choose a tag to compare

9.10.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (b0205ee)

v9.9.0

28 Apr 14:13
7827445
Compare
Choose a tag to compare

9.9.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (efac8ee)