Skip to content

Releases: margelo/react-native-skottie

Release 1.0.0

14 Dec 07:31
4d10f43
Compare
Choose a tag to compare

1.0.0 (2023-12-14)

Bug Fixes

  • renamed SkiaSkottieView -> Skottie (d1cae7f)

BREAKING CHANGES

  • Renamed view

Release 0.4.3

14 Dec 07:23
306d05a
Compare
Choose a tag to compare

0.4.3 (2023-12-14)

Bug Fixes

  • depend on latest rnskia version to fix build issues (6ff031d)

Release 0.4.2

13 Dec 12:43
b4d5d65
Compare
Choose a tag to compare

0.4.2 (2023-12-13)

Performance Improvements

  • android: cache dotLottie files during runtime (e8c4db4)

Release 0.4.1

13 Dec 12:07
e0fc344
Compare
Choose a tag to compare

0.4.1 (2023-12-13)

Bug Fixes

  • removed dependency on reanimated (d1e98bc)

Release 0.4.0

13 Dec 10:59
5e09954
Compare
Choose a tag to compare

0.4.0 (2023-12-13)

Bug Fixes

  • android: compile with other apps than the example app (1b47f7b)
  • android: dotLottie files not working in release (9ed5ffe)
  • can use props to control now (878e195)
  • ios: error when using dotLottie in release build (fa1c61f)
  • public SkottieAPI to create skottie instances (d1ec3d5)
  • race condition that caused delayed animation start (c607ba0)

Features

  • pass SkSkottie instance to the View (51d9a2d)

Release 0.3.0

12 Dec 08:56
776d39d
Compare
Choose a tag to compare

0.3.0 (2023-12-12)

Bug Fixes

  • android: add new cpp files to cmake list (cdf0597)
  • android: build issues (4519e98)
  • rename src -> source to be compliant with other libraries (488a84f)
  • show first frame when rendering view (57cdb77)

Features

  • implemented dotLottie reading on android (3ac4467)
  • implemented dotLottie reading on iOS (88d8b54)
  • implemented pause() (3adb9a2)
  • implemented reset() (4efc901)

Release 0.2.0

02 Dec 11:24
12fa701
Compare
Choose a tag to compare

0.2.0 (2023-12-02)

Bug Fixes

  • allow passing controlled progress animation (18c25d3)
  • package name in error (5867949)
  • speed parameter not having effect (add0ff5)
  • type import (70a85bf)

Features

  • implemented onAnimationFinish (2474f80)
  • implemented resizeMode (9afdf47)

Release 0.1.1

10 Jul 22:38
eb862ce
Compare
Choose a tag to compare

0.1.1 (2023-07-10)

Bug Fixes

  • resolved require cycle leading to undefined (b70d83e)

Release 0.1.0

10 Jul 22:06
e274e5b
Compare
Choose a tag to compare

0.1.0 (2023-07-10)

Bug Fixes

  • accept JSON imported object as source (c182587)

Features

  • added autoPlay, speed, duration, loop prop (ca69d3b)
  • support controlled & uncontrolled animation (227a0c6)

Release 0.0.2

10 Jul 20:51
b785049
Compare
Choose a tag to compare

0.0.2 (2023-07-10)

Bug Fixes