Skip to content

Releases: teufelaudio/LottieExtensions

v2.0.5

29 Apr 12:45
0ec0b05
Compare
Choose a tag to compare
  • Dependencies updated.

v2.0.4: Merge pull request #19 from teufelaudio/packages-update

10 Apr 11:37
8bfb005
Compare
Choose a tag to compare

v2.0.3: Merge pull request #17 from teufelaudio/update-UIExtensions

10 Apr 10:52
7e4cac9
Compare
Choose a tag to compare

v2.0.2

30 Jan 07:30
38c45ab
Compare
Choose a tag to compare
  • Updates UIExtensions to 1.2.0 #15

v2.0.1

29 Jan 10:44
fb8a729
Compare
Choose a tag to compare
  • Dependencies updated

v2.0.0

01 Aug 10:00
092568a
Compare
Choose a tag to compare
  • updated UIExtensions version.

v1.0.0

22 Jun 16:07
641195f
Compare
Choose a tag to compare

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.

v0.1.10

24 Nov 14:57
25c96e1
Compare
Choose a tag to compare

FoundationExtensions update

LottieExtensions v0.1.9

15 Sep 18:53
c5ea107
Compare
Choose a tag to compare

LottieExtensions v0.1.8

15 Sep 08:41
cfb104c
Compare
Choose a tag to compare

Added new environment key to be able to change the animation progress.