Releases: Aymkdn/html-to-pdfmake
Releases · Aymkdn/html-to-pdfmake
v2.4.6
- Changed behavior when
font-size
returns an incorrect value (see #149)
v2.4.5
- added support for
<LI>
tag when using the option removeExtraBlanks
(see issue #147)
v2.4.4
- Added option
removeExtraBlanks
to remove extra blank spaces (see issue #145)
v2.4.3
- Added the support of
width="100%"
for a table
when using the option tableAutoSize:true
(see issue #143)
v2.4.2
- Fixed white space issue (see #141)
v2.4.1
- Removed the code related to issue #141 because it was causing a regression
v2.4.0
- Added a better support of a text that is on several lines in an HTML tag (see issue #141)
I create a new major release as the behavior for white spaces is a bit different from before and it might impact some edge cases.
v2.3.11
- Fixed nested ordered lists (see issue #138)
v2.3.10
- added support for
rgb
with percentages (see issue #134)
- added support for
hsl
(see issue #134)
v2.3.9
- Changed how
%
are handled: they are only converted when using in line-height
otherwise they remain as %
(see issue #130)