Releases: SDWebImage/SDWebImageSwiftUI
Releases · SDWebImage/SDWebImageSwiftUI
Performance enhancement
Performances
- Performance enhancement to WebImage/AnimatedImage, to avoid extra query for SDWebImage #24
Fix WebImage placeholder
Fixes
- Fix issue when using placeholder and entering edit mode, the web url does not get requested #23
AnimatedImage on watchOS !
Features
- Support AnimatedImage on watchOS - Using WatchKit bridge #22
Performance
- Refactory code to fix that AnimatedImage may call
sd_setImage(with:)
multiple times, which increace the performance
Fix AnimatedImage potential leak
Fixes
- Try to stop animating when dismantle UIViewRepresentable, fix the potential leak (bug ?) for AnmatedImage #21
WebImage EditingMode fix
Fixes
- Fix WebImage showing empty image when entering edit mode #20
Mac (non-Catalyst) AnimatedImage Fix
Advanced control, animation binding for AnimatedImage
Features
- Supports AnimatedImage advanced control for custom loop count / max buffer size / incremental load #13
- Supports AnimatedImage animation control using of SwiftUI Binding #14
Documentation
- Complete all current API documentation #15
Enhancement
- Use the @published instead of hard-written protocol implementation #12