Adonis Ui Versions Save

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals

1.17.1

2 years ago

Improvements

  • Added .NET 5 as a separate target framework (@Insire via #166 and #168)
  • Updated target framework from .NET Core 3.0 to 3.1 (@Insire via #165)

Bugfixes

  • Fixed app crashes for self-contained single file apps (@Insire via #164)

1.17

3 years ago

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

3 years ago

New Features

  • ToggleSwitch style for CheckBox and ToggleButton (visible in latest version of AdonisUI.Demo and screenshots in readme file)
  • Support for WindowStyle="None" in AdonisWindow

Improvements

  • Improved performance when switching between color schemes at runtime
    (AdonisUI.Demo on test machine from 600-3000 ms to 20-40 ms)

Bugfixes

  • Added support for assigning an ImageSource directly as icon for AdonisWindow (@Insire via #100)
  • Fixed progress animations of progress bar merging when IsIndeterminate is toggled (#101 and #104)
  • Fixed Visual Studio design time error when working with XAML designer (#89 and #105)

1.15

4 years ago

New Features

  • New scroll bar default style (see docs)
  • Added an option to keep the title bar size of AdonisWindow when maximized (see docs)
  • New color reference view in demo app

Bugfixes

  • Fixed maximize button of AdonisWindow not switching to restore icon when maximized (@alxnull via #78)

1.14

4 years ago

New Features

  • Customizable message box (see docs)
  • Style WindowToggleButton for toggle buttons in AdonisWindow'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

4 years ago

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 on ResizeMode (@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

4 years ago

Improvements

  • Updated .NET Core version to 3.0 stable (from preview 5)

1.12

4 years ago

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

4 years ago

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)

1.10

5 years ago

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

  • Fixed check marks of CheckBoxes being slightly off center
  • Fixed GridViewHeaders throwing exceptions on click (#21)
  • AdonisUI can now be used for WPF windows without having a WPF application (#17 and #19)
  • Fixed binding errors in default style of ComboBoxes (#18)