Skip to content

@dreampiggy dreampiggy released this Jun 1, 2020 · 4 commits to master since this release

Added

  • Add the convenient API support to use SwiftUI transition with ease-in-out duration #116
  • Update the Travis-CI to use Catalina and enable macOS test case #98
Assets 2

@dreampiggy dreampiggy released this May 7, 2020 · 11 commits to master since this release

Added

  • Add the same overload method for onSuccess API, which introduce the image data arg. Keep the source code compatibility #109
  • Add the support for image data observable on ImageManager #107
Assets 2

@dreampiggy dreampiggy released this Apr 30, 2020 · 17 commits to master since this release

Fixed

  • Revert the changes to prefetch the image url from memory cache #106
Assets 2

@dreampiggy dreampiggy released this Apr 15, 2020 · 21 commits to master since this release

  • Try to solve the SwiftUI bug of rendering EXIF UIImage in WebImage, as well as vector images #102
  • Now WebImage will render the vector images as bitmap version even if you don't provide .thumbnailPixelSize. To render real vector images, use AnimatedImage instead.
Assets 2

@dreampiggy dreampiggy released this Apr 14, 2020 · 29 commits to master since this release

Added

  • Automatically import SDWebImage when user write import SDWebImageSwiftUI #100
Assets 2

@dreampiggy dreampiggy released this Apr 10, 2020 · 35 commits to master since this release

Fixed

  • Fix Carthage support. Do not embed SDWebImage.framework in SDWebImageSwiftUI.framework #97. Thanks @jonkan
Assets 2

@dreampiggy dreampiggy released this Apr 5, 2020 · 38 commits to master since this release

Added

  • Supports the placeholder View Builder API for AnimatedImage #94

Changed

  • Upgrade the dependency of SDWebImage 5.7.0 #93
Assets 2

@dreampiggy dreampiggy released this Apr 1, 2020 · 49 commits to master since this release

Fixed

  • Fix the issue when using WebImage with some transition like scaleEffect, each time the new state update will cause unused image fetching #92
Assets 2

@dreampiggy dreampiggy released this Mar 29, 2020 · 58 commits to master since this release

Added

  • Supports the delayPlaceholder for WebImage #91
  • AnimatedImage little patch - UIKit/AppKit animated image now applied for resizingMode #89

Fixed

  • Fix the issue when dealloc AnimatedImage's native View, the window does not exist and cause Crash #90
Assets 2

@dreampiggy dreampiggy released this Mar 24, 2020 · 69 commits to master since this release

Added

  • ImageManager now public. Which allows advanced usage for custom View type. Use @ObservedObject to bind the manager with your own View and update the image.
Assets 2