chore: release v0.7.2

This commit is contained in:
Miguel Ángel
2026-06-22 22:44:19 +00:00
parent 468f7ec35b
commit b8d6c4aa21
15 changed files with 54 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "hyperframes", "name": "hyperframes",
"description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
"version": "0.6.121", "version": "0.7.2",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
"email": "hyperframes@heygen.com", "email": "hyperframes@heygen.com",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "hyperframes", "name": "hyperframes",
"version": "0.6.121", "version": "0.7.2",
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json", "$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json",
"name": "hyperframes", "name": "hyperframes",
"displayName": "HyperFrames by HeyGen", "displayName": "HyperFrames by HeyGen",
"version": "0.6.121", "version": "0.7.2",
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
+21
View File
@@ -8,6 +8,27 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */} {/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
<Update
label="HyperFrames v0.7.2"
description="Released - 2026-06-22"
tags={["Release", "Compiler", "Producer", "Engine"]}
>
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](https://github.com/heygen-com/hyperframes/commit/468f7ec35b823e281590fc6967ea1a6ee86a5789), [#1655](https://github.com/heygen-com/hyperframes/pull/1655))
- **Producer:** Capture page-side shader composites via screenshot ([8c13a726](https://github.com/heygen-com/hyperframes/commit/8c13a72696c47d1435d1f4ec80d58cc78a59779a), [#1656](https://github.com/heygen-com/hyperframes/pull/1656))
- **Producer:** Split capture average timing ([4976b5e0](https://github.com/heygen-com/hyperframes/commit/4976b5e0362e7bf6d49eea8b7b5a7b8addf8ed43), [#1657](https://github.com/heygen-com/hyperframes/pull/1657))
- **Engine:** Remove -shortest from muxVideoWithAudio (#1648) ([e9957eca](https://github.com/heygen-com/hyperframes/commit/e9957ecaf46902eaadc1a8139e4961c85307e5b6), [#1650](https://github.com/heygen-com/hyperframes/pull/1650))
## Internal
- **Producer:** Add stream duration parity check to regression harness ([60d3eeb1](https://github.com/heygen-com/hyperframes/commit/60d3eeb1f7f59787b77bbce08df987ed59bfd87d), [#1652](https://github.com/heygen-com/hyperframes/pull/1652))
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.1...v0.7.2).
</Update>
<Update <Update
label="HyperFrames v0.7.1" label="HyperFrames v0.7.1"
description="Released - 2026-06-22" description="Released - 2026-06-22"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/aws-lambda", "name": "@hyperframes/aws-lambda",
"version": "0.7.1", "version": "0.7.2",
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.", "description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/cli", "name": "@hyperframes/cli",
"version": "0.7.1", "version": "0.7.2",
"description": "HyperFrames CLI — create, preview, and render HTML video compositions", "description": "HyperFrames CLI — create, preview, and render HTML video compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/core", "name": "@hyperframes/core",
"version": "0.7.1", "version": "0.7.2",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/engine", "name": "@hyperframes/engine",
"version": "0.7.1", "version": "0.7.2",
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)", "description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/gcp-cloud-run", "name": "@hyperframes/gcp-cloud-run",
"version": "0.7.1", "version": "0.7.2",
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.", "description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/player", "name": "@hyperframes/player",
"version": "0.7.1", "version": "0.7.2",
"description": "Embeddable web component for HyperFrames compositions", "description": "Embeddable web component for HyperFrames compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/producer", "name": "@hyperframes/producer",
"version": "0.7.1", "version": "0.7.2",
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API", "description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/sdk", "name": "@hyperframes/sdk",
"version": "0.7.1", "version": "0.7.2",
"description": "Headless, framework-neutral HyperFrames composition editing engine", "description": "Headless, framework-neutral HyperFrames composition editing engine",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/shader-transitions", "name": "@hyperframes/shader-transitions",
"version": "0.7.1", "version": "0.7.2",
"description": "WebGL shader transitions for HyperFrames compositions", "description": "WebGL shader transitions for HyperFrames compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/studio", "name": "@hyperframes/studio",
"version": "0.7.1", "version": "0.7.2",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
+20
View File
@@ -0,0 +1,20 @@
# 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](https://github.com/heygen-com/hyperframes/commit/468f7ec35b823e281590fc6967ea1a6ee86a5789), [#1655](https://github.com/heygen-com/hyperframes/pull/1655))
- **Producer:** Capture page-side shader composites via screenshot ([8c13a726](https://github.com/heygen-com/hyperframes/commit/8c13a72696c47d1435d1f4ec80d58cc78a59779a), [#1656](https://github.com/heygen-com/hyperframes/pull/1656))
- **Producer:** Split capture average timing ([4976b5e0](https://github.com/heygen-com/hyperframes/commit/4976b5e0362e7bf6d49eea8b7b5a7b8addf8ed43), [#1657](https://github.com/heygen-com/hyperframes/pull/1657))
- **Engine:** Remove -shortest from muxVideoWithAudio (#1648) ([e9957eca](https://github.com/heygen-com/hyperframes/commit/e9957ecaf46902eaadc1a8139e4961c85307e5b6), [#1650](https://github.com/heygen-com/hyperframes/pull/1650))
## Internal
- **Producer:** Add stream duration parity check to regression harness ([60d3eeb1](https://github.com/heygen-com/hyperframes/commit/60d3eeb1f7f59787b77bbce08df987ed59bfd87d), [#1652](https://github.com/heygen-com/hyperframes/pull/1652))
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.1...v0.7.2