Skip to content

NetworkImage 3.0.0

Compare
Choose a tag to compare
@gonzalezreal gonzalezreal released this 09 Jun 15:54
· 23 commits to main since this release

New features:

  • Use an explicit animation for NetworkImage state changes.
  • Add networkImageScheduler(_:) and networkImageLoader(_:) modifiers for animations and UI testing.

Breaking changes:

  • NetworkImageCache replaces both ImageCache and ImmediateImageCache.
  • NetworkImageLoader replaces ImageDownloader.
  • The NetworkImage.synchronous() method has been removed and is superseded by the new networkImageScheduler(_:) view modifier.