Skip to content

v0.15.11

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:07
· 403 commits to main since this release
d21efce
  • Fix DIALOG.confirm always cancelling.
  • Fix auto scroll on text caret move, only apply if the Text! or rich text context has focus.
  • Fix auto scroll on focus change, ignore focus change due to entire Scroll! disabling.
  • Fix Button! inside SubMenu! not filling horizontal space when the sub-menu header is wider them the button.
  • Change Scroll! child layout to act the same as a Container! in the dimensions scrolling is not enabled.
  • Add InteractionPath methods for checking if the path contains an widget with the given interactivity.
    • Deprecated multiple event args methods that reimplemented this feature.
  • Fix disabled SubMenu! opening.