Releases: AvaloniaUI/Avalonia
11.0.0 Preview 8
11.0.0 Preview 7
0.10.19
What's Changed
Bugfixes
#8514 Skip disabled controls when moving to first/last item
#8880 [macOS] macOS: Fix child window order with multiple child windows
#9221 Fix setting WindowState before showing Window.
#9300 [macOS] OSX: fix menu re-entrancy crash
#9326 [macOS] OSX: fix minimise button being disabled when either a parent or a dialog.
#9451 [macOS] [OSX] Fixed NativeMenu memory leak
#9469 [macOS] [OSX] Use non-opaque window background for non-transparent windows
#9566 [macOS] MacOS: Only bring windows to front if they're on the active space.
#9699 Fix SelectionModelSelectionChangedEventArgs.SelectedItems indexer.
#9716 [macOS] macos: Fix child window key handling
#10153 [macOS] macOS: Sync actual window state after window show, and fix integration tests on macOS 13.1
#10196 [macOS] macOS: Fix window transparency
#10204 [Windows] Update Angle to 2.1.0.2023020321
#10265 [Windows][macOS] Various macOS and win32 fixes
#10427 [macOS] macOS: Fix window order breaking when closing modal dialog
#10431 if the window is closed, we cannot become the key window.
#10575 [macOS] macOS: Don't allow window zoom when CanResize=false.
#10600 [Linux] Add nullable reference checking to X11Window.
#10677 [macOS] macOS: Fix interaction between ExtendClientAreaToDecorationsHint and SystemDecorations
Full Changelog: 0.10.18...0.10.19
11.0.0 Preview 6
11.0.0 Preview 5
11.0.0 Preview 4
11.0.0-preview4 bump version
11.0.0-preview3
11.0.0-preview2...11.0.0-preview3
- stable browser-wasm target.
- stable ios / android
11.0.0 Preview 2
- Stable android and iOS. text input
- Stable wasm-browser support via dotnet 7 rc1+
- much much more
11.0.0 Preview1
0.10.18
https://www.nuget.org/packages/Avalonia/0.10.18
Diff of all changes:
release/0.10.17...release/0.10.18
- Fix crash loading some images from stream.
- Fix reopening hidden windows on macos when parent window is clicked.
- Win32 minimize and restore window size is kept consistent.
- Fix window CanResize issue with ExtendClientAreaToDecorations.