- Prevent invisible element from occupying any space. Thanks to @borodean for PR #6.
- Provide a way to easily import the lib in a browserify project.
- Provide the lib as a ES2015 module and umd module to please everyone.
- explain more HOWTOs in the README
- Change the build system
- Usage of a custom LRU cache implementation. The old one was way too heavy and needed polyfills.
- Support for
line-height
with valuenormal
- A new option has been created to explicitely treat
line-height
as a fixed value (not relative to the currentfont-size
). - Refactoring of the code
- Floor the optimal
font-size
to avoid rounding errors. Thanks to @Robinfr for PR #2.
- Support
line-height
Initial release