Skip to content

v0.6.107

Choose a tag to compare

@github-actions github-actions released this 16 Jun 19:52
· 114 commits to main since this release
v0.6.107
6778ad1

HyperFrames v0.6.107

Released on 2026-06-16.

Hardens the Studio's SDK shadow-parity telemetry — adds GSAP keyframe-op coverage and clears false-positive mismatches from float precision, selector form, and live typing. Also fixes two SDK correctness bugs the telemetry surfaced: setStyle now removes hyphenated properties, and removeElement/getElement agree on which element a duplicated bare id targets.

Features

  • Studio: Shadow telemetry for GSAP keyframe ops (gsap_keyframe) (4b4a3eb63, #1509)

Fixes

  • Studio: Serialize GSAP script commits per file (shadow request race) (4ee57d550, #1512)
  • Sdk: Agree removeElement/getElement on duplicate bare ids (cc055f318, #1511)
  • Sdk: SetStyle removes hyphenated properties (was kebab/camel key mismatch) (066ea798b, #1510)
  • Studio: Suppress shadow-parity false positives in timing + text (5aca3ad77, #1508)
  • Studio: Kill false-positive shadow GSAP fidelity mismatches (c096ff3af, #1507)

Internal

  • Studio: Dedup shadow numeric-equal + GSAP script extraction (0e5caa453, #1516)

Full changelog

v0.6.106...v0.6.107