Commit Graph
152 Commits
Author SHA1 Message Date
0620814a67 feat(packages): add UI support for gestures and hotkeys (#1388)
Co-authored-by: Rahim <rahim.alwer@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-05 10:34:12 +10:00
Wesley LuytenandGitHub e37d5df873 feat(packages): add live button component (#1473) 2026-04-30 18:00:15 -07:00
Sam PottsandGitHub d0b36ed5b8 fix(icons): use icon exports in ejected skins (#1489) 2026-04-29 16:05:35 +10:00
Sam PottsandGitHub 8e2b7e4f6d fix(ci): use biome to sort CSS properties (#1490) 2026-04-29 16:04:20 +10:00
466abb6d20 feat(html): re-export reactive primitives from @videojs/element (#1472)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 10:55:29 -05:00
Wesley LuytenandGitHub d9c00491e7 feat(packages): add live-video and live-audio presets (#1399) 2026-04-22 12:43:27 -07:00
76a1e4a8c9 feat(html): observe cast attributes on mux elements (#1386)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-04-20 17:29:46 -07:00
Wesley LuytenandGitHub 413874c1e0 refactor(packages)!: rename cast to google-cast and remote-playback (#1380) 2026-04-20 15:50:16 -07:00
Wesley LuytenandGitHub 31a005eeef feat(packages): add chromecast support via remote playback API (#1348) 2026-04-17 14:51:16 -07:00
Wesley LuytenandGitHub 8530316987 revert(packages): add server-only bundles (#1349) (#1354) 2026-04-17 11:44:53 -07:00
rahimandGitHub 3331fdaf25 fix(packages): add server-only bundles (#1349) 2026-04-16 00:59:14 -07:00
d4b805ea69 feat(site): feature and preset reference UI + docs integration (#1258)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 17:19:01 -05:00
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