Skip to content

2.1.0 - StateObject and fix iOS 16 warnings

Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 15 Sep 13:15
· 114 commits to master since this release

Fixed

  • Refactor WebImage/AnimatedImage using SwiftUIBackports and StateObject #227
  • Fix iOS 16 undefined behavior warnings because of Publishing changes from within view updates.
  • Fix iOS 14+ WebImage behavior using @StateObject (and backport on iOS 13)

Changed

  • The IndicatorReportable is misused and removed. Use IndicatorStatus instead.
  • Deprecate iOS 13 support, this may be the last version to support iOS 13.