Skip to content

v1.0.0

Compare
Choose a tag to compare
@OguzYuuksel OguzYuuksel released this 22 Jun 16:07
· 24 commits to master since this release
641195f

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:

  1. Review your code find out errors.
  2. Use new initializer for LottieView to align with the new API.
  3. Configure the LottieAnimationView module using the closing function .lottieAnimationConfiguration.