chore: release v0.7.106 (#3197)

This commit is contained in:
Miguel Ángel
2026-08-10 22:53:34 -04:00
committed by GitHub
parent 0156b5688d
commit c9dd8413c3
18 changed files with 95 additions and 16 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"
+40
View File
@@ -8,6 +8,46 @@ 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.106"
description="Released - 2026-08-11"
tags={["Release", "Catalog", "CLI", "Registry"]}
>
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-032026-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).
</Update>
<Update
label="HyperFrames v0.7.105"
description="Released - 2026-08-10"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/aws-lambda",
"version": "0.7.105",
"version": "0.7.106",
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/cli",
"version": "0.7.105",
"version": "0.7.106",
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
"license": "Apache-2.0",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/core",
"version": "0.7.105",
"version": "0.7.106",
"description": "",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/engine",
"version": "0.7.105",
"version": "0.7.106",
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/gcp-cloud-run",
"version": "0.7.105",
"version": "0.7.106",
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/lint",
"version": "0.7.105",
"version": "0.7.106",
"repository": {
"type": "git",
"url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/parsers",
"version": "0.7.105",
"version": "0.7.106",
"repository": {
"type": "git",
"url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/player",
"version": "0.7.105",
"version": "0.7.106",
"description": "Embeddable web component for HyperFrames compositions",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/producer",
"version": "0.7.105",
"version": "0.7.106",
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/sdk",
"version": "0.7.105",
"version": "0.7.106",
"description": "Headless, framework-neutral HyperFrames composition editing engine",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/shader-transitions",
"version": "0.7.105",
"version": "0.7.106",
"description": "WebGL shader transitions for HyperFrames compositions",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/studio-server",
"version": "0.7.105",
"version": "0.7.106",
"repository": {
"type": "git",
"url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/studio",
"version": "0.7.105",
"version": "0.7.106",
"description": "",
"repository": {
"type": "git",
+39
View File
@@ -0,0 +1,39 @@
# HyperFrames v0.7.106
Released on 2026-08-11.
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-032026-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)).
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.105...v0.7.106