Skip to content

Commit 76be147

Browse files
committed
Update version to 0.8.3
1 parent 6dbebe1 commit 76be147

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
3838

3939

4040
## Changelog
41+
* 0.8.3 IE 11 compatibility
4142
* 0.8.2 Fix wrong truncating when a container has long words without spaces
4243
* 0.8.1 Fix `textTruncateChild` bug
4344
* 0.8.0 Drop `showTitle`, put `textTruncateChild` in same line if `tagName` is `A` or `SPAN`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-text-truncate",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Truncate text for React.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)