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
8 changes: 0 additions & 8 deletions .changeset/themeable-root-bg.md

This file was deleted.

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

## 0.8.1

### Patch Changes

- 5fc31bf: The `.kino` root backdrop is now a `--kino-bg` token (default `black`), so a
host embedding the player over a light page can theme it (e.g. `--kino-bg:
transparent`) instead of flashing black before the media paints. Default is
unchanged, so existing players stay black.

## 0.8.0

### Minor 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.8.0",
"version": "0.8.1",
"description": "Themeable React video player with pluggable providers.",
"license": "MIT",
"author": "Karn",
Expand Down
Loading