Skip to content

Releases: joeyfigaro/use-scroll

v1.0.6

02 Dec 21:47
7c773ac
Compare
Choose a tag to compare

1.0.6 (2024-12-02)

Bug Fixes

  • add generic for target reached fn; rename generics (7c773ac)

v1.0.5

02 Dec 20:38
ff3e0ac
Compare
Choose a tag to compare

1.0.5 (2024-12-02)

Bug Fixes

  • support typed return ref with generic on hook (ff3e0ac)

v1.0.4

02 Dec 19:30
92b2389
Compare
Choose a tag to compare

1.0.4 (2024-12-02)

Bug Fixes

  • update exports to point to correct dist assets (92b2389)

v1.0.3

02 Dec 00:03
c5a1590
Compare
Choose a tag to compare

1.0.3 (2024-12-02)

Bug Fixes

  • add build to release job [skip-ci] (c5a1590)
  • tsup build handling; remove changelog dep [skip-ci] (3bd50a0)

v1.0.2

01 Dec 22:41
0385846
Compare
Choose a tag to compare

1.0.2 (2024-12-01)

Bug Fixes

  • add missing changelog deps [skip-ci] (0385846)

v1.0.1

01 Dec 16:08
db36a3d
Compare
Choose a tag to compare

1.0.1 (2024-12-01)

Bug Fixes

  • add license to manifest [skip-ci] (2dc9799)
  • latest->v* tags (db36a3d)

v1.0.0

01 Dec 03:47
f3b97b6
Compare
Choose a tag to compare

1.0.0 (2024-12-01)

Bug Fixes

  • add react types packages skip-release skip-ci (461e60d)
  • broken tests; replace yarn with pnpm (6663654)
  • change matrix for ci tests (4c0f11b)
  • remove testing matrix/strategy (f3b97b6)

Features

  • initial source for useScrollProgress (2242143)