v0.16.4
-
Fix bitflags serialization error in RON configs.
-
Add
Window::parallelandWINDOW.vars().parallelthat has the same effect as the standalone property plus it also applies
to window root extensions.- Fixes window with disabled parallel still running in another thread when built with the inspector extension.
-
Changed
zng::widget::parallelproperty to apply for all nodes in an widget, not just context nodes and inner. -
Fix
UiVec::render_updateapplying twice to some children when parallel is enabled. -
Add
is_innerin the layout constraints API.- deprecated
PxConstraints::fillfield andfill_prefmethod. - Added
PxConstraints::is_fill,is_innerandwith_innermethods. - This is an advanced API for custom layout implementers only. The normal align/fill API remains the same.
- deprecated
-
Fix
Grid!layout.- Exact size columns/rows now are sized correctly.
- Columns
min/max_widthand rowsmin/max_heightare now respected in auto sized or leftover sized columns/rows. - Default sized columns are now proportionally downsized in case of overflow.