Skip to content

8.5.0 - Transition Dancer

Latest
Compare
Choose a tag to compare
@onevcat onevcat released this 14 Jul 16:26
· 7 commits to master since this release
8.5.0

Add

  • Add SwiftUI native transition support for KFImage with loadTransition(_:animation:) method. #2410 @darkbrewx @onevcat

Fix

  • Fix documentation for loadDiskFileSynchronously in SwiftUI components to clarify default synchronous behavior. #2411 @pinkjuice66 @onevcat
  • Fix BorderImageProcessor.identifier implementation. #2409 @teameh