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 ccc067f commit 580c69cCopy full SHA for 580c69c
README.md
@@ -29,6 +29,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
29
30
31
## Changelog
32
+* 0.5.2 Fix server render bug
33
* 0.5.1 Hide `textTruncateChild` when nothing truncated
34
* 0.5.0 Add request animation frame
35
* 0.4.0 New property `textTruncateChild` for show more or others
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-text-truncate",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"description": "Truncate text for React.js",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments