Skip to content

v10.0.0-beta.7

Compare changes on GitHub

πŸš€ Features

  • (skin) Add –media-color-primary customization (#957) by @sampotts
  • Add DashVideo media element (html, react) with sandbox support (#940) by @cjpillsbury
  • (sandbox) Dynamically load skins by styling (#989) by @sampotts
  • (packages) Add poster component to video skins (#994) by @sampotts
  • (html) Add data-availability to volume slider (#1001) by @mihar-22
  • (skin) Add pip-enter and pip-exit icons (#1015) by @sampotts
  • (html) Refactor attach contexts to carry state and setter (#1024) by @mihar-22

πŸ› Bug Fixes

  • (skin) Bake in safari layout fix into skins (#954) by @sampotts
  • (site) Add /logo-white.png public asset (#972) by @decepulis
  • (core) Rename MediaDelegateMixin and MediaProxyMixin (#976) by @luwes
  • Correct popup fallback positioning offsets (#981) by @sampotts
  • (utils) Handle missing media.querySelectorAll for HLS (#986) by @sampotts
  • (skin) Remove overflow in minimal video skin (#993) by @sampotts
  • (skin) Add subtle control transitions on touch devices (#985) by @sampotts
  • (core) Suppress tooltip hover on touch pointer events (#933) by @mihar-22
  • (core) Stub pointer:fine in tooltip touch suppression tests (#998) by @mihar-22
  • (core) Prevent slider thumb jump on pointer release (#990) by @mihar-22
  • (core) Sync playback feature state on seeked event (#1000) by @mihar-22
  • (core) Improve fullscreen and pip webkit fallback handling (#999) by @mihar-22
  • (skin) Fix HTML skin poster image alignment (#1002) by @sampotts
  • (site) Add font metric overrides to reduce display font layout shift (#1010) by @decepulis
  • (site) Remove top-level await from ClientCode to fix Safari hydration (#1006) by @decepulis
  • (skin) Fixes for react poster image alignment (#1003) by @sampotts
  • (html) Restore deprecated slot=β€œmedia” for backwards compatibility (#1020) by @mihar-22
  • (skin) Hide volume popover when volume control is unsupported (#1025) by @mihar-22
  • (core) Round thumbnail dimensions to prevent sub-pixel gaps (#995) by @sampotts
  • (html) Extended media not working over cdn (#1019) by @mihar-22

🚜 Refactor

  • (packages) Move store attach lifecycle to provider (#975) by @mihar-22
  • (html) Context-based media discovery, remove slot=β€œmedia” (#997) by @mihar-22
  • (ci) Collapse unchanged packages in bundle size report (#1016) by @mihar-22

πŸ“š Documentation

βš™οΈ Miscellaneous Tasks