This repository was archived by the owner on Nov 3, 2021. It is now read-only.
File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
17
### v1.1.11 (2016-10-20):
2
18
3
19
Bump ` velocity-animate ` to v1.3.1 once more now that it's published to npm!
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ details about why and how we built this.
8
8
9
9
See the [ live demo] ( http://twitter-fabric.github.io/velocity-react/ ) .
10
10
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
12
12
13
13
* Note: v1.1.0 and later require React 0.14.*
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " velocity-react" ,
3
- "version" : " 1.1.11 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " React components to wrap Velocity animations" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
24
24
"dependencies" : {
25
25
"lodash" : " ^3.10.1" ,
26
26
"react-addons-transition-group" : " ^0.14.0 || ^15.0.0" ,
27
- "velocity-animate" : " ^1.3.1 "
27
+ "velocity-animate" : " ^1.4.0 "
28
28
},
29
29
"peerDependencies" : {
30
30
"react" : " ^0.14.0 || ^15.0.0" ,
You can’t perform that action at this time.
0 commit comments