Skip to content

Releases: AvaloniaUI/Avalonia

11.1.3

13 Aug 03:18
Compare
Choose a tag to compare

What's Changed

Features

  • Added Compositor.CreateCompositionVisualSnapshot API by @kekekeks in #16599
  • [Android] Support PerformContextMenuAction by @Tangent-90 in #15608
  • Add api to allow text input method to trigger common context menu actions by @emmauss in #15666

Fixes

  • [iOS] Switch to Metal by default by @maxkatz6 in #15994
  • [Android] [TextBox] Fix a bug which cause cannot call out the soft keyboard again after closing it by @Tangent-90 in #15603
  • Suspend selection updates in TextBoxTextInputMethodClient until all changes are completed by @emmauss in #15659
  • [Windows] GetDpiForMonitor checks for Windows 8.0, but should check for 8.1 by @yusupovdanil in #15734
  • [Linux] Blacklist SVGA3D gpu driver by @kekekeks in #15742
  • Restore 0.10.x behavior for re-creating visual brush content on property change by @kekekeks in #15838
  • Prevent FontFamily Property was null and crash the whole application by @Luoyingliang in #15896
  • Use the owner window's screen as the constraint. by @grokys in #15910
  • Implemented VulkanDevice.Dispose by @jp2masa in #15936
  • [Windows] Fixed UIA pattern matching for IExpandCollapseProvider. by @boydpatterson in #15997
  • Fixed memory leak in Switch class by @ds1709 in #15998
  • [Windows] Restores WS_CHILD style for Embedded Windows by @fitdev in #16051
  • Fix compiled binding indexer always forcing integer boxing by @maxkatz6 in #16109
  • [Windows] Patch Win32.TrayIconImpl DPI check for Win7/8 by @evgeniylevakhin in #16148
  • [Browser] Fix launcher on browser by @maxkatz6 in #16271
  • [Windows] Disable WinFormsAvaloniaControlHost in design mode by @daniel-lerch in #16296
  • Fix - return (0,0) as size for text selector layer on MeasureOverride by @emmauss in #16373
  • [Linux] Compatible with "fcitx5" envrionment variable by @kkwpsv in #16434
  • [Windows] Win32.PlatformConstants uses buildNumber instead of version by @christophe-calmejane in #16453
  • [Android] Fix android uri activation by @maxkatz6 in #16477
  • Fix TextLayout invalidation by @Gillibald in #16481
  • Remove internal access modifier from IWindowImpl.GetWindowsZOrder by @stevemonaco in #16562
  • Fixed overlay popups not automatically closing by @TomEdwardsEnscape in #16564
  • [Linux] Gracefully fall back to the next storage provider by @kekekeks in #15929
  • [Linux] Fix Linux X11 Atoms lost: Before the window was mapped, only the first atom was set. by @walterlv in #16110

Infrastructure

Full Changelog: 11.1.2...11.1.3

11.1.2

07 Aug 12:17
Compare
Choose a tag to compare

What's Changed

Features

  • Update popups and flyouts to properly support OverlayDismissEventPassThrough by @billhenn in #15517
  • Allow binding DataGridRow.IsSelected by @grokys in #16520

Fixes

11.1.2-rc1

05 Aug 08:07
Compare
Choose a tag to compare
11.1.2-rc1 Pre-release
Pre-release

What's Changed

Features

  • Update popups and flyouts to properly support OverlayDismissEventPassThrough by @billhenn in #15517
  • Allow binding DataGridRow.IsSelected by @grokys in #16520

Fixes

11.0.13

31 Jul 12:49
Compare
Choose a tag to compare

What's Changed

11.1.1

26 Jul 09:02
Compare
Choose a tag to compare

What's Changed

This is a hotfix to restore intellisense in the VS extension.

11.0.12

24 Jul 13:06
Compare
Choose a tag to compare

What's Changed

  • Fix nunit tests adapter losing async locals by @maxkatz6 in #16157
  • Make VirtualizingStackPanel better handle container size changes by @grokys in #16168
  • Reset scroller valuators on XI2Manager.cs by @jmacato in #16185

11.1.0

22 Jul 16:14
Compare
Choose a tag to compare

What's Changed

Read more

11.1.0-rc2

03 Jul 08:30
Compare
Choose a tag to compare
11.1.0-rc2 Pre-release
Pre-release

Full Changelog: 11.1.0-rc1...11.1.0-rc2

What's Changed

  • Convert IAvaloniaXamlIlParentStackProvider to eager one if needed by @MrJul in #16028
  • Fix negation of null values. by @grokys in #16101
  • Fix BindingNotification handling in MultiBinding by @grokys in #16102
  • Fix ICommand bindings in style setters by @grokys in #16122
  • Make bindings react to PropertyChanged even if property hasn't changed by @grokys in #16150

11.0.11

18 Jun 09:19
Compare
Choose a tag to compare

https://www.nuget.org/packages/Avalonia/11.0.11
Full Changelog: 11.0.10...11.0.11

What's Changed

  • Implement MacOSProperties.IsTemplateIcon attached property on TrayIcon by @maxkatz6 in #14348
  • Create a new run loop observer for a nested loop if it's being started from an observer callback by @kekekeks in #15425
  • Fix VirtualizingStackPanel ScrollIntoView by @grokys in #15449
  • [Win] Fix composition on focus change by @Gillibald in #15907

11.1.0-rc1

14 Jun 09:43
Compare
Choose a tag to compare
11.1.0-rc1 Pre-release
Pre-release

This release contains bugfixes for issues reported for 11.1.0-beta2.

Full Changelog: 11.1.0-beta2...11.1.0-rc1

What's Changed