Skip to content

0.1.13 (2024-02-02)

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 08:45
· 130 commits to main since this release
a59223b

Features

🎸 add a way to check if the animation is completed (#58)

🎸 add events support (#46)

🎸 add unsubscribe method (#64)

removed manifest setting loading (#67)

Fixes

🐛 resume playing from the current_frame after pause (#55)

🐛 start_time not updated on set_frame (#56)

🐛 direction change while animation is playing (#60)

🐛 resize method to validate and update the width,height (#57)

🐛 events interface issue in foreign language (#62)

🐛 uniffi-bindgen-cpp doesn't support WithForeign (#63)

🐛 missing [byRef] udl syntax in unsubscribe method (#66)

🐛 rwlock read lock would result in deadlock (#68)

🐛 only pause if animation is playing (#69)

🐛 set_frame to return an error for invalid frame number (#70)