chore: release v0.8.2 - #3324
Merged
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.htmlstages 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.1tag so the notes cover exactly what landed after it. The release commit sits on currentmain.The publish workflow will use the immutable merge SHA, create
v0.8.2, publish the npm packages tolatest, and cut the GitHub release once this PR is merged.Test plan
Validation completed locally on this branch:
bun run test:scripts: 184 Node tests and 42 catalog Vitest tests passed.latestforrelease/v0.8.2, checked with the same validator the publish workflow runs.releases/v0.8.2.mdand thedocs/changelog.mdxentry carry no TODO marker.