Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 17:47
· 1019 commits to main since this release
a1e48c4

[0.3.1] - 2026-03-19

Fixed

  • Preserve iced widget defaults when props are unset. Padding,
    spacing, text size, and other optional props now use Option
    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