Releases: heygen-com/hyperframes
v0.7.5
HyperFrames v0.7.5
Released on 2026-06-24.
This stable release fixes cross-origin player readiness so hosted HyperFrames
previews can play through the runtime bridge without app-origin blob wrappers.
It also improves render robustness by retrying transient producer probe crashes
and preventing visible GSAP transition overlays from leaking into output.
Fixes
- Player: Treat runtime timeline as cross-origin ready (ea23e630, #1690)
- Producer: Retry probe stage on transient browser errors (546b2d77, #1688)
- Flag visible GSAP transition overlays (899b8faa, #1686)
Full changelog
v0.7.4
HyperFrames v0.7.4
Released on 2026-06-24.
This stable release improves render reliability and skill authoring: producer duration
now falls back to sub-composition timing, empty sub-composition files no longer abort
renders, and Studio timeline styling handles missing tags safely. It also ships
music-to-video workflow updates, per-skill telemetry, and clearer CLI install/debug
guidance.
Features
- CLI: Per-skill usage telemetry (4961e4e4)
- Skills: Unify bgm-to-video flows into music-to-video (a34d3dba)
- Skills: Add bgm-to-video skill (d596379e)
- Skills: Guide install when a matched workflow isn't installed (08328b04, #1647)
Fixes
- Producer: Derive duration from sub-composition timing when root has no data-duration (45a9440c, #1680)
- Core: Skip empty sub-composition files instead of aborting render (656c1200, #1678)
- Studio: Guard against null tag in timeline track style (d4aa5f93, #1679)
- CLI: Improve whisper-cpp install guidance and add doctor check (344618e2, #1681)
- Engine: Restore fast screenshot path for viewport captures (f622e5a7, #1670)
- CLI: Install skills into project dir on non-interactive init (bf4f34b3, #1671)
- CLI: Expose render debug mode (7133c396)
- Unblock music video ci checks (5d1bff51)
- Producer: Store css-var-fonts baseline as raw binary, not LFS pointer (119284d3)
- Producer: Restore css-var-fonts regression baseline (f012b8b8)
- Lint: Catch CSS↔GSAP transform conflicts in scoped selectors and frame sub-compositions (9ccae863)
Docs & Examples
- Skills: Add music-source brief to music-to-video Step 0 (7a464689)
- Skills: Register music-to-video in the hyperframes router (44b04324)
- Skills: Add beat-synced montage authoring recipe (0dcf914e)
Catalog
- Refine music-to-video planning catalogs (a23ca348)
Internal
- Lint: Keep the fallow audit gate green (4a8e2f1c)
Other Changes
- Merge pull request #1672 from heygen-com/fix/skill-authoring-fixes (26810856)
- Skills: Apply oxfmt to music-to-video and router docs (265b0273)
Full changelog
v0.7.3
HyperFrames v0.7.3
Released on 2026-06-23.
This stable release fixes a production render visibility leak where timed descendants could remain visible after their parent clip ended. It also includes producer render performance cleanup and documentation coverage for package entrypoints.
Fixes
Performance
Docs & Examples
Full changelog
v0.7.2
HyperFrames v0.7.2
Released on 2026-06-22.
Fixes several production-rendering edge cases: shader transitions now survive the producer capture path, audio muxing preserves full stream duration, and CSS variable font declarations no longer trip deterministic font resolution.
Fixes
- Compiler: Skip CSS var() in font resolver (468f7ec3, #1655)
- Producer: Capture page-side shader composites via screenshot (8c13a726, #1656)
- Producer: Split capture average timing (4976b5e0, #1657)
- Engine: Remove -shortest from muxVideoWithAudio (#1648) (e9957eca, #1650)
Internal
Full changelog
v0.7.1
Fixes gesture recording selection sync and video-heavy render base64 frame injection.
v0.7.0
Studio GSAP keyframe and motion-path editing, instant flicker-free manual editing, sub-composition rendering fixes, and frame-preset foundation for skills.
v0.6.122-alpha.0
What's Changed
Other Changes
- fix(skills): reject empty or partial scene files at assembly time by @miguel-heygen in #1629
Full Changelog: v0.6.121...v0.6.122-alpha.0
v0.6.121
HyperFrames v0.6.121
Released on 2026-06-21.
This hotfix restores hyperframes skills on Windows by invoking npm's npx.cmd
shim through cmd.exe, while preserving direct npx execution on Linux and macOS.
The same resolver also covers the local Studio preview's npx vite path and is
verified by CI on all three operating systems.
Fixes
Full changelog
v0.6.120
HyperFrames v0.6.120
Released on 2026-06-21.
This hotfix restores Node-compatible package entrypoints for published HyperFrames
packages, so npm consumers load built JavaScript and declaration files instead of
source TypeScript. It also improves page-side rendering so shader transitions paint
correctly and final-scene content remains visible through the end of the render.
Fixes
- Publish Node-compatible package entrypoints (2612b9bd, #1622)
- Shader Transitions: Page-side render dropped shader transitions and final-scene content (a85a507c)
Full changelog
v0.6.119
HyperFrames v0.6.119
Released on 2026-06-21.
This hotfix makes slideshow presenter decks more reliable when they contain interactive
media. Presenter and audience views now keep media controls, muted autoplay fallback,
global mute, editable speaker notes, and first-load navigation chrome in sync.