All Versions
26
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v1.2.1 Changes

    • ๐Ÿ†• NEW: Added WatermarkTextBox control
    • ๐Ÿ†• NEW: Added FlipViewIndicator control (hat tip to Diederik Krols -- thx for the help!)
  • v1.1.0 Changes

    • ๐Ÿ›  Fixes #69: Back button in snapped mode will attempt to show SettingsPane. Put temp provisioin in to prevent.
    • ๐Ÿ†• NEW: Adding DynamicTextBlock for CharacterEllipsis mode on a TextBlock
  • v1.0.13 Changes

    • ๐Ÿ›  Fixes #58: mostly fixing this bug maintaining the UI guidelines on margin/edge content, but hosting within ScrollViewer to enable edge-to-edge scroll behavior if content large enough.
    • ๐Ÿ›  Fix for SettingsFlyout when OS is an RTL language. On RTL, SettingsPane comes from the left edge and thus the flyout needs to respond that way.
  • v1.0.12 Changes

    • ๐Ÿ›  Fixes #67: removes dependency on BackButtonSnappedGlyph from StandardStyles.xaml so that it is self-contained.
    • ๐Ÿ›  Fixes #24: ToggleMenuItem margins for toggle menu items only. Thanks Nigel!
    • ๐Ÿ›  Fixes #57: Checks that if the parent is a Flyout before closing.
    • Compiled against RTM bits for .NET framework
  • v1.0.11 Changes

    • ๐Ÿš€ temporary release for early adopter customers
    • ๐Ÿ›  all fixes are in 1.0.12
  • v1.0.10 Changes

    • ๐Ÿ›  Fixes #26 (again): implementing user suggestions of looking for invalid measures in ActualHeight/Width
  • v1.0.9 Changes

    • ๐Ÿ›  Fixes #52: WebViewExtension was broken as property name was wrong
  • v1.0.8 Changes

    • ๐Ÿ›  Rating/RatingItem: Fixed some PointerExit behavior
  • v1.0.7 Changes

    • โž• Adding Rating->RatingItem template binding to Background property
  • v1.0.6 Changes

    • ๐Ÿ’ฅ BREAKING CHANGE: Fixed HasAlgorithmProvider for OAuthUtils class. Had to change to MacAlgorithmProvider input arg per Windows behavior change