Skip to content

Releases: Mattias1/avalonia-extensions

Release v1.8.2

30 Dec 01:15
6a73801
Compare
Choose a tag to compare
Allow to forget settings file

Release v1.8.1

27 Dec 23:51
80b145a
Compare
Choose a tag to compare
Don't allow to set negative widths

Release v1.8.0

27 Dec 18:24
b1687be
Compare
Choose a tag to compare
Allow to build with simple theme

Release v1.7.0

02 May 10:28
v1.7.0
4f940f3
Compare
Choose a tag to compare

Add easier keyboard shortcuts

Release v1.6.0

30 Mar 17:46
606d006
Compare
Choose a tag to compare

Update to dotnet 8.
Also some small QoL improvements.

Release v1.5.0

25 Oct 12:46
a34f16c
Compare
Choose a tag to compare

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 to AvaloniaExtensionsApp.Init()
  • The (protected) HandleResize method on the CanvasComponentBase class is renamed to RepositionControls (and is now public)

Release v1.4.0

08 Sep 16:09
505c1dc
Compare
Choose a tag to compare

Make control factory methods public

Release v1.3.0

04 Sep 21:34
9976038
Compare
Choose a tag to compare

Add settings files on the app builder

Release v1.2.1

04 Sep 00:06
b4b26d7
Compare
Choose a tag to compare

Fix window not being created at component initialization

Release v1.2.0

03 Sep 23:46
7b42049
Compare
Choose a tag to compare

Expose the window in a static variable