Releases: LottieFiles/dotlottie-android
Releases · LottieFiles/dotlottie-android
0.6.2
What's Changed
- fix: 🐛 Reduced bundle size by 13.4MB
- fix(xml): 🐛 Loading issue with dotLottie_src
0.6.1
What's Changed
- feat: 🎸 added setSlots method
- feat: 🎸 added activeThemeId and activeAnimationId
0.6.0
What's Changed
- feat: 🎸 dotLottie v2 file support
- feat: 🎸 dotLottie theming v2 support
- feat: 🎸 added method
resetTheme
BREAKING CHANGES
- Renamed:
loadTheme
-> setTheme
- Renamed:
loadThemeData
-> setThemeData
0.5.1
What's Changed
- fix: Added missing
loadThemeData
function
- fix: Theme load issue on initial render
New Contributors
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- feat: 🎸 added start of post event return codes
- feat: 🎸 added x86 support
0.4.1
- The DotLottieEventListener interface method signature has been updated from fun onLoop(loopCount: UInt) {} to fun onLoop(loopCount: Int) {} for improved Java compatibility.
0.4.0
- feat: 🎸 added interactivity support
0.3.1
- chore: 🤖 updated to latest build from dotlottie-rs v0.1.20
0.3.0
- feat: Added expression support
- chore: Renamed segments prop to segment
0.2.0
- feat: 🎸 auto canvas size calculation