HyperFrames v0.8.43
By Steven Van ·
Portrait compositions render in full, a new lint check catches size drift before render, and render telemetry gets more detail.
HyperFrames v0.8.43 fixes a rendering bug where a portrait composition (for example 1080x1920) built in a project scaffolded landscape only rendered its top 1080px, with page background showing below. Portrait compositions now render the full frame.
- A new root_dimensions_mismatch lint warning fires when a composition root's data-width/data-height disagree with the html, body CSS size or the viewport meta, so the drift shows up in lint and check before a render. It can also fire on sub-compositions saved as full HTML documents even though the parent composition sizes them correctly; that false positive is slated for the next patch.
- Docs search now shows the correct catalog source file name instead of [object Object], after a fix to how "Source" accordion titles are generated.
- Render telemetry gains detail: render_complete events now include a per-element-tag count plus aroll_video_count and heygen_video_count, and render_error events add error_name and failed_stage_code.
HyperFrames
Open-source framework for rendering HTML compositions into MP4 videos, built for AI agents and automated pipelines.
View HyperFrames →