Avalonia Versions Save

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET Foundation community project.

11.1.0-beta1

1 month ago

Full Changelog: https://github.com/AvaloniaUI/Avalonia/commits/11.1.0-beta1 Full API Diff: https://gist.github.com/maxkatz6/a7df42607cc7187b94e2e693ccf15f6d

Please install latest dotnet templates. Most of new features are still pending updated documentation. You can follow progress on this issue - https://github.com/AvaloniaUI/avalonia-docs/issues/384.

New features

  • Binding markup extension was refactored, and now supports UpdateSourceTrigger!
  • Tizen backend with Tizen TV support.
  • XAML warnings support, starting with Obsolete and TemplatePart warnings. Configurable via csproj and editorconfig. XAML error reporting is now also improved, not being limited by a single error at a time.
  • New top-level and application services: ILauncher, IInputPane, IActivatableLifetime.
  • XY focus with arrow keys and remote DPad is now available.
  • Global exception handling via Dispatcher UnhandledException and UnhandledExceptionFilter.

New and extended controls:

  • HyperlinkButton is now available.
  • MenuItem now supports ToggleType property, including CheckBox and Radio types with radio groups.
  • Border now includes a new BackgroundSizing property, allowing customizing transparent border brushes rendering.
  • Many interactive controls were updated to be usable with TV remote control, where only DPad buttons and Space (Select) + Escape (Back) are available.
  • NumericUpDown and AutoCompleteBox: MaxLength, InnerLeftContent, and InnerRightContent.
  • WindowNotificationManager was refactored and now can be embedded at any level of the controls tree, not being hardcoded to the top level.
  • RadialGradientBrush now has separated RadiusX and RadiusY properties that allow absolute and relative values. Old Radius property is now obsolete.

New platform features

Windows

  • DirectComposition rendering mode is now supported for older Windows versions (8.1+)
  • It's now possible to add WndProc and WindowStyles callbacks via Win32Properties API.

macOS

  • TrayIcon now includes MacOSProperties.IsTemplateIcon attached property, allowing monochrome icons consistent with macOS system icons

Linux

  • It's now possible to set NetWmWindowType and WmClass on any window via X11Properties attached properties.
  • Avalonia now respects XGD accent color spec.

Browser

  • StaticWebAssets SDK is now supported. It brings support for building in .NET Brotli compression and caching. To use this SDK, please recreate the browser project from the new template using the 11.1.0-beta1 version.
  • WebGL2 is now enabled by default.

iOS

  • Metal rendering mode was implemented and now can be enabled via iOSPlatformOptions.
  • Physical keyboard and mouse input handling now work.
  • tvOS support was added.

Android

  • Android TV support was added

Breaking Changes

  • iOS and Android backends now require .NET 8 or newer, as per .NET mobile workloads support timelines.
  • Browser backend now also requires .NET 8 or newer, but also has changes to its project structure. We recommend using newer Avalonia templates as a reference, but a migration guide specifically for the browser is also planned.

11.0.10

1 month ago

https://www.nuget.org/packages/Avalonia/11.0.10 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.9...11.0.10

What's Changed

11.0.9

2 months ago

https://www.nuget.org/packages/Avalonia/11.0.9 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.8...11.0.9

Releasing shortly after previous, as 11.0.8 release had critical issues.

What's Changed

11.0.8

2 months ago

Please upgrade to 11.0.9! For more details see https://github.com/AvaloniaUI/Avalonia/releases/tag/11.0.9

https://www.nuget.org/packages/Avalonia/11.0.8

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.7...11.0.8

What's Changed

11.0.7

3 months ago

https://www.nuget.org/packages/Avalonia/11.0.7

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.6...11.0.7

What's Changed

  • Fixed issue: Default font family name cannot be null or empty by @mihnea-radulescu in PR #12817
  • Fixed missing resources for TimePicker & DatePicker in simple theme by @workgroupengineering in PR #12851
  • Fixed memory leak in Animatable transitions by @DmitryZhelnin in PR #12861
  • Fixed issue with VirtualizingPanel's RemoveInternalChildRange() by @liwuqingxin in PR #12877
  • Fixed Xaml Compiler error when code-behind class contains a DllImport method by @workgroupengineering in PR #12882
  • Fixed memory leak in TopLevel's Cursor property subscriptions by @DmitryZhelnin in PR #12996
  • Added Clear function to Date and Time pickers by @rabbitism in PR #13082
  • Fixed typo in ItemsControlFromItemContainer by @workgroupengineering in PR #13118
  • Updated RenderDataRectangleNode.HitTest for proper hit-testing of rounded rectangles by @billhenn in PR #13797
  • Fixed initialization property order in SelectedItemsControl by @MrJul in PR #13800
  • Implemented helper OutputApiDiff target by @maxkatz6 in PR #13818
  • Unsubscribed Android back handler when toplevel is disposed by @emmauss in PR #13831
  • Fixed DataGrid IList editing issue by @maxkatz6 in PR #13845
  • Fixed TextLine run bounds union calculation by @Gillibald in PR #13847
  • Fixed TabItem.TabStripPlacement not being set for new tab items by @pavelovcharov in PR #13849
  • Hackfix for calling SelectAll with SelectedItem binding by @grokys in PR #13868
  • Fix OutOfMemory crash with LowLatencyDxgiSwapChain enabled by @ShadowMarker789 PR #13869
  • Added transition leak tests by @maxkatz6 in PR #13870
  • Fixed ToggleSwitch dragging by @Splitwirez in PR #13893
  • Fixed Adorner Layer Clipping by @grokys in PR #13921
  • Fixed BoxShadow style changes not triggering render updates on ContentPresenter by @Al12rs in PR #13932
  • Added feature to allow treating Avalonia Access Unstable Private APIs Warning as Error by @workgroupengineering in PR #13937
  • OpenglControl - Don't queue update if control is not attached by @emmauss in PR #13938
  • Fixed iOS Dispatcher by @maxkatz6 in PR #13942
  • Used ShowNoActivate in Win32NativeControlHost by @grokys in PR #13966
  • Don't override ContextMenu.Placement when Open is called from code by @grokys in PR #13967
  • Don't share style instances with Or selector by @grokys in PR #13969
  • Fixed IOSStorageFolder permission problem by @sghctoma in PR #13976
  • Fixed Border and Shape border re-rendering when changing Brush value by @SKProCH in PR #13980
  • Fixed DBus Exception on window close by @affederaffe in PR #13997
  • Updated Tmds.DBus.SourceGenerator to 0.0.13 by @workgroupengineering in PR #14010
  • Fixed Relative line drawing in Geometries by @workgroupengineering in PR #14013
  • Removed missing MVID warning on XAML compilation by @MrJul in PR #14014
  • Fixed color of selected DataGridRow by @zavaleriy in PR #14026
  • Fixed regression in rendering of non-clear type text by @danwalmsley in PR #14080
  • Don't crash on IsCurrent checks by @maxkatz6 in PR #14089
  • Implemented ApiInformation checks by @maxkatz6 in PR #14090
  • Fixed XML Docs: Renamed inheritdocs to inheritdoc by @workgroupengineering in PR #14093
  • Added an event to detect when an Application icon is clicked by @danwalmsley in PR #14106
  • Improved TextBox behavior on Ctrl+Backspace down event by @exGensImpl in PR #14138
  • Added InheritDataTypeFromItems for AutoCompleteBox.ValueMemberBinding by @gehongyan in PR #14162
  • Fixed exception when SelectedValueBinding evaluates to null by @TomEdwardsEnscape in PR #14171
  • Updated SkiaSharp to 2.88.7 to fix a memory exception by @MontagueM in PR #14179
  • Ported DragMove logic from WPF by @jmacato in PR #14186

11.0.6

4 months ago

https://www.nuget.org/packages/Avalonia/11.0.6

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.5...11.0.6

Join Discussion: https://github.com/AvaloniaUI/Avalonia/discussions/13841

What's Changed

11.0.5

6 months ago

https://www.nuget.org/packages/Avalonia/11.0.5

What's Changed

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.4...11.0.5

11.0.4

8 months ago

Just some bug fixes! Stability++

https://www.nuget.org/packages/Avalonia/11.0.4

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.3...11.0.4

11.0.3

8 months ago

Minor fixes and improvements

What's Changed

New Contributors