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

Commit af68339

Browse files
authored
Merge pull request #133 from twitter-fabric/release-1.1.8
Version bump for 1.1.8
2 parents f62f3eb + a3abfdf commit af68339

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v1.1.8 (2016-10-07):
2+
3+
#### Bug fixes
4+
* Fix for jsdom check in IE (Thanks, @stephenleicht!)
5+
16
### v1.1.7 (2016-10-03):
27

38
#### Bug fixes

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +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.7 includes a handful of compatibility fixes, and a big fix for memory leaks
12-
when not using jQuery, and a server-side fix from 1.1.6.
11+
**Latest version:** v1.1.8 fixes IE compatibility, broken in 1.1.7. (Thanks, @stephenleicht)
1312

1413
*Note: v1.1.0 and later require React 0.14.*
1514

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

0 commit comments

Comments
 (0)