From 31f0810be8cbb3cf37bc269812150795d81f3a4d Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Wed, 8 Jul 2026 22:15:49 -0700 Subject: [PATCH] chore: release v0.7.45 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- docs/changelog.mdx | 24 ++++++++++++++++++++++++ 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/lint/package.json | 2 +- packages/parsers/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-server/package.json | 2 +- packages/studio/package.json | 2 +- releases/v0.7.45.md | 23 +++++++++++++++++++++++ 18 files changed, 63 insertions(+), 16 deletions(-) create mode 100644 releases/v0.7.45.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6ecfe1497..0ad41911a 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.44", + "version": "0.7.45", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 196cbf54b..d9f86d0c7 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "hyperframes", - "version": "0.7.44", + "version": "0.7.45", "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 673a3f518..a9e81b7f3 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.44", + "version": "0.7.45", "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 7ba6d6691..921d5b083 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,30 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +SDK gains three exports (`getRootElements`, `isNewHostBoundary`, `bareId`) and a `serialize({ stripRuntime })` option, plus a fix for `data-start` relative-timing references that used to silently resolve to 0. Studio's storyboard, crop tool, and color grading also land this release. + +## Features + +- **Sdk:** Export getRootElements/isNewHostBoundary/bareId, fix relative data-start ([c1b8815cb](https://github.com/heygen-com/hyperframes/commit/c1b8815cb2d9f7299a12255bf74604f9f872c9b3)) +- **Studio:** Storyboard empty state with agent copy-prompt and skeleton preview ([0ac000181](https://github.com/heygen-com/hyperframes/commit/0ac000181e5809a27ea0e6b40cdfaffb6f4f8699), [#2091](https://github.com/heygen-com/hyperframes/pull/2091)) +- **Studio:** Always-on crop with reposition handle, drop crop mode ([623f91d6a](https://github.com/heygen-com/hyperframes/commit/623f91d6a1ccacc7f7834b5efa251c44b79f35a2), [#2090](https://github.com/heygen-com/hyperframes/pull/2090)) +- **Media Use:** Color grading — grade/lut resolve, smart-grade, grade-compare + compare ([57b3c7898](https://github.com/heygen-com/hyperframes/commit/57b3c7898783d8baec71cc55f39cee553a6f2534), [#2041](https://github.com/heygen-com/hyperframes/pull/2041)) + +## Fixes + +- **Sdk:** Address review feedback on getRootElements/serialize/getElementTimings PR ([4fb6068fa](https://github.com/heygen-com/hyperframes/commit/4fb6068fa1512901882f87c71b6e6a0fcea476eb)) +- **CLI:** Map zh to espeak-ng's cmn for Kokoro TTS synthesis ([995db68ad](https://github.com/heygen-com/hyperframes/commit/995db68ad08462f3e6f7eae5ae0d3e0b47af8dd0), [#2094](https://github.com/heygen-com/hyperframes/pull/2094)) +- **Core:** Scope sub-composition html/body styles to the composition box ([6f0b57d60](https://github.com/heygen-com/hyperframes/commit/6f0b57d60875945d7ec5dd4887b50ca5bf94ef3f), [#2089](https://github.com/heygen-com/hyperframes/pull/2089)) +- **CLI:** Map ggml model stem to whisper.cpp dotted DTW preset (fixes large-v3) ([8e04d0196](https://github.com/heygen-com/hyperframes/commit/8e04d0196945c5173923fb72ecc665d40d122adb), [#2086](https://github.com/heygen-com/hyperframes/pull/2086)) + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.44...v0.7.45). + +