AsyncImageLoader.Avalonia

Provides way to asynchronous bitmap loading from web for Avalonia Image control and more

MIT License

Stars
123
Committers
6

Bot releases are visible (Hide)

AsyncImageLoader.Avalonia - v3.2.1 Latest Release

Published by SKProCH about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v3.2.0...v3.2.1

AsyncImageLoader.Avalonia - v3.2.1-rc1

Published by SKProCH about 1 year ago

  • Tries to fix "CancellationTokenSource has been disposed" when redrawn rapidly in virtualizing panels. #19

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v3.2.0...v3.2.1-rc1

AsyncImageLoader.Avalonia - v3.2.0

Published by SKProCH about 1 year ago

What's Changed

  • Add support for existing IImage loading in AdvancedImage. #17

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v3.1.0...v3.2.0

AsyncImageLoader.Avalonia - v3.1.0

Published by SKProCH about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v3.0.0...v3.1.0

AsyncImageLoader.Avalonia - v3.0.0

Published by SKProCH about 1 year ago

What's Changed

  • Replace IBitmap with Bitmap due to IBitmap will be internal in next Avalonia release. Thanks, @afunc233
  • Fix loading from local disk in some linux distros. Thanks, @afunc233
  • Implement CornerRadius for AdvancedImage

New Contributors

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/2.4.0...v3.0.0

AsyncImageLoader.Avalonia - v3.0.0-avalonia11

Published by SKProCH about 2 years ago

  • This release contains only Avalonia 11 support

What's Changed

New Contributors

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v2.4.0...v3.0.0-avalonia11

AsyncImageLoader.Avalonia - v2.4.0

Published by SKProCH about 2 years ago

AsyncImageLoader.Avalonia - v2.3.0

Published by SKProCH about 2 years ago

  • Make ImageSource.SourceProperty nullable

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v2.2.0...2.3.0

AsyncImageLoader.Avalonia - v2.2.0

Published by SKProCH over 2 years ago

  • Add support for avares and resm #1
  • Add logging to avalonia logger

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v2.1.1...v2.2.0

AsyncImageLoader.Avalonia - v2.1.1

Published by SKProCH over 2 years ago

AsyncImageLoader.Avalonia - v.2.1.0

Published by SKProCH almost 3 years ago

AsyncImageLoader.Avalonia - v2.0.1

Published by SKProCH almost 3 years ago

  • Fix default HttpClient in BaseWebImageLoader initializing

Full Changelog: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v2.0.0...v2.0.1

AsyncImageLoader.Avalonia - v2.0.0

Published by SKProCH almost 3 years ago

  • 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: https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia/compare/v1.0.0...v2.0.0

AsyncImageLoader.Avalonia - v1.0.0

Published by SKProCH almost 3 years ago

  • Initial release