Skip to content

Releases: AvaloniaUtils/AsyncImageLoader.Avalonia

v2.1.1

08 Jun 12:39
Compare
Choose a tag to compare

v.2.1.0

13 Nov 12:32
Compare
Choose a tag to compare
  • Add ImageLoader.IsLoading property

Full Changelog: v2.0.1...v2.1.0

v2.0.1

10 Nov 20:48
Compare
Choose a tag to compare
  • Fix default HttpClient in BaseWebImageLoader initializing

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Nov 20:08
Compare
Choose a tag to compare
  • Make HttpClient non static for BaseWebImageLoader and inheritors
  • Add alternative ctor with custom HttpClient to BaseWebImageLoader and inheritors
  • Add IDisposable to IAsyncImageLoader, and proper Dispose implementation for base loader

Full Changelog: v1.0.0...v2.0.0

v1.0.0

09 Nov 20:36
Compare
Choose a tag to compare
  • Initial release