Skip to content

Commit

Permalink
chore: Release 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed May 20, 2024
1 parent cf22e35 commit 209685a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.1.18 (2024-05-20)

### Features

#### 🎸 active_animation_id() (#125)

#### 🎸 create_default_config ffi (#129)

#### Add `active_theme_id` function (#131)

### Fixes

#### 🐛 unexpected is_complete result for Bounce modes on load (#130)

#### 🐛 invalid embed of image assets (#132)

#### 🐛 failed to reach end frame on frame interpolation enabled (#134)

#### 🐛 play() after set_frame() resets the animation (#135)

#### 🐛 .lottie file load failure with float speed property (#151)

## 0.1.17 (2024-05-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion dotlottie-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotlottie-ffi"
version = "0.1.17"
version = "0.1.18"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit 209685a

Please sign in to comment.