Releases: Kir-Antipov/HotAvalonia
Releases · Kir-Antipov/HotAvalonia
HotAvalonia - 2.1.0
Features
- New experimental
HotAvalonia.Fody
package is now available! It's designed to enhance hot reload capabilities for environments where method injections are unsupported or intentionally disabled (#17) - Introduced the
HOTAVALONIA_DISABLE_INJECTIONS
environment variable, allowing users to manually disable injection-based hot reload
Fixes
- Fixed an issue where
clr-namespace
declarations without an assembly reference were not correctly mapped to the current assembly (#21) - Resolved a problem that prevented internal controls from being referenced by other controls (#22)
Full Changelog: 2.0.2...2.1.0
HotAvalonia - 2.0.2
Fixes
- Fixed an issue where internal controls were ignored during hot reload (#20)
Full Changelog: 2.0.1...2.0.2
HotAvalonia - 2.0.1
Fixes
- Fixed an issue where hot reload could not function when
<PublishAot>
was set totrue
(#16) - Resolved a problem causing hot reload to be completely broken on non-AMD64 devices (#17)
- Fixed a compilation error caused by
HotAvalonia.Extensions
that occurred for users with global usings disabled (#18, #19)
New Contributors
Full Changelog: 2.0.0...2.0.1
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