We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbebe1 commit 76be147Copy full SHA for 76be147
README.md
@@ -38,6 +38,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
38
39
40
## Changelog
41
+* 0.8.3 IE 11 compatibility
42
* 0.8.2 Fix wrong truncating when a container has long words without spaces
43
* 0.8.1 Fix `textTruncateChild` bug
44
* 0.8.0 Drop `showTitle`, put `textTruncateChild` in same line if `tagName` is `A` or `SPAN`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-text-truncate",
3
- "version": "0.8.2",
+ "version": "0.8.3",
4
"description": "Truncate text for React.js",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments