Skip to content

Commit 6b3ae68

Browse files
release 1.2.0
1 parent 951ab9c commit 6b3ae68

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.2.0
4+
5+
* Support for `line-height` with value `normal`
6+
* A new option has been created to explicitely treat `line-height` as a fixed value (not relative to the current `font-size`).
7+
* Refactoring of the code
8+
39
## 1.1.1
410

511
* Floor the optimal `font-size` to avoid rounding errors. Thanks to @Robinfr for PR #2.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fancy-textfill",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Fast implementation for resizing text to fill its container.",
55
"main": "index.js",
66
"repository": "https://github.com/fazouane-marouane/fancy-textfill",

0 commit comments

Comments
 (0)