| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 11.3.12 source code.tar.gz | 2026-02-12 | 36.1 MB | |
| 11.3.12 source code.zip | 2026-02-12 | 38.6 MB | |
| README.md | 2026-02-12 | 3.6 kB | |
| Totals: 3 Items | 74.7 MB | 0 | |
What's Changed
Enhancements
- Core – Add AXAML Source Information to debug builds by @mrlacey in https://github.com/AvaloniaUI/Avalonia/pull/20524
- Core – Improve the error message for invalid surface size by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20591
- Core – Improve capture source change notification by @miloush in https://github.com/AvaloniaUI/Avalonia/pull/20656
- Controls – Add
LandmarkTypeautomation property by @codecat in https://github.com/AvaloniaUI/Avalonia/pull/20134 - Controls – Add
LiveSettingautomation property by @codecat in https://github.com/AvaloniaUI/Avalonia/pull/20473 - Controls – Add automation peer for
Expandercontrol by @codecat in https://github.com/AvaloniaUI/Avalonia/pull/20475 - Controls – Add property changed event for
IToggleProviderby @codecat in https://github.com/AvaloniaUI/Avalonia/pull/20486 - Controls – Add
FindAncestorOfTypeandFindDescendantOfTypewith predicates by @miloush in https://github.com/AvaloniaUI/Avalonia/pull/20661 - Controls – Add
ItemStatusandItemTypeautomation properties by @miloush in https://github.com/AvaloniaUI/Avalonia/pull/20669 - Windows – Add thread name in
DxgiConnectionby @lindexi in https://github.com/AvaloniaUI/Avalonia/pull/20505 - Windows – Reduce the number of
WrapDirect3D11Texturecalls by @lindexi in https://github.com/AvaloniaUI/Avalonia/pull/20517
Fixes
- Core – Reset cached transform on
PopEffectby @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20474 - Core – Use epsilon-aware greater than in
TextLineandTextFormatterby @kerams in https://github.com/AvaloniaUI/Avalonia/pull/20650 - Controls – Fix
DatePickerto respect customWidthproperty by @Evan260 in https://github.com/AvaloniaUI/Avalonia/pull/20487 - Controls – Disable scroll chaining for
ScrollViewersin popup by @rabbitism in https://github.com/AvaloniaUI/Avalonia/pull/20503 - Controls – Fix
TimePickerto respect customWidthproperty by @Evan260 in https://github.com/AvaloniaUI/Avalonia/pull/20507 - Controls – Fix
ScrollBarcollapsing during active thumb drag by @dme-compunet in https://github.com/AvaloniaUI/Avalonia/pull/20563 - Controls – Do not inherit
TextDecorationsin popup by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20472 - Controls – Fix broken accessibility properties in
ScrollBarcontrol by @codecat in https://github.com/AvaloniaUI/Avalonia/pull/20483 - Controls – Fix title bar appearing in content element accessibility tree by @codecat in https://github.com/AvaloniaUI/Avalonia/pull/20485
- Android – Raise
IAvaloniaActivity.Activatedon new intent by @daniel-lerch in https://github.com/AvaloniaUI/Avalonia/pull/20564 - Windows – Fix clipboard not returning bitmaps in some cases by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20506
- Windows – Fix
DxgiRenderTimerLoopthrowing an exception when accessing aScreeninstance @lindexi in https://github.com/AvaloniaUI/Avalonia/pull/20511 - Windows – Fix clipboard bitmap pixel shift by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20654
- X11 – Fix clipboard manager store completion by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20514
- macOS – Release implicit mouse capture on focus lost by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20574
- macOS – Ensure render target is at least 1x1 by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/20610
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.3.11...11.3.12