Skip to content

Latest commit

 

History

History
86 lines (51 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

86 lines (51 loc) · 2.25 KB

Changelog

This release has an MSRV of 1.75.

0.4.0 - 2024-11-21

This release has an MSRV of 1.75.

Changed

  • Updated to vello 0.3
  • Updated thiserror to 2.0

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)

0.3.0 - 2024-07-04

This release has an MSRV of 1.75.

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.

0.2.0 - 2024-05-26

This release has an MSRV of 1.75.

Changed

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

Fixed

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

0.1.0 - 2024-03-26

This release has an MSRV of 1.75.

  • Initial release