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. UseIndicatorStatus
instead. - Deprecate iOS 13 support, this may be the last version to support iOS 13.