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
18 changes: 9 additions & 9 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/core": "10.0.0-beta.12",
"packages/element": "10.0.0-beta.12",
"packages/html": "10.0.0-beta.12",
"packages/icons": "10.0.0-beta.12",
"packages/react": "10.0.0-beta.12",
"packages/skins": "10.0.0-beta.12",
"packages/store": "10.0.0-beta.12",
"packages/utils": "10.0.0-beta.12",
"packages/spf": "10.0.0-beta.12"
"packages/core": "10.0.0-beta.13",
"packages/element": "10.0.0-beta.13",
"packages/html": "10.0.0-beta.13",
"packages/icons": "10.0.0-beta.13",
"packages/react": "10.0.0-beta.13",
"packages/skins": "10.0.0-beta.13",
"packages/store": "10.0.0-beta.13",
"packages/utils": "10.0.0-beta.13",
"packages/spf": "10.0.0-beta.13"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

## [Unreleased]

### 🐛 Bug Fixes
- *(core)* Fix media proxy for React ([#1169](https://github.com/videojs/v10/pull/1169)) by [@luwes](https://github.com/luwes)

### ⚙️ Miscellaneous Tasks
- Update changelog ([#1168](https://github.com/videojs/v10/pull/1168)) by [@mihar-22](https://github.com/mihar-22)
- *(root)* Upgrade turbo to 2.9 ([#1167](https://github.com/videojs/v10/pull/1167)) by [@mihar-22](https://github.com/mihar-22)

## [@videojs/core@10.0.0-beta.12] - 2026-04-01

### 🚀 Features
Expand Down Expand Up @@ -1058,6 +1067,7 @@ All notable changes to this project will be documented in this file.
* @decepulis made their first contribution in [#118](https://github.com/videojs/v10/pull/118)
* @heff made their first contribution

[unreleased]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.12...HEAD
[@videojs/core@10.0.0-beta.12]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.11...@videojs/core@10.0.0-beta.12
[@videojs/core@10.0.0-beta.11]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.10...@videojs/core@10.0.0-beta.11
[@videojs/core@10.0.0-beta.10]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.9...@videojs/core@10.0.0-beta.10
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.12...@videojs/core@10.0.0-beta.13) (2026-04-01)


### Bug Fixes

* **core:** fix media proxy for React ([#1169](https://github.com/videojs/v10/issues/1169)) ([c0a3277](https://github.com/videojs/v10/commit/c0a3277f4cbc7f2abafa1b4f166049d57bdb1ee5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/spf bumped to 10.0.0-beta.13
* @videojs/store bumped to 10.0.0-beta.13
* @videojs/utils bumped to 10.0.0-beta.13

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.11...@videojs/core@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/core",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.12...@videojs/element@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/element:** Synchronize videojs versions

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.11...@videojs/element@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/element",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "Lightweight reactive custom element base for Video.js",
"license": "Apache-2.0",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.12...@videojs/html@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/html:** Synchronize videojs versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.13
* @videojs/element bumped to 10.0.0-beta.13
* @videojs/spf bumped to 10.0.0-beta.13
* @videojs/store bumped to 10.0.0-beta.13
* @videojs/utils bumped to 10.0.0-beta.13
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.13
* @videojs/skins bumped to 10.0.0-beta.13

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.11...@videojs/html@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/html",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.12...@videojs/icons@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/icons:** Synchronize videojs versions


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @videojs/utils bumped to 10.0.0-beta.13

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.11...@videojs/icons@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@videojs/icons",
"type": "module",
"private": true,
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"repository": {
Expand Down
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.12...@videojs/react@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/react:** Synchronize videojs versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/core bumped to 10.0.0-beta.13
* @videojs/spf bumped to 10.0.0-beta.13
* @videojs/store bumped to 10.0.0-beta.13
* @videojs/utils bumped to 10.0.0-beta.13
* devDependencies
* @videojs/icons bumped to 10.0.0-beta.13
* @videojs/skins bumped to 10.0.0-beta.13

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.11...@videojs/react@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/react",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "React library for building media players",
"license": "Apache-2.0",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/skins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.12...@videojs/skins@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/skins:** Synchronize videojs versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.13

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.11...@videojs/skins@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/skins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/skins",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"private": true,
"description": "Shared skin CSS and Tailwind classname tokens for Video.js",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/spf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.12...@videojs/spf@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/spf:** Synchronize videojs versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.13

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.11...@videojs/spf@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/spf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/spf",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "Stream Processing Framework for Video.js 10",
"license": "Apache-2.0",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.12...@videojs/store@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/store:** Synchronize videojs versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @videojs/utils bumped to 10.0.0-beta.13
* devDependencies
* @videojs/element bumped to 10.0.0-beta.13
* peerDependencies
* @videojs/element bumped to 10.0.0-beta.13

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.11...@videojs/store@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/store",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "Reactive state management for external systems.",
"license": "Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.0-beta.13](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.12...@videojs/utils@10.0.0-beta.13) (2026-04-01)


### Miscellaneous Chores

* **@videojs/utils:** Synchronize videojs versions

## [10.0.0-beta.12](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.11...@videojs/utils@10.0.0-beta.12) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "10.0.0-beta.12",
"version": "10.0.0-beta.13",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {
Expand Down
45 changes: 45 additions & 0 deletions site/src/content/changelog/10.0.0-beta.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
description: ""
date: 2026-04-01
version: "10.0.0-beta.12"
prerelease: true
breaking: false
compareUrl: "https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.11...@videojs/core@10.0.0-beta.12"
---


### 🚀 Features
- Add Mux video component ([#1036](https://github.com/videojs/v10/pull/1036)) by [@luwes](https://github.com/luwes)
- *(site)* Improve ejected skin output with usage examples and media elements ([#1108](https://github.com/videojs/v10/pull/1108)) by [@mihar-22](https://github.com/mihar-22)
- *(core)* Implement preload for HLS media ([#1125](https://github.com/videojs/v10/pull/1125)) by [@luwes](https://github.com/luwes)
- Add native hls media + refactor ([#1154](https://github.com/videojs/v10/pull/1154)) by [@luwes](https://github.com/luwes)
- *(packages)* Error dialog component ([#1077](https://github.com/videojs/v10/pull/1077)) by [@sampotts](https://github.com/sampotts)
- *(core)* Add error handling to Hls.js media ([#1164](https://github.com/videojs/v10/pull/1164)) by [@luwes](https://github.com/luwes)

### 🐛 Bug Fixes
- *(site)* Use client:idle for ejected skin tabs so hidden panels hydrate ([#1137](https://github.com/videojs/v10/pull/1137)) by [@mihar-22](https://github.com/mihar-22)
- *(utils)* Polyfill AbortSignal.any for Chromium ≤115 ([#1142](https://github.com/videojs/v10/pull/1142)) by [@mihar-22](https://github.com/mihar-22)
- *(site)* Add Netlify redirects for old blog URLs ([#1144](https://github.com/videojs/v10/pull/1144)) by [@decepulis](https://github.com/decepulis)
- *(site)* Add visible "Details" label to API reference table toggle columns ([#1147](https://github.com/videojs/v10/pull/1147)) by [@decepulis](https://github.com/decepulis)
- *(site)* Increase blog body text to 18px for readability ([#1146](https://github.com/videojs/v10/pull/1146)) by [@decepulis](https://github.com/decepulis)
- *(site)* Use overflow-auto on TabsPanel to prevent layout jump ([#1148](https://github.com/videojs/v10/pull/1148)) by [@decepulis](https://github.com/decepulis)
- Isolate preload mixin for hls delegate ([#1150](https://github.com/videojs/v10/pull/1150)) by [@luwes](https://github.com/luwes)
- *(site)* Add missing space in navbar ([#1151](https://github.com/videojs/v10/pull/1151)) by [@decepulis](https://github.com/decepulis)
- *(skin)* Responsive design fixes and improvements ([#1129](https://github.com/videojs/v10/pull/1129)) by [@sampotts](https://github.com/sampotts)
- *(html)* HTML SSR safety and sandbox skin chunking ([#1155](https://github.com/videojs/v10/pull/1155)) by [@sampotts](https://github.com/sampotts)
- *(core)* Fix Mux data initialization ([#1162](https://github.com/videojs/v10/pull/1162)) by [@luwes](https://github.com/luwes)

### 💼 Other
- *(spf)* Migrate reactors from WritableState to TC39 Signals ([#1112](https://github.com/videojs/v10/pull/1112)) by [@cjpillsbury](https://github.com/cjpillsbury)

### 🚜 Refactor
- *(site)* Flatten skin into player in ejected output and replace poster slot with img ([#1127](https://github.com/videojs/v10/pull/1127)) by [@mihar-22](https://github.com/mihar-22)
- *(site)* Reorganize SVG assets into assets/icons and assets/logos ([#1138](https://github.com/videojs/v10/pull/1138)) by [@decepulis](https://github.com/decepulis)

### 🧪 Testing
- *(spf)* Restore headless browser config for vitest ([#1103](https://github.com/videojs/v10/pull/1103)) by [@mihar-22](https://github.com/mihar-22)

### ⚙️ Miscellaneous Tasks
- *(packages)* Upgrade tsdown 0.20.3 → 0.21.4 ([#1102](https://github.com/videojs/v10/pull/1102)) by [@mihar-22](https://github.com/mihar-22)
- *(root)* Replace turbo watch with build-first dev scripts ([#1114](https://github.com/videojs/v10/pull/1114)) by [@mihar-22](https://github.com/mihar-22)
- *(claude)* Add create-issue skill ([#1133](https://github.com/videojs/v10/pull/1133)) by [@mihar-22](https://github.com/mihar-22)
Loading