Skip to content

1.16

Compare
Choose a tag to compare
@benruehl benruehl released this 28 Jun 13:52
· 69 commits to master since this release

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)