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
.