File tree Expand file tree Collapse file tree 2 files changed +27
-12
lines changed
Expand file tree Collapse file tree 2 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 1.2.5
4+
5+ - Prevent invisible element from occupying any space. Thanks to @borodean for PR #6 .
6+
37## 1.2.4
48
5- * Provide a way to easily import the lib in a browserify project.
9+ - Provide a way to easily import the lib in a browserify project.
610
711## 1.2.3
812
9- * Provide the lib as a ES2015 module and umd module to please everyone.
10- * explain more HOWTOs in the README
13+ - Provide the lib as a ES2015 module and umd module to please everyone.
14+ - explain more HOWTOs in the README
1115
1216## 1.2.2
1317
14- * Change the build system
18+ - Change the build system
1519
1620## 1.2.1
1721
18- * Usage of a custom LRU cache implementation. The old one was way too heavy and needed polyfills.
22+ - Usage of a custom LRU cache implementation. The old one was way too heavy and needed polyfills.
1923
2024## 1.2.0
2125
22- * Support for ` line-height ` with value ` normal `
23- * A new option has been created to explicitely treat ` line-height ` as a fixed value (not relative to the current ` font-size ` ).
24- * Refactoring of the code
26+ - Support for ` line-height ` with value ` normal `
27+ - A new option has been created to explicitely treat ` line-height ` as a fixed value (not relative to the current ` font-size ` ).
28+ - Refactoring of the code
2529
2630## 1.1.1
2731
28- * Floor the optimal ` font-size ` to avoid rounding errors. Thanks to @Robinfr for PR #2 .
32+ - Floor the optimal ` font-size ` to avoid rounding errors. Thanks to @Robinfr for PR #2 .
2933
3034## 1.1.0
3135
32- * Support ` line-height `
36+ - Support ` line-height `
3337
3438## 1.0.0
3539
Original file line number Diff line number Diff line change 11{
22 "name" : " fancy-textfill" ,
3- "version" : " 1.2.4 " ,
3+ "version" : " 1.2.5 " ,
44 "description" : " Fast implementation for resizing text to fill its container." ,
55 "main" : " es2015/index.js" ,
66 "repository" : " https://github.com/fazouane-marouane/fancy-textfill" ,
1818 }
1919 }
2020 },
21- "browserify" : { "transform" : [[" babelify" , { "presets" : [" es2015" ] }]] },
21+ "browserify" : {
22+ "transform" : [
23+ [
24+ " babelify" ,
25+ {
26+ "presets" : [
27+ " es2015"
28+ ]
29+ }
30+ ]
31+ ]
32+ },
2233 "scripts" : {
2334 "build" : " neutrino build && tsc --outDir es2015" ,
2435 "test" : " NODE_ENV=development intern-runner config=test/intern"
You can’t perform that action at this time.
0 commit comments