We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b629d01 commit 0b11a29Copy full SHA for 0b11a29
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+## 0.1.51 (2025-11-04)
2
+
3
+### Features
4
5
+#### add experimental text slot handling for dotLottie themes (#407)
6
7
+#### add registerFont API for custom TTF font loading (#422)
8
9
+### Fixes
10
11
+#### preserve theme_id across state machine transitions (#417)
12
13
+#### remove redundant renderer.update() call in set_slots() (#418)
14
15
+#### reject invalid segments where start >= end (#419)
16
17
+#### add Linux artifact to release assets in knope.toml (#421)
18
19
## 0.1.50 (2025-10-27)
20
21
### Features
dotlottie-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dotlottie-ffi"
-version = "0.1.50"
+version = "0.1.51"
edition = "2021"
build = "build.rs"
0 commit comments