Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release 0.1.16 #122

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.1.16 (2024-04-03)

### Features

#### 🎸 markers (#89)

#### 🎸 theming (#81)

#### 🎸 layout config (#93)

#### 🎸 revert loaded theme (#104)

#### updated readme (#105)

### Fixes

#### 🐛 ensure canvas is cleared before loading a new animation (#86)

#### 🐛 segmentation fault when LottieRender is dropped (#91)

#### 🐛 markers emscripten wasm bindings (#96)

#### 🐛 added a guard for is_complete (#97)

#### 🐛 unnecessary extra array wrapper in theme serialization (#98)

#### added thorvg backlink inside readme (#120)

## 0.1.15 (2024-02-22)

### Fixes
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.15"
version = "0.1.16"
edition = "2021"
build = "build.rs"

Expand Down