Releases: Aymkdn/html-to-pdfmake
Releases · Aymkdn/html-to-pdfmake
v2.5.15
- added basic support for
columns
(see documentation for data-pdfmake-type="columns"
)
v2.5.14
- Fixed issue with
<A>
(see #227)
v2.5.13
- Fixed table width issue (see #222)
v2.5.12
- Fixed how
rgba
is supported (see #221)
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)