Skip to content

Commit 740f244

Browse files
committed
docs: add changelog entries for v0.6.92-v0.6.95
1 parent 8642b1d commit 740f244

5 files changed

Lines changed: 77 additions & 0 deletions

File tree

docs/changelog.mdx

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,79 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
88

99
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
1010

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).
82+
</Update>
83+
1184
<Update
1285
label="HyperFrames v0.6.91"
1386
description="Released - 2026-06-11"

releases/v0.6.92.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Per-property-group keyframe architecture: parser foundations, server mutations, intercept routing, cache/timeline UI, property panel wiring, gesture recording merge, and off-screen overlay unclip.

releases/v0.6.93.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hotfix: disable keyframes feature flag by default (was accidentally shipped as true).

releases/v0.6.94.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove off-screen element indicators for UX redesign, clean up unused onSelectElementById prop.

releases/v0.6.95.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Engine: adaptive memory-aware encoding with system memory monitoring, chunked encoder improvements, and streaming encoder resilience.

0 commit comments

Comments
 (0)