We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6661a1 commit fdc961aCopy full SHA for fdc961a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.2.1
4
+
5
+* Usage of a custom LRU cache implementation. The old one was way too heavy and needed polyfills.
6
7
## 1.2.0
8
9
* Support for `line-height` with value `normal`
package.json
@@ -1,6 +1,6 @@
{
"name": "fancy-textfill",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Fast implementation for resizing text to fill its container.",
"main": "index.js",
"repository": "https://github.com/fazouane-marouane/fancy-textfill",
0 commit comments