v0.6.112
Liquid4All/cookbookv0.6.112Jun 18, 2026by github-actions[bot]
AI Summary
Enhances performance and SDK capabilities by enabling static-frame deduplication by default and introducing a batch z-index update operation.
Key Highlights
- Static-frame deduplication is now on by default for screenshot capture.
- New SDK operation `reorderElements` for batch z-index updates.
- Fixed shadow tripwire emitting false divergences for inlined sub-compositions.
New Features
- Static-frame dedup default-on
- reorderElements op
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