chore: release v0.7.17

This commit is contained in:
Miguel Angel Simon Sierra
2026-06-27 13:54:58 -04:00
parent 6aaab32ccb
commit 3351fb1a6d
18 changed files with 59 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "hyperframes", "name": "hyperframes",
"description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
"version": "0.7.16", "version": "0.7.17",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
"email": "hyperframes@heygen.com", "email": "hyperframes@heygen.com",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "hyperframes", "name": "hyperframes",
"version": "0.7.16", "version": "0.7.17",
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json", "$schema": "https://cursor.com/schemas/cursor-plugin/plugin.json",
"name": "hyperframes", "name": "hyperframes",
"displayName": "HyperFrames by HeyGen", "displayName": "HyperFrames by HeyGen",
"version": "0.7.16", "version": "0.7.17",
"description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
"author": { "author": {
"name": "HeyGen", "name": "HeyGen",
+22
View File
@@ -8,6 +8,28 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio
{/* New release entries are prepended by `bun run changelog:draft <version> --write`. */} {/* New release entries are prepended by `bun run changelog:draft <version> --write`. */}
<Update
label="HyperFrames v0.7.17"
description="Released - 2026-06-27"
tags={["Release"]}
>
`@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/browser` entry — a node-free, client-side rule engine (`lintHyperframeHtml`, `lintMediaUrls`, `shouldBlockRender`) for browser-only editors and tools ([6aaab32c](https://github.com/heygen-com/hyperframes/commit/6aaab32ccb4de355abca8310c2d4fd69ea95e47b), [#1773](https://github.com/heygen-com/hyperframes/pull/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/parsers` with back-compat stubs in core, and hardened the CSS `url()` regex against polynomial-ReDoS ([6aaab32c](https://github.com/heygen-com/hyperframes/commit/6aaab32ccb4de355abca8310c2d4fd69ea95e47b), [#1773](https://github.com/heygen-com/hyperframes/pull/1773))
## Docs & Examples
- Add package pages for parsers, lint, and studio-server ([7e0a4cd0](https://github.com/heygen-com/hyperframes/commit/7e0a4cd02edc6a5e7229cdb914ea159618dd29cd), [#1772](https://github.com/heygen-com/hyperframes/pull/1772))
[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.7.16...v0.7.17).
</Update>
<Update <Update
label="HyperFrames v0.7.16" label="HyperFrames v0.7.16"
description="Released - 2026-06-27" description="Released - 2026-06-27"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/aws-lambda", "name": "@hyperframes/aws-lambda",
"version": "0.7.16", "version": "0.7.17",
"description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.", "description": "AWS Lambda adapter for HyperFrames distributed rendering — handler, client-side SDK, and CDK construct.",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/cli", "name": "@hyperframes/cli",
"version": "0.7.16", "version": "0.7.17",
"description": "HyperFrames CLI — create, preview, and render HTML video compositions", "description": "HyperFrames CLI — create, preview, and render HTML video compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/core", "name": "@hyperframes/core",
"version": "0.7.16", "version": "0.7.17",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/engine", "name": "@hyperframes/engine",
"version": "0.7.16", "version": "0.7.17",
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)", "description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/gcp-cloud-run", "name": "@hyperframes/gcp-cloud-run",
"version": "0.7.16", "version": "0.7.17",
"description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.", "description": "Google Cloud Run + Workflows adapter for HyperFrames distributed rendering — request handler, client-side SDK, and Terraform module.",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/lint", "name": "@hyperframes/lint",
"version": "0.7.16", "version": "0.7.17",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heygen-com/hyperframes", "url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/parsers", "name": "@hyperframes/parsers",
"version": "0.7.16", "version": "0.7.17",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heygen-com/hyperframes", "url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/player", "name": "@hyperframes/player",
"version": "0.7.16", "version": "0.7.17",
"description": "Embeddable web component for HyperFrames compositions", "description": "Embeddable web component for HyperFrames compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/producer", "name": "@hyperframes/producer",
"version": "0.7.16", "version": "0.7.17",
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API", "description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/sdk", "name": "@hyperframes/sdk",
"version": "0.7.16", "version": "0.7.17",
"description": "Headless, framework-neutral HyperFrames composition editing engine", "description": "Headless, framework-neutral HyperFrames composition editing engine",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/shader-transitions", "name": "@hyperframes/shader-transitions",
"version": "0.7.16", "version": "0.7.17",
"description": "WebGL shader transitions for HyperFrames compositions", "description": "WebGL shader transitions for HyperFrames compositions",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/studio-server", "name": "@hyperframes/studio-server",
"version": "0.7.16", "version": "0.7.17",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/heygen-com/hyperframes", "url": "https://github.com/heygen-com/hyperframes",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@hyperframes/studio", "name": "@hyperframes/studio",
"version": "0.7.16", "version": "0.7.17",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
+21
View File
@@ -0,0 +1,21 @@
# 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/browser` entry — a node-free, client-side rule engine (`lintHyperframeHtml`, `lintMediaUrls`, `shouldBlockRender`) for browser-only editors and tools ([6aaab32c](https://github.com/heygen-com/hyperframes/commit/6aaab32ccb4de355abca8310c2d4fd69ea95e47b), [#1773](https://github.com/heygen-com/hyperframes/pull/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/parsers` with back-compat stubs in core, and hardened the CSS `url()` regex against polynomial-ReDoS ([6aaab32c](https://github.com/heygen-com/hyperframes/commit/6aaab32ccb4de355abca8310c2d4fd69ea95e47b), [#1773](https://github.com/heygen-com/hyperframes/pull/1773))
## Docs & Examples
- Add package pages for parsers, lint, and studio-server ([7e0a4cd0](https://github.com/heygen-com/hyperframes/commit/7e0a4cd02edc6a5e7229cdb914ea159618dd29cd), [#1772](https://github.com/heygen-com/hyperframes/pull/1772))
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.16...v0.7.17