chore: release v0.7.9

This commit is contained in:
Miguel Angel Simon Sierra
2026-06-25 21:32:51 -04:00
parent 226a741c9d
commit 8db190dd43
15 changed files with 44 additions and 13 deletions
+16
View File
@@ -8,6 +8,22 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
<Update
label="HyperFrames v0.7.9"
description="Released - 2026-06-26"
tags={["Release", "Studio", "Core", "Engine"]}
>
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).
</Update>
<Update
label="HyperFrames v0.7.8"
description="Released - 2026-06-25"