Full Changelog: 11.2.5...11.2.6
What's Changed
Enhancements
- Extend diagnostic TreeNode features to more types by @TomEdwardsEnscape in #18430
- Make mobile TryGetPlatformHandle consistent by @maxkatz6 in #18483
- Avoid multiple resource change notifications by @MrJul in #18488
Fixes
- Improve input behavior for Browser by @johanpolson in #18349
- Support complex types in datatype by @maxkatz6 in #18379
- Fix: TextBox having selection and pressing up / down arrows by @rastislavsvoboda in #18385
- InputMethod should remove handler when remove handler by @rabbitism in #18414
- Fix - Search for visual parents when hittesting for pointer events by @emmauss in #18416
- Fix Loaded being incorrectly raised for unloaded controls by @MrJul in #18471
- Default button should not fire Click event when button is not effectively visible by @pavelovcharov in #18484
- Fix file modified time in storage item properties by @emmauss in #18487
- Fix TextWrapping in combination with TextEndOfLine runs by @Gillibald in #18523
- Dismiss popups when toplevel deactivates in embedded scenarios by @emmauss in #18527