Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Release entries below are generated by `release-changelog.yml` when a

## [Unreleased]

## [0.7.0] - 2026-07-07

- #64 — feat(render): solid arrowhead style + start-head render coverage (@dancj)
- #62 — fix: stop the arrow shaft overlapping the arrowhead (@dancj)

## [0.6.0] - 2026-07-04

- #56 — feat(avoid): curve-aware detection and per-control-point belly routing (@dancj)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-arrows",
"version": "0.6.0",
"version": "0.7.0",
"description": "Hand-drawn arrows that draw themselves between two elements as you scroll. Roughness goes from clean straight lines to scratchy and curvy.",
"type": "module",
"sideEffects": false,
Expand Down
Loading