Releases: Kir-Antipov/HotAvalonia
Releases · Kir-Antipov/HotAvalonia
HotAvalonia - 2.0.0
Features
- Added support for hot reloading controls from referenced projects (#7)
- Added support for hot reloading icons, images, and other assets
- Added F# support (#8)
- Added VB.NET support (#8)
- Added support for .NET 9 (#14)
- Control methods that require refiring upon hot reload can now be marked with the
[AvaloniaHotReload]
attribute (#13)
Fixes
- Fixed a
TypeAccessException
being thrown when attempting to hot reload a control with private event handlers (#11) - Fixed a
NullReferenceException
being thrown when attempting to hot reload anExperimentalAcrylicBorder
(#12)
Full Changelog: 1.1.1...2.0.0
HotAvalonia - 1.1.1
Fixes
- Fixed an
InvalidOperationException
being thrown on attempts to hot reload a named control (#5)
Full Changelog: 1.1.0...1.1.1
HotAvalonia - 1.1.0
Features
Fixes
- Unquoted
StaticResource
s are no longer hot-reloadable (#2)
New Contributors
- @toomasz made their first contribution in #4
- @zeryk24 made their first contribution in #4
- @MinikPLayer made their first contribution in #4
Full Changelog: 1.0.1...1.1.0
HotAvalonia - 1.0.1
Fixes
- Non-URI-friendly characters in paths are properly processed now (#1)
Full Changelog: 1.0.0...1.0.1