Releases: LottieFiles/dotlottie-rs
Releases · LottieFiles/dotlottie-rs
0.1.33 (2024-11-20)
0.1.32 (2024-10-07)
0.1.31 (2024-09-04)
0.1.30 (2024-08-01)
Fixes
clippy lints (#213)
0.1.29 (2024-07-30)
Fixes
deleted extra println (#211)
0.1.28 (2024-07-30)
Fixes
post_event return codes (#207)
0.1.27 (2024-07-29)
0.1.25 (2024-07-05)
Features
chore: 🤖 upgrade [email protected]
0.1.24 (2024-06-27)
Features
🎸 expose lottie animation original size (#180)
added context methods (#191)
added load_state_machine_data (#190)
chore(wasm): 🤖 reduce WASM binary size
-
WASM Binary Optimization:
-
Applied the
-Oz
flag withemcc
for size optimization. -
Used the compact
emmalloc
allocator. -
Used the rust nightly toolchain to remove location details and panic string formatting for a smaller binary size.
-
Reduced binary size by ~142 KB (from 1,245,102 bytes to 1,099,243 bytes).
-
JavaScript Glue Optimization:
-
Enabled the Closure compiler with the
--closure=1
flag. -
Reduced glue code size by ~36.88 KB (from 67,964 bytes to 30,197 bytes).