HyperFrames v0.7.17
Released on 2026-06-27.
@hyperframes/lint can now run fully in the browser — validate compositions client-side with no Node.js and no server round-trip — and it now depends only on @hyperframes/parsers, so installing the validator no longer pulls the studio server or other unrelated packages.
Features
- Lint: New
@hyperframes/lint/browserentry — a node-free, client-side rule engine (lintHyperframeHtml,lintMediaUrls,shouldBlockRender) for browser-only editors and tools (6aaab32c, #1773)
Internal
- Lint: Depend only on
@hyperframes/parsers(dropped@hyperframes/core); relocated the shared URL/asset-path, font-alias, and slideshow-parser utilities into@hyperframes/parserswith back-compat stubs in core, and hardened the CSSurl()regex against polynomial-ReDoS (6aaab32c, #1773)