Skip to content

Releases: LottieFiles/dotlottie-android

0.6.2

07 Jan 06:19
0362e39
Compare
Choose a tag to compare

What's Changed

  • fix: 🐛 Reduced bundle size by 13.4MB
  • fix(xml): 🐛 Loading issue with dotLottie_src

0.6.1

22 Nov 06:18
e7ebc3e
Compare
Choose a tag to compare

What's Changed

  • feat: 🎸 added setSlots method
  • feat: 🎸 added activeThemeId and activeAnimationId

0.6.0

20 Nov 10:46
55452a7
Compare
Choose a tag to compare

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

01 Oct 04:44
60534f2
Compare
Choose a tag to compare

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

24 Sep 10:32
40efbfd
Compare
Choose a tag to compare

What's Changed

  • feat: 🎸 added start of post event return codes
  • feat: 🎸 added x86 support

0.4.1

23 Aug 07:31
d97883f
Compare
Choose a tag to compare
  • 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

26 Jun 06:32
be646ff
Compare
Choose a tag to compare
  • feat: 🎸 added interactivity support

0.3.1

06 Jun 07:32
110e45f
Compare
Choose a tag to compare
  • chore: 🤖 updated to latest build from dotlottie-rs v0.1.20

0.3.0

23 May 11:14
7b39b19
Compare
Choose a tag to compare
  • feat: Added expression support
  • chore: Renamed segments prop to segment

0.2.0

27 Mar 06:52
6412611
Compare
Choose a tag to compare
  • feat: 🎸 auto canvas size calculation