Skip to content

v10.0.0-beta.16

Compare changes on GitHub

๐Ÿš€ Features

๐Ÿ› Bug Fixes

  • (site) True conditional rendering in FrameworkCase (#1223) by @decepulis
  • (core) Use 0.2 and 0.7 for default playback rates (#1236) by @mihar-22
  • (html) Create HotkeyRegistryController once in connectedCallback (#1240) by @mihar-22
  • (core) Allow undefined hotkey options (#1242) by @mihar-22
  • Safari track bug, no playback (#1226) by @luwes
  • (packages) Workspace drift (#1270) by @mihar-22
  • (site) Add pointer-events-none to hero heading (#1278) by @mihar-22
  • (react) Align media component conventions (#1281) by @mihar-22
  • (utils) Stable sort comparator and orphaned JSDoc (#1286) by @mihar-22
  • (html) Export SliderPreviewElement and ContextPartElement (#1283) by @mihar-22
  • (html) Add destroy guards to connectedCallback (#1284) by @mihar-22
  • (packages) Consistent react versions (#1285) by @mihar-22
  • (packages) Narrow react peer dependency to v18+ (#1289) by @mihar-22
  • (packages) Remove redundant โ€œShiftโ€ modifier from playback rate hotkeys (#1290) by @mihar-22
  • (packages) Time slider seek improvements (#1291) by @mihar-22
  • (core) Treat Alt as implicit modifier for non-letter character hotkeys (#1304) by @mihar-22

๐Ÿ’ผ Other

  • Feature and preset reference โ€” E2E tests + implementation (#1248) by @decepulis

๐Ÿšœ Refactor

  • (packages) Move slider throttle from commit to change (#1219) by @mihar-22
  • (core) Extract structured CSSVars for media element templates (#1257) by @decepulis
  • (html) Extract PositionController from tooltip/popover (#1282) by @mihar-22

๐Ÿ“š Documentation

๐Ÿงช Testing

  • (site) Replace api-docs-builder design doc with E2E spec tests (#1225) by @decepulis

โš™๏ธ Miscellaneous Tasks