Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyChang committed Jun 20, 2016
1 parent e6cdc66 commit ac6c3f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD


## Changelog
* 0.7.2 Server render will display all text
* 0.7.1 Add new prop `containerClassName`
* 0.7.0 Fix infinite update bug, drop raf
* 0.6.2 Fix infinite loop bug
Expand Down
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-text-truncate",
"version": "0.7.1",
"version": "0.7.2",
"description": "Truncate text for React.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit ac6c3f7

Please sign in to comment.