New
11.3.11
What's Changed
Enhancements
- Core – Add support for parsing
BoxShadowswith color functions by @gehongyan in https://github.com/AvaloniaUI/Avalonia/pull/20321 - X11 – Set
XkbSetDetectableAutoRepeatto true by @flabbet in https://github.com/AvaloniaUI/Avalonia/pull/20360
Fixes
- Core – Fix thread-race condition in
Dispatcheron shutdown by @11v1 in https://github.com/AvaloniaUI/Avalonia/pull/20299 - Core – Fix
NullReferenceExceptioninTextShaperImpl.ShapeTexton netstandard2.0 by @adams85 in https://github.com/AvaloniaUI/Avalonia/pull/20369 - Core – Add null reference check for animation keyframes by @drasticactions in https://github.com/AvaloniaUI/Avalonia/pull/20422
- Core – Fix accessibility with screen reader on
TextBlockwith inlines by @codecat in https://github.com/AvaloniaUI/Avalonia/pull/20438 - Core – Fix
BindingExpression.LeafNodethrowing when nodes list is empty by @grokys in https://github.com/AvaloniaUI/Avalonia/pull/20442 - Documentation – Update
HelpLinkfor XAML namespace resolution by @maxkatz6 in https://github.com/AvaloniaUI/Avalonia/pull/20371 - iOS – Fix
TextInputResponderby @kerams in https://github.com/AvaloniaUI/Avalonia/pull/19310 - Android – Call default back callbacks when not handled by @emmauss in https://github.com/AvaloniaUI/Avalonia/pull/20452
- Windows – Remove obsolete clipboard format
CF_TEXT. by @yu-kopylov in https://github.com/AvaloniaUI/Avalonia/pull/20389 - Headless – Fix
InvalidOperationExceptionDispatcher job loop detected by @wieslawsoltes in https://github.com/AvaloniaUI/Avalonia/pull/20310
Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.3.10...11.3.11