0.29.1: a markdown field gets a multi-line edit
makeover-layout 0.30.0 adds FieldKind::Rich, and the multiline test was a
matches! against the one member, so a markdown field would have got a
single-line TextEdit -- a control the value cannot fit in. Keyed on
FieldKind::multiline now, which is the method that arrived upstream for this.
egui does nothing else with the markdown, and that is the honest answer rather
than a gap: the source is text, and editing it as text loses none of it.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 20:30 UTC
description = "The immediate-mode renderer for makeover-layout. Immediate mode is the constraint that matters, not the library: no cascade, no retained tree, one stroke per widget. Backed by egui."
6
6
license = "MIT"
@@ -12,7 +12,7 @@
12
12
# Exact patch rather than the minor, as the rest of the suite pins: a
13
13
# minor-only requirement is satisfied by a consumer lock holding an earlier
14
14
# patch, which then fails to compile against an API added in a later one.