All Versions
16
Latest Version
Avg Release Cycle
68 days
Latest Release
1799 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.9 Changes
March 24, 2019๐ New Features
- ๐ Default style for Expander
- ๐ Default style for Hyperlink
๐ Improvements
- ๐ Performance improvements for ripple effect
- ๐ Performance improvements for cursor spotlight effect
- ๐ Performance improvements for ProgressBar's animation
-
v1.8 Changes
March 10, 2019๐ New Features
- Space System - Use constant lengths for widths, heights, margins, paddings, etc.
๐ Improvements
- Disabled controls have greater visual difference compared to enabled ones
- 0๏ธโฃ GridSplitters are now ignored by tab navigation by default
- SplitButton's control template now makes use of global ExpanderTemplate
๐ Bugfixes
- ๐ Fixed ProgressBar being able to receive keyboard focus
- ๐ Fixed background of TreeView becoming white when disabled
- ๐ Fixed wrong foreground brush being used for selected items that are disabled in ListBox, ListView and TreeView
- ๐ Fixed changing ItemTemplate of ListBox has no effect
-
v1.7 Changes
February 10, 2019๐ New Features
- ๐ Default style for Calendar
- ๐ Default style for DatePicker
- ๐ Default style for GridSplitter
- ๐ Default style for Menu
๐ Improvements
- ๐ MenuItems now support SubMenus and IsChecked
- The progress animation of ProgressBars can be disabled
- ๐ Hovering over ToolbarButtons on layer 2 in dark theme has better visible contrast
๐ Bugfixes
- BorderBrushes that are changed on focus are no longer overridden on mouse-over
- The background of ListBoxes no longer becomes white when disabled
-
v1.6 Changes
January 03, 2019๐ New Features
- ๐ Default style for ListView
- ๐ Default style for TreeView
- ๐ Default style for TabControl
๐ Improvements
- Corner radius can be set on individual controls
๐ Bugfixes
- ๐ Fixed global corner radius not being applied to some controls
-
v1.5.1 Changes
November 27, 2018๐ Improvements
- Contrast of border colors of light color scheme has been increased slightly
๐ Bugfixes
- Disabled ComboBoxes now look like other disabled controls
-
v1.5 Changes
November 22, 2018๐ฅ BREAKING CHANGES: A typo in some brush names has been fixed
๐ New Features
- ๐ Default styles for progress bars and sliders
- ๐ Watermark support for text boxes, combo boxes and password boxes
- โ Additional colors / brushes for highlighting and interaction
๐ Improvements
- Colors tweaked (especially for dark theme)
- Look of demo app
- Badges in readme
๐ Bugfixes
- ๐ Fixed an issue where editable combo boxes did not scroll with overflowing text
- ๐ Fixed keyboard navigation for controls that make use of the ripple effect
- ๐ Fixed ripple effect being still applied after mouse up in some cases