Skip to content

11.3.2

Latest
Compare
Choose a tag to compare
@MrJul MrJul released this 24 Jun 13:28
· 125 commits to master since this release
0e1443a

Full Changelog: 11.3.1...11.3.2

What's Changed

Enhancements

  • Documentation – Corrected PointerPointProperties inline documentation, and exposed it on PointerEventArgs by @TomEdwardsEnscape in #19062
  • Controls – Remove the need for MenuItem Icon to be a ILogical by @Doraku in #19075

Fixes

  • Core – Extend dirty rect when UseLayoutRounding=false by @MrJul in #18511
  • Core – Properly handle in cluster ShapedBuffer split by @Gillibald in #19090
  • Controls – Reverse TickBar when Slider direction is reversed by @zrt2399 in #19096
  • Android – Better api level detection for display edge to edge and ignore system bar color changes if on api level 35 by @emmauss in #19034
  • Android – Fix oversight with display edge to edge detection for android 16 by @emmauss in #19067
  • Android – Revert changes preventing status bar theme from being updated by @emmauss in #19076
  • Android – Reset android input method focus and connection state when text input focus is removed by @emmauss in #19083
  • macOS – SuggestedStartLocation is not set if the FileTypeChoices is not null by @Whiletru3 in #19036
  • macOS – Respect info.plist values for setActivationPolicy by @drasticactions in #19066
  • macOS – Add shouldResize value to SetWindowState, don't resize on Window move by @drasticactions in #19088