Skip to content

v0.11.5

Choose a tag to compare

@github-actions github-actions released this 08 Sep 14:21
· 614 commits to main since this release
090c77f
  • Monitor query now falls back to largest screen when there is no primary monitor.
  • Fix monitor query not updating for new window before first layout. Fixes window size in Ubuntu without GPU.
  • Fix touch event targeting in nested windows.
  • Fix MOUSE.position not tracking nested windows.
  • Fix context menu not opening in nested windows.
  • Fix focus not clearing from nested window when parent window loses focus on the system.
  • Fix context menus of child and parent opening at the same time.
  • Add missing zng::event::AppCommandArgs, command app level event handling is part of the surface API.
  • Fix nested window render update flickering.
  • Deprecated Renamed UiNodeVec to UiVec, old name is now a deprecated type alias.
  • Fix focus not returning to main window after nested window closes.
  • Breaking View API focus now returns a new FocusResult.
    • Note that this is only a breaking change for direct dependents of zng-view-api and zng-app.
  • Fix app context in nested windows.
  • Add CaptureFilter::app_only and ContextValueSet::insert_app.