From 649c2163947cd40b499566f0fa312d98e65bf092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Wed, 24 Jun 2026 04:41:56 +0000 Subject: [PATCH] chore: release v0.7.5 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- docs/changelog.mdx | 19 +++++++++++++++++++ packages/aws-lambda/package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/engine/package.json | 2 +- packages/gcp-cloud-run/package.json | 2 +- packages/player/package.json | 2 +- packages/producer/package.json | 2 +- packages/sdk/package.json | 2 +- packages/shader-transitions/package.json | 2 +- packages/studio/package.json | 2 +- releases/v0.7.5.md | 18 ++++++++++++++++++ 15 files changed, 50 insertions(+), 13 deletions(-) create mode 100644 releases/v0.7.5.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7be6e7b51..35990137b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "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.", - "version": "0.7.4", + "version": "0.7.5", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 26fab65be..0b38973ed 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hyperframes", - "version": "0.7.4", + "version": "0.7.5", "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": { "name": "HeyGen", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index b00d918ad..c24c1caf9 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json", "name": "hyperframes", "displayName": "HyperFrames by HeyGen", - "version": "0.7.4", + "version": "0.7.5", "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": { "name": "HeyGen", diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 2c8a9c6d4..a01cbe7f2 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,25 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +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](https://github.com/heygen-com/hyperframes/commit/ea23e6309f5516897cebe6b95b1157d703de8dee), [#1690](https://github.com/heygen-com/hyperframes/pull/1690)) +- **Producer:** Retry probe stage on transient browser errors ([546b2d77](https://github.com/heygen-com/hyperframes/commit/546b2d770bdc7e02d5c834f786c098f7d40f2749), [#1688](https://github.com/heygen-com/hyperframes/pull/1688)) +- Flag visible GSAP transition overlays ([899b8faa](https://github.com/heygen-com/hyperframes/commit/899b8faa1203c4fb95ed39a38896426311312f22), [#1686](https://github.com/heygen-com/hyperframes/pull/1686)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.4...v0.7.5). + +