Skip to content

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 09 Dec 19:33
· 244 commits to main since this release
1ef1dea
  • UiNode::init_widget and into_widget anonymous widget now uses detailed hit-test mode.

    • Fix issues with LAYERS.insert_node blocking all interaction with window.
  • Improve Scroll::min_zoom.

    • Now minimum possible scale is 0.01.pct().
    • A value under 0.01.pct() indicates the scale needed to fit the content in the viewport.
    • New default value is 0.fct().
  • Add WINDOW.try_info and WIDGET.try_info to get contextual info without panic if widget has not built info yet.

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