Releases: muxinc/media-chrome
Releases · muxinc/media-chrome
v0.16.1
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
Features
- box percentage positioning & time range border glitch (#345) (57f1023)
v0.15.1
Bug Fixes
- use composedPath for checking target in schedule inactive event handler (#355) (c44711d)
v0.15.0
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
Bug Fixes
- call disable on disconnectedCallback (35f1242)
- don't set attributes in a constructor (433560e), closes #335
v0.14.0
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
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
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
Bug Fixes
- Safari still uses webkitFullscreenEnabled (#316) (3850429)
v0.11.0
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