Releases: cgwyllie/angular-velocity
Releases · cgwyllie/angular-velocity
Pick up custom transitions by using $animateProvider
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
Update documentation and package files for publication on npm registry.
Separate enter & leave transition support
This release brings the ability to use separate transitions for enter/show and leave/hide animations as requested in #11!
jQuery dependency removal
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
Velocity 1.2.x
Updated to require Velocity 1.2.x
0.2.2
Opposites for ng-show & ng-hide
Bug fix release to address opposites animations not playing correctly with ng-show
and ng-hide
(see #12).
Velocity 1.x Support
- Support for Velocity 1.x
- Updated dependencies
- Added main file to bower package