Skip to content

Commit

Permalink
Update version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyChang committed Sep 22, 2016
1 parent 6dbebe1 commit 76be147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD


## Changelog
* 0.8.3 IE 11 compatibility
* 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`
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": "react-text-truncate",
"version": "0.8.2",
"version": "0.8.3",
"description": "Truncate text for React.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 76be147

Please sign in to comment.