v0.7.84
heygen-com/hyperframesv0.7.84Jul 30, 2026by github-actions[bot]
AI Summary
Makes composition element-count signals more trustworthy across the fleet by measuring live DOM size on every render.
Key Highlights
- Every render now reports its live DOM size, not just probed sessions.
- The static fallback scan no longer inflates counts from inline scripts.
- Observational only — no routing behavior changes.
Full Release Notes
# HyperFrames v0.7.84 Released on 2026-07-30. Makes the composition element-count signal trustworthy fleet-wide: every render now reports its live DOM size (not just the ~17% that get a probe session), and the static fallback scan no longer inflates counts from markup written inside inline scripts. Observational only — no routing behaviour changes. ## Features - **Engine:** Measure live DOM size on every render, not just probed ones ([d74afc7b7](https://github.com/heygen-com/hyperframes/commit/d74afc7b7dc620036439b398c6bca823fb3911b4)) ## Fixes - **Producer:** Strip script bodies to a fixed point, not one pass ([042d5aaba](https://github.com/heygen-com/hyperframes/commit/042d5aaba6d10c1f0497db9c86f6f71f9e69368c)) - **Producer:** Unbias the static element count and stop zeroing failures ([c61a24b51](https://github.com/heygen-com/hyperframes/commit/c61a24b510b022fb7956caa089ee093f87053f96)) ## Full changelog https://github.com/heygen-com/hyperframes/compare/v0.7.83...v0.7.84