Releases: AvaloniaUI/Avalonia
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.
0.10.17
https://www.nuget.org/packages/Avalonia/0.10.17
Full changelog: release/0.10.16...release/0.10.17
Bugfixes
#8483 [macOS] Fix initial window size on osx.
#8494 [macOS] Fixes red window contents on startup.
#8478 #8544 #8547 [Windows] Fix various issues with TrayIcon on Windows.
#8492 Fix edge case causing crash modifying classes property.
#8482 Window positioning edge case in extreme scenario fix.
Misc
#8518 [Windows] Backport native control host handle validation
0.10.16
Full changelog: 0.10.15...0.10.16
Bugfixes
#8415 [macOS] Backport macOS windowing fixes.
#8440 [macOS] [OSX] popups shouldnt have shadow
#8245 Use own Pen (if set) in GeometryDrawing.GetBounds
#8291 Fix FluentTheme density style
#8305 Fixes/reduce excessive layout passes
#8315 Make GridSplitter scaling aware.
#8373 Correctly clear PriorityValue local value
#8383 Fix 12PM bug in TimePickerPresenter
#8391 Fix DirectBindingSubscription NRE
#8409 Don't promote layout property values to local values in DevTools.
#8420 Fix leak in the InternalSelectionModel
#8427 Fix crash in deferred renderer when reparenting a control.
#8442 Fix empty batch nested updates.
#8456 make splitview not culture sensitive.
Misc
#8270 [Linux] [X11] Improve _NET_WM_SYNC_REQUEST handling
#8431 Remove perf-expensive DottedLineFocusAdorner style
#8433 Improve performance of style class selector subscriptions