Skip to content

11.3.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrJul MrJul released this 03 Apr 15:40
· 5 commits to master since this release
3fe35b5

Full Changelog: 11.2.6...11.3.0-beta1

What's Changed

Features

Enhancements

  • Use the himetric location instead of the pixel location. by @walterlv in #16850
  • Fixes and improves several access key (accelerator) related issues by @StefanKoell in #17292
  • Add _NET_WM_PID atom to Linux X11 window by @lindexi in #17470
  • Throw ObjectDisposedException for ClipboardImpl/ClipboardDataObject by @MrJul in #17472
  • Nullable annotations for LinuxFramebuffer by @MrJul in #17489
  • Align bitmap memory to 4 bytes by @Gillibald in #17774
  • Nullable annotations for X11 by @MrJul in #17814
  • Add FontSize property validation by @maxkatz6 in #18198
  • Improve KeyGesture.ToString() output in case when Key is set to Key.None by @Samael7777 in #18353
  • Bring control into view only if control isn't properly visible in viewport by @emmauss in #18359
  • Raise pointer events on captured element by @MrJul in #18420
  • Prevented setting 0 to ColumnSpan or RowSpan. by @abenedik in #18516

Performance

  • Avoid Select when no boxing required by @YohDeadfall in #16886
  • Fix PopupRoot.ConfigurePosition being called unnecessary by @MrJul in #17322
  • Optimization for Process.GetCurrentProcess() in Avalonia.Win32.Automation by @NeverMorewd in #17422
  • Optimize SKRoundRectCache Clear Method for .NET 6+ by @lindexi in #17605
  • Expanding StringTokenizator with ReadOnlySpan. by @Meloman19 in #17645
  • Use Flat Array Text Blob Cache instead of more expensive ConcurrentDictionary in Avalonia.Skia.GlyphRunImpl by @Washi1337 in #17727
  • [Text] Make BreakUnit a readonly struct by @Gillibald in #17729
  • Add SpanStringTokenizer and avoid many string allocations in FontCollectionBase by @Washi1337 in #17745
  • Optimization: Add an optimized path for notifying property changes for inherited va. by @danwalmsley in #18223
  • Layout performance improvements by @MrJul in #18315
  • Remove List<IObserver<T>>.ToArray() allocations in LightweightObservableBase by @xoofx in #18316

Fixes

Miscellaneous