v0.16.6
-
Fix focus scope
Popup!widgets not focusing first descendant in some cases. -
Add
ShortcutText!widget for displaying keyboard shortcuts.- Add
zng-wgt-shortcutcrate andzng::shortcut_textmodule. - Also provides localization for key names.
- Widget used in menu command shortcut styles and command button tooltip.
- Add
-
Improve
zng::fs_watcher, resolve config desync issues. -
Fix
Markdown!whitespace merging. -
Add
zng::rule_line::collapse_scopefor auto collapsing multiple separators that are adjacent due to collapsed siblings. -
Improve
Menu!default contextual styles.Vr!()height is now1.em(), making it visible in the menuWrap!panel.- Add
zng::menu::sub::{ButtonStyle, ToggleStyle}, these are the same menu item styles, they are now applied in theSubMenu!widget. - Refactor
zng::menu::{ButtonStyle, ToggleStyle}to apply to only widgets in theMenu!root, as a sort of toolbar item look. - Add
zng::menu::IconButtonStyle, an optional style for buttons in menu root that only shows the command icon.
-
Add
zng::rule_line::{hr::width, vr::height}for contextually configuring the separator line length.