Releases: Aymkdn/html-to-pdfmake
Releases · Aymkdn/html-to-pdfmake
v2.5.0
- Fixed how to deal with
colspan
and rowspan
in <table>
(see issue #196)
I have made significant changes to the process of transforming a table, prompting me to increment the version number to a major release, as these changes may result in unpredictable behaviors.
v2.4.26
- Added support for
in
unit (thanks to @nag167)
- Fixed uppercase HEX colors in
parseColor
(thanks to @nag167)
v2.4.25
- Added support for
rgba
colors
v2.4.23
- Fixed empty row after some
rowspan
(see #189)
v2.4.22
- Added
preserveLeadingSpaces:true
to all the children of a PRE
(see #184 (comment))
v2.4.21
- Added support for
<PRE>
(see issue #184 )
v2.4.20
- Fixed a bug introduced in v2.4.19 (see issue #181) – invalid
width
/height
are only replaced by false
for IMG
tag
v2.4.19
- Added a fix to permit to have invalid values in
style
for width
and height
without causing an error in PDFMake (thanks to @nerdess)
v2.4.18
- Fixed scope bug introduced in v2.4.17