|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [@videojs/core@10.0.0-beta.23] - 2026-04-22 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | +- *(html)* Observe cast attributes on mux elements ([#1386](https://github.com/videojs/v10/pull/1386)) by [@luwes](https://github.com/luwes) |
| 9 | +- *(core)* Add HLS stream-type detection and live duration ([#1387](https://github.com/videojs/v10/pull/1387)) by [@luwes](https://github.com/luwes) |
| 10 | +- *(packages)* Add live-video and live-audio presets ([#1399](https://github.com/videojs/v10/pull/1399)) by [@luwes](https://github.com/luwes) |
| 11 | + |
| 12 | +### 🐛 Bug Fixes |
| 13 | +- *(react)* Rename MediaGesture and MediaHotkey to Gesture and Hotkey ([#1374](https://github.com/videojs/v10/pull/1374)) by [@mihar-22](https://github.com/mihar-22) |
| 14 | +- *(site)* Only report Sentry errors from deployed function runtime ([#1393](https://github.com/videojs/v10/pull/1393)) by [@decepulis](https://github.com/decepulis) |
| 15 | +- *(site)* Work around #1111 in create-player/player-controller demos ([#1403](https://github.com/videojs/v10/pull/1403)) by [@decepulis](https://github.com/decepulis) |
| 16 | +- *(site)* Add astro check CI and reduce errors/hints ([#1109](https://github.com/videojs/v10/pull/1109)) by [@decepulis](https://github.com/decepulis) |
| 17 | + |
| 18 | +### 💼 Other |
| 19 | +- *(cli)* Decouple cli tests from upstream builds ([#1402](https://github.com/videojs/v10/pull/1402)) by [@decepulis](https://github.com/decepulis) |
| 20 | + |
| 21 | +### 🚜 Refactor |
| 22 | +- *(react)* Replace prototype-walking and inferred class props ([#1376](https://github.com/videojs/v10/pull/1376)) by [@mihar-22](https://github.com/mihar-22) |
| 23 | +- *(packages)* [**breaking**] Rename cast to google-cast and remote-playback ([#1380](https://github.com/videojs/v10/pull/1380)) by [@luwes](https://github.com/luwes) |
| 24 | + |
| 25 | +### ⚡ Performance |
| 26 | +- *(site)* Trim site build time ([#1379](https://github.com/videojs/v10/pull/1379)) by [@decepulis](https://github.com/decepulis) |
| 27 | + |
| 28 | +### ⚙️ Miscellaneous Tasks |
| 29 | +- *(ci)* Exclude epic and priority labels from triage agent ([#1377](https://github.com/videojs/v10/pull/1377)) by [@decepulis](https://github.com/decepulis) |
| 30 | +- Update README milestone link ([#1444](https://github.com/videojs/v10/pull/1444)) by [@decepulis](https://github.com/decepulis) |
| 31 | + |
5 | 32 | ## [@videojs/core@10.0.0-beta.22] - 2026-04-18 |
6 | 33 |
|
7 | 34 | ### 🚀 Features |
@@ -1248,6 +1275,7 @@ All notable changes to this project will be documented in this file. |
1248 | 1275 | * @decepulis made their first contribution in [#118](https://github.com/videojs/v10/pull/118) |
1249 | 1276 | * @heff made their first contribution |
1250 | 1277 |
|
| 1278 | +[@videojs/core@10.0.0-beta.23]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.22...@videojs/core@10.0.0-beta.23 |
1251 | 1279 | [@videojs/core@10.0.0-beta.22]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.21...@videojs/core@10.0.0-beta.22 |
1252 | 1280 | [@videojs/core@10.0.0-beta.21]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.20...@videojs/core@10.0.0-beta.21 |
1253 | 1281 | [@videojs/core@10.0.0-beta.20]: https://github.com/videojs/v10/compare/@videojs/core@10.0.0-beta.19...@videojs/core@10.0.0-beta.20 |
|
0 commit comments