Skip to content
Breaking changes

v10.0.0-beta.23

Compare changes on GitHub

🚀 Features

  • (html) Observe cast attributes on mux elements (#1386) by @luwes
  • (core) Add HLS stream-type detection and live duration (#1387) by @luwes
  • (packages) Add live-video and live-audio presets (#1399) by @luwes
  • (packages) Support cli:omit markers for llm-only doc content (#1466) by @decepulis
  • (html) Re-export reactive primitives from @videojs/element (#1472) by @decepulis
  • (core) Add liveEdgeStart and targetLiveWindow properties (#1445) by @luwes

🐛 Bug Fixes

  • (react) Rename MediaGesture and MediaHotkey to Gesture and Hotkey (#1374) by @mihar-22
  • (site) Only report Sentry errors from deployed function runtime (#1393) by @decepulis
  • (site) Work around #1111 in create-player/player-controller demos (#1403) by @decepulis
  • (site) Add astro check CI and reduce errors/hints (#1109) by @decepulis
  • (html) Raise testTimeout to 15s for parallel-load reliability (#1448) by @cjpillsbury
  • (site) Exclude clientcode suspense fallback from llms and search (#1467) by @decepulis

💼 Other

🚜 Refactor

  • (react) Replace prototype-walking and inferred class props (#1376) by @mihar-22
  • (packages) [breaking] Rename cast to google-cast and remote-playback (#1380) by @luwes
  • (core) [breaking] Unify fullscreen and pip on media capabilities (#1469) by @luwes

📚 Documentation

  • (root) Fix stale references and document sandbox workflow (#1464) by @decepulis
  • (site) Add how-to guide for building custom components (#1008) by @decepulis

⚡ Performance

⚙️ Miscellaneous Tasks