Skip to content

Commit 611b066

Browse files
chore: version packages (#45)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8fd299c commit 611b066

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/loud-eels-argue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @karnstack/kino
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- 8fd299c: Scenes: the ambient preview now loops at 2x by default, and `preview` takes an optional `rate` to override it. Scenes compute everything from the sequence clock rather than wall time (the render path drives them under a fake clock, so wall-time CSS transitions would not survive it), which means the whole stage scales cleanly with the rate instead of desyncing. The faster pass reads livelier and covers the window in half the time, so the player settles sooner. The loop's rate is its own either way: the viewer's rate is restored when they take the clock back, and a rate that would stall the clock falls back to the default rather than letting the grace timer mistake a frozen loop for refused autoplay.
8+
39
## 0.11.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@karnstack/kino",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Themeable React video player with pluggable providers.",
55
"license": "MIT",
66
"author": "Karn",

0 commit comments

Comments
 (0)