Skip to content

v0.22.3

Choose a tag to compare

@github-actions github-actions released this 11 May 20:28
· 61 commits to main since this release
50ec6e2
  • Implement mnemonic access keys.

    • Add mnemonic_scope, mnemonic and mnemonic_txt properties.
    • Integrated with Menu!, SubMenu! and Label! widgets.
  • Add WidgetBuilder::push_pre_build_action helper for derived widgets affect build state before base widget build.

  • Add zng::widget::bind_state_info helper.

  • Fix closing sub menu by header by click not returning focus.

  • Fix multiple fonts in the same word only rendering glyphs from one font.

  • Fix Var::set_from contextual var.

  • Fix missing space in rich text copy when component texts are spaced by layout only.

  • Fix text wrap breaking word segment sequences.

  • Fix Var::cow issues.

    • Now is contextualized when source is contextual.
    • Now does not force update on source value update.
  • Fix command metadata init sometimes not initing for the app scope.

    • Fixes sporadic localized command names not translating.

Crates will be available on crates.io once Publish completes.