Releases: margelo/react-native-skottie
Releases · margelo/react-native-skottie
Release 1.0.0
1.0.0 (2023-12-14)
Bug Fixes
- renamed SkiaSkottieView -> Skottie (d1cae7f)
BREAKING CHANGES
Release 0.4.3
0.4.3 (2023-12-14)
Bug Fixes
- depend on latest rnskia version to fix build issues (6ff031d)
Release 0.4.2
0.4.2 (2023-12-13)
Performance Improvements
- android: cache dotLottie files during runtime (e8c4db4)
Release 0.4.1
0.4.1 (2023-12-13)
Bug Fixes
- removed dependency on reanimated (d1e98bc)
Release 0.4.0
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
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
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
0.1.1 (2023-07-10)
Bug Fixes
- resolved require cycle leading to undefined (b70d83e)
Release 0.1.0
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
0.0.2 (2023-07-10)
Bug Fixes