Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fazouane-marouane committed Feb 15, 2017
1 parent 951ab9c commit 6b3ae68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.2.0

* Support for `line-height` with value `normal`
* A new option has been created to explicitely treat `line-height` as a fixed value (not relative to the current `font-size`).
* Refactoring of the code

## 1.1.1

* Floor the optimal `font-size` to avoid rounding errors. Thanks to @Robinfr for PR #2.
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": "fancy-textfill",
"version": "1.1.1",
"version": "1.2.0",
"description": "Fast implementation for resizing text to fill its container.",
"main": "index.js",
"repository": "https://github.com/fazouane-marouane/fancy-textfill",
Expand Down

0 comments on commit 6b3ae68

Please sign in to comment.