Skip to content

Commit de8b59c

Browse files
chore: version packages
1 parent ad29d1f commit de8b59c

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/scenes-pip-fullscreen.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.7.0
4+
5+
### Minor Changes
6+
7+
- ad29d1f: Scenes: document picture-in-picture (Chromium desktop, capability-gated via canPiP) and a pseudo-fullscreen fallback for browsers without Element.requestFullscreen (iPhone Safari and Chrome). kino:init gains an optional startTime, used to start the muted pip mirror at the master clock so playback continues seamlessly without interrupting the main tab; the host also accepts commands from the pip window's opener, and the scene host's clock element is now a hidden video element (observable to createSceneHost embedders who style or select audio in host pages).
8+
39
## 0.6.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.6.0",
3+
"version": "0.7.0",
44
"description": "Themeable React video player with pluggable providers.",
55
"license": "MIT",
66
"author": "Karn",

0 commit comments

Comments
 (0)