Full Changelog: 11.2.4...11.2.5
What's Changed
Enhancements
- In-process dnd should always handle pointermoved for consistency withactual dnd by @kekekeks in #18287
Fixes
- Send dispose command for CompositionTarget as an OOB batch by @kekekeks in #18119
- Fix Implicit x:DataType defining for InheritDataTypeFromItems. by @asmirnov82 in #18206
- iterate over visible columns only when DnD column header by @rastislavsvoboda in #18251
- TextBox: clear selection when moving the caret horizontally by @rastislavsvoboda in #18255
- Fix Win32 MonitorFromRect by @MrJul in #18285
- [X11] Use XcursorLibraryLoadCursor for dnd cursors by @kekekeks in #18286
- Don't alter any InputElement properties from in-process dnd handler by @kekekeks in #18288
- Root assemblies for SRE XAML loader by @maxkatz6 in #18290
- Fix TextLayout.Width calculation (#18305) by @xoofx in #18310
- Fix SlicedStream.Seek(offset, SeekOrigin.End) by @pjt33 in #18313
- Fix Window.MeasureOverride measuring with the old ClientSize by @MrJul in #18338