Skip to content

Releases: LottieFiles/dotlottie-ios

v0.8.0

17 Jan 15:19
5882d81
Compare
Choose a tag to compare

Sets Thorvg version to: v1-pre11

v0.7.3

09 Dec 09:42
8121da5
Compare
Choose a tag to compare

🎉 dotlottie-ios now supports lower minimum versions:

  • 13.0+ for iPhone and iPad.
  • 11.0+ for MacOS.

v0.7.2

28 Nov 12:12
e877833
Compare
Choose a tag to compare

feat: new init method directly from Data of a loaded dotLottie file.

v0.7.1

27 Nov 12:13
Compare
Choose a tag to compare

fix: Fixed DotLottieAnimationView missing error

v0.7.0

20 Nov 11:40
f2be1be
Compare
Choose a tag to compare

This release adds theming support to dotLottie! 🥳🎉

Create different themes for your animations on LottieFiles creator 🎨

Swap the themes out at runtime using the setTheme method!

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.