Releases: AvaloniaUI/Avalonia
Releases · AvaloniaUI/Avalonia
0.9.6 Service Release
- OSX WindowState is updated when Cocoa initiates a change that would cause WindowState to change.
0.9.5 Service Release
-
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
- 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
- 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
- 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
- Fix textbox undo issue.
- Fix unable to run on some Linux distros with GPU.
0.9.0
0.9.0 Preview 1
- 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
- Compatibility with OSX Catalina.
0.8.2 bugfix release
This release fixes a critical issue on the 0.8 codebase.
- OSX clipboard pasting corrupting strings.