Avalonia v0.9.8 Release Notes

Release Date: 2020-04-20 // about 4 years ago
  • [X11]
    โž• Added support for Astra Linux
    ๐Ÿ›  Fixed Modal Dialogs, can no longer click in mainwindow when the dialogs are shown.
    ๐Ÿ›  Fixed GTK file dialogs initial filename.
    ๐Ÿ›  Fixed popup and window sizing (race condition)
    Rendering stops when window minimized
    โž• Added support for Immediate Rendering.

    [General]
    XAML compiler can cope with "," inside selectors.
    ๐Ÿ›  Multibinding fixed.
    ๐Ÿ›  Fixed issue where Black areas are shown when Window Manager gives a window smaller than Apps min size.
    ๐Ÿ›  Fixed issues with Layout causing infinity measure passes.
    ๐Ÿ›  Fixed Context Menu causing memory leaks.
    ReactiveUI initialised before AfterSetup called.