All Versions
26
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
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