Skip to content

Releases: taocode/svelte-headroom

v2.3.0

22 Nov 08:32

Choose a tag to compare

2.3.0 (2022-11-22)

Bug Fixes

  • build: _README.md path updated (5e46502)
  • pin: initial (un)pin state based on bottom (705a802)
  • tolerance: downward scope correction (3a1247e)

Features

  • tolerance: introducing tolerance(Down|Up) props (8b53ee6)

v2.3.0-beta.2

22 Nov 08:30

Choose a tag to compare

v2.3.0-beta.2 Pre-release
Pre-release

2.3.0-beta.2 (2022-11-22)

Bug Fixes

  • pin: initial (un)pin state based on bottom (705a802)
  • tolerance: downward scope correction (3a1247e)

v2.3.0-beta.1

21 Nov 21:39

Choose a tag to compare

v2.3.0-beta.1 Pre-release
Pre-release

2.3.0-beta.1 (2022-11-21)

Bug Fixes

  • build: _README.md path updated (5e46502)

Features

  • tolerance: introducing tolerance(Down|Up) props (8b53ee6)

v2.2.0

21 Nov 17:23

Choose a tag to compare

2.2.0 (2022-11-21)

Features

  • docs: clean readme, master now src/_README.md (49b4469)

v2.1.0

18 Nov 19:13

Choose a tag to compare

2.1.0 (2022-11-18)

Features

  • dev: imported README for dev page content (4aa5f95)

v2.0.1

16 Nov 18:45

Choose a tag to compare

2.0.1 (2022-11-16)

Bug Fixes

  • docs: readme and dev +page updated (ef08532)

v2.0.0

16 Nov 16:40

Choose a tag to compare

2.0.0 (2022-11-16)

Bug Fixes

  • access now set to public (0bc83a9)

Features

  • props: renamed offset to top and bottom (7151201)
  • publish to npmjs instead of github (fff75d2)

BREAKING CHANGES

  • props: removed shim and offset props, now using:
    offset(Top|Bottom) for atTop and atBottom detection.

v2.0.0-beta.1

16 Nov 16:25

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2022-11-16)

Features

  • props: renamed offset to top and bottom (7151201)

BREAKING CHANGES

  • props: removed shim and offset props, now using:
    offset(Top|Bottom) for atTop and atBottom detection.

v1.2.0-beta.2

15 Nov 23:52

Choose a tag to compare

v1.2.0-beta.2 Pre-release
Pre-release

1.2.0-beta.2 (2022-11-15)

Bug Fixes

  • access now set to public (0bc83a9)

v1.1.0

15 Nov 18:15

Choose a tag to compare

1.1.0 (2022-11-15)

Bug Fixes

  • win variable declaration (e145838)

Features

  • updated REPL Demo and added docs for props (fc0b4e3)