v0.6.112
heygen-com/hyperframesv0.6.112Jun 18, 2026by github-actions[bot]
AI Summary
This release enables static frame deduplication by default for capture operations and adds a new SDK operation for batch z-index management, along with telemetry refinements.
Key Highlights
- Static-frame deduplication is now on by default
- Adds SDK reorderElements op for batch z-index updates
- Fixes false-positive element_not_found telemetry for inlined sub-compositions
- Integrates render telemetry with static-frame dedup
New Features
- Static-frame deduplication (default-on)
- SDK reorderElements operation
Full Release Notes
# HyperFrames v0.6.112 Released on 2026-06-18. Static-frame dedup is now on by default for screenshot capture (with render telemetry), the SDK gains a `reorderElements` op for batch z-index updates, and the resolver-parity shadow tripwire stops emitting false `element_not_found` divergences for elements inside inlined sub-compositions. ## Features - **Engine:** Static-frame dedup default-on + render telemetry ([7310223b6](https://github.com/heygen-com/hyperframes/commit/7310223b664df3fc3d083f08375883e06ae8623a), [#1549](https://github.com/heygen-com/hyperframes/pull/1549)) - **Sdk:** Ws-3 — reorderElements op (batch z-index update) ([28bfe09f2](https://github.com/heygen-com/hyperframes/commit/28bfe09f2101447423c46c17b15a7288b6ed2556), [#1502](https://github.com/heygen-com/hyperframes/pull/1502)) ## Fixes - **Studio:** Shadow resolves bare leaf via dispatch path, not getElement ([5fb5153e4](https://github.com/heygen-com/hyperframes/commit/5fb5153e4e9f0e02820cee9a204e65c53ae0422c), [#1552](https://github.com/heygen-com/hyperframes/pull/1552)) ## Full changelog https://github.com/heygen-com/hyperframes/compare/v0.6.111...v0.6.112