Version 2.1.1
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.