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
+73Lines changed: 73 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,79 @@ 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.6.95"
13
+
description="Released - 2026-06-12"
14
+
tags={["Release", "Engine"]}
15
+
>
16
+
Engine: adaptive memory-aware encoding with system memory monitoring, chunked encoder improvements, and streaming encoder resilience.
17
+
18
+
## Features
19
+
20
+
-**Engine:** Adaptive memory-aware encoding with system memory monitoring and dynamic chunk sizing
21
+
-**Engine:** Chunked encoder improvements for parallel coordination
22
+
-**Engine:** Streaming encoder resilience with better error recovery
23
+
24
+
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.6.94...v0.6.95).
25
+
</Update>
26
+
27
+
<Update
28
+
label="HyperFrames v0.6.94"
29
+
description="Released - 2026-06-12"
30
+
tags={["Release", "Studio"]}
31
+
>
32
+
Remove off-screen element indicators for UX redesign. The NLELayout unclipped overlay split remains for selection handle interaction near composition edges.
33
+
34
+
## Fixes
35
+
36
+
-**Studio:** Remove off-screen element indicators (UX redesign pending) ([#1376](https://github.com/heygen-com/hyperframes/pull/1376))
37
+
-**Studio:** Clean up unused `onSelectElementById` prop ([#1377](https://github.com/heygen-com/hyperframes/pull/1377))
38
+
39
+
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.6.93...v0.6.94).
40
+
</Update>
41
+
42
+
<Update
43
+
label="HyperFrames v0.6.93"
44
+
description="Released - 2026-06-12"
45
+
tags={["Release", "Studio"]}
46
+
>
47
+
Hotfix: disable keyframes feature flag by default. The flag was accidentally shipped as enabled in v0.6.92.
48
+
49
+
## Fixes
50
+
51
+
-**Studio:** Set `STUDIO_KEYFRAMES_ENABLED` default to `false`
52
+
53
+
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.6.92...v0.6.93).
54
+
</Update>
55
+
56
+
<Update
57
+
label="HyperFrames v0.6.92"
58
+
description="Released - 2026-06-12"
59
+
tags={["Release", "Studio", "Core"]}
60
+
>
61
+
Per-property-group keyframe architecture: the keyframe system redesign ships across 7 stacked PRs. Each GSAP tween now targets a single property group (position, scale, rotation, etc.), eliminating cross-property contamination during drag, resize, and gesture recording.
62
+
63
+
## Features
64
+
65
+
-**Core:** Per-property-group type system (`PropertyGroupName`, `PROPERTY_GROUPS`, `classifyPropertyGroup`) ([#1354](https://github.com/heygen-com/hyperframes/pull/1354))
66
+
-**Core:**`split-into-property-groups` and `replace-with-keyframes` server mutations ([#1355](https://github.com/heygen-com/hyperframes/pull/1355))
67
+
-**Core:**`delete-all-for-selector` atomic mutation for bulk animation removal
68
+
-**Studio:** GSAP drag intercept enabled by default with per-property-group routing ([#1356](https://github.com/heygen-com/hyperframes/pull/1356))
69
+
-**Studio:** Gesture recording merges into existing position tweens instead of replacing ([#1359](https://github.com/heygen-com/hyperframes/pull/1359))
70
+
-**Studio:** Unclipped overlay for off-screen element interaction ([#1360](https://github.com/heygen-com/hyperframes/pull/1360))
71
+
72
+
## Fixes
73
+
74
+
-**Studio:** Keyframe cache tags with `propertyGroup` for group-aware operations ([#1357](https://github.com/heygen-com/hyperframes/pull/1357))
75
+
-**Studio:** Property panel routes keyframe diamonds to correct animation per property ([#1358](https://github.com/heygen-com/hyperframes/pull/1358))
76
+
-**Studio:** Context menus portaled to `document.body` with smart overflow positioning
77
+
-**Studio:** Delete All Keyframes uses atomic server mutation (no stale ID race)
78
+
-**Studio:** Block CSS drag on GSAP-animated elements to prevent keyframe corruption
79
+
-**Studio:**`onMoveKeyframe` percentage-space conversion (clip-relative to tween-relative)
80
+
81
+
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.6.91...v0.6.92).
0 commit comments