Releases: Aymkdn/html-to-pdfmake
Releases · Aymkdn/html-to-pdfmake
v2.4.17
- Added random string in the image reference to avoid some edge cases (thx to @danhobbs75)
v2.4.16
- added option
removeTagClasses
(see issue #168)
v2.4.15
- Fixed
<IMG>
tag inside a <A>
tag (see #167)
v2.4.14
- Added support for "custom headers" in images (see issue #166)
v2.4.13
- Added support to remove extra blanks with
<ul>
(thanks to @EyesOnlyNet)
- Fixed bugs introduced in previous versions that impacted the border colors on
<table>
v2.4.12
- added
ignoreStyles
option
- added support for incorrect order of the
border
style properties
Thanks to @arunbanswal for the pull requests.
v2.4.10
- Added option
showHidden
to display elements with display:none
and visibility:hidden
– option set to false
by default
v2.4.9
- Fixed the transfer of the
<FONT>
style to its children (see #155)
v2.4.8
- Added support for style values that start with a
.
instead of a digit (see #153 – thanks to @fonss95)
v2.4.7
- Replaced the
'auto'
width with '*'
for the cells in the full-width tables (see #151)