Full Changelog: 11.3.0...11.3.1
What's Changed
Enhancements
- Update SkiaSharp and HarfBuzzSharp version to support LA64 and RV64 by @4Darmygeometry in #18571
- Improved inline documentation of class event handler methods by @TomEdwardsEnscape in #18869
- Reduce allocations in
TextShaperImpl
by reusing HarfBuzz Buffer by @dme-compunet in #18892 - Update azure-pipelines.yml (#18876) by @Gillibald in #18940
- Don't expect WasmRuntimeAssetsLocation to be always set by @maxkatz6 in #18947
- Bump Angle version by @maxkatz6 in #18982
Fixes
- Fix TextBox multiline selection with up/down keys till start/end of text by @rastislavsvoboda in #18746
- Multiple TextLine.GetTextRunBounds fixes by @Gillibald in #18749
- Invalidate ScrollContentPresenter measure on Can...Scroll by @BAndysc in #18753
- Fix incorrect CandidateWindow position when using Pinyin IMEs in Windows by @realybin in #18759
- Improve pen secondary button handling on list box by @maxkatz6 in #18766
- Fix crash with samsung keyboard when using password textboxes by @emmauss in #18793
- Fix caret handles not updating to the latest caret points by @emmauss in #18794
- Fix an issue where input controls initialized with
InputMethod.IsInputMethodEnable=false
could still use IME in their initial state. by @comesx4 in #18816 - Prevent children of UniformGrid from having negative dimensions when row/col spacing exceeds available space by @H0tCh0colat3 in #18832
- Fix insets on android 15 by @emmauss in #18844
- Fixed rare soft-"freezes" with OnRender(c) { ...; InvalidateVisual(); . } pattern by @kekekeks in #18901
- Fix focus not being lost when a parent element is hidden by @TomEdwardsEnscape in #18916
- Remove Keyboard Theme Override by @drasticactions in #18922
- Remove win32 dialog dpi hack by @emmauss in #18923
- Fixed transitions with delay but no duration completing instantly by @TomEdwardsEnscape in #18929
- Fix gradient stop reordeing (#18907) by @Gillibald in #18933
- Fixed RectangleGeometry not cloning its radius properties by @TomEdwardsEnscape in #18934
- Fix BindingEvaluator.ClearDataContext by @MrJul in #18964
- Fix infinite animation memory leak. by @kkwpsv in #18980
- Properly release of
StringBuilderCache
inTextBox.DeleteSelection
by @dme-compunet in #18985 - Fix LostFocus not raised on macOS by @MrJul in #18990
- Fix DirectX signatures by @MrJul in #18991
- More IDL uint fixes by @maxkatz6 in #18993