Releases: SDWebImage/SDWebImageSwiftUI
Releases · SDWebImage/SDWebImageSwiftUI
2.2.6 - 2.x maintenance
3.0.0 Beta 3 - AnimatedImage API
Changed
- Update the AnimatedImage API to expose the SDAnimatedImageView #285
- Fix the AnimatedImgae rendering mode about compatible with SDWebImage 5.18+
2.2.5 - 2.x maintenance
Fixes
- Fix the AnimatedImgae rendering mode about compatible with SDWebImage 5.18+
3.0.0 Beta 2 - AsyncImage API
Changed
- Update the WebImage API to match SwiftUI.AsyncImage #275 @Kyle-Ye
- Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277
Removed
WebImage.placeholder<T>(@ViewBuilder content: () -> T) -> WebImage
WebImage.placeholder(_ image: Image) -> WebImage
AnimatedImage.placeholder<T>(@ViewBuilder content: () -> T) -> AnimatedImage
AnimatedImage.placeholder(_ image: PlatformImage) -> AnimatedImage
2.2.4 - 2.x maintenance
Changes
- Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277
3.0.0 Beta - VisionOS and iOS 14+
Added
- (Part 1) Support compile for visionOS (no package manager support) #267
Changed
- Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support #250
- ProgressIndicator and ActivityIndicator is removed. Use
ProgressView
instead - Availability is changed to iOS 14/macOS 11/tvOS 11/watchOS 7
- Embed
SwiftUIBackports
dependency is removed.
2.2.3 - Fix compile on Xcode 14.3
Project
- Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8 #263
2.2.2 - Fix isAnimating
Fixed
- Fix the bug that isAnimating control does not works on WebImage #251
- Note you should upgrade the SDWebImage 5.14.3+, or this may cause extra Xcode 14's runtime warning (function is unaffected)
2.2.1 - Fix WebImage CPU usage
2.2.0 - Fix iOS 13 && @State
Fixed
- Fix iOS 13 compatibility #232
- Fix WebImage/Animated using
@State
to publish changes - Al v2.1.0 users are recommend to update
Changed
- ImageManager API changes. The init method has no args, use
load(url:options:context:)
instead