What's Changed
Features
- Core – Update
Brush.Parse()
to Handle all Color Formats by @robloo in #19526 - Text – Make typeface matching and synthetic typeface creation customizable by @Gillibald in #18890
Fixes
- Core – Fix validation error not being cleared on valid input by @ondrejsusovsky in #19477
- Core – Schedule a full render pass on
CompositionBatchCompletion
to prevent tearing by @kekekeks in #19487 - Core – Fix
TransformGroup.Children
collection changes not changingTransformGroup.Value
by @TomEdwardsEnscape in #19525 - Core – Fixes duplicate class property registration by @coltonk9043 in #19558
- Text – Fix overhang calculation by @Gillibald in #19013
- Text – Fix zero width space handling by @Gillibald in #19488
- Text – Fix
FontCollection.MatchCharacter
by @Gillibald in #19494 - Text – Do not treat combining marks as whitespace by @Gillibald in #19498
- Text – FontLoading adjustments by @Gillibald in #19538
- Text – Rework
TextLineImpl.GetTextBounds
by @Gillibald in #19576 - Controls – Fix usage of
GridSplitter
insideItemsControl
asItemsPanel
by @wieslawsoltes in #19200 - Controls – Fix
RelativePanel
calculation error with extensible and aligned child by @msojocs in #19474 - Controls – Fix selected files filename in managed file chooser by @loyvsc in #19540
- Controls – Fix
BringDescendantIntoView
with respect to margins by @emmauss in #19544 - iOS – Pass app delegate to the default
UseiOS
call by @maxkatz6 in #19550 - Windows – Fix Win32 GDI leak on
TrayIcon
close by @coltonk9043 in #19583
Full Changelog: 11.3.4...11.3.5