Releases: SDWebImage/SDWebImageSwiftUI
Releases · SDWebImage/SDWebImageSwiftUI
watchOS AnimatedImage refactoring
09 Nov 08:23
Compare
Sorry, something went wrong.
No results found
Features
watchOS AnimatedImage now works the same as iOS/tvOS/macOS Animated Image solution, supports Animated WebP, runloop mode, etc #46
Update AnimatedImage API to support new configurations, like pausable, purgeable, playbackRate, etc
Dependency
Bumped the required version of SDWebImage into ~> 5.3
Placeholder with ViewBuilder, API refine
02 Nov 11:21
Compare
Sorry, something went wrong.
No results found
Features
Refactory placeholder to support custom View Builder #40
Refine AnimatedImage Public APIs to make it more scalable #41
Fixes
Use the only ZStack one state for indicator, instead of removing that indicator view from hierarchy #42
WebImage Fix
02 Nov 04:01
Compare
Sorry, something went wrong.
No results found
Fixes
Fix WebImage with indicator, when quick scroll without cache, may cause recursion #39
WebImage Progressive fix
01 Nov 21:38
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the issue that WebImage will stop download after first progressive loading image loaded #38
Fix custom indicator may not stop on error #37
AnimatedImage aspect ratio final fix
29 Oct 19:58
Compare
Sorry, something went wrong.
No results found
Fixes
Using the intrinsicContentSize on wrapper container, try to fix the aspect ratio sizing issue #36
Now, the AnimatedImage all behavior about aspectRatio(_:contentMode:) is matching with Image and WebImage. Local test cases with all combinations are passed.
Fix AnimatedImage aspect again
29 Oct 07:32
Compare
Sorry, something went wrong.
No results found
Fixes
Fix AnimatedImage scale logic to match SwiftUI.Image #35
Implements AnimatedImage custom ratio
28 Oct 10:49
Compare
Sorry, something went wrong.
No results found
Improvements
Implements the AnimatedImage's aspectRatio method, which match the SwiftUI.Image behavior. #34
Change the implementation of indicator by using view modifier #33
Refine Indicator and Transition API on WebImage
27 Oct 12:22
Compare
Sorry, something went wrong.
No results found
Features
Refactory the indicator API on WebImage, using the same design pattern like SwiftUI, return some View #31
Refactory and introduced the convenient transition API on WebImage, compatible for SwiftUI Animation #32
Fix AnimatedImage watchOS/macOS issue
26 Oct 21:08
Compare
Sorry, something went wrong.
No results found
Fixes
Fix that AnimatedImage on watchOS, does not stop animating when disappear and cause performance issue #29
Fix that AnimatedImage on macOS can not restart animation after first stop #30
Indicator style convenience
26 Oct 09:49
Compare
Sorry, something went wrong.
No results found
Features
Supports indicator with style and convenience methods #28