Skip to content

v10.0.0-beta.12

Compare changes on GitHub

πŸš€ Features

  • Add Mux video component (#1036) by @luwes
  • (site) Improve ejected skin output with usage examples and media elements (#1108) by @mihar-22
  • (core) Implement preload for HLS media (#1125) by @luwes
  • Add native hls media + refactor (#1154) by @luwes
  • (packages) Error dialog component (#1077) by @sampotts
  • (core) Add error handling to Hls.js media (#1164) by @luwes

πŸ› Bug Fixes

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

πŸ’Ό Other

🚜 Refactor

  • (site) Flatten skin into player in ejected output and replace poster slot with img (#1127) by @mihar-22
  • (site) Reorganize SVG assets into assets/icons and assets/logos (#1138) by @decepulis

πŸ§ͺ Testing

  • (spf) Restore headless browser config for vitest (#1103) by @mihar-22

βš™οΈ Miscellaneous Tasks