Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

v1.2.0 (2017-01-12)

Compare
Choose a tag to compare
@fionawhim fionawhim released this 12 Jan 15:55
· 51 commits to master since this release

This is a minor version bump due to the velocity-animate dependency getting a minor version
bump to 1.4 that may contain timing changes. See velocity-animate changes here:

julianshapiro/velocity@1.3.0...1.4.0

Thanks to @matthewjf for helping track this down as an issue with how Velocity before 1.4
fired complete callbacks on multiple elements animating.

Bug fixes:

  • Check for presence of navigator before using it to determine if we’re running
    in a browser. (Thanks, @alampros!)
  • Fix undefined forEach method call when doing recursive cache-cleaning without
    jQuery. (Thanks, @kennygwang!)