Skip to content

Releases: LottieFiles/dotlottie-ios

v0.4.0

03 Apr 14:16
7fb3d80
Compare
Choose a tag to compare

This release adds:

  • setMarker func to DotLottieAnimation allowing you to change the currently used marker
  • Better init functions

v0.3.0

19 Mar 08:14
8e19429
Compare
Choose a tag to compare

This release adds a bunch of powerful features ✨:

  • Marker support
  • Layout configuration
  • Theming file support

v0.2.3

04 Mar 16:41
c0b644b
Compare
Choose a tag to compare

This release fixes issue #14 relating to the player not being destroyed properly when removed from the view.

v0.2.2

22 Feb 15:36
7e38e90
Compare
Choose a tag to compare

Sets the minimum OS version to 13.

v0.2.1

21 Feb 15:10
055e2cd
Compare
Choose a tag to compare

This release adds webp image support. Optimized dotLottie animations will contain webp images so now they are supported!

v0.2.0

07 Feb 15:28
9f9ae83
Compare
Choose a tag to compare

This release adds ✨

  • Multi-animation support
  • Manifest fetching
  • onLoadError event callback

v0.1.0

01 Feb 18:15
2034e7c
Compare
Choose a tag to compare

This release moves all of the loading and playback functionality to the Core written in Rust 🎉

It also:

  • Removes ZIPFoundation dependancy
  • Tested and works on x86 and m1 architectures as well as visionOS

v0.0.1

09 Jan 09:50
d3f48e9
Compare
Choose a tag to compare

The initial release brings:

  • A new player using Thorvg as a rendering engine 🥳
  • Lottie (.json) and dotLottie (.lottie) support
  • SwiftUI and UIKit support
  • Multi-animation dotLottie support

This project is still a work in progress, please let us know of any bugs you come across!