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