Skip to content

Releases: AvaloniaUI/Avalonia

11.2.0-beta2

15 Sep 02:05
Compare
Choose a tag to compare
11.2.0-beta2 Pre-release
Pre-release

What's Changed

Features

Fixes

Miscellaneous

Full Changelog: 11.2.0-beta1...11.2.0-beta2

11.2.0-beta1

20 Aug 03:37
Compare
Choose a tag to compare
11.2.0-beta1 Pre-release
Pre-release

We are currently switching to 3-months release cycle starting with 11.2.
And as you all can see, 11.2 branch already has a lot of improvements over 11.1 release this summer.

What's Changed

Features

Fixes

Expand
Read more

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

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-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