Releases: benruehl/adonis-ui
Releases · benruehl/adonis-ui
1.17.1
1.17
New Features
- Added default style for
ToolBar
(#137) - Added an option to display the window title bar over the window content (@marcinkurek via #133)
- Added support for hiding of the window title in the title bar (#128)
Bugfixes
- Fixed positioning of
AdonisWindow
when restoring window size via double click on title bar (@oriash93 via #134) - Fixed content alignment not being respected by bullet decorators in check boxes and radio buttons (#125)
- Fixed alignment of watermark hosts in text boxes, combo boxes and date pickers (#124)
- Fixed issues of group box default style regarding layer support (#118)
1.16
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
1.15
1.14
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)
1.13
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)
1.12.1
1.12
New Features
- Support for theming the window title bar
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.
1.11
1.10
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