Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 06 Dec 19:36
· 525 commits to main since this release
1e53bdd
  • Add zng::drag_drop, with limited support drag&drop gestures.
  • Add missing zng::var::OnVarArgs.
  • Breaking Implemented drag&drop on the view-process API.
  • Breaking Event::visit_subscribers and Command::visit_scopes visitor closures now must return ControlFlow.
  • Breaking Refactored drag&drop in the view API to be general purpose.
  • The view API ReferenceFrameId type now reserves some IDs for the view process.
  • Add border_img and other related properties and types.
  • Breaking Moved zng::render::RepeatMode to zng::widget.
  • Breaking Add zng_app::render::Img::size for the renderer image interface trait.
  • Breaking Changed default image filter to only allow images in zng::env::res, replacing the current exe dir filter.
  • Breaking Add missing inputs in 9-patch border rendering methods in FrameBuilder and DisplayListBuilder.