All Versions
25
Latest Version
Avg Release Cycle
57 days
Latest Release
1807 days ago

Changelog History
Page 2

  • v1.2.0 Changes

    January 12, 2017

    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:

    https://github.com/julianshapiro/velocity/compare/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!)
  • v1.1.11 Changes

    October 20, 2016

    ⬆️ Bump velocity-animate to v1.3.1 once more now that it's published to npm!

  • v1.1.10 Changes

    October 17, 2016

    ⏪ Reverts velocity-animate bump to v1.3.1, it's apparently not published to npm yet :(

  • v1.1.9 Changes

    October 17, 2016

    ⬆️ Bump velocity-animate to v1.3.1 (fixes https://github.com/julianshapiro/velocity/issues/305)

  • v1.1.8 Changes

    October 07, 2016

    🐛 Bug fixes

    • Fix for jsdom check in IE (Thanks, @stephenleicht!)
  • v1.1.7 Changes

    October 03, 2016

    🐛 Bug fixes

    • Fix for removeData in shim mode (Issue #127)
  • v1.1.6 Changes

    September 28, 2016

    🐛 Bug fixes

    • Prevent Velocity memory leaks when not using jQuery (Thanks, @eirikurn!)
    • Compatibility with SystemJS's "require" parsing (Thanks, @luisherranz!)
    • Enable Velocity shim even when JSDom is present by testing process.env (Thanks, @Tomyail!)
  • v1.1.5 Changes

    April 11, 2016

    ⚡️ Updates to allow React 15. (Thanks, @StevenLangbroek!)

    🐛 Bug fixes

    • Passes context into VelocityTransitionGroup animations' “complete” callbacks so that they know what elements finished animating.
  • v1.1.4 Changes

    March 09, 2016

    🐛 Bug fixes

    • Keeps leave’s "begin" callback from firing on enter. (Thanks, @SethTompkins!)
  • v1.1.3 Changes

    February 16, 2016

    🐛 Bug fixes

    • Fixes “Invalid calling object” in rAF shim for IE. (Thanks, @restlessbit!)