v0.20.1
-
UiNode::init_widgetandinto_widgetanonymous widget now uses detailed hit-test mode.- Fix issues with
LAYERS.insert_nodeblocking all interaction with window.
- Fix issues with
-
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().
- Now minimum possible scale is
-
Add
WINDOW.try_infoandWIDGET.try_infoto get contextual info without panic if widget has not built info yet.
Crates will be available on crates.io once Publish completes.