Skip to content

Version 2.1.1

Compare
Choose a tag to compare
@DHancock DHancock released this 02 Dec 16:25
· 16 commits to main since this release
33649e0

This is a bug fix release and includes several improvements to the SimpleColorPicker control:

  • Numerous fixes to keyboard handling both within and for dismissing the colors flyout.
  • Exposes the FlyoutBase.ShouldConstrainToRootBounds property (defaults to false, requires WinAppSdk >= 1.4.0 to have any effect).
  • Corrects the default width of the indicator part of the split button. Previously it's default value was 3 pixels smaller than minimum split button primary button width. The default control size hasn't changed.
  • When the flyout is opened, the initial selection mode can be specified (defaults to none).
  • Handle Right to Left flow direction.
  • Defer creation of the flyout's content until it's first shown.