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

Commit 805c5ba

Browse files
committed
Merge pull request #82 from twitter-fabric/release-1.1.4
Release bump for 1.1.4
2 parents db4dda8 + 5094505 commit 805c5ba

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.1.4 (2016-03-09):
2+
3+
#### Bug fixes
4+
* Keeps leave’s "begin" callback from firing on enter. (Thanks, @SethTompkins!)
5+
6+
17
### v1.1.3 (2016-02-16):
28

39
#### Bug fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Read our [announcement blog post](https://fabric.io/blog/introducing-the-velocityreact-library) for
77
details about why and how we built this.
88

9-
**Latest version:** v1.1.3 fixes an “invalid calling object” error in IE. Thanks to
10-
@restlessbit for the find and fix.
9+
**Latest version:** v1.1.4 fixes callbacks so that "begin" on a leave animation is not called
10+
when the element enters.
1111

1212
*Note: v1.1.0 and later require React 0.14.*
1313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "velocity-react",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "React components to wrap Velocity animations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)