Skip to content

v0.11.4

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 06:20
· 160 commits to main since this release
7f6b6c1
  • Add zng::container::{child_out_*, child_under, child_over} properties.
  • Implement window nesting, primarily as an adapter for mobile platforms.
    • Add WINDOWS.register_open_nested_handler.
    • Add WindowVars::is_nesting.
    • Add nested_window and nested_window_tree helper methods for WidgetInfo and focus info.
    • Add default nesting handler on platforms that only support one window (Android).
  • Add LAYERS_INSERT_CMD for inserting layer widgets from outside the window context.
  • Add LAYERS_REMOVE_CMD for removing layer widgets from outside the window context.
  • Fix hang opening a popup from another closing popup.
  • Define oldest supported macOS prebuilt. Only supported >=11, now this is documented.
  • Fix "view_prebuilt" linking on macOS.
  • Fix panic on old macOS (<11). Color scheme and accent is only supported >=11.
  • Fix cargo zng fmt of widgets with multi value property assigns.