Full Changelog: 11.2.3...11.2.4
What's Changed
Enhancements
- Add ISkiaGpuWithPlatformGraphicsContext interface to vulkan skia gpu by @emmauss in #17895
- Support activation with universal links by @kerams in #18005
- Make sure MacOS uses the cached value for render scaling. by @danwalmsley in #18062
Fixes
- Try fix Korean IME on iOS by @kerams in #17680
- [ScrollViewerPresenter] Fix rtl scroll (#16667) by @ijklam in #17714
- Add NonPumpingLockHelper.Use to the SyncCommit by @maxkatz6 in #17812
- Clamp progress bar indicator width and height to never drop below zero when calculating size. by @KieranDevvs in #17816
- Fix TextLayout overflow by @dme-compunet in #17914
- Android - Fix segfault crash when native surface is destroyed on vulkan by @emmauss in #17921
- TextLayout: TextStyleOverrides aren't applied correctly by @solveEM in #17922
- [Skia] Fix RadialGradientBrush for non center origin by @Gillibald in #17925
- Respect TextBox.VerticalContentAlignment for inner contents in fluent theme by @heartacker in #17932
- Update compat dispatcher priorities by @kekekeks in #17948
- End/close AppKit sheets attached on window when we hide it by @maxkatz6 in #17968
- Fix wrong horizontal snap point parameter. by @emmauss in #17986
- Fixes/skia dash array by @Gillibald in #18001
- Fixed unnecessary window displacement on resize by @codecat in #18004
- Fix in HeadlessClipboardStub.GetDataAsync where format is not considered by @YoshihiroIto in #18008
- Path Geometry update fix for 4748 bug rerender on change for paths segments by @EvanRuiz in #18025
- Fix style without selector not finding target type by @MrJul in #18026
- Clear
Imm32InputMethod.Composition
after receivingcancel
message (WM_IME_COMPOSITION
withlParam
set to0
) by @MineCake147E in #18034 - Fix SelectableTextBlock selection by @love-linger in #18049
- make _lastKnownPosition trackable at dragging by @AnastassiaP in #18069
- Fix ManagedStorageProvider OverwritePrompt behaviour by @FishEagle in #18076
- Enable light dismiss on CalendarDatePicker popup in simple theme by @nickodei in #18092
- Fix DevTools bindings by @ltetak in #18125
- DataGrd: Use VisualBrush to generate DragIndicator if Header is a Control. by @rabbitism in #18154
- [SKIA] Don't re-create SKImage on every WriteableBitmap draw call by @kekekeks in #18164
- Fix typo in SetValue validation exception message by @maxkatz6 in #18197
- [TextTrimming] Fixed some text trimming bugs by @dme-compunet in #17998
- Fix Korean IME on Android by @kerams in #18030