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

Changelog History
Page 3

  • v1.1.2 Changes

    February 08, 2016

    ๐Ÿ› Bug fixes

    • complete callbacks for VelocityTransitionGroup now fire correctly.
    • velocityHelpersโ€™s registerEffect can be called (as a no-op) on the server.
    • Fallback to setTimeout if requestAnimationFrame is not defined.

    ๐Ÿ”‹ Features

    • VelocityTransitionGroup can take enterHideStyle and enterShowStyle props to customize how entering elements are kept from being shown before their animations start.
  • v1.1.1 Changes

    October 21, 2015

    ๐Ÿ› Bug fixes

    • Fix for VelocityTransitionGroup not animating when no leave prop is set.
    • Better detection of existing Velocity instances (thanks, @arush!).
  • v1.1.0 Changes

    October 08, 2015

    โšก๏ธ Updated peerDependencies and requires to React 0.14.

    If you need to work with React 0.13, use v1.0.1.

    โšก๏ธ Special thanks to @jmfurlott for help updating everything that needed updating.

  • v1.0.1 Changes

    October 05, 2015

    ๐Ÿ› Bug fixes

    • Shims out Velocity when running on the server so that the components all no-op
  • v1.0.0 Changes

    September 29, 2015

    ๐ŸŽ‰ Initial release! Contains VelocityComponent and VelocityTransitionGroup.

    Read the blog post and enjoy the demos.