4.4.0
New features
- Add privacy manifest (airbnb/lottie-ios#2252)
- Codesign Lottie.xcframework (airbnb/lottie-ios#2259)
- Add time remapping support to Core Animation rendering engine (airbnb/lottie-ios#2286)
- Add official visionOS support to lottie-ios repo (airbnb/lottie-ios#2287)
- lottie-spm now supports visionOS (#12)
- Adopt policy on minimum supported Swift / Xcode version, update minimum versions to Swift 5.7 / Xcode 14.1 (airbnb/lottie-ios#2260)
Bug fixes
- Update LottieView to display placeholder using
overlay
instead ofZStack
(airbnb/lottie-ios#2289) - Fix issue where Core Animation rendering engine couldn't display last frame of animation when paused (airbnb/lottie-ios#2254)
- Do not create
DotLottieImageProvider
instance if there's no image files (airbnb/lottie-ios#2271) - Mark DotLottieCache as Sendable (airbnb/lottie-ios#2245)
- Fix issue where AnimationKeypath in SolidLayer could be incorrect (airbnb/lottie-ios#2278)
- Fix issue where Repeater could be displayed incorrectly (airbnb/lottie-ios#2276)
- Include dSYMs in xcframework build (airbnb/lottie-ios#2284)
- Fix parsing issue, add support for DotLottieConfiguration in SwiftUI LottieView (airbnb/lottie-ios#2277)
- Fix issue where DotLottieImageProvider didn't handle base64 images (airbnb/lottie-ios#2283)
- Fix issue where manually interpolated keyframes could animate incorrectly (airbnb/lottie-ios#2285)
Full Changelog: airbnb/lottie-ios@4.3.4...4.4.0