Skip to content

Releases: linebender/velato

v0.3.1

11 Nov 16:19
7c102b0
Compare
Choose a tag to compare

0.3.1 - 2024-11-11

This release has an MSRV of 1.75.

Fixed

  • Non-linear easing is now correctly interpolated (#42 by @atoktoto)

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Jul 22:13
23353c9
Compare
Choose a tag to compare

0.3.0

Added

  • Added velato::Renderer::render, which now returns a new vello scene.

Changed

  • Updated to vello 0.2
  • Renamed VelatoError to velato::Error
  • Renamed the existing velato::Renderer::render to velato::Renderer::append

Removed

  • All code and related profiling (wgpu_profiler) used in examples.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 May 16:49
631d76c
Compare
Choose a tag to compare

v0.2.0

Changed

  • Disable vello's default wgpu feature, and provide a wgpu passthrough feature to turn it back on. (#17)

Fixed

  • Image viewBox clipping is now applied to the animation (#16)
  • Errors that may occur on parsing a lottie composition are now public as VelatoError. (#19)

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.1 (Yanked)

25 May 23:57
11c28d6
Compare
Choose a tag to compare

v0.1.1 (Yanked)

v0.1.0

26 Mar 12:32
5e1f5e5
Compare
Choose a tag to compare

0.1.0 (2024-03-26)

  • Initial release