Skip to content

Releases: AvaloniaUtils/AsyncImageLoader.Avalonia

v3.5.0

27 Dec 23:31
8683ce6

Choose a tag to compare

What's Changed

  • Removes image resolving attempts for empty strings by @SKProCH in #34

Full Changelog: v3.4.4...v3.5.0

v3.4.4

21 Dec 19:12
eb39e74

Choose a tag to compare

What's Changed

  • Change LoadAsync implementation to delegate most actions to old LoadAsync(string) to ensure backward compatibility with old overriden methods by @SKProCH in #32

Full Changelog: v3.4.3...v3.4.4

v3.4.3

14 Sep 11:50

Choose a tag to compare

What's Changed

Full Changelog: v3.4.2...v3.4.3

v3.4.2

13 Sep 17:52
8430455

Choose a tag to compare

What's Changed

  • Make a separate checking logic for storage provider content resolution by @SKProCH in #29

Full Changelog: v.3.4.1...v3.4.2

v3.4.1

13 Sep 17:31
434f6c5

Choose a tag to compare

What's Changed

  • Replace TryGetFileFromPathAsync call with an actually safe version by @SKProCH in #28

Full Changelog: v3.4.0...v3.4.1

v3.4.0

10 Sep 15:00
863071a

Choose a tag to compare

What's Changed

  • Implement IAdvancedAsyncImageLoader with IStorageProvider support by @SKProCH in #27

Full Changelog: v3.3.0...v3.4.0

v3.3.0

17 Aug 14:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.3.0

v3.2.1

26 Sep 11:40

Choose a tag to compare

What's Changed

  • Fix ObjectDisposedException in Cancellation token access (#19) by @ionite34 in #20

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.1-rc1

23 Sep 22:50

Choose a tag to compare

v3.2.1-rc1 Pre-release
Pre-release
  • Tries to fix "CancellationTokenSource has been disposed" when redrawn rapidly in virtualizing panels. #19

Full Changelog: v3.2.0...v3.2.1-rc1

v3.2.0

08 Aug 21:24

Choose a tag to compare

What's Changed

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

Full Changelog: v3.1.0...v3.2.0