diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index baa06cb4de..67bfda8043 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 capture for HyperFrames.", - "version": "0.8.32", + "version": "0.8.33", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 68c01f3103..c340dddaf3 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hyperframes", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.32", + "version": "0.8.33", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index b1d4b201c1..ec4ba344b1 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -3,7 +3,7 @@ "name": "hyperframes", "displayName": "HyperFrames by HeyGen", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.32", + "version": "0.8.33", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com" diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 3ea2eaf84d..958597f4ba 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -7,6 +7,20 @@ rss: true Recent HyperFrames releases, including user-facing features, fixes, and migration notes. {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Patch release: fixes static-frame dedup freezing motion driven by timeline `onUpdate` callbacks in tween-free windows. + +## Fixes + +- **Engine:** Detect `onUpdate` callbacks on timelines and exclude their spans from static-frame prediction; enable events during verification seeks so callback-driven motion is visible to the verifier ([1aaa35d07](https://github.com/heygen-com/hyperframes/commit/1aaa35d073), [#3794](https://github.com/heygen-com/hyperframes/pull/3794)). Fixes [#3793](https://github.com/heygen-com/hyperframes/issues/3793). + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.8.32...v0.8.33). + +