What's Changed
Enhancements
- Core – Allow stopping composition animation by @zxbmmmmmmmmm in #20074
- Core – Introduce
PathSegmentEllipsisTextTrimming by @Gillibald in #20077 - Core – Enable antialiasing based on
EdgeModeinDrawBitmapby @snowflysky in #20116 - Core – Reduce allocations in text rendering by @Washi1337 in #20175
- Core – Improve effect render performance by providing Skia with information about subscene bounds by @kekekeks in #20191
- Controls – Add
StrokeMiterLimitproperty toShapeby @jsuarezruiz in #20156 - Controls – Add
FillRuleproperty forPolyline/Polygonby @jsuarezruiz in #20159 - ReactiveUI – Remove
Avalonia.ReactiveUIby @MrJul in #20101 - Windows – Change empty
TrayIconto use lazy initialization by @maxkatz6 in #20211 - Windows – Export bitmap in more clipboard formats by @emmauss in #20209
- macOS – Implement accessibility value setter by @MrJul in #20262
- X11 – Add basic Pen support by @flabbet in #19910
Fixes
- Core – Fix newline requiring two backspaces to be deleted by @Linlccc in #20073
- Core – Correct some Container Query error outputs by @emmauss in #20170
- Core – Fix
ImmediateRendererby @ds1709 in #20174 - Core – Fix exception when deleting a non-empty directory by @wasdawz in #20194
- Core – Fix
SystemFontCollectionby @Gillibald in #20207 - Controls – Round measured cell sizes when
UseLayoutRoundingis enabled inUniformGridby @Soar360 in #19959 - Controls – Preserve run formatting when applying
SelectionForegroundBrushinSelectableTextBlockby @AuroraZiling in #20110 - Controls – Fix
ReversibleStackPanelnot invalidating arrange onReverseOrderchange by @Athari in #20172 - Controls – Skip disabled controls in
XYFocusby @IanRawley in #20241 - Controls – Apply
NumberFormatchanges toNumericUpDownby @dpse in #20248 - Designer – Fix thread-safety issue causing infinite loops in
TypeHelpercache by @copilot-swe-agent in #20113 - Windows – Fix no border sysmenu by @emmauss in #19923
- Windows – Fix intermediate mouse points order by @flabbet in #20075
- Windows – Fix popups not closing when using WinForms Host by @emmauss in #20090
- Windows – Fix winforms mnemonic handler being called when textbox is focused. by @emmauss in #20091
- macOS – Use relative placement for detecting drag and drop locations. by @drasticactions in #20280
- X11 – Avoid clearing clipboard if we still have the ownership by @MrJul in #20137
- X11 – Clean up IME inconsistencies by @AlanIWBFT in #20201
- Android – Fix Android Api 36 by @emmauss in #20112
- Android – Use androidx lib for backpressed callback by @emmauss in #20291
- iOS – Fix on screen keyboard missing decimal separator by @YasarYY in #20279
- Headless – Fix headless race condition by @MrJul in #20143
Full Changelog: 11.3.9...11.3.10