Skip to content

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Apr 22:43
· 899 commits to main since this release
  • Add Cargo feature documentation in each crate README.md and lib.rs docs.
  • Add Screenshot function to the Inspector window.
  • Fix formatx! causing futures to not be Send+Sync.
  • UiTask now logs a warning if dropped while pending.
  • Add UiTask::cancel to drop a pending task without logging a warning.
  • Fix WINDOWS.frame_image capture with multiple windows capturing pixels from the wrong window.
  • Fix WINDOWS.frame_image var not updating on load or error.
  • Fix cursor not resetting on widget deinit.
  • Add missing zng::app::test_log.
  • Breaking: View API accessibility updates.
    • Added Event::AccessDeinit, access can now be disabled by the system.
    • Removed WindowRequest::access_root, no longer needed.
    • Note that this is only a breaking change for direct dependents of zng-view-api.
  • Fix many doc broken links.