React Intersection Observer Versions Save

React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport.

v9.10.2

1 week ago

9.10.2 (2024-05-03)

Bug Fixes

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

v9.10.1

2 weeks ago

9.10.1 (2024-04-29)

Bug Fixes

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

v9.10.0

2 weeks ago

9.10.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (b0205ee)

v9.9.0

2 weeks ago

9.9.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (efac8ee)

v9.8.2

1 month ago

9.8.2 (2024-04-08)

Bug Fixes

  • test utils, only use act when in an act environment (3c515e7)

v9.8.1

2 months ago

9.8.1 (2024-02-22)

Bug Fixes

  • include "type": "commonjs" in package.json (684affe)

v9.8.0

3 months ago

9.8.0 (2024-02-09)

Features

  • export .mts for test-utils (05236e7)

v9.7.0

3 months ago

9.7.0 (2024-02-05)

This release switches from ESLint and Prettier to Biome.js, as a way of cutting down on dev dependencies and configuration.

Features

  • migrate to Biome.js formatting (529b46f)
  • switch to Biome.js linting (2b3642f)

Reverts

  • preserve the commonjs in tsconfig.test.json (61bd06b)

v9.6.0

3 months ago

9.6.0 (2024-02-01)

Bug Fixes

  • mark react-dom as optional (00a9139)

Features

  • add react-dom as a peer dependency (8f67987)

v9.5.4

3 months ago

9.5.4 (2024-01-31)

Bug Fixes

  • export .d.mts file for types (7e2c575)