8b5e588248
chore: release main ( #628 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-26 16:22:14 -06:00
Darius Cepulis and Claude Opus 4.6
f09c6861c1
fix(react): move @videojs/icons to devDependencies
...
Icons are bundled into dist/ at build time as relative imports, so
consumers don't need @videojs/icons installed separately. Keeping it
as a runtime dependency caused ETARGET errors because the alpha version
wasn't published to npm.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 16:12:38 -06:00
Wesley Luyten and GitHub
c2bc488366
feat: add background video preset ( #607 )
2026-02-26 16:00:36 -06:00
0a641e90e2
chore: release main ( #627 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-26 15:39:08 -06:00
Darius Cepulis and Claude Opus 4.6
b72358904a
fix(cd): add repository field to all packages for provenance verification
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 15:38:04 -06:00
1a27159ff7
chore: release main ( #626 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-26 15:34:29 -06:00
Darius Cepulis and Claude Opus 4.6
1cab75c2ef
feat(cd): switch to npm trusted publishers
...
Replace NPM_TOKEN with OIDC-based trusted publishing. Bump Node to
24 LTS (bundles npm 11 which supports OIDC). Add @videojs/store and
@videojs/element to release-please config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 15:21:38 -06:00
dd113777ba
chore: release main ( #625 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-26 14:16:17 -06:00
Darius Cepulis and Claude Opus 4.6
578477c01e
chore(packages): bump to 10.0.0-alpha.0
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-26 14:08:14 -06:00
rahim and GitHub
23528cad88
fix(core): preserve user props in time slider ( #621 )
2026-02-27 04:44:53 +11:00
rahim and GitHub
4c7d287d35
feat(core): add slider dom ( #613 )
2026-02-26 11:11:58 +11:00
Sam Potts and GitHub
fbf888fda3
feat(skin): add captions button to video skins ( #612 )
2026-02-26 11:09:22 +11:00
Sam Potts and GitHub
1c6293ea39
fix(sandbox): update style path in index.html ( #604 )
2026-02-25 16:26:50 +11:00
Sam Potts and GitHub
ba94f74b91
feat(skin): add error dialogs ( #603 )
2026-02-25 14:38:57 +11:00
78112fbefd
feat(site): add util reference pipeline ( #537 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-24 15:34:34 -06:00
Wesley Luyten and GitHub
c4ef94e823
feat: add media delegate mixin ( #598 )
2026-02-24 14:53:07 -06:00
ba17f34091
refactor: replace URL.pathname with fileURLToPath for cross-platform … ( #581 )
...
Co-authored-by: dhassoun <david@muxd.com >
2026-02-23 08:49:14 -06:00
8763a57360
feat(react): add Tailwind ejected video skins ( #589 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 12:19:27 +11:00
Wesley Luyten and GitHub
fd14f0cb17
feat: add background video components ( #567 )
2026-02-20 13:56:32 -06:00
Sam Potts and GitHub
b78c6ce7b1
feat(react): add captions styling to video skins ( #582 )
2026-02-20 11:53:46 +11:00
Sam Potts and GitHub
38b3a8f55c
fix(core): fix circular import and simplify media types ( #569 )
2026-02-19 16:39:16 +11:00
Sam Potts and GitHub
846d38e79b
feat(react): implement video skins with responsive layout ( #568 )
2026-02-19 15:45:41 +11:00
Sam Potts and GitHub
7d3be367f5
feat(react): implement default and minimal video skins ( #550 )
2026-02-19 07:43:44 +11:00
Wesley Luyten and GitHub
b3a31a335a
feat: add media API + HLS video components ( #507 )
2026-02-18 13:34:49 -06:00
Sam Potts and GitHub
78de97ec23
feat(icons): setup icons package ( #536 )
2026-02-16 14:11:40 +11:00
edefc2a2d6
feat(react): initial skin scaffolding ( #523 )
...
Co-authored-by: Rahim <rahim.alwer@gmail.com >
2026-02-15 17:42:45 +11:00
Darius Cepulis
84b7b0774a
feat(site): add buffering indicator api reference
...
closes #532
closes #533
2026-02-13 09:24:04 -06:00
rahim and GitHub
7efee3d033
feat(packages): add slider core layer ( #529 )
2026-02-14 01:30:29 +11:00
rahim and GitHub
839a7e43bf
feat(store): state subscription primitives ( #528 )
2026-02-14 00:30:38 +11:00
rahim and GitHub
aa0fb7ca70
feat(core): add buffering indicator component ( #527 )
2026-02-14 00:28:05 +11:00
rahim and GitHub
c733077d32
feat(core): add seek button component ( #526 )
2026-02-13 23:30:25 +11:00
rahim and GitHub
2c8b77af45
feat(core): add pip button component ( #525 )
2026-02-13 22:21:09 +11:00
Darius Cepulis and GitHub
82944041f9
fix(site): resolve aliased part descriptions in api docs ( #518 )
2026-02-12 10:16:34 -06:00
rahim and GitHub
90d881cec2
feat(core): add controls component with activity tracking ( #514 )
2026-02-13 01:14:16 +11:00
rahim and GitHub
33b21906cd
feat(element): add lightweight reactive element base ( #513 )
2026-02-13 00:41:49 +11:00
rahim and GitHub
f2efa2456b
chore(ci): fix bundle size measurement and format report ( #512 )
2026-02-12 22:45:06 +11:00
rahim and GitHub
c9ba1e1bfc
feat(core): add poster component ( #457 )
2026-02-12 18:12:55 +11:00
rahim and GitHub
6aac00280a
refactor(packages): derive default props from core classes ( #488 )
2026-02-10 15:10:35 +11:00
rahim and GitHub
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
rahim and GitHub
870cbb77e4
feat(html): reorganize import paths by use case ( #480 )
2026-02-09 20:49:42 +11:00
rahim and GitHub
5f5ffb9f0a
refactor(packages): clean up UI component types and data flow ( #479 )
2026-02-09 20:15:26 +11:00
rahim and GitHub
fef26c8421
feat(sandbox): add private sandbox package for internal testing ( #478 )
2026-02-09 16:57:39 +11:00
rahim and GitHub
221bd0922f
refactor(packages): simplify createPlayer type signatures ( #477 )
2026-02-09 16:10:25 +11:00
rahim and GitHub
7cc9a76e93
refactor(store): rename Signals to AbortControllerRegistry ( #476 )
2026-02-09 13:32:32 +11:00
rahim and GitHub
4dc40b6263
refactor(core): prefix media state exports with Media ( #475 )
2026-02-09 13:21:27 +11:00
Darius Cepulis and GitHub
4b1e863883
feat(site): generated multipart component api reference ( #468 )
2026-02-09 12:20:45 +11:00
rahim and GitHub
3c4152fb58
feat(core): add fullscreen button component ( #459 )
2026-02-06 14:39:09 +11:00