All Versions
14
Latest Version
Avg Release Cycle
45 days
Latest Release
952 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.16 Changes
June 28, 2020๐ New Features
- ๐ ToggleSwitch style for CheckBox and ToggleButton (visible in latest version of AdonisUI.Demo and screenshots in readme file)
- ๐ Support for
WindowStyle="None"
inAdonisWindow
๐ Improvements
- ๐ Improved performance when switching between color schemes at runtime
(AdonisUI.Demo on test machine from 600-3000 ms to 20-40 ms)
๐ Bugfixes
-
v1.15 Changes
May 08, 2020 -
v1.14 Changes
March 08, 2020๐ New Features
- ๐ Customizable message box (see docs)
- ๐
Style
WindowToggleButton
for toggle buttons inAdonisWindow
's title bar (@Insire via #45) - ๐
Style
DefaultToAccentToggleButton
for toggle buttons switching between default and accent look when toggled (@Swiftpaws via #62)
๐ Improvements
- ๐ป Rework of Adonis UI Demo app
๐ Bugfixes
- ๐ป Menu item headers now support
RecognizesAccessKey
correctly (@SirTony via #60) - ๐ Fixed app crash when starting via terminal from different directory and using
AdonisWindow
(#63 and #64) - ๐ Fixed tree view items not displaying hover effect sometimes (#66 and #67)
- ๐ Fixed unintended space in combo box template when toggling
IsEditable
(@LaughingLeader via #70)
-
v1.13 Changes
December 30, 2019๐ New Features
- ๐ Default style for DataGrid (@Bert-Proesmans via #30)
- ๐
RippleListBoxItemStyle
for ListBoxItems that make use of the ripple effect (via #41)
๐ Bugfixes
- ๐ป Window buttons in
AdonisWindow
are now correctly hidden depending onResizeMode
(@alxnull via #38) - ๐ป Changing themes does not throw exceptions anymore when using relative and absolute URIs together (@Mgamerz via #40)
- ๐ป Contents of ripple layers now inherit the
DataContext
correctly (via #41) - ๐ป MenuItems interpret underscores in front of their headers correctly (#48)
-
v1.12.1 Changes
October 15, 2019๐ Improvements
- โก๏ธ Updated .NET Core version to 3.0 stable (from preview 5)
-
v1.12 Changes
October 03, 2019๐ New Features
- ๐ Support for theming the window title bar
0๏ธโฃ Derive your window classes from the new
AdonisWindow
to receive the changes. By default, the window title bar changes colors with the current color scheme. Setting colors manually or animating them is supported, too. Additionally, you can customize the content of the title bar like adding buttons for example. -
v1.11 Changes
June 23, 2019๐ New Features
- ๐ .NET Core 3.0 support
๐ Bug fixes
- ๐ Fixed bottom right corner of scroll viewer inside text boxes being white in dark theme (#23)
-
v1.10 Changes
April 16, 2019๐ New Features
- Progress bars can have content that changes foreground according to current progress
- ๐ Style for ToggleButtons in toolbars (similar to ToolbarButtonStyle)
- Green success color and brush
๐ Improvements
- ๐ ToggleButton's default style has been reworked
- ๐ Padding is removed from GridViewHeaderPresenters
๐ Bugfixes
-
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