Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed May 9, 2022
1 parent a122914 commit eece9e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 5.1.0

- Upgrade lottie-android dependency to 5.1.1
- Fix ViewProTypes imports
- Support for remote animations
- Support for dynamic text
- Support changing lottie props for ongoing animations
- Regular chore tasks

## 5.0.1

- Fix SimpleColorFilter casting error
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "5.0.1",
"version": "5.1.0",
"description": "React Native bindings for Lottie",
"main": "lib/index.js",
"types": "src/js/index.d.ts",
Expand Down

0 comments on commit eece9e6

Please sign in to comment.