Skip to content

Releases: AvaloniaUI/Avalonia

0.9.10 Service Release

28 Jun 20:56
Compare
Choose a tag to compare
  • Managed file dialogs can select both folders and files.

0.9.9 Service Release

21 Apr 14:06
Compare
Choose a tag to compare
  • Fix ability to target all .netcore versions since 2.0

0.9.8 Service Release

20 Apr 17:05
Compare
Choose a tag to compare

[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.

0.9.7 Service Release

16 Apr 17:13
Compare
Choose a tag to compare
  • Remove fix that broke SizeToContent.

0.9.6 Service Release

27 Mar 22:34
Compare
Choose a tag to compare
  • OSX WindowState is updated when Cocoa initiates a change that would cause WindowState to change.

0.9.5 Service Release

27 Mar 15:30
Compare
Choose a tag to compare
  • Binding to WindowState on OSX and Linux will now open windows with the correct state. Previously only worked on Windows.

  • TreeViewItems take the full width of the treeview, so context menus can be activated via the entire row.

0.9.4 Service Release

11 Mar 17:21
Compare
Choose a tag to compare
  • Fix WeakEventManager (causing memory and slow performance after long running app)
  • Disabled controls dont get selected with keyboard controls.
  • Window Icon can be set to null without crashing.
  • Closing OSX Window when full screen will not crash app.
  • Inertial Scrolling fixed
  • Fix deadlocks in OSX often seen with reactive ui.

0.9.3 Service Release

07 Feb 18:58
Compare
Choose a tag to compare
  • Fix NRE with Menus
  • ItemsControl background fixed.
  • OSX dont crash when application is full screen and closed.
  • OSX rendering uses IOSurface, making SW rendering possible and rendering more efficient in all cases. Fixes some threading and potential deadlock issues.
  • OSX exception swallowing fixes.

0.9.2 Service Release

20 Jan 18:52
Compare
Choose a tag to compare
  • OSX fix artifacts in window corners
  • Fix referencing Resources in MergedDictionaries
  • Latest itemsrepeater fixes
  • ImmediateRenderer hittesting fixed
  • SelectingItemsControl fixes
  • Support Image.StretchDirection
  • Win32 Right hand keymodifiers reported correctly
  • OSX Dont swallow exceptions across native boundaries
  • X11 (NixOS and WSL) dont crash with invalid monitor / window size.

0.9.1 Service Release

20 Jan 18:55
Compare
Choose a tag to compare
  • Fix textbox undo issue.
  • Fix unable to run on some Linux distros with GPU.