Skip to content

Latest commit

 

History

History
101 lines (50 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

101 lines (50 loc) · 1.67 KB

1.2.1 (2015-03-23)

1.2.0 (2015-03-23)

Features

  • add animation duration option (e1ef7983)

1.1.5 (2014-05-27)

1.1.4-0 (2014-05-27)

1.1.3-1 (2014-05-21)

1.1.3-0 (2014-05-21)

Bug Fixes

  • stop grunt-bump from trying to bump the CHANGELOG.md (d06d4126)

1.1.2-2 (2014-05-21)

Bug Fixes

  • Remove private flag to allow Bower registration

1.1.2-2 (2014-05-21)

1.1.2-1 (2014-05-21)

1.1.2 (2014-05-21)

1.1.0 (2014-05-21)

Features

  • add the ability to use animation loops (b477632b)

Breaking Changes

  • Delay can no longer be specified in the plugin shorthand (89e7da1a)

Before:

$('#your-id').animateCSS('fadeIn', 2000);

After:

$('#your-id').animateCSS('fadeIn', {delay:2000});

1.0.6 (2013-10-30)

1.0.5 (2013-10-20)

1.0.4 (2013-01-18)

1.0.3 (2013-10-20)

1.0.2 (2013-10-20)

1.0.1 (2013-10-17)

1.0.0 (2012-11-26)