Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Latest commit

 

History

History
163 lines (88 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

163 lines (88 loc) · 3.92 KB

svelte-intersect

0.15.0

Minor Changes

  • bump required node version to 20.17 (2ca375b)

0.14.2

Patch Changes

  • enable tsconfig declaration and declarationMap (5a708db)
  • add tsconfig sourceRoot (9958e30)
  • publish src files (6f5979d)
  • add sideEffects to package.json (858cac2)

0.14.1

Patch Changes

  • upgrade gro with correctly formatted exports (52f6c39)

0.14.0

Minor Changes

  • support node@20.12 and later (424f7b0)

0.13.0

Minor Changes

  • upgrade node@22.3 and improve the demo (#8)

0.12.1

Patch Changes

  • stop reusing event objects (47d9d62)

0.12.0

Minor Changes

  • improve API (#7)

0.11.0

Minor Changes

  • move to svelte-intersect from svelte-intersect (3eb7d0f)

0.10.0

Minor Changes

  • move code to $lib/index.ts (cce9991)

0.9.0

Minor Changes

0.8.0

Minor Changes

  • unpublish $lib/package.ts (b0c2665)

0.7.0

Minor Changes

  • rename to Proper_Snakes (8e8bcd7)

0.6.1

Patch Changes

  • upgrade @ryanatkn/gro to fix package.ts (ac78782)

0.6.0

Minor Changes

0.5.1

Patch Changes

  • publish $routes/package.ts (#6)
  • add svelte peer dep (#6)

0.5.0

Minor Changes

  • fix tsconfig "moduleResolution" back to "bundler" (7fb0082)

0.4.0

Minor Changes

  • rename to svelte-intersect (#5)
  • bump node engine to 20.10 (#5)

0.3.0

Minor Changes

  • rename to svelte-intersect (2ad24f9)

0.2.3

Patch Changes

0.2.2

Patch Changes

  • include files in package.json (b8e1407)

0.2.1

Patch Changes

  • upgrade deps and migrate to changesets (#4)

0.2.0

  • break: change count behavior where 0 disables the trigger completely, and less than 0 or undefined is infinite (#3)

0.1.4

  • readme

0.1.3

  • cleanup

0.1.2

  • add support for count param option to get behavior like once (#2)
  • include disconnect as an arg to cb (#2)

0.1.1

  • bump for npm readme

0.1.0

  • publish