Kingfisher v7.3.2 Release Notes

Release Date: 2022-08-10 // over 1 year ago
  • 🛠 Fix

    • 0️⃣ A regression introduced by the previous version, which changed the default layout behavior when setting a placeholder. Now the KFImage should have the same layout behavior as SwiftUI's AsyncImage while loading. if no placeholder is set, it takes all the proposed size while loading. If a placeholder is set, it propose size to the placeholder and follow placeholder's layout. #1975