You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.mdx
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,34 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
8
8
9
9
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
10
10
11
+
<Update
12
+
label="HyperFrames v0.7.64"
13
+
description="Released - 2026-07-18"
14
+
tags={["Release", "Studio", "Lint", "Core"]}
15
+
>
16
+
Studio editing is more predictable: multi-selection drags now keep composition positions in sync,
17
+
and Acorn-based atomic cuts stay isolated from Recast behind explicit operation-family gates.
18
+
Preview and render compilation now share a semantic-parity contract, while local `.scratch` files
19
+
no longer pollute lint runs.
20
+
21
+
## Fixes
22
+
23
+
-**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))
24
+
-**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))
0 commit comments