Skip to content

Commit

Permalink
New release: 0.8.2
Browse files Browse the repository at this point in the history
ShinyChang committed Jul 12, 2016

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent f82b40b commit 9f7cbca
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD


## Changelog
* 0.8.2 Fix wrong truncating when a container has long words without spaces
* 0.8.1 Fix `textTruncateChild` bug
* 0.8.0 Drop `showTitle`, put `textTruncateChild` in same line if `tagName` is `A` or `SPAN`
* 0.7.2 Server render will display all text
6 changes: 3 additions & 3 deletions 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.8.1",
"version": "0.8.2",
"description": "Truncate text for React.js",
"main": "lib/index.js",
"scripts": {

0 comments on commit 9f7cbca

Please sign in to comment.