Skip to content

Releases: LottieFiles/dotlottie-ios

v0.6.3

30 Sep 08:52
d84ba19
Compare
Choose a tag to compare

This release adds a fix to re-use views when toggling rather than re-creating them.

v0.6.2

05 Aug 08:26
4d714e2
Compare
Choose a tag to compare

Fixes a bug where the internal player state wasn't being reflected on the iOS player state when Interactivity was in use.

v0.6.1

20 Jun 16:00
65befc9
Compare
Choose a tag to compare

This release adds support for v0.1 of interactivity 🎉

If your .lottie contains a state machine configuration you can load it via its id using loadStateMachine

New functions available:

  • loadStateMachine(id: String) -> Bool
  • startStateMachine() -> Bool
  • stopStateMachine() -> Bool
  • postEvent(event: Event) -> Bool
  • stateMachineSubscribe(oberserver: StateMachineObserver) -> Bool
  • stateMachineUnSubscribe(oberserver: StateMachineObserver) -> Bool
  • stateMachineFrameworkSetup() -> [String]

Other:

This PR also fixes issue #16

v0.5.1

23 May 10:30
f350a77
Compare
Choose a tag to compare

This release adds expression support 🎉

v0.4.1

14 May 13:20
cad33fd
Compare
Choose a tag to compare

This release includes the dotlottie-rs player built for swift using a lower sdk version -> 15.0.

The issue was discovered when checking dotlottie-rs framework binaries with vtool that they were in fact not using the version this player was indicating.

The dotlottie-rs repository has had some changes and we've managed to reduce the minimum iOS sdk version to 15.4.

However when checking the macOS sdk version, the binary is actually using v12 not v11.

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!