Commit Graph
125 Commits
Author SHA1 Message Date
Sam PottsandGitHub 38b3a8f55c fix(core): fix circular import and simplify media types (#569) 2026-02-19 16:39:16 +11:00
Sam PottsandGitHub 846d38e79b feat(react): implement video skins with responsive layout (#568) 2026-02-19 15:45:41 +11:00
Sam PottsandGitHub 7d3be367f5 feat(react): implement default and minimal video skins (#550) 2026-02-19 07:43:44 +11:00
Wesley LuytenandGitHub b3a31a335a feat: add media API + HLS video components (#507) 2026-02-18 13:34:49 -06:00
rahimandGitHub 7efee3d033 feat(packages): add slider core layer (#529) 2026-02-14 01:30:29 +11:00
rahimandGitHub aa0fb7ca70 feat(core): add buffering indicator component (#527) 2026-02-14 00:28:05 +11:00
rahimandGitHub c733077d32 feat(core): add seek button component (#526) 2026-02-13 23:30:25 +11:00
rahimandGitHub 2c8b77af45 feat(core): add pip button component (#525) 2026-02-13 22:21:09 +11:00
rahimandGitHub 90d881cec2 feat(core): add controls component with activity tracking (#514) 2026-02-13 01:14:16 +11:00
rahimandGitHub c9ba1e1bfc feat(core): add poster component (#457) 2026-02-12 18:12:55 +11:00
rahimandGitHub 5eab1dbb2f fix(html): discover media elements and attach store target via DOM (#481) 2026-02-10 00:32:23 +11:00
Rahim 00fdf966ca fix(packages): enable unbundle mode to avoid mangled exports 2026-02-09 23:33:27 +11:00
Rahim d3e647c3bb chore(packages): resolve infinite dev rebuild loop in vite 2026-02-09 23:06:00 +11:00
Rahim ac913b9076 chore(packages): update tsdown to 0.20.3 2026-02-09 22:29:18 +11:00
rahimandGitHub 870cbb77e4 feat(html): reorganize import paths by use case (#480) 2026-02-09 20:49:42 +11:00
rahimandGitHub 5f5ffb9f0a refactor(packages): clean up UI component types and data flow (#479) 2026-02-09 20:15:26 +11:00
rahimandGitHub 221bd0922f refactor(packages): simplify createPlayer type signatures (#477) 2026-02-09 16:10:25 +11:00
rahimandGitHub 4dc40b6263 refactor(core): prefix media state exports with Media (#475) 2026-02-09 13:21:27 +11:00
Darius CepulisandGitHub 4b1e863883 feat(site): generated multipart component api reference (#468) 2026-02-09 12:20:45 +11:00
rahimandGitHub 3c4152fb58 feat(core): add fullscreen button component (#459) 2026-02-06 14:39:09 +11:00
rahimandGitHub 7b8bc11f9f feat(core): add time display component (#460) 2026-02-06 14:31:33 +11:00
rahimandGitHub d5e5cec6ab feat(core): add presentation feature (#458) 2026-02-06 14:24:49 +11:00
rahimandGitHub aa189eec84 feat(core): add mute button component (#455) 2026-02-04 23:10:10 +11:00
rahimandGitHub d8f15195e3 refactor(store): replace signal/abort with signals namespace (#453) 2026-02-04 20:27:44 +11:00
rahimandGitHub 01c3f891cf chore(packages): add dev builds (#452) 2026-02-04 20:05:38 +11:00
rahimandGitHub 05af832632 refactor(core): centralize feature state types (#448) 2026-02-04 15:08:37 +11:00
rahimandGitHub 9cfab264d8 feat(core): add play button component (#383) 2026-02-04 00:33:14 +11:00
rahimandGitHub 9fa172e8a4 refactor(store): remove queue and task system (#382) 2026-02-03 15:06:06 +11:00
rahimandGitHub a419f5ef19 feat(html): setup player api (#374) 2026-02-02 21:11:44 +11:00
rahimandGitHub a1d0383d41 refactor(store): rename feature to slice (#373) 2026-02-02 17:30:47 +11:00
rahimandGitHub 1bde6e950a feat(core): add player target and feature selectors (#371) 2026-02-02 13:34:38 +11:00
rahimandGitHub 6ec2e80b86 refactor(store): merge getSnapshot/subscribe into attach (#364) 2026-02-01 19:00:46 +11:00
rahimandGitHub fe892cb911 refactor(store): v2 (#362) 2026-01-31 23:34:11 +11:00
Sam PottsandGitHub bf76dfa593 chore(ci): eslint + prettier → biome (#325) 2026-01-23 11:33:04 +00:00
rahimandGitHub f01a5fcf5c refactor(store): rename slice to feature (#318) 2026-01-21 00:33:28 +11:00
rahimandGitHub 648aae7e31 feat(store): lit bindings (#289) 2026-01-06 22:26:09 +11:00
rahimandGitHub bb2b54e86f refactor(store): remove partial slice state updates (#296) 2026-01-06 14:23:00 +11:00
rahimandGitHub 0354e3ef9c chore(packages): remove isolatedDeclarations for store type inference support (#295) 2026-01-06 14:09:36 +11:00
rahimandGitHub 47659f5352 feat(core): dom media slices (#292) 2026-01-05 23:32:35 +11:00
rahimandGitHub 2901593085 chore: workspace improvements (#282) 2026-01-04 01:39:26 +11:00
Rahim 1cd9e6b7a8 chore(packages): remove dom package 2025-12-22 13:53:46 +11:00
rahimandGitHub b89fef56dd chore(root): prepare workspace for alpha (#276) 2025-12-21 20:26:13 +11:00
6068633be0 fix(core): fixed fullscreen on ios safari (#211)
Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
2025-12-15 15:17:17 -06:00
Sam PottsandGitHub c35b012250 feat(example/react): improvements to react examples (#210) 2025-12-10 09:27:38 +11:00
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
546989c2be chore: release main (#203)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-05 20:49:18 -06:00
Wesley LuytenandGitHub cbf41ce4c7 feat: add tooltip core (#212) 2025-12-05 20:18:54 -06:00
Wesley LuytenandGitHub 99fef78f63 fix: use popover core in react popover (#208) 2025-11-25 17:27:18 -06:00
f3b1b19917 fix: add popover core, use in html and improve factory (#204)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-21 15:16:20 -06:00
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
8f20e3b7f3 chore: release main (#195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-17 19:50:30 -06:00
601a5a3793 fix: clean up core, less seams in wrappers (#197)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-17 18:44:13 -06:00