dreampiggy
released this
Fixed
- Revert the changes to prefetch the image url from memory cache #106
Assets
2
dreampiggy
released this
- Try to solve the SwiftUI bug of rendering EXIF UIImage in WebImage, as well as vector images #102
- Now
WebImagewill render the vector images as bitmap version even if you don't provide.thumbnailPixelSize. To render real vector images, useAnimatedImageinstead.
Assets
2
dreampiggy
released this
Added
- Automatically import SDWebImage when user write import SDWebImageSwiftUI #100
Assets
2
dreampiggy
released this
Added
- Supports the
placeholderView Builder API forAnimatedImage#94
Changed
- Upgrade the dependency of SDWebImage 5.7.0 #93
Assets
2
dreampiggy
released this
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
released this
Added
- Supports the
delayPlaceholderfor WebImage #91 AnimatedImagelittle patch - UIKit/AppKit animated image now applied forresizingMode#89
Fixed
- Fix the issue when dealloc
AnimatedImage's native View, the window does not exist and cause Crash #90
Assets
2
dreampiggy
released this
Added
ImageManagernow public. Which allows advanced usage for custom View type. Use@ObservedObjectto bind the manager with your own View and update the image.