Skip to content

Releases: benvp/live_motion

v0.3.1

11 Sep 19:27
a955c55
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.3.0

26 Oct 16:35
Compare
Choose a tag to compare

[v0.3.0] (2022-10-26)

Breaking changes

  • Support for LiveView 0.18. The minimum required version is LiveView 0.18 now.
  • Remove possibility to animate non LiveMotion components.
  • Rename event props to on_motion_start and on_motion_complete to be more compliant with
    other motion implementations.

New Features

  • The motion component now uses dynamic_tag from LiveView. This allows you to change the
    rendered HTML element.
  • The motion component can be be self-closing (<LiveMotion.motion />).
  • Support for glide animations.
  • Use provided duration as a hint when using spring or glide easing functions.
  • Add hover, press, in_view, in_view_options props.

Improvements

  • Use createMotionState for handling of the animation states.
  • Update motion to 10.14.2.

v0.2.0

18 May 12:23
08f8dca
Compare
Choose a tag to compare
add lifecycle functions (#4)

fixes #3
closes #2

v0.1.2

14 Apr 14:53
d9f5616
Compare
Choose a tag to compare
release 0.1.2

v0.1.1

12 Apr 13:56
39533a6
Compare
Choose a tag to compare
release 0.1.1

v0.1.0

12 Apr 09:35
88bb964
Compare
Choose a tag to compare

Initial release