Release the forms emitter, on makeover-layout 0.4.0
0.6.0: form.rs became public in 96bea5f and a new module is a minor bump.
This is the version goingson needs in order to adopt it, so publishing is
what un-parks phase B rather than a housekeeping release.
Also moves to makeover-layout 0.4.0, where Fill and Depth became
non_exhaustive. That cost one arm here. depth_class matches Depth, so it
takes a wildcard returning None, on the same footing as Depth::Flat: a
depth this renderer cannot write a rule body for gets no class name, since
emitting one would put a class in the markup that the stylesheet never
defines.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 12:38 UTC
description = "The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser."