v0.3.1
[0.3.1] - 2026-03-19
Fixed
- Preserve iced widget defaults when props are unset. Padding,
spacing, text size, and other optional props now useOption
return types from parsers. When absent from the wire message,
the widget setter is skipped and iced uses its built-in default.
Affected widgets: button, container, window, column, row, grid,
keyed_column, text_input, pick_list, combo_box, table.
Full Changelog: v0.3.0...v0.3.1