Skip to content

Commit

Permalink
1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
CezaryDanielNowak committed Oct 21, 2016
1 parent bb9888d commit ce05c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ https://www.npmjs.com/package/react-truncate

Changelog
-----------------
1.0.17
- Support for IE11, Edge and Firefox (thanks, @kkwiatkowski)

1.0.16
- Remove clamp-js from package.json dependencies, as it's not maintained anymore.
- Bugfix for `TypeError: elem.lastChild is null` in Firefox.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dotdotdot",
"version": "1.0.16",
"version": "1.0.17",
"description": "Multiline text ellipsis for react",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ce05c52

Please sign in to comment.