Skip to content

Releases: thebuilder/react-intersection-observer

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)

v9.8.2

08 Apr 20:13
5b7c9ff
Compare
Choose a tag to compare

9.8.2 (2024-04-08)

Bug Fixes

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

v9.8.1

22 Feb 11:37
e9b3e7f
Compare
Choose a tag to compare

9.8.1 (2024-02-22)

Bug Fixes

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

v9.8.0

09 Feb 11:56
64f6125
Compare
Choose a tag to compare

9.8.0 (2024-02-09)

Features

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

v9.7.0

05 Feb 14:35
c72a939
Compare
Choose a tag to compare

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

01 Feb 09:55
db19517
Compare
Choose a tag to compare

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

31 Jan 21:43
af78a9a
Compare
Choose a tag to compare

9.5.4 (2024-01-31)

Bug Fixes

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