Full Changelog: 11.2.2...11.2.3
Enhancements
- XEmbed client support by @kekekeks in #17446
- [GLX] Resize the platform render target to compositor-provided size by @kekekeks in #17779
- Make MarkupExtension.ProvideValue method inlinable for StaticResourceExtension and ResolveByNameExtension by @maxkatz6 in #17659
- Ignore key modifiers on text editing if field is a password field. by @c4llv07e in #17695
Fixes
- Fix broken pre-edit markedText on iOS and solve #17523 by @Arktische in #17618
- Fix random test failures and add empty dispatcher verification to tests by @MrJul in #17628
- Fix TextBlock re-measure in infinite container by @MrJul in #17638
- #17675 - AfterPlatformServicesSetup callbacks are not called by the A. by @gentledepp in #17676
- Made OneTime bindings update on DataContext changes by @MrJul in #17683
- Fix KnownFolder for x86 Windows by @stevemonaco in #17705
- [Win] Fix cursor update on pointer enter by @Gillibald in #17726
- Fix macOS popup memory leak due to Close not being called by @MrJul in #17753
- Update pen tap settings by @maxkatz6 in #17780
- Auto free finished vulkan command buffers in gpu interop feature implementation by @kekekeks in #17782
- [MacOS] fix small memory leak when TopLevel closes. by @danwalmsley in #17783
- [macOS] Prevent popups from stealing focus by @MrJul in #17794
- Fix TextAlignment="DetectFromContent" by @Gillibald in #17721