github SDWebImage/SDWebImageSwiftUI 1.0.0
1.0.0 - First Major Version

latest releases: 3.0.4, 3.0.3, 3.0.2...
4 years ago

Added

  • WebImage now supports animation, use isAnimating binding value on init methods.
  • WebImage now supports the detailed animation control options, like customLoopCount, pausable, purgeable, playbackRate.
  • AnimatedImage now supports the indicator with ViewModifier as WebImage.
  • IndicatorViewModifier now public.
  • IndicatorReportable now public.

Changed

  • Indicator's progress type now changed from CGFloat to Double.
  • WebImage.aniamted(_:) now becomes the WebImage.init(url:options:context:isAnimating:) Binding arg, you can use the Binding to control animations as well.
  • AnimatedImage.playBackRate now becomes AnimatedImage.playbackRate
  • AnimatedImage.customLoopCount now is UInt instead of Int.
  • AnimatedImage.resizable modifier now matches the SwiftUI behavior, you must call it or the size will be fixed to image pixel size.

Removed

  • Removed all the description about 0.x version behavior in README.md.

Don't miss a new SDWebImageSwiftUI release

NewReleases is sending notifications on new releases.