Skip to content

Releases: AvaloniaUI/Avalonia

0.10.0 Preview 5

08 Sep 21:22
Compare
Choose a tag to compare
0.10.0 Preview 5 Pre-release
Pre-release
0.10.0-preview5

bump version.

0.10.0 Preview 4

27 Aug 16:14
Compare
Choose a tag to compare
0.10.0 Preview 4 Pre-release
Pre-release
0.10.0-preview4

bump version.

0.10.0 Preview 3

16 Aug 20:47
Compare
Choose a tag to compare

0.9.12 Service Release

28 Jul 20:38
Compare
Choose a tag to compare
  • Deterministic Xaml Compilation
  • X11 screens api compatible with old distributions
  • Prevent tooltips getting stuck on the screen.
  • Gtk based file dialogs auto append file extensions.

0.10.0 Preview 2

16 Aug 20:45
Compare
Choose a tag to compare
0.10.0 Preview 2 Pre-release
Pre-release
  • IElementsFactory (from WinUI)
  • New SkiaSharp v2
  • Fix crashing on framebuffer with 0x0 size.
  • Fix X11 screens api on some obscure distros.
  • Fixes for relativepanel.
  • Fixes for text wrapping and layout.
  • Fixes for Default theme.

and many many more...

release/0.10.0-preview1...release/0.10.0-preview2

0.10 Preview 1

10 Jul 17:41
Compare
Choose a tag to compare
0.10 Preview 1 Pre-release
Pre-release
  • Fluent Theme
  • Native Embedding
  • OpenGL Control
  • Extended Client Frame api (render in titlebar)
  • 60 fps
  • BoxShadow
  • Full Unicode support in Textblock and new Text Layout Engine
  • RelativePanel
  • Bitmap resizing APIs
  • Experimental Acrylic Material
  • Compiled Bindings
  • Headless platform for VNC and UI Testing
  • Huge Performance improvements
  • Many bugs fixed

0.9.11 Service Release

28 Jun 20:59
Compare
Choose a tag to compare
  • support .axaml extensions, workaround for visual studio issues.
  • remove support for rendering layers. Allows animating opacity.
  • DnD drop file support for OSX.
  • Designer exceptions more useful.
  • Fix some segfaults on osx platform.

0.9.10 Service Release

28 Jun 20:56
Compare
Choose a tag to compare
  • Managed file dialogs can select both folders and files.

0.9.9 Service Release

21 Apr 14:06
Compare
Choose a tag to compare
  • Fix ability to target all .netcore versions since 2.0

0.9.8 Service Release

20 Apr 17:05
Compare
Choose a tag to compare

[X11]
Added support for Astra Linux
Fixed Modal Dialogs, can no longer click in mainwindow when the dialogs are shown.
Fixed GTK file dialogs initial filename.
Fixed popup and window sizing (race condition)
Rendering stops when window minimized
Added support for Immediate Rendering.

[General]
XAML compiler can cope with "," inside selectors.
Multibinding fixed.
Fixed issue where Black areas are shown when Window Manager gives a window smaller than Apps min size.
Fixed issues with Layout causing infinity measure passes.
Fixed Context Menu causing memory leaks.
ReactiveUI initialised before AfterSetup called.