v0.22.2
- Fix text selection not extending when pressed pointer is outside the viewport.
- Fix
SELECT_ALL_CMDauto scrolling text to end.- Add
SCROLL.ignore_next_scroll_to_focusedfor widgets that implement custom scrolling and also use auto scroll to focus.
- Add
- Add default context menu for
Markdown!andAnsiText!whentxt_selectable = true. - Add
Event::with_newshorthand to avoid aEvent::varclone in widget updates that do non standard event matching. - Pointer text selection implemented for rich text widgets.
- Now works for mouse and touch events at any position in
rich_text = true; txt_selectable = true;widgets area.
- Now works for mouse and touch events at any position in
- Fix
cursornot applying when a child widget captures the pointer. - The
UpdateDeliveryListandWidgetUpdatestypes can now be cloned and extended.- Added
clone_insert_wgt,clone_insert_allandclone_insert_anyhelpers.
- Added
- Fix
rich_textcausing repeated updates. - Debug builds now detect incorrect repeated updates and logs an error.
Crates will be available on crates.io once Publish completes.