Skip to content

chore: release v0.8.2 - #3324

Merged
miguel-heygen merged 1 commit into
mainfrom
release/v0.8.2
Aug 18, 2026
Merged

chore: release v0.8.2#3324
miguel-heygen merged 1 commit into
mainfrom
release/v0.8.2

Conversation

@miguel-heygen

Copy link
Copy Markdown
Collaborator

What

Release HyperFrames v0.8.2 from current main.

Why

#3323 is the one users will feel. Every control on a component's catalog page did nothing: the panel offered accents and sizes, and the preview kept rendering its defaults whatever was picked.

A component ships two HTML files. The snippet is what the page hands you to paste, carrying its variable declarations and the script that reads them. demo.html stages that component and animates it. The catalog preview is built from the demo, and the demo had been authored as a copy of the snippet rather than a reference to it. Copies drift: 166 of the 168 components that declare variables had demos with no declaration and no reader.

So the panel and the preview now agree, which means what you see on the page is what the copied snippet installs. The invariant is enforced by a check in CI, so the two cannot drift apart again silently.

The other three are skills fixes: proxy-driver tweens are counted in the animation map (#3301), the caption brand font declares its style axis rather than only its weight (#3300), and Python scripts pin UTF-8 instead of inheriting the platform code page (#3298).

How

Prepared with the repository's stable release workflow, drafted from the v0.8.1 tag so the notes cover exactly what landed after it. The release commit sits on current main.

The publish workflow will use the immutable merge SHA, create v0.8.2, publish the npm packages to latest, and cut the GitHub release once this PR is merged.

Test plan

  • Unit tests added/updated
  • Manual testing performed
  • Documentation updated (if applicable)

Validation completed locally on this branch:

  • bun run test:scripts: 184 Node tests and 42 catalog Vitest tests passed.
  • Release channel resolves to latest for release/v0.8.2, checked with the same validator the publish workflow runs.
  • Both changelog artifacts are written and reviewed: releases/v0.8.2.md and the docs/changelog.mdx entry carry no TODO marker.

@mintlify

mintlify Bot commented Aug 18, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hyperframes 🟢 Ready View Preview Aug 18, 2026, 5:43 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@miguel-heygen
miguel-heygen merged commit 049f561 into main Aug 18, 2026
61 checks passed
@miguel-heygen
miguel-heygen deleted the release/v0.8.2 branch August 18, 2026 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant