Claude
253beecbf9
feat(site): tailwind demo variants for util and controller references
...
Adds react/tailwind and html/tailwind demo variants for create-player,
html-create-player, player-controller, render-element, use-button,
use-player, and use-store, gated on the style preference via StyleCase.
Refs #840
https://claude.ai/code/session_01LUcwUd8E4Ekakp7NTFb6c5
2026-06-11 22:52:48 +00:00
Claude
48e47187be
feat(site): enable tailwind as a docs style preference
...
Adds 'tailwind' to FRAMEWORK_STYLES and STYLE_LABELS so the style
selector, StyleCase gating, and ?style= deep links support it.
Re-declares the stock Tailwind color/text tokens consumed by docs
demos in a dedicated @theme block (the site theme resets those
scales), and surfaces the existing Tailwind ejected-skin variants on
the customize-skins guide.
Refs #840
https://claude.ai/code/session_01LUcwUd8E4Ekakp7NTFb6c5
2026-06-11 22:51:34 +00:00
Ronald Urbina and GitHub
e10455aed7
fix(docs): replace <Controls /> with <Controls.Root> in code samples ( #1492 )
2026-06-11 11:22:39 -03:00
Renzo Delfino and GitHub
f90a700a00
feat(site): add pre-release docs banner on main.videojs.org ( #1575 )
2026-06-10 14:47:21 -03:00
Sam Potts and GitHub
62d0524b83
feat(core): lock fullscreen orientation ( #1656 )
2026-06-10 10:32:43 +10:00
Santiago Puppo and GitHub
24a78d253a
refactor(core): airplay button ( #1614 )
2026-06-03 13:54:28 -07:00
2a96b3c285
fix(site): cache shiki highlighters during dev HMR ( #1619 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-29 10:02:13 +10:00
Santiago Puppo and GitHub
338020e1d5
feat(packages): airplay button ( #1531 )
2026-05-27 10:22:31 -07:00
5f1c2370fa
chore: release main ( #1477 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19 12:48:40 -07:00
Darius Cepulis and GitHub
cbb8d0fe9c
fix(docs): improve agentic discovery of llms.txt and eject ( #1564 )
2026-05-19 11:36:16 -07:00
20e77d37fa
feat(packages): ship bundled markdown docs in html and react tarballs ( #1560 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-19 11:35:16 -07:00
Renzo Delfino and GitHub
7035407963
docs(site): use togglePaused in playback feature example ( #1522 )
2026-05-18 13:44:21 -03:00
c164c0a178
docs(site): fix feature export names in features and presets guides ( #1513 )
...
Co-authored-by: Darius Cepulis <dcepulis@mux.com >
Co-authored-by: Darius Cepulis <de.cepulis@gmail.com >
2026-05-18 13:37:59 -03:00
Ronald Urbina and GitHub
cc22f9fa81
fix(react): replace any with unknown in isRenderProp type guard ( #1500 )
2026-05-18 13:37:44 -03:00
ad515d3a24
docs(site): add "Why Video.js?" concept page ( #1526 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-13 11:30:06 -07:00
Ronald Urbina and GitHub
d4adc7c4fb
docs: fix grammar in features concept guide ( #1511 )
2026-05-11 16:44:56 -07:00
3ab26a296b
chore(site): upgrade astro to 6.3.1 ( #1499 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-05-11 14:16:04 -07:00
740ac66a3d
docs(site): add 'use client' to homepage React snippet ( #1529 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-11 10:56:50 +10:00
ddfd1f1d6a
docs(site): warn that bundled HTML installs need type="module" ( #1530 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-11 10:51:18 +10:00
Ronald Urbina and GitHub
94bb60c6e8
fix(site): add 'use client' to ejected skin Next.js output ( #1488 )
2026-04-29 17:00:04 +10:00
Sam Potts and GitHub
d0b36ed5b8
fix(icons): use icon exports in ejected skins ( #1489 )
2026-04-29 16:05:35 +10:00
Sam Potts and GitHub
8e2b7e4f6d
fix(ci): use biome to sort CSS properties ( #1490 )
2026-04-29 16:04:20 +10:00
cce48c01fa
chore: release main ( #1375 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-27 13:47:20 -07:00
Wesley Luyten and GitHub
e3d4ff9d68
feat(core): add liveEdgeStart and targetLiveWindow properties ( #1445 )
2026-04-27 12:40:07 -07:00
b830baee6b
docs(site): add how-to guide for building custom components ( #1008 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-27 13:22:34 -05:00
Darius Cepulis and GitHub
fa3a8f98a7
fix(site): exclude clientcode suspense fallback from llms and search ( #1467 )
2026-04-24 15:13:10 -05:00
Darius Cepulis and GitHub
85e28a5920
feat(packages): support cli:omit markers for llm-only doc content ( #1466 )
2026-04-24 14:56:44 -05:00
rahim and GitHub
84c9e540bd
chore(root): migrate typecheck to @typescript/native-preview (tsgo) ( #1400 )
2026-04-23 11:11:50 +10:00
c3984f74d1
fix(site): add astro check CI and reduce errors/hints ( #1109 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-22 10:18:05 -05:00
01c4c60848
fix(site): work around #1111 in create-player/player-controller demos ( #1403 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-22 08:57:59 -05:00
Wesley Luyten and GitHub
587c302fe5
feat(core): add HLS stream-type detection and live duration ( #1387 )
2026-04-21 20:27:54 -07:00
9ad66f9b27
fix(site): only report Sentry errors from deployed function runtime ( #1393 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-21 16:47:44 -05:00
37da3bf817
perf(site): trim site build time ( #1379 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-21 08:37:09 -05:00
Wesley Luyten and GitHub
413874c1e0
refactor(packages)!: rename cast to google-cast and remote-playback ( #1380 )
2026-04-20 15:50:16 -07:00
rahim and GitHub
5e9a02c851
fix(react): rename MediaGesture and MediaHotkey to Gesture and Hotkey ( #1374 )
2026-04-19 23:46:46 -07:00
Wesley Luyten and GitHub
000c54e16a
chore: release main ( #1353 )
2026-04-18 01:18:23 -07:00
Wesley Luyten and GitHub
31a005eeef
feat(packages): add chromecast support via remote playback API ( #1348 )
2026-04-17 14:51:16 -07:00
Darius Cepulis and GitHub
34c3907bcc
fix(site): preserve casing for code identifiers in doc titles and OG images ( #1347 )
2026-04-15 11:56:23 -05:00
961766d81d
feat(site): serve branded OG images dynamically ( #1345 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-15 11:49:35 -05: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
77faf060d4
chore: release main ( #1339 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-14 17:11:09 -05:00
c2cb16bd8b
chore: release main ( #1336 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-14 16:54:01 -05:00
da598b285a
chore: release main ( #1313 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-14 15:58:18 -05:00
7daec38b88
chore(site): preset pipeline — scan source directories instead of barrel files ( #1333 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-14 12:28:16 -05:00
d8cd59e0fd
chore(site): rewrite media element builder for MediaHost architecture ( #1334 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-14 12:26:29 -05:00
b731cba6ba
fix(site): update text link hover style to gold underline ( #1149 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-14 12:18:04 -05:00
24b8b77c8a
feat(cli): add @videojs/cli docs command for LLM-friendly installation ( #1214 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-14 11:07:49 -05:00
ddf5622b2f
fix(site): site accessibility rough edges ( #1330 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-14 09:50:53 -05:00
c4dfa3e49b
feat(site): add versioned docs infrastructure ( #1314 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-04-14 07:50:29 -05:00
rahim and GitHub
f893f0012b
refactor(site): replace BEM class names with @scope-based CSS isolation in demos ( #1315 )
2026-04-14 00:39:06 -07:00