Skip to content

Releases: AvaloniaUI/Avalonia

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.

0.9.0

20 Jan 18:53
Compare
Choose a tag to compare

0.9.0 Preview 1

15 Oct 16:11
Compare
Choose a tag to compare
0.9.0 Preview 1 Pre-release
Pre-release
  • Native Global Menu Support
  • Managed Notifications
  • Managed File Dialogs
  • Compiled XAML
  • Touch Screen Input and Scrolling
  • Grid, Stackpanel, DockPanel and WrapPanel ported from WPF.
  • ItemsRepeater (experimental) ported from WinUI (UWP).
  • Gesture Recognition
  • In-Window Popups (optional)
  • Support for application suspension (RxUI)
  • New Application Lifetimes Model
  • Managed File Dialogs (optional)

Many bugs fixes and performance optimisations

0.8.3 bugfix release

15 Oct 16:11
Compare
Choose a tag to compare
  • Compatibility with OSX Catalina.

0.8.2 bugfix release

11 Aug 09:25
Compare
Choose a tag to compare

This release fixes a critical issue on the 0.8 codebase.

  • OSX clipboard pasting corrupting strings.