Skip to content

Releases: thebuilder/react-intersection-observer

v9.8.0

Choose a tag to compare

@thebuilder thebuilder released this 09 Feb 11:56
64f6125

9.8.0 (2024-02-09)

Features

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

v9.7.0

Choose a tag to compare

@thebuilder thebuilder released this 05 Feb 14:35
c72a939

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

Choose a tag to compare

@thebuilder thebuilder released this 01 Feb 09:55
db19517

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

Choose a tag to compare

@thebuilder thebuilder released this 31 Jan 21:43
af78a9a

9.5.4 (2024-01-31)

Bug Fixes

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

v9.5.3

Choose a tag to compare

@thebuilder thebuilder released this 09 Nov 19:01
9699c31

9.5.3 (2023-11-09)

Bug Fixes

  • add componentDidMount to InView (5da81d2), closes #649

v9.5.2

Choose a tag to compare

@thebuilder thebuilder released this 28 Jun 10:46
a3f6487

9.5.2 (2023-06-28)

Bug Fixes

v9.5.1

Choose a tag to compare

@thebuilder thebuilder released this 20 Jun 09:46
a296737

9.5.1 (2023-06-20)

Bug Fixes

v9.5.0

Choose a tag to compare

@thebuilder thebuilder released this 17 Jun 20:20
005a1dd

9.5.0 (2023-06-17)

Breaking changes

This release switches the build tool to tsup, in order for the package to support the use client directive. Hopefully it shouldn't have an impact on usage, but changing build output, always carries a slight risk of some tooling breaking.

  • Changes the export file names. If you relied on importing files directly, then you'll need to change the imports.
  • Drops bundling the "umd" version. If anyone was relying on this, let me know.

Features

  • support "use client" with tsup (db2254b)
  • switch to tsup build (9bd69f5)

v9.5.0-beta.2

v9.5.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@thebuilder thebuilder released this 17 Jun 15:48

9.5.0-beta.2 (2023-06-17)

Features

  • support "use client" with tsup (db2254b)

v9.5.0-beta.1

v9.5.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@thebuilder thebuilder released this 15 Jun 13:48

9.5.0-beta.1 (2023-06-15)

Features