5.18.0
版本发布时间: 2023-09-02 20:32:44
SDWebImage/SDWebImage最新发布版本:5.19.7(2024-08-22 18:45:46)
See all tickets marked for the 5.18.0 release
VisionOS
- Support to build for visionOS (no package manager support) #3556
-
- Note this does not include CocoaPods/SwiftPM support. You need Xcode 15+ Beta to open SDWebImage project and build by yourself
Features
UI Category
- Added SDWebImageAvoidAutoCancelImage to avoid cancel loading image requests for the same operation key #3592 @mTz0206
- Add better support for stateful view (UIButton) for image URL/progres s state management #3576
Downloader
- Fix redundant requests for the same url during decoding time #3572 @Mervin1024
Decoder
- Expose the data and format when SDAnimatedImageRep created with APNG/GIF/WebP/HEICS #3573
- Fix the CGImageCreateScaled to support 16/32 bit depth CGImage (RGB161616) and always preserve pixel format info #3575
Fixes
- Add extra check for empty data during URLSession data callback #3587