Releases: Aymkdn/html-to-pdfmake
Releases · Aymkdn/html-to-pdfmake
v2.5.11
- Fixed issue with
!important
keywords in styles (see #220)
- Added support for
white-space:nowrap
v2.5.10
- Added a property check on the style
text-decoration
to avoid an issue with unsupported properties from PDFMake (see #215)
v2.5.9
- Fixed
rgba
conversion issue (see #214)
v2.5.8
- Added support for
<ol>
with removeExtraBlanks
option (see #213)
v2.5.6
- Fixed the processing of
rowspan
in <table>
(thanks to @ematochkina)
v2.5.5
- Fixed an issue introduced in v2.5.3 (see #208)
v2.5.4
- Fixed the
width
/height
in <table>
when the invalid *
value is used (see #208)
v2.5.3
- Added additional ways to dynamically parse table widths (thanks to @nonam4)
v2.5.2
- Fixed an issue when a
<p>
was used inside multiple layers of <ul>|<ol>
(see #203)