HyperFrames v0.7.37
HyperFrames v0.7.37
Released on 2026-07-06.
A maintenance release with two reliability fixes: animation ids now resolve from the parsed script in the SDK and Studio (so tweens whose selectors don't currently match a live DOM element are handled correctly), and the CLI gives a clear error when npx can't be resolved on Windows. Also includes 53 documentation accuracy fixes.
Fixes
- Sdk,studio: Resolve animation ids from parsed script, not just DOM-matched elements (c5d725abd, #1957)
- Hyperframes Media: Surface a clear error when npx can't be resolved on Windows (dfa6fedbc, #1961)