Commit Graph
655 Commits
Author SHA1 Message Date
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6e68eca69a chore: release main (#839)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@videojs/core@10.0.0-alpha.11 @videojs/utils@10.0.0-alpha.11 @videojs/react@10.0.0-alpha.11 @videojs/element@10.0.0-alpha.11 @videojs/spf@10.0.0-alpha.11 @videojs/store@10.0.0-alpha.11 @videojs/icons@10.0.0-alpha.11 @videojs/html@10.0.0-alpha.11
2026-03-10 10:03:41 -05:00
32b1299be1 fix(spf): add missing repository field (#844)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 10:02:48 -05:00
Christian PillsburyandGitHub 4bd287515f feat(spf): basic ManagedMediaSource support for Safari (#843) 2026-03-10 07:56:54 -07:00
Christian PillsburyandGitHub f50d509749 fix(spf): fix async teardown leaks and recreate engine on src change (#841) 2026-03-10 07:43:20 -07:00
Christian PillsburyandGitHub 54f71d62aa fix(spf): prefer MediaSource over ManagedMediaSource (#838) 2026-03-10 07:24:47 -07:00
Christian PillsburyandGitHub 71b5b415c5 fix(spf) subtitle change reactions (#835) 2026-03-10 07:12:29 -07:00
Steve HeffernanandGitHub dff4c72751 docs: v10 beta blog post (#811) 2026-03-10 09:11:20 -05:00
efb2f8ff10 fix(site): use MUX_URL const with UTM params for mux.com links (#833)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 08:57:45 -05:00
Christian PillsburyandGitHub 2b8b19bf31 build: force release please, please (#829) 2026-03-10 06:17:49 -07:00
rahimandGitHub 5509ca2e90 fix(site): correct homepage download comparison (#823) 2026-03-10 02:45:45 -07:00
rahimandGitHub a8e58c7e32 docs: use Audio/Video labels on installation page (#824) 2026-03-10 02:34:08 -07:00
rahimandGitHub 7463d20cd1 docs: show HTML attribute name in API prop details (#817) 2026-03-10 02:32:12 -07:00
rahimandGitHub 9598ee2848 docs: add 'use client' to React install example (#825) 2026-03-10 02:27:48 -07:00
rahimandGitHub 4cf69561c2 docs: use framework exports in player API examples (#821) 2026-03-10 02:11:02 -07:00
rahimandGitHub 09163b8206 docs: fix install tab label casing (#822) 2026-03-10 02:07:10 -07:00
rahimandGitHub edc1624353 site: add default Mux sources to home and installation snippets (#815) 2026-03-10 02:06:38 -07:00
rahimandGitHub a54b5df2b9 docs: add mux.com links in install/docs (#819) 2026-03-10 02:03:26 -07:00
rahimandGitHub 4c37c2bc9b docs: move videojs CSS imports to top in React snippets (#818) 2026-03-10 02:02:33 -07:00
rahimandGitHub bdd4afba0c docs(site): remove TODO placeholders from installation copy (#820) 2026-03-10 02:02:20 -07:00
rahimandGitHub 22fc1580fe docs: remove spread from videoFeatures examples (#816) 2026-03-10 02:02:05 -07:00
github-actions[bot]GitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
db086a4490 chore: release main (#765)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@videojs/utils@10.0.0-alpha.10 @videojs/spf@10.0.0-alpha.10 @videojs/store@10.0.0-alpha.10 @videojs/react@10.0.0-alpha.10 @videojs/icons@10.0.0-alpha.10 @videojs/core@10.0.0-alpha.10 @videojs/element@10.0.0-alpha.10 @videojs/html@10.0.0-alpha.10
2026-03-10 00:12:30 -07:00
rahimandGitHub cd019cbbf2 fix(slider): keep pointer position after pointerleave (#807) 2026-03-09 22:20:52 -07:00
rahimandGitHub 747d15910b fix(core): use composedPath for popover outside-click detection (#806) 2026-03-09 21:33:34 -07:00
rahimandGitHub bd4e47b783 chore: fix repo biome lint errors (#804) 2026-03-09 21:10:18 -07:00
rahimandGitHub 5f729ed904 fix(site): allow exact tumblr image URL (#803) 2026-03-09 21:00:42 -07:00
98e390f7ee docs(site): React API reference styling sections use correct selectors (#785)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 20:26:00 -07:00
Sam PottsandGitHub f98ddc97bc chore(skin): refactor tooltip/popover styles/classnames (#801) 2026-03-10 14:22:29 +11:00
Christian PillsburyandGitHub afe149f8de chore(sandbox): adding spf/simple-hls-video + filtering to only include CMAF/fmp4 sources (#802) 2026-03-09 20:19:42 -07:00
f6c1b51f13 chore: gitignore .claude/settings.local.json (#770)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 19:51:59 -07:00
6b6566e254 feat(skin): port tooltip styling from tech preview (#800)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 13:48:23 +11:00
rahimandGitHub c605df50f6 fix(core): optimistic current time update on seek to prevent slider snap-back (#799) 2026-03-09 19:45:00 -07:00
Christian PillsburyandGitHub e417ec3419 chore(sandbox): add hls-video to new sandbox setup (NOTE: hls-video H… (#798) 2026-03-09 19:04:06 -07:00
Christian PillsburyandGitHub c8a4a5990d build(spf): add spf to release please config (#796) 2026-03-09 18:05:32 -07:00
27a3993fb2 feat(spf): initial push of SPF (#784)
Co-authored-by: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
2026-03-09 17:32:24 -07:00
9ce183595a fix(site): use Consent Mode v2 for cookieless Google Analytics (#795)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 19:18:45 -05:00
ead03d76c4 feat(site): add legacy docs banner and v8 links (#786)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 19:17:09 -05:00
Sam PottsandGitHub 732d509b11 fix(sandbox): use simpler web storage hook (#794) 2026-03-10 11:00:51 +11:00
rahimandGitHub d37dc3d900 chore(packages): remove tech-preview package (#793) 2026-03-09 16:39:26 -07:00
bf17de7d9d Update the privacy policy after lawyer review, GA cookieless mode (#787)
Co-authored-by: Darius Cepulis <dcepulis@mux.com>
2026-03-09 18:23:09 -05:00
2641d13812 feat(site): add cookieless Google Analytics (#788)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 18:21:25 -05:00
Darius CepulisandGitHub fb0a9b50c1 fix(site): handle remote image URLs in Img component (#789) 2026-03-09 18:19:35 -05:00
5f6b1c8e53 Add /support page, centralize Mux URLs (#783)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 16:38:39 -05:00
43711315cd feat(sandbox): dark mode support and template entry files (#781)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 07:39:39 +11:00
Darius CepulisandGitHub b081b7f7ff feat(site): darker dark mode footer (#780) 2026-03-09 15:23:36 -05:00
rahimandGitHub d53e239b7b fix(html): thumb edge alignment jump (#766) 2026-03-09 13:14:28 -07:00
Wesley LuytenandGitHub dc84216de5 docs: add captions button (#777) 2026-03-09 14:55:44 -05:00
rahimandGitHub c20d884932 fix(core): prevent slider track click from closing popover (#776) 2026-03-09 11:51:47 -07:00
Darius CepulisandGitHub f6a4fc7887 fix(site): rebrand polish (#775) 2026-03-09 13:49:30 -05:00
Sam PottsandGitHub b4e01250b4 feat(sandbox): rebuild sandbox with shell UI and expanded templates (#773) 2026-03-09 14:20:53 +11:00
d751fdabea feat(skin): add audio skins for HTML and React presets (#772)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 12:12:49 +11:00