Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
11.3.2 source code.tar.gz | 2025-06-24 | 30.1 MB | |
11.3.2 source code.zip | 2025-06-24 | 32.6 MB | |
README.md | 2025-06-24 | 1.9 kB | |
Totals: 3 Items | 62.7 MB | 3 |
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.3.1...11.3.2
What's Changed
Enhancements
- Documentation – Corrected
PointerPointProperties
inline documentation, and exposed it onPointerEventArgs
by @TomEdwardsEnscape in https://github.com/AvaloniaUI/Avalonia/pull/19062 - Controls – Remove the need for MenuItem Icon to be a ILogical by @Doraku in https://github.com/AvaloniaUI/Avalonia/pull/19075
Fixes
- Core – Extend dirty rect when UseLayoutRounding=false by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/18511
- Core – Properly handle in cluster ShapedBuffer split by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/19090
- Controls – Reverse TickBar when Slider direction is reversed by @zrt2399 in https://github.com/AvaloniaUI/Avalonia/pull/19096
- Android – Better api level detection for display edge to edge and ignore system bar color changes if on api level 35 by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/19034
- Android – Fix oversight with display edge to edge detection for android 16 by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/19067
- Android – Revert changes preventing status bar theme from being updated by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/19076
- Android – Reset android input method focus and connection state when text input focus is removed by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/19083
- macOS – SuggestedStartLocation is not set if the FileTypeChoices is not null by @Whiletru3 in https://github.com/AvaloniaUI/Avalonia/pull/19036
- macOS – Respect info.plist values for setActivationPolicy by @drasticactions in https://github.com/AvaloniaUI/Avalonia/pull/19066
- macOS – Add shouldResize value to SetWindowState, don't resize on Window move by @drasticactions in https://github.com/AvaloniaUI/Avalonia/pull/19088