Commit Graph
506 Commits
Author SHA1 Message Date
Darius CepulisandClaude Opus 4.6 76c5f4d6e8 fix(react): update lockfile for icons dependency move
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 16:15:04 -06:00
Darius CepulisandClaude 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 LuytenandGitHub c2bc488366 feat: add background video preset (#607) 2026-02-26 16:00:36 -06:00
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0a641e90e2 chore: release main (#627)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@videojs/core@10.0.0-alpha.3 @videojs/react@10.0.0-alpha.3 @videojs/element@10.0.0-alpha.3 @videojs/utils@10.0.0-alpha.3 @videojs/store@10.0.0-alpha.3 @videojs/icons@10.0.0-alpha.3 @videojs/html@10.0.0-alpha.3
2026-02-26 15:39:08 -06:00
Darius CepulisandClaude 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
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1a27159ff7 chore: release main (#626)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@videojs/utils@10.0.0-alpha.2 @videojs/element@10.0.0-alpha.2 @videojs/store@10.0.0-alpha.2 @videojs/core@10.0.0-alpha.2 @videojs/icons@10.0.0-alpha.2 @videojs/react@10.0.0-alpha.2 @videojs/html@10.0.0-alpha.2
2026-02-26 15:34:29 -06:00
Darius CepulisandClaude 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
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dd113777ba chore: release main (#625)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@videojs/html@10.0.0-alpha.1 @videojs/core@10.0.0-alpha.1 @videojs/react@10.0.0-alpha.1 @videojs/icons@10.0.0-alpha.1 @videojs/utils@10.0.0-alpha.1
2026-02-26 14:16:17 -06:00
Darius CepulisandClaude 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
rahimandGitHub 23528cad88 fix(core): preserve user props in time slider (#621) 2026-02-27 04:44:53 +11:00
5098b1b5ee fix(site): resolve biome lint warnings (#602)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 11:27:22 -06:00
Darius CepulisandGitHub 4efb94cd88 fix(site): disable Netlify edge functions in dev to prevent Deno OOM (#620) 2026-02-26 11:19:40 -06:00
efd322ad07 feat(site): source URL auto-detection for installation page (#619)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 09:19:28 -06:00
Steve HeffernanandGitHub 897a5af7f6 docs(design): add player-container separation decision (#614) 2026-02-25 21:24:52 -03:00
rahimandGitHub 4c7d287d35 feat(core): add slider dom (#613) 2026-02-26 11:11:58 +11:00
Sam PottsandGitHub fbf888fda3 feat(skin): add captions button to video skins (#612) 2026-02-26 11:09:22 +11:00
Sam PottsandGitHub cb09079758 docs: add captions decision (#611) 2026-02-26 10:45:07 +11:00
9e3e494673 fix(site): add missing background-video media element import (#605)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
2026-02-25 16:19:57 -06:00
Darius CepulisandGitHub 4b08005d8e chore(site): update Base UI from beta to stable release (#610) 2026-02-25 14:54:51 -06:00
420742e7c9 feat(site): preserve scroll position on framework switch (pagereveal) (#608)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 14:29:54 -06:00
Sam PottsandGitHub 1c6293ea39 fix(sandbox): update style path in index.html (#604) 2026-02-25 16:26:50 +11:00
Sam PottsandGitHub 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
c11395ece1 fix(site): work around Astro SSR false "Invalid hook call" warnings (#600)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:21:55 -06:00
Wesley LuytenandGitHub c4ef94e823 feat: add media delegate mixin (#598) 2026-02-24 14:53:07 -06:00
a70c04c6fc fix(site): upgrade to React 19 to resolve invalid hook call (#597)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:55:21 -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
Darius CepulisandGitHub 204af9a4aa fix(site): improve auth popup size and clean up Mux links (#587) 2026-02-20 15:24:12 -06:00
Wesley LuytenandGitHub fd14f0cb17 feat: add background video components (#567) 2026-02-20 13:56:32 -06:00
Sam PottsandGitHub 604f40605b fix(cd): use namespace imports for actions packages (#583) 2026-02-20 11:59:49 +11:00
Sam PottsandGitHub b78c6ce7b1 feat(react): add captions styling to video skins (#582) 2026-02-20 11:53:46 +11:00
Sam PottsandGitHub c1a069674a chore(ci): update Biome to latest and autofix (#579) 2026-02-20 07:30:43 +11:00
ca55e0ac5b fix: use cross-platform Node script for postinstall symlinks (#577)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:21:58 -06:00
10eb92e5ea fix(site): use astro:env for server-only environment variables (#574)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 09:23:46 -06:00
52d20bfca8 feat(site): add markdown content negotiation via Netlify edge function (#573)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 08:39:56 -06:00
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
e936ea4e44 feat(site): framework-specific SEO metadata for docs (#541)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 11:21:15 -06:00
78e8e3a8e1 fix(ci): fix website tests workflow (#565)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 10:17:09 -06:00
Darius CepulisandGitHub 56bfce8ae3 chore(root): add dependency graph to turbo dev and test tasks (#540) 2026-02-18 08:03:00 -06:00
Rahim 9f546618a2 chore(ci): add missing label workflow deps 2026-02-17 22:53:55 -08:00
1d6cc2b8c0 feat(site): add Mux health check action (#542)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 13:11:22 -06:00
Sam PottsandGitHub 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
b1c8022794 chore(site): audit and encode docs patterns (#535)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 14:04:55 -06:00
Darius Cepulis 84b7b0774a feat(site): add buffering indicator api reference
closes #532
closes #533
2026-02-13 09:24:04 -06:00
Darius Cepulis 961909b5f5 feat(site): add seek button api reference
closes #531
2026-02-13 09:08:42 -06:00