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: 0 additions & 5 deletions .changeset/scrubber-seek-hit-area.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @karnstack/kino

## 0.1.3

### Patch Changes

- 34aa813: Fix scrubber seek hit area. The hover preview rendered across the full scrubber height (its `8px` vertical padding), but `pointerdown`/seek was bound only to the thin `.kino-track` line (4–6px). Clicking anywhere the preview showed — but off the line — did nothing. Seek now binds to the whole scrubber, so clicking anywhere the preview appears seeks. Time mapping still derives from the track rect (padding is vertical only, so the horizontal extent is unchanged).

## 0.1.2

### Patch Changes
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": "@karnstack/kino",
"version": "0.1.2",
"version": "0.1.3",
"description": "Themeable React video player with pluggable providers.",
"license": "MIT",
"author": "Karn",
Expand Down
Loading