Skip to main content

max / makeover-webview

0.22.0: compose the cast shadow for a surface that overlays the page --elevation-overlay, from the tone makeover 2.5 derives. A :root property and not a depth class: makeover-layout has no Depth::Overlay, and adding one would be a claim about what a screen means rather than how it is painted.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-10 14:46 UTC
Signed with PGP, not checked
Commit: 20c97f0c91ab6428f40637c162e6de122af46dec
Parent: c52c5d5
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-webview"
3 - version = "0.21.1"
3 + version = "0.22.0"
4 4 edition = "2024"
5 5 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."
6 6 license = "MIT"