This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Commit a2454f1 1 parent 0810860 commit a2454f1 Copy full SHA for a2454f1
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.1.6 (2016-09-28):
2
+
3
+ #### Bug fixes
4
+ * Prevent Velocity memory leaks when not using jQuery (Thanks, @eirikurn !)
5
+ * Compatibility with SystemJS's "require" parsing (Thanks, @luisherranz !)
6
+ * Enable Velocity shim even when JSDom is present by testing process.env (Thanks, @Tomyail !)
7
+
1
8
### v1.1.5 (2016-04-11):
2
9
3
10
Updates to allow React 15. (Thanks, @StevenLangbroek !)
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ 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.5 includes React 15 in its devDependencies.
11
+ ** Latest version:** v1.1.6 includes a handful of compatibility fixes, and a big fix for memory leaks
12
+ when not using jQuery.
12
13
13
14
* Note: v1.1.0 and later require React 0.14.*
14
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " velocity-react" ,
3
- "version" : " 1.1.5 " ,
3
+ "version" : " 1.1.6 " ,
4
4
"description" : " React components to wrap Velocity animations" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments