Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CezaryDanielNowak committed Feb 21, 2018
1 parent 11ba067 commit 36405e2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
demo/
.git/
node_modules/
package-lock.json
.gitignore
.editorconfig
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ Known issues:

Changelog
-----------------
1.2.3
- Add the option to choose a tag other than `div` (thanks @Kalita-Roman)
- Fix demo on Firefox
- Added `.npmignore` to limit package size

1.2.2
- Revert: Fix break word for long text
- Update documentation

1.2.1
- Update documentation
- Re-trigger clamp on window.load
Expand Down
2 changes: 1 addition & 1 deletion demo/dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ span {
body {
font-size: 16px;
font-family: 'Cormorant Garamond', serif;
line-height: 1.3;
line-height: 21px;
font-weight: 400;
letter-spacing: 0;
}
Expand Down
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.2.2",
"version": "1.2.3",
"description": "Multiline text ellipsis for react",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 36405e2

Please sign in to comment.