Releases: Mattias1/avalonia-extensions
Releases · Mattias1/avalonia-extensions
Release v1.8.2
Release v1.8.1
Don't allow to set negative widths
Release v1.8.0
Allow to build with simple theme
Release v1.7.0
Add easier keyboard shortcuts
Release v1.6.0
Update to dotnet 8.
Also some small QoL improvements.
Release v1.5.0
Some improvements:
- Positioning methods throw an exception when positioning a control relative to itself
- The ability to add a TextBlock without text (maybe because you want to give it some Inlines instead)
- Some more methods concerning settings files
Breaking changes:
- The method
AppBuilder.Init()
is moved toAvaloniaExtensionsApp.Init()
- The (protected) HandleResize method on the CanvasComponentBase class is renamed to RepositionControls (and is now public)
Release v1.4.0
Make control factory methods public
Release v1.3.0
Add settings files on the app builder
Release v1.2.1
Fix window not being created at component initialization
Release v1.2.0
Expose the window in a static variable