Skip to content

Releases: cgwyllie/angular-velocity

Pick up custom transitions by using $animateProvider

29 Jun 21:32
Compare
Choose a tag to compare

Allow custom transitions to be picked up by angular-velocity by using the $animateProvider to register effects at config time.

Thanks to @albertogasparin for this update!

Add package.json & update README for npm registry publication

14 Mar 15:13
Compare
Choose a tag to compare

Update documentation and package files for publication on npm registry.

Separate enter & leave transition support

14 Mar 14:41
Compare
Choose a tag to compare

This release brings the ability to use separate transitions for enter/show and leave/hide animations as requested in #11!

jQuery dependency removal

02 Mar 22:03
Compare
Choose a tag to compare

This release removes the dependency on Velocity's jQuery plugin syntax, allowing angular-velocity to work with or without jQuery.

Thanks to @MikaAK for sending the pull request!

Fix for ngEnter and ngLeave animation completion callbacks

02 Mar 21:35
Compare
Choose a tag to compare

Fixes a bug in the queueing behaviour for ngEnter and ngLeave transitions which could cause nodes to be left in the DOM after animation completes.

For further information see #17 and a70b273.

Velocity 1.2.x

19 Jan 16:53
Compare
Choose a tag to compare

Updated to require Velocity 1.2.x

0.2.2

13 Dec 23:19
Compare
Choose a tag to compare

Bug fix release to allow correct passing of Velocity options through to begin and complete callbacks

Opposites for ng-show & ng-hide

10 Dec 19:52
Compare
Choose a tag to compare

Bug fix release to address opposites animations not playing correctly with ng-show and ng-hide (see #12).

Velocity 1.x Support

19 Nov 23:53
Compare
Choose a tag to compare
  • Support for Velocity 1.x
  • Updated dependencies
  • Added main file to bower package