Skip to content

2.0.0 - iOS 14/SwiftUI 2.0 compatible

Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 23 Feb 08:23
· 126 commits to master since this release

This is the second major version. Which fix many issues with iOS 14+'s SwiftUI behaviors.

Added

  • Update with the playbackMode support for WebImage and AnimatedImage #168
  • Update watchOS demo to watchOS 7, remove the custom indicator sample and use ProgressView instead #166
  • Update the Example to make WebImage animatable by default #160

Fixed

  • Fix the issue sometime the WebImage appear/disappear logic wrong. Using UIKit/AppKit to detect the visibility #164
  • Fix the leak of WebImage with animation and NavigationLink. #163
  • Try to fix the recursive updateView when using AnimatedImage inside ScrollView/LazyVStack. Which cause App freeze #162
  • Remove the fix for EXIF image in WebImage, which is fixed by Apple in iOS 14 #159

Changed

  • Bump the limit to Xcode 12, because we need new iOS 14+ APIs check #167
  • Update the WebImage to defaults animatable #165

Removed

  • Remove the wrong design onSuccess API. Using the full params one instead #169