Skip to content

7.3.2 - Align Layout

Compare
Choose a tag to compare
@onevcat onevcat released this 10 Aug 14:09
· 434 commits to master since this release
7.3.2

Fix

  • 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