release/0.33.0 - #26
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Release 0.33.0. Version bumped in the six places the previous releases move; no other change.
What is in it
Configurable themes. 47 tokens over thirteen groups — surfaces, text, lines, accents, status, charts, elevation, shape, density, typography, motion, chrome — edited on their own admin page, with a live preview and contrast warnings. Colours are RGB triplets so Tailwind's
<alpha-value>keeps working, and five of the tokens are multipliers folded into hand-tuned values throughcalc(), which makes0a feature:shadow-strength: 0is a flat interface,motion-scale: 0a still one.An owner distinct from the other administrators. Federation governance, uploaded fonts and free-form CSS are owner-only and re-authenticate; ownership transfers under an advisory lock and can be relinquished.
Owner-authored CSS, parsed rather than filtered.
css-treebuilds an AST, the rules are structural, and the output is regenerated from the AST so a browser never sees the bytes that were typed.Self-hosted fonts.
fonts.googleapis.comandfonts.gstatic.comare gone from every Content-Security-Policy; no visitor's IP reaches Google. Owners can upload a woff2 face for a role.A site default that applies to somebody.
users.themeis nullable and NULL means "follow the site default" — so changing the default moves everyone who never chose, which it previously did for nobody.Upgrading
doc/guide/upgrading.mdhas the section. The short version: nothing to run, and do not run two versions against the same database at once while the theme migration lands. A single instance that stops and starts is unaffected.Verified
typecheck clean · 423 API unit · 519 web unit · 449 integration · 178 end-to-end, across both build shapes (
front-ssrand the staticfront).🤖 Generated with Claude Code