mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hyperframes",
|
"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.",
|
"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.63",
|
"version": "0.7.64",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "HeyGen",
|
"name": "HeyGen",
|
||||||
"email": "hyperframes@heygen.com",
|
"email": "hyperframes@heygen.com",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hyperframes",
|
"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.",
|
"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.63",
|
"version": "0.7.64",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "HeyGen",
|
"name": "HeyGen",
|
||||||
"email": "hyperframes@heygen.com",
|
"email": "hyperframes@heygen.com",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"name": "hyperframes",
|
"name": "hyperframes",
|
||||||
"displayName": "HyperFrames by HeyGen",
|
"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.",
|
"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.63",
|
"version": "0.7.64",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "HeyGen",
|
"name": "HeyGen",
|
||||||
"email": "hyperframes@heygen.com"
|
"email": "hyperframes@heygen.com"
|
||||||
|
|||||||
@@ -8,6 +8,34 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
|
|||||||
|
|
||||||
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
|
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
|
||||||
|
|
||||||
|
<Update
|
||||||
|
label="HyperFrames v0.7.64"
|
||||||
|
description="Released - 2026-07-18"
|
||||||
|
tags={["Release", "Studio", "Lint", "Core"]}
|
||||||
|
>
|
||||||
|
Studio editing is more predictable: multi-selection drags now keep composition positions in sync,
|
||||||
|
and Acorn-based atomic cuts stay isolated from Recast behind explicit operation-family gates.
|
||||||
|
Preview and render compilation now share a semantic-parity contract, while local `.scratch` files
|
||||||
|
no longer pollute lint runs.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
- **Studio:** Keep composition multi-drag positions in sync ([f7911d10b](https://github.com/heygen-com/hyperframes/commit/f7911d10b0a7deac6fe4630947b53434d237ad21), [#2629](https://github.com/heygen-com/hyperframes/pull/2629))
|
||||||
|
- **Lint:** Ignore local .scratch directories in oxlint ([452e9074f](https://github.com/heygen-com/hyperframes/commit/452e9074f413677b0040c7ea231dacf3f0470c0e), [#2624](https://github.com/heygen-com/hyperframes/pull/2624))
|
||||||
|
- **Studio:** Keep atomic Acorn splits Recast-free ([8dd7e3dfc](https://github.com/heygen-com/hyperframes/commit/8dd7e3dfc57dd1f44f50818cd9eea5225edd0ec0))
|
||||||
|
- **Studio:** Read writer environment explicitly ([022e260ac](https://github.com/heygen-com/hyperframes/commit/022e260ac3096fd4826e14e1924aba2cfd1a84c6))
|
||||||
|
- **Studio:** Select writer for atomic cuts ([710a8f1db](https://github.com/heygen-com/hyperframes/commit/710a8f1db2568b078a894ccfde87a07aefcecab8))
|
||||||
|
|
||||||
|
## Internal
|
||||||
|
|
||||||
|
- **Core:** Own edit protocol contract ([562544f68](https://github.com/heygen-com/hyperframes/commit/562544f68de4f769cdb1faac633b7c8341dbd0fb))
|
||||||
|
- **Compiler:** Enforce preview render parity ([f0956e594](https://github.com/heygen-com/hyperframes/commit/f0956e59447de4bf1f02fcc3f765ac8461edd00b))
|
||||||
|
- **Studio:** Gate SDK operation families ([38c2d0693](https://github.com/heygen-com/hyperframes/commit/38c2d069333e0d6deae746de970539e8a4d94a5d))
|
||||||
|
- **Studio:** Gate Acorn writer migration ([43788c6dd](https://github.com/heygen-com/hyperframes/commit/43788c6dda35badd9333f53a91c5e88f56d502be))
|
||||||
|
|
||||||
|
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.63...v0.7.64).
|
||||||
|
</Update>
|
||||||
|
|
||||||
<Update
|
<Update
|
||||||
label="HyperFrames v0.7.63"
|
label="HyperFrames v0.7.63"
|
||||||
description="Released - 2026-07-18"
|
description="Released - 2026-07-18"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/aws-lambda",
|
"name": "@hyperframes/aws-lambda",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
|
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/cli",
|
"name": "@hyperframes/cli",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
|
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/core",
|
"name": "@hyperframes/core",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/engine",
|
"name": "@hyperframes/engine",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
|
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/gcp-cloud-run",
|
"name": "@hyperframes/gcp-cloud-run",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
|
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/lint",
|
"name": "@hyperframes/lint",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/heygen-com/hyperframes",
|
"url": "https://github.com/heygen-com/hyperframes",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/parsers",
|
"name": "@hyperframes/parsers",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/heygen-com/hyperframes",
|
"url": "https://github.com/heygen-com/hyperframes",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/player",
|
"name": "@hyperframes/player",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "Embeddable web component for HyperFrames compositions",
|
"description": "Embeddable web component for HyperFrames compositions",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/producer",
|
"name": "@hyperframes/producer",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
|
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/sdk",
|
"name": "@hyperframes/sdk",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "Headless, framework-neutral HyperFrames composition editing engine",
|
"description": "Headless, framework-neutral HyperFrames composition editing engine",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/shader-transitions",
|
"name": "@hyperframes/shader-transitions",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "WebGL shader transitions for HyperFrames compositions",
|
"description": "WebGL shader transitions for HyperFrames compositions",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/studio-server",
|
"name": "@hyperframes/studio-server",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/heygen-com/hyperframes",
|
"url": "https://github.com/heygen-com/hyperframes",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hyperframes/studio",
|
"name": "@hyperframes/studio",
|
||||||
"version": "0.7.63",
|
"version": "0.7.64",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
# HyperFrames v0.7.64
|
||||||
|
|
||||||
|
Released on 2026-07-18.
|
||||||
|
|
||||||
|
Studio editing is more predictable: multi-selection drags now keep composition positions in sync,
|
||||||
|
and Acorn-based atomic cuts stay isolated from Recast behind explicit operation-family gates.
|
||||||
|
Preview and render compilation now share a semantic-parity contract, while local `.scratch` files
|
||||||
|
no longer pollute lint runs.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
- **Studio:** Keep composition multi-drag positions in sync ([f7911d10b](https://github.com/heygen-com/hyperframes/commit/f7911d10b0a7deac6fe4630947b53434d237ad21), [#2629](https://github.com/heygen-com/hyperframes/pull/2629))
|
||||||
|
- **Lint:** Ignore local .scratch directories in oxlint ([452e9074f](https://github.com/heygen-com/hyperframes/commit/452e9074f413677b0040c7ea231dacf3f0470c0e), [#2624](https://github.com/heygen-com/hyperframes/pull/2624))
|
||||||
|
- **Studio:** Keep atomic Acorn splits Recast-free ([8dd7e3dfc](https://github.com/heygen-com/hyperframes/commit/8dd7e3dfc57dd1f44f50818cd9eea5225edd0ec0))
|
||||||
|
- **Studio:** Read writer environment explicitly ([022e260ac](https://github.com/heygen-com/hyperframes/commit/022e260ac3096fd4826e14e1924aba2cfd1a84c6))
|
||||||
|
- **Studio:** Select writer for atomic cuts ([710a8f1db](https://github.com/heygen-com/hyperframes/commit/710a8f1db2568b078a894ccfde87a07aefcecab8))
|
||||||
|
|
||||||
|
## Internal
|
||||||
|
|
||||||
|
- **Core:** Own edit protocol contract ([562544f68](https://github.com/heygen-com/hyperframes/commit/562544f68de4f769cdb1faac633b7c8341dbd0fb))
|
||||||
|
- **Compiler:** Enforce preview render parity ([f0956e594](https://github.com/heygen-com/hyperframes/commit/f0956e59447de4bf1f02fcc3f765ac8461edd00b))
|
||||||
|
- **Studio:** Gate SDK operation families ([38c2d0693](https://github.com/heygen-com/hyperframes/commit/38c2d069333e0d6deae746de970539e8a4d94a5d))
|
||||||
|
- **Studio:** Gate Acorn writer migration ([43788c6dd](https://github.com/heygen-com/hyperframes/commit/43788c6dda35badd9333f53a91c5e88f56d502be))
|
||||||
|
|
||||||
|
## Full changelog
|
||||||
|
|
||||||
|
https://github.com/heygen-com/hyperframes/compare/v0.7.63...v0.7.64
|
||||||
Reference in New Issue
Block a user