We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951ab9c commit 6b3ae68Copy full SHA for 6b3ae68
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
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
9
## 1.1.1
10
11
* Floor the optimal `font-size` to avoid rounding errors. Thanks to @Robinfr for PR #2.
package.json
@@ -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",
0 commit comments