thebuilder/react-intersection-observer
 Watch   
 Star   
 Fork   
15 days ago
react-intersection-observer

v9.10.2

9.10.2 (2024-05-03)

Bug Fixes

  • support old act from react-dom (0e95b5d)
19 days ago
react-intersection-observer

v9.10.1

9.10.1 (2024-04-29)

Bug Fixes

  • use act from react instead of deprecated one (87258aa)
20 days ago
react-intersection-observer

v9.10.0

9.10.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (b0205ee)
20 days ago
react-intersection-observer

v9.9.0

9.9.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (efac8ee)
2024-04-09 04:12:49
react-intersection-observer

v9.8.2

9.8.2 (2024-04-08)

Bug Fixes

  • test utils, only use act when in an act environment (3c515e7)
2024-02-22 19:37:01
react-intersection-observer

v9.8.1

9.8.1 (2024-02-22)

Bug Fixes

  • include "type": "commonjs" in package.json (684affe)
2024-02-09 19:55:35
react-intersection-observer

v9.8.0

9.8.0 (2024-02-09)

Features

  • export .mts for test-utils (05236e7)
2024-02-05 22:34:05
react-intersection-observer

v9.7.0

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)
2024-02-01 17:54:49
react-intersection-observer

v9.6.0

9.6.0 (2024-02-01)

Bug Fixes

  • mark react-dom as optional (00a9139)

Features

  • add react-dom as a peer dependency (8f67987)
2024-02-01 05:42:17
react-intersection-observer

v9.5.4

9.5.4 (2024-01-31)

Bug Fixes

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