diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7a52bdf716..185231caf3 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.7.105", + "version": "0.7.106", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 78e6396ea4..83bd7afb43 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.7.105", + "version": "0.7.106", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index ac7165a93c..9bc405e68d 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.7.105", + "version": "0.7.106", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com" diff --git a/docs/changelog.mdx b/docs/changelog.mdx index e9b5d8f285..7de62ce045 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,46 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Catalog pages now play the real composition in the player instead of a recorded video. The sidebar groups 358 items under eight sections you can open. + +Every item with variables gets a panel you can change. The preview rebuilds with your values, a link keeps them, and the install command copies with them attached. Reinstalling an item no longer overwrites your edits. + +## Fixes + +- **Studio:** Read the rotate property when measuring an element's angle ([3e5be0e8c](https://github.com/heygen-com/hyperframes/commit/3e5be0e8c30812e45d302f24dc5aecd3d135ef04), [#3163](https://github.com/heygen-com/hyperframes/pull/3163)). + +## Docs & Examples + +- **Changelog:** Weekly digest 2026-08-03–2026-08-10 ([945988d61](https://github.com/heygen-com/hyperframes/commit/945988d61facb36ae1a7e27519db2acb3c84fced), [#3154](https://github.com/heygen-com/hyperframes/pull/3154)). +- **Studio:** Write down what Studio does not tell you about itself ([604f02b31](https://github.com/heygen-com/hyperframes/commit/604f02b31a4e5950262066cf39adbc01d65bbade), [#3165](https://github.com/heygen-com/hyperframes/pull/3165)). + +## Catalog + +- **Catalog:** Put the variables panel back, on payloads ([1ae2067b8](https://github.com/heygen-com/hyperframes/commit/1ae2067b8da54555889f09f05b826fc791c5ec4c), [#3199](https://github.com/heygen-com/hyperframes/pull/3199)). +- **Catalog:** Group the sidebar by what you came to make ([ce18acf07](https://github.com/heygen-com/hyperframes/commit/ce18acf075d56e44ebe6382edffc8f3baa96c2c8), [#3194](https://github.com/heygen-com/hyperframes/pull/3194)). +- **CLI:** Keep your edits when you reinstall a catalog item ([0c33b2dc7](https://github.com/heygen-com/hyperframes/commit/0c33b2dc7ab711ebd9c124ce44535d36d47da748), [#3193](https://github.com/heygen-com/hyperframes/pull/3193)). +- **Registry:** Bring back the video-primitive moves ([9734578e6](https://github.com/heygen-com/hyperframes/commit/9734578e6065d6dec8993c4e30a978263c3eaa8b), [#3169](https://github.com/heygen-com/hyperframes/pull/3169)). +- **Catalog:** Keep the recorded video for canvas drawElement previews ([0f7630519](https://github.com/heygen-com/hyperframes/commit/0f763051910f9b38ada67a0f3699a0a75f00b22a), [#3171](https://github.com/heygen-com/hyperframes/pull/3171)). +- **Catalog:** Resolve assets a script loads by name ([470f802d9](https://github.com/heygen-com/hyperframes/commit/470f802d9f387b0a6e77e25d0b199bf9c16e68f0), [#3170](https://github.com/heygen-com/hyperframes/pull/3170)). +- **Catalog:** Play the real composition on catalog pages ([536165b6e](https://github.com/heygen-com/hyperframes/commit/536165b6ef1ad2fbd5d799a4a43fe0f31495852f), [#3168](https://github.com/heygen-com/hyperframes/pull/3168)). +- **Media Use:** Derive provider cost tier from the registry ([6de29f5be](https://github.com/heygen-com/hyperframes/commit/6de29f5beabf29545c1c70e97530d4cf24542c5b), [#3155](https://github.com/heygen-com/hyperframes/pull/3155)). + +## Internal + +- Regenerate the skills manifest ([0156b5688](https://github.com/heygen-com/hyperframes/commit/0156b5688da70690770ec8dd5253482d0b82c7df), [#3203](https://github.com/heygen-com/hyperframes/pull/3203)). + +## Other Changes + +- **Studio:** Format AGENTS.md ([a58ebf610](https://github.com/heygen-com/hyperframes/commit/a58ebf610bc56dcced7505c706e031cc8fd36d3c), [#3167](https://github.com/heygen-com/hyperframes/pull/3167)). + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.105...v0.7.106). + +