2.0.0: on makeover 2.x
A major, not the 1.2.0 the form widgets were staged as. makeover's
ThemeColors is in `Theme::from_theme`'s signature, so which major of makeover
this crate speaks is part of its public API: a consumer holding a 1.x
ThemeColors cannot call it any more. That is the same reasoning makeover's
own 2.0.0 used when a toml upgrade reached its signatures, and calling it a
minor there is what the release after had to correct.
It was also unbuildable. Published 1.1.0 pins makeover 1.1.0, which was
yanked, so a clean registry could not resolve this crate at all.
No code changed; 78 tests pass against makeover 2.1.0 untouched. This
release carries the form widgets 1.2.0 was staged for: AlloyForm over
AlloyField rows, AlloyPicker, a display-only AlloyTable, and TextField
promoted out of the alloy console.
Author: Max Johnson <me@maxj.phd> · 2026-07-24 20:24 UTC