Skip to content

Commit 580c69c

Browse files
committed
Update to 0.5.2
1 parent ccc067f commit 580c69c

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
@@ -29,6 +29,7 @@ var TextTruncate = require('react-text-truncate'); // CommonJS or UMD
2929

3030

3131
## Changelog
32+
* 0.5.2 Fix server render bug
3233
* 0.5.1 Hide `textTruncateChild` when nothing truncated
3334
* 0.5.0 Add request animation frame
3435
* 0.4.0 New property `textTruncateChild` for show more or others

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.5.1",
3+
"version": "0.5.2",
44
"description": "Truncate text for React.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)