chore: release v0.7.30

This commit is contained in:
Vance Ingalls
2026-07-03 21:47:20 -07:00
parent fe821ff8bc
commit cf594403ef
18 changed files with 51 additions and 16 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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