Skip to content

v0.19.1

Choose a tag to compare

@github-actions github-actions released this 03 Nov 23:17
· 268 commits to main since this release
f18a645
  • Implement basic paragraph support in base Text! widget.

    • Added paragraph_break property that defines how the text is split in paragraphs.
    • Added paragraph_spacing property to Text!.
    • Added paragraph_indent property for inserting space on the first line or hanging other lines.
  • Show layout metrics used in the Inspector.

  • Fix ProgressView! default style not showing indicator.

  • Improve save_state properties and node.

    • Now restores state as soon as config is loaded, ideally before window is loaded.
    • This fixes issue when window presents one frame at restored size and then maximizes.
  • Image widget now ignores img_scale_factor when img_scale_density is enabled.

  • Implement FromStr for PxDensity. Fixes regression, the previous density units implemented parse.

Crates will be available on crates.io once Publish completes.