diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index c325021829..2d14c9d055 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,29 +1,29 @@ { - "packages/cdn": "10.0.0-rc.1", - "packages/cli": "10.0.0-rc.1", - "packages/adapters/cloudflare-video": "10.0.0-rc.1", - "packages/core": "10.0.0-rc.1", - "packages/adapters/dash-video": "10.0.0-rc.1", - "packages/element": "10.0.0-rc.1", - "packages/extensions/google-cast": "10.0.0-rc.1", - "packages/adapters/hlsjs-video": "10.0.0-rc.1", - "packages/html": "10.0.0-rc.1", - "packages/icons": "10.0.0-rc.1", - "packages/media": "10.0.0-rc.1", - "packages/adapters/mux-audio": "10.0.0-rc.1", - "packages/extensions/mux-data": "10.0.0-rc.1", - "packages/adapters/mux-video": "10.0.0-rc.1", - "packages/adapters/native-hls-video": "10.0.0-rc.1", - "packages/react": "10.0.0-rc.1", - "packages/adapters/shaka-video": "10.0.0-rc.1", - "packages/skins": "10.0.0-rc.1", - "packages/spf": "10.0.0-rc.1", - "packages/adapters/spotify-audio": "10.0.0-rc.1", - "packages/store": "10.0.0-rc.1", - "packages/adapters/tiktok-video": "10.0.0-rc.1", - "packages/adapters/twitch-video": "10.0.0-rc.1", - "packages/utils": "10.0.0-rc.1", - "packages/adapters/vimeo-video": "10.0.0-rc.1", - "packages/adapters/wistia-video": "10.0.0-rc.1", - "packages/adapters/youtube-video": "10.0.0-rc.1" + "packages/cdn": "10.0.0-rc.2", + "packages/cli": "10.0.0-rc.2", + "packages/adapters/cloudflare-video": "10.0.0-rc.2", + "packages/core": "10.0.0-rc.2", + "packages/adapters/dash-video": "10.0.0-rc.2", + "packages/element": "10.0.0-rc.2", + "packages/extensions/google-cast": "10.0.0-rc.2", + "packages/adapters/hlsjs-video": "10.0.0-rc.2", + "packages/html": "10.0.0-rc.2", + "packages/icons": "10.0.0-rc.2", + "packages/media": "10.0.0-rc.2", + "packages/adapters/mux-audio": "10.0.0-rc.2", + "packages/extensions/mux-data": "10.0.0-rc.2", + "packages/adapters/mux-video": "10.0.0-rc.2", + "packages/adapters/native-hls-video": "10.0.0-rc.2", + "packages/react": "10.0.0-rc.2", + "packages/adapters/shaka-video": "10.0.0-rc.2", + "packages/skins": "10.0.0-rc.2", + "packages/spf": "10.0.0-rc.2", + "packages/adapters/spotify-audio": "10.0.0-rc.2", + "packages/store": "10.0.0-rc.2", + "packages/adapters/tiktok-video": "10.0.0-rc.2", + "packages/adapters/twitch-video": "10.0.0-rc.2", + "packages/utils": "10.0.0-rc.2", + "packages/adapters/vimeo-video": "10.0.0-rc.2", + "packages/adapters/wistia-video": "10.0.0-rc.2", + "packages/adapters/youtube-video": "10.0.0-rc.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0aad9ea6..02e7cd3133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,50 @@ All notable changes to this project will be documented in this file. +## [@videojs/core@10.0.0-rc.2] - 2026-09-09 + +### 🚀 Features +- *(react)* [**breaking**] Make poster composable ([#2563](https://github.com/videojs/v10/pull/2563)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* [**breaking**] Make thumbnail composable ([#2566](https://github.com/videojs/v10/pull/2566)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* [**breaking**] Make slider thumbnail composable ([#2568](https://github.com/videojs/v10/pull/2568)) by [@mihar-22](https://github.com/mihar-22) +- *(packages)* Handle controls before media metadata ([#2525](https://github.com/videojs/v10/pull/2525)) by [@sampotts](https://github.com/sampotts) +- *(html)* [**breaking**] Make thumbnail images composable ([#2572](https://github.com/videojs/v10/pull/2572)) by [@mihar-22](https://github.com/mihar-22) + +### 🐛 Bug Fixes +- *(ci)* Comment on open prs for e2e failures ([#2653](https://github.com/videojs/v10/pull/2653)) by [@sampotts](https://github.com/sampotts) +- *(skin)* Misc styles fixes ([#2558](https://github.com/videojs/v10/pull/2558)) by [@sampotts](https://github.com/sampotts) +- *(packages)* Stabilize slider keyboard input ([#2553](https://github.com/videojs/v10/pull/2553)) by [@sampotts](https://github.com/sampotts) +- *(test)* Wait for fullscreen thumbnail geometry ([#2654](https://github.com/videojs/v10/pull/2654)) by [@sampotts](https://github.com/sampotts) +- *(skin)* Use finite radius to fix Safari clip-path bug ([#2679](https://github.com/videojs/v10/pull/2679)) by [@sampotts](https://github.com/sampotts) +- *(site)* Keep shared-source react parts in the api reference ([#2682](https://github.com/videojs/v10/pull/2682)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Expand namespace re-exports into nested api reference parts ([#2683](https://github.com/videojs/v10/pull/2683)) by [@mihar-22](https://github.com/mihar-22) +- *(skin)* Style poster and slider thumbnail shadow hosts in webkit ([#2693](https://github.com/videojs/v10/pull/2693)) by [@luwes](https://github.com/luwes) + +### 🚜 Refactor +- *(core)* Use simple file names in ui directories ([#2671](https://github.com/videojs/v10/pull/2671)) by [@mihar-22](https://github.com/mihar-22) +- *(sandbox)* Use shadcn base ui components ([#2668](https://github.com/videojs/v10/pull/2668)) by [@sampotts](https://github.com/sampotts) +- *(html)* Use simple file names in ui and player directories ([#2673](https://github.com/videojs/v10/pull/2673)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* Use simple file names in ui directories ([#2674](https://github.com/videojs/v10/pull/2674)) by [@mihar-22](https://github.com/mihar-22) +- *(sandbox)* Spell out the player markup in the html templates ([#2691](https://github.com/videojs/v10/pull/2691)) by [@luwes](https://github.com/luwes) + +### 📚 Documentation +- *(site)* Document compound react radio group parts ([#2688](https://github.com/videojs/v10/pull/2688)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Document always-visible controls ([#2687](https://github.com/videojs/v10/pull/2687)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Describe container-scoped error dialog modality ([#2686](https://github.com/videojs/v10/pull/2686)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Use playback adapter terminology in react media hooks ([#2685](https://github.com/videojs/v10/pull/2685)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Describe slider thumbnail props in the timeline previews guide ([#2681](https://github.com/videojs/v10/pull/2681)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Document disabled and unavailable time and live button states ([#2680](https://github.com/videojs/v10/pull/2680)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Add changelog prose for 10.0.0-rc.1 ([#2694](https://github.com/videojs/v10/pull/2694)) by [@github-actions[bot]](https://github.com/github-actions[bot]) + +### ⚙️ Miscellaneous Tasks +- *(cd)* Drop the rc.1 release-as pin and fix the dist-tag workflow ([#2660](https://github.com/videojs/v10/pull/2660)) by [@decepulis](https://github.com/decepulis) +- *(ci)* Run affected package tests in grouped jobs ([#2651](https://github.com/videojs/v10/pull/2651)) by [@mihar-22](https://github.com/mihar-22) +- *(dist-tag)* Tag every package before failing on the ones npm rejected ([#2662](https://github.com/videojs/v10/pull/2662)) by [@decepulis](https://github.com/decepulis) +- *(changelog-prose)* Give the prose job 60 minutes ([#2689](https://github.com/videojs/v10/pull/2689)) by [@decepulis](https://github.com/decepulis) +- *(changelog-prose)* Pre-fetch context and let the workflow open the PR ([#2690](https://github.com/videojs/v10/pull/2690)) by [@decepulis](https://github.com/decepulis) +- *(root)* Upgrade workspace and ci to pnpm 12 ([#2695](https://github.com/videojs/v10/pull/2695)) by [@mihar-22](https://github.com/mihar-22) +- Run vp through a file so forwarding output cannot hit EAGAIN ([#2697](https://github.com/videojs/v10/pull/2697)) by [@decepulis](https://github.com/decepulis) + ## [@videojs/core@10.0.0-rc.1] - 2026-09-08 ### 🚀 Features @@ -103,6 +147,9 @@ All notable changes to this project will be documented in this file. - *(cd)* Restore the GitHub App token and valid YAML in the release workflow ([#2632](https://github.com/videojs/v10/pull/2632)) by [@decepulis](https://github.com/decepulis) - *(cd)* Prepare the 10.0.0-rc.1 release ([#2599](https://github.com/videojs/v10/pull/2599)) by [@decepulis](https://github.com/decepulis) +### New Contributors +* @videojs-release[bot] made their first contribution in [#2617](https://github.com/videojs/v10/pull/2617) + ## [@videojs/core@10.0.0-beta.32] - 2026-08-26 ### 🚀 Features @@ -1943,6 +1990,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 +[@videojs/core@10.0.0-rc.2]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-rc.1...@videojs/core@10.0.0-rc.2 [@videojs/core@10.0.0-rc.1]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.32...@videojs/core@10.0.0-rc.1 [@videojs/core@10.0.0-beta.32]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.31...@videojs/core@10.0.0-beta.32 [@videojs/core@10.0.0-beta.31]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.30...@videojs/core@10.0.0-beta.31 diff --git a/packages/adapters/cloudflare-video/CHANGELOG.md b/packages/adapters/cloudflare-video/CHANGELOG.md index 58cbe1c5e3..6c305f3b4a 100644 --- a/packages/adapters/cloudflare-video/CHANGELOG.md +++ b/packages/adapters/cloudflare-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/cloudflare-video@10.0.0-rc.1...@videojs/cloudflare-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/cloudflare-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/cloudflare-video@10.0.0-beta.32...@videojs/cloudflare-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/cloudflare-video/package.json b/packages/adapters/cloudflare-video/package.json index 4994332e20..9d8aa3d726 100644 --- a/packages/adapters/cloudflare-video/package.json +++ b/packages/adapters/cloudflare-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/cloudflare-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Cloudflare Stream playback adapter for Video.js", "keywords": [ "cloudflare", diff --git a/packages/adapters/dash-video/CHANGELOG.md b/packages/adapters/dash-video/CHANGELOG.md index 053d679e41..f1899fd950 100644 --- a/packages/adapters/dash-video/CHANGELOG.md +++ b/packages/adapters/dash-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/dash-video@10.0.0-rc.1...@videojs/dash-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/dash-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/dash-video@10.0.0-beta.32...@videojs/dash-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/dash-video/package.json b/packages/adapters/dash-video/package.json index 7c613208a4..cd5002d4f0 100644 --- a/packages/adapters/dash-video/package.json +++ b/packages/adapters/dash-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/dash-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "dash.js playback adapter for Video.js", "keywords": [ "dash", diff --git a/packages/adapters/hlsjs-video/CHANGELOG.md b/packages/adapters/hlsjs-video/CHANGELOG.md index fa703fcc08..440f10a42c 100644 --- a/packages/adapters/hlsjs-video/CHANGELOG.md +++ b/packages/adapters/hlsjs-video/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/hlsjs-video@10.0.0-rc.1...@videojs/hlsjs-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/hlsjs-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/native-hls-video bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/hlsjs-video@10.0.0-beta.32...@videojs/hlsjs-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/hlsjs-video/package.json b/packages/adapters/hlsjs-video/package.json index 6b0243f4b2..dc1366c43a 100644 --- a/packages/adapters/hlsjs-video/package.json +++ b/packages/adapters/hlsjs-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/hlsjs-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "hls.js playback adapter for Video.js", "keywords": [ "hls", diff --git a/packages/adapters/mux-audio/CHANGELOG.md b/packages/adapters/mux-audio/CHANGELOG.md index c5e1a263f8..ac7f5c79d4 100644 --- a/packages/adapters/mux-audio/CHANGELOG.md +++ b/packages/adapters/mux-audio/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/mux-audio@10.0.0-rc.1...@videojs/mux-audio@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/mux-audio:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/mux-video bumped to 10.0.0-rc.2 + * @videojs/spf bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/mux-audio@10.0.0-beta.32...@videojs/mux-audio@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/mux-audio/package.json b/packages/adapters/mux-audio/package.json index 580afe0e3d..14aeda22e4 100644 --- a/packages/adapters/mux-audio/package.json +++ b/packages/adapters/mux-audio/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/mux-audio", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Mux audio playback adapter for Video.js, over hls.js", "keywords": [ "hls", diff --git a/packages/adapters/mux-video/CHANGELOG.md b/packages/adapters/mux-video/CHANGELOG.md index edae5630c6..0aceb5e3ac 100644 --- a/packages/adapters/mux-video/CHANGELOG.md +++ b/packages/adapters/mux-video/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/mux-video@10.0.0-rc.1...@videojs/mux-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/mux-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/hlsjs-video bumped to 10.0.0-rc.2 + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/spf bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/mux-video@10.0.0-beta.32...@videojs/mux-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/mux-video/package.json b/packages/adapters/mux-video/package.json index 1c297dd7fc..b0c4625c09 100644 --- a/packages/adapters/mux-video/package.json +++ b/packages/adapters/mux-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/mux-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Mux playback adapter for Video.js, over hls.js", "keywords": [ "hls", diff --git a/packages/adapters/native-hls-video/CHANGELOG.md b/packages/adapters/native-hls-video/CHANGELOG.md index da04bc2d91..14d45a4a30 100644 --- a/packages/adapters/native-hls-video/CHANGELOG.md +++ b/packages/adapters/native-hls-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/native-hls-video@10.0.0-rc.1...@videojs/native-hls-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/native-hls-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/native-hls-video@10.0.0-beta.32...@videojs/native-hls-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/native-hls-video/package.json b/packages/adapters/native-hls-video/package.json index a921fbe3fb..e859afc7c7 100644 --- a/packages/adapters/native-hls-video/package.json +++ b/packages/adapters/native-hls-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/native-hls-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Native HLS playback adapter for Video.js, for browsers that play HLS themselves", "keywords": [ "hls", diff --git a/packages/adapters/shaka-video/CHANGELOG.md b/packages/adapters/shaka-video/CHANGELOG.md index 844f02b660..b547828990 100644 --- a/packages/adapters/shaka-video/CHANGELOG.md +++ b/packages/adapters/shaka-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/shaka-video@10.0.0-rc.1...@videojs/shaka-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/shaka-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/shaka-video@10.0.0-beta.32...@videojs/shaka-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/shaka-video/package.json b/packages/adapters/shaka-video/package.json index 38044d711e..28011af681 100644 --- a/packages/adapters/shaka-video/package.json +++ b/packages/adapters/shaka-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/shaka-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Shaka Player playback adapter for Video.js", "keywords": [ "dash", diff --git a/packages/adapters/spotify-audio/CHANGELOG.md b/packages/adapters/spotify-audio/CHANGELOG.md index 4142d6031c..7b36c3e1d5 100644 --- a/packages/adapters/spotify-audio/CHANGELOG.md +++ b/packages/adapters/spotify-audio/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/spotify-audio@10.0.0-rc.1...@videojs/spotify-audio@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/spotify-audio:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/spotify-audio@10.0.0-beta.32...@videojs/spotify-audio@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/spotify-audio/package.json b/packages/adapters/spotify-audio/package.json index ab8cddb50a..4ac58d732d 100644 --- a/packages/adapters/spotify-audio/package.json +++ b/packages/adapters/spotify-audio/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/spotify-audio", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Spotify embed playback adapter for Video.js", "keywords": [ "audio", diff --git a/packages/adapters/tiktok-video/CHANGELOG.md b/packages/adapters/tiktok-video/CHANGELOG.md index 81335d4c62..5cf0fb6225 100644 --- a/packages/adapters/tiktok-video/CHANGELOG.md +++ b/packages/adapters/tiktok-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/tiktok-video@10.0.0-rc.1...@videojs/tiktok-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/tiktok-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/tiktok-video@10.0.0-beta.32...@videojs/tiktok-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/tiktok-video/package.json b/packages/adapters/tiktok-video/package.json index 97abddbb09..2280567925 100644 --- a/packages/adapters/tiktok-video/package.json +++ b/packages/adapters/tiktok-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/tiktok-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "TikTok embed playback adapter for Video.js", "keywords": [ "embed", diff --git a/packages/adapters/twitch-video/CHANGELOG.md b/packages/adapters/twitch-video/CHANGELOG.md index 1b555095f5..66a9d23b5d 100644 --- a/packages/adapters/twitch-video/CHANGELOG.md +++ b/packages/adapters/twitch-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/twitch-video@10.0.0-rc.1...@videojs/twitch-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/twitch-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/twitch-video@10.0.0-beta.32...@videojs/twitch-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/twitch-video/package.json b/packages/adapters/twitch-video/package.json index 15a53ce1a8..6cef8296db 100644 --- a/packages/adapters/twitch-video/package.json +++ b/packages/adapters/twitch-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/twitch-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Twitch embed playback adapter for Video.js", "keywords": [ "embed", diff --git a/packages/adapters/vimeo-video/CHANGELOG.md b/packages/adapters/vimeo-video/CHANGELOG.md index ea15ead8cc..9623720caa 100644 --- a/packages/adapters/vimeo-video/CHANGELOG.md +++ b/packages/adapters/vimeo-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/vimeo-video@10.0.0-rc.1...@videojs/vimeo-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/vimeo-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/vimeo-video@10.0.0-beta.32...@videojs/vimeo-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/vimeo-video/package.json b/packages/adapters/vimeo-video/package.json index 7554c3a4f8..a60d91db54 100644 --- a/packages/adapters/vimeo-video/package.json +++ b/packages/adapters/vimeo-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/vimeo-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Vimeo playback adapter for Video.js", "keywords": [ "media", diff --git a/packages/adapters/wistia-video/CHANGELOG.md b/packages/adapters/wistia-video/CHANGELOG.md index 3416c8f8cf..8a954b1260 100644 --- a/packages/adapters/wistia-video/CHANGELOG.md +++ b/packages/adapters/wistia-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/wistia-video@10.0.0-rc.1...@videojs/wistia-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/wistia-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/wistia-video@10.0.0-beta.32...@videojs/wistia-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/wistia-video/package.json b/packages/adapters/wistia-video/package.json index 66ec6fea95..07ce553202 100644 --- a/packages/adapters/wistia-video/package.json +++ b/packages/adapters/wistia-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/wistia-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Wistia playback adapter for Video.js", "keywords": [ "media", diff --git a/packages/adapters/youtube-video/CHANGELOG.md b/packages/adapters/youtube-video/CHANGELOG.md index 9e2564acf6..ec43524d48 100644 --- a/packages/adapters/youtube-video/CHANGELOG.md +++ b/packages/adapters/youtube-video/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/youtube-video@10.0.0-rc.1...@videojs/youtube-video@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/youtube-video:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/youtube-video@10.0.0-beta.32...@videojs/youtube-video@10.0.0-rc.1) (2026-09-08) diff --git a/packages/adapters/youtube-video/package.json b/packages/adapters/youtube-video/package.json index fd80936bd8..3e6ba1b071 100644 --- a/packages/adapters/youtube-video/package.json +++ b/packages/adapters/youtube-video/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/youtube-video", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "YouTube embed playback adapter for Video.js", "keywords": [ "embed", diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index a15f7eaca2..f6d127e4a5 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/cdn@10.0.0-rc.1...@videojs/cdn@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/cdn:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @videojs/cloudflare-video bumped to 10.0.0-rc.2 + * @videojs/core bumped to 10.0.0-rc.2 + * @videojs/dash-video bumped to 10.0.0-rc.2 + * @videojs/google-cast bumped to 10.0.0-rc.2 + * @videojs/hlsjs-video bumped to 10.0.0-rc.2 + * @videojs/html bumped to 10.0.0-rc.2 + * @videojs/mux-audio bumped to 10.0.0-rc.2 + * @videojs/mux-data bumped to 10.0.0-rc.2 + * @videojs/mux-video bumped to 10.0.0-rc.2 + * @videojs/native-hls-video bumped to 10.0.0-rc.2 + * @videojs/shaka-video bumped to 10.0.0-rc.2 + * @videojs/spf bumped to 10.0.0-rc.2 + * @videojs/spotify-audio bumped to 10.0.0-rc.2 + * @videojs/tiktok-video bumped to 10.0.0-rc.2 + * @videojs/twitch-video bumped to 10.0.0-rc.2 + * @videojs/vimeo-video bumped to 10.0.0-rc.2 + * @videojs/wistia-video bumped to 10.0.0-rc.2 + * @videojs/youtube-video bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/cdn@10.0.0-beta.32...@videojs/cdn@10.0.0-rc.1) (2026-09-08) diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 92dc9a5c3b..b3e0600609 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/cdn", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Browser-ready Video.js distribution bundles", "keywords": [ "cdn", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9842951db2..5a4df97a3e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-rc.1...@videojs/cli@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/cli:** Synchronize videojs versions + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/cli@10.0.0-beta.32...@videojs/cli@10.0.0-rc.1) (2026-09-08) diff --git a/packages/cli/package.json b/packages/cli/package.json index 61be34dad5..6cddde3f46 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/cli", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Video.js documentation CLI", "license": "Apache-2.0", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 267113d0b6..0d5c5c6b09 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-rc.1...@videojs/core@10.0.0-rc.2) (2026-09-09) + + +### ⚠ BREAKING CHANGES + +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) + +### Features + +* **packages:** handle controls before media metadata ([#2525](https://github.com/videojs/v10/issues/2525)) ([feed475](https://github.com/videojs/v10/commit/feed475b42186340162b92e3366f132729b6b0f9)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) ([def9bf2](https://github.com/videojs/v10/commit/def9bf21d39cce091bf31c1b36651fceb8c25687)) +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) ([55b36ab](https://github.com/videojs/v10/commit/55b36ab31a07ae54ca084bd470a61cfc760a8e13)) + + +### Bug Fixes + +* **packages:** stabilize slider keyboard input ([#2553](https://github.com/videojs/v10/issues/2553)) ([bd9d946](https://github.com/videojs/v10/commit/bd9d9466df1a9c0cf2fb1fbbf5ed0dfe6302d2c6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/store bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.32...@videojs/core@10.0.0-rc.1) (2026-09-08) diff --git a/packages/core/package.json b/packages/core/package.json index 1713e7c672..c282351f4f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/core", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Core components and utilities for Video.js", "keywords": [ "core", diff --git a/packages/element/CHANGELOG.md b/packages/element/CHANGELOG.md index a612f839ec..14d31f015a 100644 --- a/packages/element/CHANGELOG.md +++ b/packages/element/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-rc.1...@videojs/element@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/element:** Synchronize videojs versions + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/element@10.0.0-beta.32...@videojs/element@10.0.0-rc.1) (2026-09-08) diff --git a/packages/element/package.json b/packages/element/package.json index fdef442359..ba010655fd 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/element", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Lightweight reactive custom element base for Video.js", "keywords": [ "custom-element", diff --git a/packages/extensions/google-cast/CHANGELOG.md b/packages/extensions/google-cast/CHANGELOG.md index 101a000b47..b562d5a2ed 100644 --- a/packages/extensions/google-cast/CHANGELOG.md +++ b/packages/extensions/google-cast/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/google-cast@10.0.0-rc.1...@videojs/google-cast@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/google-cast:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/google-cast@10.0.0-beta.32...@videojs/google-cast@10.0.0-rc.1) (2026-09-08) diff --git a/packages/extensions/google-cast/package.json b/packages/extensions/google-cast/package.json index 6c8283f476..eee4546129 100644 --- a/packages/extensions/google-cast/package.json +++ b/packages/extensions/google-cast/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/google-cast", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Google Cast extension for Video.js", "keywords": [ "cast", diff --git a/packages/extensions/mux-data/CHANGELOG.md b/packages/extensions/mux-data/CHANGELOG.md index f227559a78..f5727117f4 100644 --- a/packages/extensions/mux-data/CHANGELOG.md +++ b/packages/extensions/mux-data/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/mux-data@10.0.0-rc.1...@videojs/mux-data@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/mux-data:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/mux-data@10.0.0-beta.32...@videojs/mux-data@10.0.0-rc.1) (2026-09-08) diff --git a/packages/extensions/mux-data/package.json b/packages/extensions/mux-data/package.json index b73b2d0bd6..f02906b849 100644 --- a/packages/extensions/mux-data/package.json +++ b/packages/extensions/mux-data/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/mux-data", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Mux Data telemetry integration for Video.js", "keywords": [ "analytics", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 6246972f9d..ceb66e4bb1 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -1,5 +1,66 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-rc.1...@videojs/html@10.0.0-rc.2) (2026-09-09) + + +### ⚠ BREAKING CHANGES + +* **html:** make thumbnail images composable ([#2572](https://github.com/videojs/v10/issues/2572)) +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) + +### Features + +* **html:** make thumbnail images composable ([#2572](https://github.com/videojs/v10/issues/2572)) ([6dfdce5](https://github.com/videojs/v10/commit/6dfdce50a8717573268841dbc6ed8c2b02b9108d)) +* **packages:** handle controls before media metadata ([#2525](https://github.com/videojs/v10/issues/2525)) ([feed475](https://github.com/videojs/v10/commit/feed475b42186340162b92e3366f132729b6b0f9)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) ([def9bf2](https://github.com/videojs/v10/commit/def9bf21d39cce091bf31c1b36651fceb8c25687)) +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) ([55b36ab](https://github.com/videojs/v10/commit/55b36ab31a07ae54ca084bd470a61cfc760a8e13)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/core bumped to 10.0.0-rc.2 + * @videojs/element bumped to 10.0.0-rc.2 + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/native-hls-video bumped to 10.0.0-rc.2 + * @videojs/spf bumped to 10.0.0-rc.2 + * @videojs/store bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + * devDependencies + * @videojs/cloudflare-video bumped to 10.0.0-rc.2 + * @videojs/dash-video bumped to 10.0.0-rc.2 + * @videojs/google-cast bumped to 10.0.0-rc.2 + * @videojs/hlsjs-video bumped to 10.0.0-rc.2 + * @videojs/icons bumped to 10.0.0-rc.2 + * @videojs/mux-audio bumped to 10.0.0-rc.2 + * @videojs/mux-data bumped to 10.0.0-rc.2 + * @videojs/mux-video bumped to 10.0.0-rc.2 + * @videojs/shaka-video bumped to 10.0.0-rc.2 + * @videojs/skins bumped to 10.0.0-rc.2 + * @videojs/spotify-audio bumped to 10.0.0-rc.2 + * @videojs/tiktok-video bumped to 10.0.0-rc.2 + * @videojs/twitch-video bumped to 10.0.0-rc.2 + * @videojs/vimeo-video bumped to 10.0.0-rc.2 + * @videojs/wistia-video bumped to 10.0.0-rc.2 + * @videojs/youtube-video bumped to 10.0.0-rc.2 + * peerDependencies + * @videojs/cloudflare-video bumped to 10.0.0-rc.2 + * @videojs/dash-video bumped to 10.0.0-rc.2 + * @videojs/google-cast bumped to 10.0.0-rc.2 + * @videojs/hlsjs-video bumped to 10.0.0-rc.2 + * @videojs/mux-audio bumped to 10.0.0-rc.2 + * @videojs/mux-data bumped to 10.0.0-rc.2 + * @videojs/mux-video bumped to 10.0.0-rc.2 + * @videojs/shaka-video bumped to 10.0.0-rc.2 + * @videojs/spotify-audio bumped to 10.0.0-rc.2 + * @videojs/tiktok-video bumped to 10.0.0-rc.2 + * @videojs/twitch-video bumped to 10.0.0-rc.2 + * @videojs/vimeo-video bumped to 10.0.0-rc.2 + * @videojs/wistia-video bumped to 10.0.0-rc.2 + * @videojs/youtube-video bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/html@10.0.0-beta.32...@videojs/html@10.0.0-rc.1) (2026-09-08) diff --git a/packages/html/package.json b/packages/html/package.json index 13a9e92cce..b81b1900ff 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/html", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "HTML library for building media players", "keywords": [ "components", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 91d5dbf1c3..fbb58d8418 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-rc.1...@videojs/icons@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/icons:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/icons@10.0.0-beta.32...@videojs/icons@10.0.0-rc.1) (2026-09-08) diff --git a/packages/icons/package.json b/packages/icons/package.json index f09aa9c846..f153833cf3 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/icons", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "private": true, "description": "SVG icon library for Video.js", "keywords": [ diff --git a/packages/media/CHANGELOG.md b/packages/media/CHANGELOG.md index 284da45a07..bf87ddf3eb 100644 --- a/packages/media/CHANGELOG.md +++ b/packages/media/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/media@10.0.0-rc.1...@videojs/media@10.0.0-rc.2) (2026-09-09) + + +### Features + +* **packages:** handle controls before media metadata ([#2525](https://github.com/videojs/v10/issues/2525)) ([feed475](https://github.com/videojs/v10/commit/feed475b42186340162b92e3366f132729b6b0f9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/media@10.0.0-beta.32...@videojs/media@10.0.0-rc.1) (2026-09-08) diff --git a/packages/media/package.json b/packages/media/package.json index 39a1a11e3b..c81eab676d 100644 --- a/packages/media/package.json +++ b/packages/media/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/media", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Engine-neutral media contracts and browser hosts for Video.js", "keywords": [ "media", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 15a5c63456..9e64b8ca5e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,70 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-rc.1...@videojs/react@10.0.0-rc.2) (2026-09-09) + + +### ⚠ BREAKING CHANGES + +* **react:** make slider thumbnail composable ([#2568](https://github.com/videojs/v10/issues/2568)) +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) + +### Features + +* **packages:** handle controls before media metadata ([#2525](https://github.com/videojs/v10/issues/2525)) ([feed475](https://github.com/videojs/v10/commit/feed475b42186340162b92e3366f132729b6b0f9)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) ([def9bf2](https://github.com/videojs/v10/commit/def9bf21d39cce091bf31c1b36651fceb8c25687)) +* **react:** make slider thumbnail composable ([#2568](https://github.com/videojs/v10/issues/2568)) ([03fdbc6](https://github.com/videojs/v10/commit/03fdbc628350b3eab41be209f3ea99a2415f4ab8)) +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) ([55b36ab](https://github.com/videojs/v10/commit/55b36ab31a07ae54ca084bd470a61cfc760a8e13)) + + +### Bug Fixes + +* **packages:** stabilize slider keyboard input ([#2553](https://github.com/videojs/v10/issues/2553)) ([bd9d946](https://github.com/videojs/v10/commit/bd9d9466df1a9c0cf2fb1fbbf5ed0dfe6302d2c6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/core bumped to 10.0.0-rc.2 + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/native-hls-video bumped to 10.0.0-rc.2 + * @videojs/spf bumped to 10.0.0-rc.2 + * @videojs/store bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + * devDependencies + * @videojs/cloudflare-video bumped to 10.0.0-rc.2 + * @videojs/dash-video bumped to 10.0.0-rc.2 + * @videojs/google-cast bumped to 10.0.0-rc.2 + * @videojs/hlsjs-video bumped to 10.0.0-rc.2 + * @videojs/icons bumped to 10.0.0-rc.2 + * @videojs/mux-audio bumped to 10.0.0-rc.2 + * @videojs/mux-data bumped to 10.0.0-rc.2 + * @videojs/mux-video bumped to 10.0.0-rc.2 + * @videojs/shaka-video bumped to 10.0.0-rc.2 + * @videojs/spf bumped to 10.0.0-rc.2 + * @videojs/spotify-audio bumped to 10.0.0-rc.2 + * @videojs/tiktok-video bumped to 10.0.0-rc.2 + * @videojs/twitch-video bumped to 10.0.0-rc.2 + * @videojs/vimeo-video bumped to 10.0.0-rc.2 + * @videojs/wistia-video bumped to 10.0.0-rc.2 + * @videojs/youtube-video bumped to 10.0.0-rc.2 + * peerDependencies + * @videojs/cloudflare-video bumped to 10.0.0-rc.2 + * @videojs/dash-video bumped to 10.0.0-rc.2 + * @videojs/google-cast bumped to 10.0.0-rc.2 + * @videojs/hlsjs-video bumped to 10.0.0-rc.2 + * @videojs/mux-audio bumped to 10.0.0-rc.2 + * @videojs/mux-data bumped to 10.0.0-rc.2 + * @videojs/mux-video bumped to 10.0.0-rc.2 + * @videojs/shaka-video bumped to 10.0.0-rc.2 + * @videojs/spotify-audio bumped to 10.0.0-rc.2 + * @videojs/tiktok-video bumped to 10.0.0-rc.2 + * @videojs/twitch-video bumped to 10.0.0-rc.2 + * @videojs/vimeo-video bumped to 10.0.0-rc.2 + * @videojs/wistia-video bumped to 10.0.0-rc.2 + * @videojs/youtube-video bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/react@10.0.0-beta.32...@videojs/react@10.0.0-rc.1) (2026-09-08) diff --git a/packages/react/package.json b/packages/react/package.json index 5c8a0ba164..589654a47e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/react", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "React library for building media players", "keywords": [ "components", diff --git a/packages/skins/CHANGELOG.md b/packages/skins/CHANGELOG.md index 7c42ee4487..2adfc9bc64 100644 --- a/packages/skins/CHANGELOG.md +++ b/packages/skins/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-rc.1...@videojs/skins@10.0.0-rc.2) (2026-09-09) + + +### ⚠ BREAKING CHANGES + +* **html:** make thumbnail images composable ([#2572](https://github.com/videojs/v10/issues/2572)) +* **react:** make slider thumbnail composable ([#2568](https://github.com/videojs/v10/issues/2568)) +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) + +### Features + +* **html:** make thumbnail images composable ([#2572](https://github.com/videojs/v10/issues/2572)) ([6dfdce5](https://github.com/videojs/v10/commit/6dfdce50a8717573268841dbc6ed8c2b02b9108d)) +* **packages:** handle controls before media metadata ([#2525](https://github.com/videojs/v10/issues/2525)) ([feed475](https://github.com/videojs/v10/commit/feed475b42186340162b92e3366f132729b6b0f9)) +* **react:** make poster composable ([#2563](https://github.com/videojs/v10/issues/2563)) ([def9bf2](https://github.com/videojs/v10/commit/def9bf21d39cce091bf31c1b36651fceb8c25687)) +* **react:** make slider thumbnail composable ([#2568](https://github.com/videojs/v10/issues/2568)) ([03fdbc6](https://github.com/videojs/v10/commit/03fdbc628350b3eab41be209f3ea99a2415f4ab8)) +* **react:** make thumbnail composable ([#2566](https://github.com/videojs/v10/issues/2566)) ([55b36ab](https://github.com/videojs/v10/commit/55b36ab31a07ae54ca084bd470a61cfc760a8e13)) + + +### Bug Fixes + +* **packages:** stabilize slider keyboard input ([#2553](https://github.com/videojs/v10/issues/2553)) ([bd9d946](https://github.com/videojs/v10/commit/bd9d9466df1a9c0cf2fb1fbbf5ed0dfe6302d2c6)) +* **skin:** misc styles fixes ([#2558](https://github.com/videojs/v10/issues/2558)) ([cd963b7](https://github.com/videojs/v10/commit/cd963b7f2cc7f4dddf225aa08afa04908ec353e7)) +* **skin:** style poster and slider thumbnail shadow hosts in webkit ([#2693](https://github.com/videojs/v10/issues/2693)) ([0a40865](https://github.com/videojs/v10/commit/0a40865edb1de28a933487cfb0dfffede23ba076)) +* **skin:** use finite radius to fix Safari clip-path bug ([#2679](https://github.com/videojs/v10/issues/2679)) ([4074a4a](https://github.com/videojs/v10/commit/4074a4a1989f0b83abeed549a4efb7bb0c2530fe)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @videojs/core bumped to 10.0.0-rc.2 + * @videojs/icons bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/skins@10.0.0-beta.32...@videojs/skins@10.0.0-rc.1) (2026-09-08) diff --git a/packages/skins/package.json b/packages/skins/package.json index fe4da7f5b8..b22cb41821 100644 --- a/packages/skins/package.json +++ b/packages/skins/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/skins", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "private": true, "description": "Canonical VJSC skin sources and delivery generators for Video.js", "keywords": [ diff --git a/packages/spf/CHANGELOG.md b/packages/spf/CHANGELOG.md index ecfc30c455..87765a1b78 100644 --- a/packages/spf/CHANGELOG.md +++ b/packages/spf/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-rc.1...@videojs/spf@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/spf:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/media bumped to 10.0.0-rc.2 + * @videojs/utils bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/spf@10.0.0-beta.32...@videojs/spf@10.0.0-rc.1) (2026-09-08) diff --git a/packages/spf/package.json b/packages/spf/package.json index 24961aee5a..bc801140ef 100644 --- a/packages/spf/package.json +++ b/packages/spf/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/spf", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Stream Processing Framework for Video.js 10", "keywords": [ "hls", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 028837ae41..4146b3c921 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-rc.1...@videojs/store@10.0.0-rc.2) (2026-09-09) + + +### Miscellaneous Chores + +* **@videojs/store:** Synchronize videojs versions + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @videojs/utils bumped to 10.0.0-rc.2 + * devDependencies + * @videojs/element bumped to 10.0.0-rc.2 + * peerDependencies + * @videojs/element bumped to 10.0.0-rc.2 + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/store@10.0.0-beta.32...@videojs/store@10.0.0-rc.1) (2026-09-08) diff --git a/packages/store/package.json b/packages/store/package.json index 0e52bee2f0..12f6f2d645 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/store", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Reactive state management for external systems.", "keywords": [ "media", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 69ffa88348..a45a933f26 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [10.0.0-rc.2](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-rc.1...@videojs/utils@10.0.0-rc.2) (2026-09-09) + + +### ⚠ BREAKING CHANGES + +* **html:** make thumbnail images composable ([#2572](https://github.com/videojs/v10/issues/2572)) + +### Features + +* **html:** make thumbnail images composable ([#2572](https://github.com/videojs/v10/issues/2572)) ([6dfdce5](https://github.com/videojs/v10/commit/6dfdce50a8717573268841dbc6ed8c2b02b9108d)) + + +### Bug Fixes + +* **skin:** misc styles fixes ([#2558](https://github.com/videojs/v10/issues/2558)) ([cd963b7](https://github.com/videojs/v10/commit/cd963b7f2cc7f4dddf225aa08afa04908ec353e7)) + ## [10.0.0-rc.1](https://github.com/videojs/v10/compare/@videojs/utils@10.0.0-beta.32...@videojs/utils@10.0.0-rc.1) (2026-09-08) diff --git a/packages/utils/package.json b/packages/utils/package.json index 8911b579ad..1c59ae9122 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@videojs/utils", - "version": "10.0.0-rc.1", + "version": "10.0.0-rc.2", "description": "Utility functions and helpers for Video.js", "keywords": [ "media", diff --git a/site/src/content/changelog/10.0.0-rc.2.mdx b/site/src/content/changelog/10.0.0-rc.2.mdx new file mode 100644 index 0000000000..ba90fdc0ea --- /dev/null +++ b/site/src/content/changelog/10.0.0-rc.2.mdx @@ -0,0 +1,51 @@ +--- +description: "" +date: 2026-09-09 +version: "10.0.0-rc.2" +prerelease: true +breaking: true +compareUrl: "https://github.com/videojs/v10/compare/@videojs/core@10.0.0-rc.1...@videojs/core@10.0.0-rc.2" +--- + + +### 🚀 Features +- *(react)* [**breaking**] Make poster composable ([#2563](https://github.com/videojs/v10/pull/2563)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* [**breaking**] Make thumbnail composable ([#2566](https://github.com/videojs/v10/pull/2566)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* [**breaking**] Make slider thumbnail composable ([#2568](https://github.com/videojs/v10/pull/2568)) by [@mihar-22](https://github.com/mihar-22) +- *(packages)* Handle controls before media metadata ([#2525](https://github.com/videojs/v10/pull/2525)) by [@sampotts](https://github.com/sampotts) +- *(html)* [**breaking**] Make thumbnail images composable ([#2572](https://github.com/videojs/v10/pull/2572)) by [@mihar-22](https://github.com/mihar-22) + +### 🐛 Bug Fixes +- *(ci)* Comment on open prs for e2e failures ([#2653](https://github.com/videojs/v10/pull/2653)) by [@sampotts](https://github.com/sampotts) +- *(skin)* Misc styles fixes ([#2558](https://github.com/videojs/v10/pull/2558)) by [@sampotts](https://github.com/sampotts) +- *(packages)* Stabilize slider keyboard input ([#2553](https://github.com/videojs/v10/pull/2553)) by [@sampotts](https://github.com/sampotts) +- *(test)* Wait for fullscreen thumbnail geometry ([#2654](https://github.com/videojs/v10/pull/2654)) by [@sampotts](https://github.com/sampotts) +- *(skin)* Use finite radius to fix Safari clip-path bug ([#2679](https://github.com/videojs/v10/pull/2679)) by [@sampotts](https://github.com/sampotts) +- *(site)* Keep shared-source react parts in the api reference ([#2682](https://github.com/videojs/v10/pull/2682)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Expand namespace re-exports into nested api reference parts ([#2683](https://github.com/videojs/v10/pull/2683)) by [@mihar-22](https://github.com/mihar-22) +- *(skin)* Style poster and slider thumbnail shadow hosts in webkit ([#2693](https://github.com/videojs/v10/pull/2693)) by [@luwes](https://github.com/luwes) + +### 🚜 Refactor +- *(core)* Use simple file names in ui directories ([#2671](https://github.com/videojs/v10/pull/2671)) by [@mihar-22](https://github.com/mihar-22) +- *(sandbox)* Use shadcn base ui components ([#2668](https://github.com/videojs/v10/pull/2668)) by [@sampotts](https://github.com/sampotts) +- *(html)* Use simple file names in ui and player directories ([#2673](https://github.com/videojs/v10/pull/2673)) by [@mihar-22](https://github.com/mihar-22) +- *(react)* Use simple file names in ui directories ([#2674](https://github.com/videojs/v10/pull/2674)) by [@mihar-22](https://github.com/mihar-22) +- *(sandbox)* Spell out the player markup in the html templates ([#2691](https://github.com/videojs/v10/pull/2691)) by [@luwes](https://github.com/luwes) + +### 📚 Documentation +- *(site)* Document compound react radio group parts ([#2688](https://github.com/videojs/v10/pull/2688)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Document always-visible controls ([#2687](https://github.com/videojs/v10/pull/2687)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Describe container-scoped error dialog modality ([#2686](https://github.com/videojs/v10/pull/2686)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Use playback adapter terminology in react media hooks ([#2685](https://github.com/videojs/v10/pull/2685)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Describe slider thumbnail props in the timeline previews guide ([#2681](https://github.com/videojs/v10/pull/2681)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Document disabled and unavailable time and live button states ([#2680](https://github.com/videojs/v10/pull/2680)) by [@mihar-22](https://github.com/mihar-22) +- *(site)* Add changelog prose for 10.0.0-rc.1 ([#2694](https://github.com/videojs/v10/pull/2694)) by [@github-actions[bot]](https://github.com/github-actions[bot]) + +### ⚙️ Miscellaneous Tasks +- *(cd)* Drop the rc.1 release-as pin and fix the dist-tag workflow ([#2660](https://github.com/videojs/v10/pull/2660)) by [@decepulis](https://github.com/decepulis) +- *(ci)* Run affected package tests in grouped jobs ([#2651](https://github.com/videojs/v10/pull/2651)) by [@mihar-22](https://github.com/mihar-22) +- *(dist-tag)* Tag every package before failing on the ones npm rejected ([#2662](https://github.com/videojs/v10/pull/2662)) by [@decepulis](https://github.com/decepulis) +- *(changelog-prose)* Give the prose job 60 minutes ([#2689](https://github.com/videojs/v10/pull/2689)) by [@decepulis](https://github.com/decepulis) +- *(changelog-prose)* Pre-fetch context and let the workflow open the PR ([#2690](https://github.com/videojs/v10/pull/2690)) by [@decepulis](https://github.com/decepulis) +- *(root)* Upgrade workspace and ci to pnpm 12 ([#2695](https://github.com/videojs/v10/pull/2695)) by [@mihar-22](https://github.com/mihar-22) +- Run vp through a file so forwarding output cannot hit EAGAIN ([#2697](https://github.com/videojs/v10/pull/2697)) by [@decepulis](https://github.com/decepulis)