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

Commit

Permalink
Merge pull request #201 from twitter-fabric/release-1.3.2
Browse files Browse the repository at this point in the history
Version bump for v1.3.2
  • Loading branch information
fionawhim authored May 11, 2017
2 parents e79b575 + cdd2ef5 commit e5487c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v1.3.2 (2017-05-11):

Fix for calling clearTimeout in IE 8. (Thanks, @prchaoz!)

Additional updates to peerDependencies around the new React 15.5-compatible
libraries. (Thanks, @MichaelDeBoey!)

### v1.3.1 (2017-05-09):

Fixes React peer dependencies to specify versions that work with
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ details about why and how we built this.

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

**Latest version:** v1.3.1 fixes React peer dependency versions for the React 15.5–compatible libs.
**Latest version:** v1.3.2 fixes IE8 bug introduced in v1.3 and removes React 0.14 from peer dependencies

*Note: v1.1.0 and later require React 0.14.*
*Note: v1.3.0 and later require React 0.14.9 or 15.3.*
*Note: v1.1.0 and later require React 0.14.x*
*Note: v1.3.0 and later require React 15.3.x and should work with React 16*

## Running the demo

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity-react",
"version": "1.3.1",
"version": "1.3.2",
"description": "React components to wrap Velocity animations",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5487c1

Please sign in to comment.