Releases: teufelaudio/LottieExtensions
Releases · teufelaudio/LottieExtensions
v3.2.0
v3.1.0
v3.0.0
- Migrated to Swift 6
- Dependencies updated
v2.0.5
- Dependencies updated.
v2.0.4: Merge pull request #19 from teufelaudio/packages-update
update UIExtensions
v2.0.3: Merge pull request #17 from teufelaudio/update-UIExtensions
Updates UIExtension to 1.2.1
v2.0.2
v2.0.1
- Dependencies updated
v2.0.0
- updated
UIExtensions
version.
v1.0.0
New Release (v1.0.0) - 22.06.2023
In this release, LottieView underwent significant changes, and the old API is deprecated, continuing to function. Please consider the following important points:
Deprecation Notes
- The old API is obsoleted in this release. A new API has been introduced.
- All components of LottieView have been redesigned. The new API offers more up-to-date and improved features.
Important Changes
- LottieView has been completely redesigned in terms of its fundamental structure.
- The new API provides easier usage.
API Access and Configuration
- You can now directly access and configure the
LottieAnimationView
module using the.lottieAnimationConfiguration
closure. - The new API allows you to configure the
LottieAnimationView
by using the.lottieAnimationConfiguration { configuration in ... }
closure function.
Migration Process
We recommend following these steps when migrating to this release:
- Review your code find out errors.
- Use new initializer for LottieView to align with the new API.
- Configure the
LottieAnimationView
module using the closing function.lottieAnimationConfiguration
.