You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a ThumbnailImageDataProvider to get a thumbnail image from a URL directly with CGImageSourceCreateThumbnailAtIndex. @onevcat#2349
Add iOS-only XCFramework distribution for smaller package size when only iOS platform is needed. You can download it from the Release page. @onevcat#2350
Fix
Fix a performance issue when referring the same animated image source, which was introduced in 8.1.4. Special thanks to @pNre for the report and @yeatse for the quick fix. #2357
Fix a compiling issue when building under certain CI environments that triggers a Swift compiler error. @onevcat#2353