v0.7.30

heygen-com/hyperframesv0.7.30Jul 4, 2026by github-actions[bot]

AI Summary

The release adds a low-volume attempt counter to the resolver-shadow tripwire to improve soak-gate metrics. It also fixes an issue where `moveElement` would lose its offset when the target element was under a running GSAP animation.

Key Highlights

  • Adds attempt counter to resolver-shadow tripwire for soak-gate denominator
  • Fixes `moveElement` offset preservation during GSAP animations

New Features

  • Resolver-shadow attempt counter for soak-gate denominator

Full Release Notes

# HyperFrames v0.7.30

Released on 2026-07-04.

This release adds a low-volume attempt counter to the resolver-shadow tripwire, giving the SDK-cutover soak gate a real `divergences / attempts` denominator instead of a bare divergence count. It also fixes `moveElement` losing its offset when the target element is under a running GSAP animation.

## Features

- **Studio:** Add resolver-shadow attempt counter for soak-gate denominator ([fe821ff8b](https://github.com/heygen-com/hyperframes/commit/fe821ff8bc9acbb840b4a42153db66790b9419a1), [#1926](https://github.com/heygen-com/hyperframes/pull/1926))

## Fixes

- **Sdk:** MoveElement survives GSAP animation per-axis via runtime delta translate ([74faa4b2a](https://github.com/heygen-com/hyperframes/commit/74faa4b2a42c60c77d1550e7288bf3333c15e25d), [#1875](https://github.com/heygen-com/hyperframes/pull/1875))

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.7.29...v0.7.30