Skip to content

v0.14.3

Choose a tag to compare

@github-actions github-actions released this 09 May 02:27
· 453 commits to main since this release
2a54d59
  • Enable basic text selection and copy for Markdown! and AnsiText!.
  • Add rich text context, TEXT.rich and associated API.
    • Implemented most text gestures for rich text.
    • Missing: proper line selection, touch carets across text runs.
  • Add Command::new_update_param helper method.
  • Add WidgetBoundsInfo::inner_rects and associated methods.
  • Add WidgetInfo::nearest_rect and associated methods.
  • Add WidgetInfo::cmp_sibling_in method for fast ordering between widget infos.
  • Text now clears selection on Key::Escape.
  • Implement all FromIterator and Extend that String implements for Txt.
  • Fix Alt focus scope navigation from inside nested focus scopes.
  • Implement From<WidgetFocusInfo> for WidgetInfo.
  • Surface zng::text::txt_selectable property.
  • Fix incorrect Wrap! debug validation with negative spacing.
  • Fix shift+arrow key gestures not starting text selection until next arrow key press.
  • Update dependencies.