BUG FIXES
- Safely synchronizing Border properties with minerva.
- Add missing Closed visual transition to ToolTip.
- Safely detaching animations if animation storage is non-existent.
BUG FIXES
- transform: Null checks for null raw transforms in TransformGroup. (#262)
- brush: Ensuring gradient brushes do not crash with unspecified Color Stop. (#261)
- scroll: Fixing touch-based scrolling (#266)
- scroll: Adding missing touch event handlers (#263 #264 #265)
BUG FIXES
- scroll: Fixing page down/page up scrolling crash. [GH-250]
BUG FIXES
- scroll: Resetting scrolling if ItemsSource changes. [GH-247]
INTERNAL
- build: Building with new scaffold
SAFETY
- markup: Throw XamlParseException from xaml loader for xml parsererror. [GH-236]
FEATURES
- controls: Add Watermark to ComboBox. [GH-229]
- brush: Add conversion from SolidColorBrush to Color. [GH-232]
SAFETY
- brush: Force gradient color stops into [0.0, 1.0] range. [GH-232]
SAFETY
- markup: Report FrameworkTemplate syntax errors. [GH-227]
FEATURES
- navigation: ViewModelProvider can redirect to another route. [GH-215]
BUG FIXES
- compatibility: Scrollbars appearing in Edge, Firefox. [GH-202]