Skip to content

Update dependency Avalonia to v11

Renovate Bot requested to merge renovate/avalonia-11.x into master

This MR contains the following updates:

Package Type Update Change
Avalonia (source) nuget major 0.10.22 -> 11.0.10

Release Notes

AvaloniaUI/Avalonia (Avalonia)

v11.0.10

Compare Source

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

v11.0.9

Compare Source

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

v11.0.8

Compare Source

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

v11.0.7

Compare Source

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

v11.0.6

Compare Source

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

v11.0.5

Compare Source

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

v11.0.4

Compare Source

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

v11.0.3

Compare Source

Minor fixes and improvements

What's Changed

New Contributors

v11.0.2

Compare Source

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

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.1...11.0.2

v11.0.1

Compare Source

Bug fixes only this time folks!

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

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.0...11.0.1

v11.0.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports