Skip to content

v0.10.5

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:15
· 676 commits to main since this release
4eddc37
  • Add cargo zng fmt that formats normal code with cargo fmt + Zng and other macros.
  • Fix named Align deserialization from human readable formats.
  • Fix SelectableText! shorthand syntax.
  • Fix layer AnchorSize::Window not filling the window space by default.
  • Fix ContextCapture::NoCapture excluding popup config.
  • Add ResponseVar::map_response.
  • Add Dialog! widget, DIALOG service and related types.
  • Deprecated http::get_text, http::Client::get_text and Var::get_text.
    • Renamed to get_txt.
  • Deprecated zng::window::native_dialog module.
    • The new zng::dialog is the new surface API for all dialogs.
    • The underlying native dialogs will not be removed, just the surface API.