Releases: LottieFiles/dotlottie-ios
v0.7.0
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
This release adds a fix to re-use views when toggling rather than re-creating them.
v0.6.2
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
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
This release adds expression support 🎉
v0.4.1
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
This release adds:
setMarker
func to DotLottieAnimation allowing you to change the currently used marker- Better
init
functions
v0.3.0
This release adds a bunch of powerful features ✨:
- Marker support
- Layout configuration
- Theming file support
v0.2.3
v0.2.2
Sets the minimum OS version to 13.