Skip to content

Release v0.7.0

Latest
Compare
Choose a tag to compare
@Multirious Multirious released this 09 Dec 09:26
f0cd996

What's Changed

  • Add new() constructor for AnimationBuilder by @Multirious in #41
  • Update README.md
  • Replace bevy_eventlistener with observer by @patrickariel in #44
    • Remove tween_event_taking_system, TweenEventTakingPlugin, and inner option inside TweenEvent
  • Migrate to bevy 0.15 by @Multirious in #45
    • LookupCurveHandle as a replacement for Handle<LookupCurve>
    • Update all examples
  • entity_event is now a example for tween event and observers
  • Change EaseFunction to EaseKind which is a direct copy from bevy_math::curve::EaseFunction and will be deprecated in favour of bevy_math::curve::EaseFunction

Full Changelog: v0.6.0...v0.7.0