Releases: AvaloniaUI/Avalonia
Releases · AvaloniaUI/Avalonia
0.10.0 Preview 5
0.10.0-preview5 bump version.
0.10.0 Preview 4
0.10.0-preview4 bump version.
0.10.0 Preview 3
0.9.12 Service Release
- 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
- 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...
0.10 Preview 1
- 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
- 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
- Managed file dialogs can select both folders and files.
0.9.9 Service Release
- Fix ability to target all .netcore versions since 2.0
0.9.8 Service Release
[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.