release: psi 0.8.0 — menu tier, control ramp, control radius - #60
Merged
Conversation
Consumes four queued changesets. All three packages 0.7.2 -> 0.8.0: - D53 Menu — the overlay tier (tokens, react, mcp) - D54–D55 control ramp — per-size geometry as tokens (tokens, react) - D56 control radius — the size-invariant ramp member (tokens, react) - Patterns fill text is now JSX-safe (react, patch) Also corrects two CHANGELOG headers still naming the pre-D42 packages (@handamade/react, @handamade/tokens) rather than their psi-* names. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Version bump only — no source changes. Consumes the four changesets queued on
main.All three packages 0.7.2 → 0.8.0.
What ships
The headline for consumers is that control geometry is now themeable. Height, gap, padding, font and radius all live on
--psi-control-*, so a customer theme can retune control shape and density without forking component CSS:Also in here
Two
CHANGELOG.mdheaders still named the pre-D42 packages —@handamade/reactand@handamade/tokens— rather than theirpsi-*names. Corrected, since the changelog is consumer-facing.After merge
pnpm releasestill has to be run locally — it needs npm auth, so CI can't publish.🤖 Generated with Claude Code