New
11.3.7
What's Changed
Features
- Core – Clipboard rework by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/19347
- Controls – Add
IsEditabletoComboBoxby @almightyju in https://github.com/AvaloniaUI/Avalonia/pull/18094 - Controls – Add
SplitViewPanePlacementsettings forTopandBottomby @danwalmsley in https://github.com/AvaloniaUI/Avalonia/pull/19465 - Controls – Add
HeadingLeveltoAutomationPropertiesby @codecat in https://github.com/AvaloniaUI/Avalonia/pull/19696 - X11 – Add INCR support by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/18428
- macOS – Implement
IOSurface/MTLSharedEventinterop APIs by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/18791 - Windows – Respond to
WM_CAPTURECHANGEDby @miloush in https://github.com/AvaloniaUI/Avalonia/pull/19685
Enhancements
- Core – Add
BoxShadow(s)documentation comments by @robloo in https://github.com/AvaloniaUI/Avalonia/pull/19644 - Core – Add
Add/Removeevent handler methods toDragDrop. by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/19739 - Themes – Add resource for
TextControlPlaceholderOpacityby @codecat in https://github.com/AvaloniaUI/Avalonia/pull/19705 - Build – Update
Avalonia.BuildServicespackage version by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/19757
Fixes
- Core – Fix
BoxShadowequality by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/19650 - Core – Fix typeface exception when created with empty font family name by @jay-mao-cn in https://github.com/AvaloniaUI/Avalonia/pull/19654
- Core – Do not recapture already captured element by @miloush in https://github.com/AvaloniaUI/Avalonia/pull/19740
- Controls – Fix tooltip hit test following a dirty rect invalidation not respecting
IsHitTestVisibleby @TomEdwardsEnscape in https://github.com/AvaloniaUI/Avalonia/pull/19642 - Controls – Limit
InlineUIContainerto available width by @miloush in https://github.com/AvaloniaUI/Avalonia/pull/19651 - Controls – Make sure inlines properly inherit text run properties from their parent by @Gillibald in https://github.com/AvaloniaUI/Avalonia/pull/19750
- Controls – Fix focus issues with
ComboBoxby @almightyju in https://github.com/AvaloniaUI/Avalonia/pull/19672 - XAML – Fix
TypeConverterAttributefor avalonia properties by @kekekeks in https://github.com/AvaloniaUI/Avalonia/pull/19727 - XAML – Add
FindAssembliesGrantingInternalAccesstoAvaloniaXamlIlRuntimeCompilerby @drasticactions in https://github.com/AvaloniaUI/Avalonia/pull/19735 - X11 – Fix memory leaks when closing a window on Linux by @dif-sam in https://github.com/AvaloniaUI/Avalonia/pull/19699
- macOS – Move Drag and Drop logic to
TopLevelImplby @drasticactions in https://github.com/AvaloniaUI/Avalonia/pull/19731 - Browser – Fix
StorageItemmethods not working and handle conversion issue by @Bugord in https://github.com/AvaloniaUI/Avalonia/pull/19708 - Build – Remove
Microsoft.SourceLink.GitHubPackageReference by @KirillOsenkov in https://github.com/AvaloniaUI/Avalonia/pull/19744
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.3.6...11.3.7