Commit Graph
140 Commits
Author SHA1 Message Date
Wesley LuytenandGitHub 9681515446 refactor(packages): move media host observed attributes to subclasses (#1326) 2026-04-14 10:50:46 -05:00
Wesley LuytenandGitHub 8f1653efcd refactor(packages)!: replace DelegateMixin & ProxyMixin with MediaHost base classes (#1292) 2026-04-14 00:18:11 -05:00
rahimandGitHub 1509a66f60 feat(packages): add gesture bindings to default skins and presets (#1310) 2026-04-10 22:08:10 -07:00
rahimandGitHub ab338c432b fix(html): replace bare side-effect imports with explicit safeDefine() in define modules (#1307) 2026-04-10 18:18:32 -07:00
rahimandGitHub d2782f0c8d feat(html): add <media-gesture> element (#1305) 2026-04-10 18:14:17 -07:00
rahimandGitHub b934c589f8 fix(packages): time slider seek improvements (#1291) 2026-04-08 16:49:49 -07:00
rahimandGitHub a0fd3cbda8 fix(packages): remove redundant "Shift" modifier from playback rate hotkeys (#1290) 2026-04-08 14:47:14 -07:00
rahimandGitHub 998b87198c refactor(html): extract PositionController from tooltip/popover (#1282) 2026-04-08 17:47:54 +10:00
rahimandGitHub 53fffe8e30 fix(html): add destroy guards to connectedCallback (#1284) 2026-04-08 17:43:16 +10:00
rahimandGitHub 0dc7567e7a fix(html): export SliderPreviewElement and ContextPartElement (#1283) 2026-04-08 17:39:52 +10:00
rahimandGitHub 9912a8e759 feat(packages): add hotkey bindings to preset skins (#1264) 2026-04-07 19:46:44 -07:00
Wesley LuytenandGitHub 9fac0fca3d feat(packages): add mux-audio element and react component (#1259) 2026-04-07 14:59:22 -05:00
rahimandGitHub d2c43db550 fix(core): allow undefined hotkey options (#1242) 2026-04-07 02:06:39 -07:00
7c63d82f84 fix(html): create HotkeyRegistryController once in connectedCallback (#1240)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 01:39:28 -07:00
rahimandGitHub d9d893b726 feat(html): add hotkeys (#1239) 2026-04-07 01:08:16 -07:00
rahimandGitHub 0c95ab4109 refactor(packages): move slider throttle from commit to change (#1219) 2026-04-05 22:19:11 -07:00
Wesley LuytenandGitHub 4ee55c08bd fix(html): move TimeElement child creation from constructor to connectedCallback (#1209) 2026-04-02 23:40:28 -05:00
Wesley LuytenandGitHub 80c43d2c18 feat(html): add native hls video to cdn (#1208) 2026-04-02 23:12:51 -05:00
rahimandGitHub 0ed7bf0653 feat(html): add ui bundles for eject (#1206) 2026-04-02 17:11:41 -07:00
86cf3e8977 fix(packages): make tooltips visual-only and auto-forward media button labels (#1174)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 14:20:01 -07:00
rahimandGitHub 341b405a21 fix(html): include base and shared styles in ejected skin CSS (#1196) 2026-04-02 13:34:40 -07:00
Sam PottsandGitHub 31ccb1f6ee [codex] fix intrinsic media aspect ratio handling (#1197) 2026-04-02 22:40:55 +11:00
390b004d80 feat(packages): volume slider scroll support (#1175)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 20:17:29 -07:00
4cda8fb94f refactor(html): SkinMixin -> SkinElement (#1159)
Co-authored-by: Rahim <rahim.alwer@gmail.com>
2026-03-31 22:22:45 -07:00
Sam PottsandGitHub 3430fe1a49 feat(packages): error dialog component (#1077) 2026-03-31 17:00:45 -07:00
Wesley LuytenandGitHub 1b2afc6e41 feat: add native hls media + refactor (#1154) 2026-03-30 20:13:19 -05:00
Sam PottsandGitHub 0433722ee4 fix(html): HTML SSR safety and sandbox skin chunking (#1155) 2026-03-31 07:26:08 +11:00
Sam PottsandGitHub 10826932be fix(skin): responsive design fixes and improvements (#1129) 2026-03-30 16:25:49 +11:00
Wesley LuytenandGitHub 271a8c8502 feat: add Mux video component (#1036) 2026-03-24 18:19:50 -05:00
rahimandGitHub bc2929ef4f feat(packages): export media component building blocks (#1098) 2026-03-24 00:36:18 -07:00
Christian PillsburyandGitHub 04f81a26e1 fix(spf): implement preload IDL attribute on SpfMedia (#1069) 2026-03-23 07:30:20 -07:00
df927f67fc feat(skin): add error handling for audio players (#1048)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 09:33:55 +11:00
rahimandGitHub 335bda5646 fix(html): remove redundant CDN CSS files and inline background skin styles (#1071) 2026-03-20 16:50:13 -07:00
rahimandGitHub cc04cc99a5 fix(html): extended media not working over cdn (#1019) 2026-03-19 02:12:13 -07:00
rahimandGitHub c09dbdd121 fix(skin): hide volume popover when volume control is unsupported (#1025) 2026-03-19 01:14:57 -07:00
c07da27ead feat(html): refactor attach contexts to carry state and setter (#1024)
Co-authored-by: Wesley Luyten <luwes@users.noreply.github.com>
2026-03-19 00:49:40 -07:00
rahimandGitHub eabd06550d fix(html): restore deprecated slot="media" for backwards compatibility (#1020) 2026-03-18 23:29:53 -07:00
rahimandGitHub e09ea334bd refactor(html): context-based media discovery, remove slot="media" (#997) 2026-03-18 22:21:30 -07:00
Sam PottsandGitHub 81781ca585 feat(skin): add pip-enter and pip-exit icons (#1015) 2026-03-19 12:30:53 +11:00
rahimandGitHub c95e1343e1 feat(html): add data-availability to volume slider (#1001) 2026-03-18 12:44:12 -07:00
Sam PottsandGitHub 6d76449aea fix(skin): fix HTML skin poster image alignment (#1002) 2026-03-18 22:15:01 +11:00
Sam PottsandGitHub 59bbf6c209 feat(packages): add poster component to video skins (#994) 2026-03-18 17:57:10 +11:00
rahimandGitHub b9bada9567 fix(core): prevent slider thumb jump on pointer release (#990) 2026-03-17 23:29:23 -07:00
Sam PottsandGitHub 7e0827c330 fix(skin): add subtle control transitions on touch devices (#985) 2026-03-18 16:14:46 +11:00
d535282f03 refactor(packages): move store attach lifecycle to provider (#975)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 15:50:39 -07:00
Sam PottsandGitHub 82ede77322 fix: correct popup fallback positioning offsets (#981) 2026-03-17 13:14:35 +11:00
Christian PillsburyandGitHub 5bdbbec8a0 feat: add DashVideo media element (html, react) with sandbox support (#940) 2026-03-16 12:21:19 -07:00
Sam PottsandGitHub 177bd26c1f fix(skin): bake in safari layout fix into skins (#954) 2026-03-16 08:38:25 +11:00
d6e471a837 fix(html): simplify styles for slotted video (#953)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 22:41:46 +11:00
Sam PottsandGitHub e3f438e9f4 feat: add slider preview thumbnails (#935) 2026-03-14 08:30:51 +11:00