Skip to content

Commit ac6c3f7

Browse files
committed
Release 0.7.2
1 parent e6cdc66 commit ac6c3f7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

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

4040

4141
## Changelog
42+
* 0.7.2 Server render will display all text
4243
* 0.7.1 Add new prop `containerClassName`
4344
* 0.7.0 Fix infinite update bug, drop raf
4445
* 0.6.2 Fix infinite loop bug

build/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)