All Versions
25
Latest Version
Avg Release Cycle
57 days
Latest Release
2102 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.1.2 Changes
February 08, 2016๐ Bug fixes
complete
callbacks forVelocityTransitionGroup
now fire correctly.velocityHelpers
โsregisterEffect
can be called (as a no-op) on the server.- Fallback to
setTimeout
ifrequestAnimationFrame
is not defined.
๐ Features
VelocityTransitionGroup
can takeenterHideStyle
andenterShowStyle
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 noleave
prop is set. - Better detection of existing
Velocity
instances (thanks, @arush!).
- Fix for
-
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
andVelocityTransitionGroup
.Read the blog post and enjoy the demos.