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

Commit 614b3b2

Browse files
authored
Merge pull request #126 from twitter-fabric/release-1.1.6
Release bump for 1.1.6
2 parents 0810860 + a2454f1 commit 614b3b2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
### v1.1.5 (2016-04-11):
29

310
Updates to allow React 15. (Thanks, @StevenLangbroek!)

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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.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.
1213

1314
*Note: v1.1.0 and later require React 0.14.*
1415

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.5",
3+
"version": "1.1.6",
44
"description": "React components to wrap Velocity animations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)