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

Commit 25e51ec

Browse files
authored
Merge pull request #157 from twitter-fabric/release-1.2.0
Version bump for 1.2.0
2 parents 1684f44 + bb176b6 commit 25e51ec

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### v1.2.0 (2017-01-12):
2+
3+
This is a minor version bump due to the `velocity-animate` dependency getting a minor version
4+
bump to 1.4 that may contain timing changes. See `velocity-animate` changes here:
5+
6+
https://github.com/julianshapiro/velocity/compare/1.3.0...1.4.0
7+
8+
Thanks to @matthewjf for helping track this down as an issue with how Velocity before 1.4
9+
fired `complete` callbacks on multiple elements animating.
10+
11+
#### Bug fixes:
12+
* Check for presence of `navigator` before using it to determine if we’re running
13+
in a browser. (Thanks, @alampros!)
14+
* Fix undefined `forEach` method call when doing recursive cache-cleaning without
15+
jQuery. (Thanks, @kennygwang!)
16+
117
### v1.1.11 (2016-10-20):
218

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ details about why and how we built this.
88

99
See the [live demo](http://twitter-fabric.github.io/velocity-react/).
1010

11-
**Latest version:** v1.1.11 bumps `velocity-animate` to 1.3.1
11+
**Latest version:** v1.2.0 fixes some bugs and updates `velocity-animate` to 1.4.0
1212

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "velocity-react",
3-
"version": "1.1.11",
3+
"version": "1.2.0",
44
"description": "React components to wrap Velocity animations",
55
"main": "index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"lodash": "^3.10.1",
2626
"react-addons-transition-group": "^0.14.0 || ^15.0.0",
27-
"velocity-animate": "^1.3.1"
27+
"velocity-animate": "^1.4.0"
2828
},
2929
"peerDependencies": {
3030
"react": "^0.14.0 || ^15.0.0",

0 commit comments

Comments
 (0)