Skip to content

Releases: muxinc/media-chrome

v0.16.1

06 Dec 16:26
Compare
Choose a tag to compare

Bug Fixes

Features

  • Add HTML based Theme w/ minimal template language (#362) (a4a4e2c)
  • add simple responsive theme (684ddef)
  • expose types (#330) (5ae159f)
  • listbox and listitem components (#365) (15d0934)
  • use Construcable CSSStyleSheets when available (eb32514)

Reverts

  • undo changes to media-theme.js (c565bc9)

v0.16.0

28 Oct 20:27
Compare
Choose a tag to compare

Features

  • box percentage positioning & time range border glitch (#345) (57f1023)

v0.15.1

25 Oct 20:34
Compare
Choose a tag to compare

Bug Fixes

  • use composedPath for checking target in schedule inactive event handler (#355) (c44711d)

v0.15.0

25 Oct 16:34
Compare
Choose a tag to compare

Bug Fixes

  • clicking in play/fullscreen buttons should schedule inactive (#338) (0b640d0), closes #188
  • preview bounds in shadow dom (#342) (e0b5fa9)

Features

v0.14.1

14 Oct 20:47
Compare
Choose a tag to compare

Bug Fixes

  • call disable on disconnectedCallback (35f1242)
  • don't set attributes in a constructor (433560e), closes #335

v0.14.0

10 Oct 22:00
Compare
Choose a tag to compare

Bug Fixes

  • a couple of fixes (#331) (f4df42f)
  • properly check iphones for fullscreen unavailability (#332) (c32c74e)
  • properly unset poster image sources when they're removed (#328) (87daae5)

Features

  • add poster object fit and position css vars (#327) (a02bf20)

v0.13.0

06 Oct 23:33
Compare
Choose a tag to compare

Bug Fixes

  • properly unset poster image sources when they're removed (#328) (87daae5)

Features

  • add poster object fit and position css vars (#327) (a02bf20)

v0.12.0

27 Sep 23:37
Compare
Choose a tag to compare

Bug Fixes

  • Safari still uses webkitFullscreenEnabled (#316) (3850429)

Features

  • remove minify/srcmap esm/cjs, add esm-module (#318) (5ea0d24)
  • support being able to disable buttons, range, and time-display (#320) (d4129c2)

v0.11.1

23 Sep 00:03
Compare
Choose a tag to compare

Bug Fixes

  • Safari still uses webkitFullscreenEnabled (#316) (3850429)

v0.11.0

22 Sep 22:48
Compare
Choose a tag to compare

Bug Fixes

  • mark fullscreen button as unavailable if fullscreen is disabled (#311) (a198f0a)
  • set tabindex on media element, if not set (#312) (e7450b8), closes #309

Features

  • add a hotkey for toggling captions: c (#308) (e76b528)