AdonisUI v1.16 Release Notes

Release Date: 2020-06-28 // almost 4 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)

Previous changes from v1.15

  • ๐Ÿ†• 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)