Skip to content

Releases: AvaloniaUI/Avalonia

11.0.0

05 Jul 09:57
Compare
Choose a tag to compare

Our docs have had an overhaul also:
https://docs.avaloniaui.net/

See this guide on how to update your application.
https://docs.avaloniaui.net/docs/next/stay-up-to-date/upgrade-from-0.10

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

New Features

A11y (Accessibility)
This version of Avalonia takes major strides in making applications more accessible. We've added support for various accessibility tools, making it easier for everyone to use Avalonia applications.

IME (Input Method Editor) Support
We have introduced support for Input Method Editor (IME), this allows onscreen keyboards and input in all languages.

Compositing Renderer
The new compositing renderer enhances the graphical rendering capabilities, providing a more robust, efficient, and flexible rendering pipeline.

WebAssembly (WASM) Support
WASM support allows Avalonia applications to run directly in the browser, broadening our platform support and giving developers more freedom and flexibility.

iOS and Android Support
We've added support for both iOS and Android platforms. Developers can now build and run Avalonia applications on two of the most popular mobile platforms.

Full Rich Text support
You can now fully render rich text allowing you to render complex documents.

With the Text Inlines feature, you can easily construct complex formatted text blocks. It enables you to add annotations, hyperlinks, and other inline elements in your text.

Smooth Virtualization (Reworked ItemsControl)
We've completely reworked the ItemsControl to provide smooth virtualization. This improves the efficiency and user experience for controls with many items.

Performance Improvements
Avalonia 11.0 comes with significant performance improvements, enhancing the speed and efficiency of your applications.

Control Themes, Nested Styles, and Theme Variants
We've added the ability to theme controls, apply nested styles, and choose theme variants. This makes it easier to build beautiful and consistent UIs.

Bitmap Effects
The Bitmap Effects feature lets you apply visual effects to bitmaps. You can add blur, drop shadows, and other effects to images.

3D Transforms
With 3D Transforms, you can now create stunning three-dimensional effects in your UI.

AOT (Ahead-Of-Time) Compilation and Trimming
AOT compilation enables your apps to run faster by compiling them before runtime. Trimming reduces the size of your apps by removing unused code.

GPU Interop
The GPU Interop feature allows Avalonia to work more efficiently with the GPU, improving rendering performance and visuals.

Experimental Metal Support
We're testing Metal support to improve performance on iOS and macOS devices.

11.0.0 Release Candidate 2.2

01 Jul 10:41
Compare
Choose a tag to compare

11.0.0 Release Candidate 1.1

31 May 20:31
Compare
Choose a tag to compare

0.10.21

19 May 09:01
Compare
Choose a tag to compare
  • Remove msbuild debug code, causing a "test.bin" file to be left next to the main project.

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

0.10.20

18 May 11:17
Compare
Choose a tag to compare
  • Critical MacOS fix, after 24 hours mouse events behave strangely.
  • Crash could occur if tooltip open / close collided with window resizing.
  • Fix popup pointer positioning from touch.
  • When ExtendClientAreaToDecorations is true, and CanResize = false, dont allow Zoom osx or Maximize on Windows.

other small bug fixes
release/0.10.19...release/0.10.20

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

11.0.0 Preview 8

09 May 09:58
Compare
Choose a tag to compare

11.0.0 Preview 7

24 Apr 19:36
Compare
Choose a tag to compare

0.10.19

24 Mar 09:40
Compare
Choose a tag to compare

What's Changed

Bugfixes

#8514 Skip disabled controls when moving to first/last item
#8880 [macOS] macOS: Fix child window order with multiple child windows
#9221 Fix setting WindowState before showing Window.
#9300 [macOS] OSX: fix menu re-entrancy crash
#9326 [macOS] OSX: fix minimise button being disabled when either a parent or a dialog.
#9451 [macOS] [OSX] Fixed NativeMenu memory leak
#9469 [macOS] [OSX] Use non-opaque window background for non-transparent windows
#9566 [macOS] MacOS: Only bring windows to front if they're on the active space.
#9699 Fix SelectionModelSelectionChangedEventArgs.SelectedItems indexer.
#9716 [macOS] macos: Fix child window key handling
#10153 [macOS] macOS: Sync actual window state after window show, and fix integration tests on macOS 13.1
#10196 [macOS] macOS: Fix window transparency
#10204 [Windows] Update Angle to 2.1.0.2023020321
#10265 [Windows][macOS] Various macOS and win32 fixes
#10427 [macOS] macOS: Fix window order breaking when closing modal dialog
#10431 if the window is closed, we cannot become the key window.
#10575 [macOS] macOS: Don't allow window zoom when CanResize=false.
#10600 [Linux] Add nullable reference checking to X11Window.
#10677 [macOS] macOS: Fix interaction between ExtendClientAreaToDecorationsHint and SystemDecorations

Full Changelog: 0.10.18...0.10.19

11.0.0 Preview 6

21 Mar 21:44
Compare
Choose a tag to compare

11.0.0 Preview 5

03 Feb 13:38
Compare
Choose a tag to compare