From 8db190dd43fdccdded89bee8ab1cea77054a3882 Mon Sep 17 00:00:00 2001 From: Miguel Angel Simon Sierra Date: Thu, 25 Jun 2026 21:32:51 -0400 Subject: [PATCH] chore: release v0.7.9 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- docs/changelog.mdx | 16 ++++++++++++++++ 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.9.md | 15 +++++++++++++++ 15 files changed, 44 insertions(+), 13 deletions(-) create mode 100644 releases/v0.7.9.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5f24b129e..fea24b26d 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.8", + "version": "0.7.9", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index bf9469b19..fc92de7f6 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hyperframes", - "version": "0.7.8", + "version": "0.7.9", "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 d0dc97986..b14e56cbe 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.8", + "version": "0.7.9", "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 dabf58d2d..10e47ea21 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,22 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +A reliability release for Studio authoring: Enable-keyframes now works (and auto-tracks endpoints) on statically-positioned elements backed by a global `gsap.set`, and manually dragging such elements no longer flings them off-canvas — the position is migrated cleanly onto GSAP. Rounded out with composition-lint and clip hold-frame fixes. + +## Fixes + +- **Studio:** Enable keyframes works (and auto-tracks) on elements with a global gsap.set ([226a741c](https://github.com/heygen-com/hyperframes/commit/226a741c9dd282a4a4aa88d173bc0a5cfd0f8ea9), [#1728](https://github.com/heygen-com/hyperframes/pull/1728)) +- **Core:** Lint leaked head text in compositions ([bafed1fc](https://github.com/heygen-com/hyperframes/commit/bafed1fc9a913f5f9b58bb6f48b354859e810d8b), [#1727](https://github.com/heygen-com/hyperframes/pull/1727)) +- **Engine:** Hold last frame when a clip's media is shorter than its slot ([92385711](https://github.com/heygen-com/hyperframes/commit/92385711dccbe89a6673357a6f39da7379d68528), [#1726](https://github.com/heygen-com/hyperframes/pull/1726)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.8...v0.7.9). + +