Releases: Aymkdn/html-to-pdfmake
Releases · Aymkdn/html-to-pdfmake
v2.2.3
- Fixed a regression introduced with v2.2.0
v2.2.2
- Fixed typo in playground example
- Fixed the support of the CSS unit
em
v2.2.1
- Added
em
CSS unit support (see issue #103)
v2.2.0
This is a major release because I changed the structure of the code. It should not break anything, but just in case, I prefer bumping the version number.
- Added a way to handle JSON string of
data-pdfmake
when using simple quotes (see #101)
- Added a way to handle custom tags (see #102)
v2.1.7
- Added support for
<sup>
and <sub>
(see issue #97)
v2.1.6
- Added support for
white-space
(see issue #96)
v2.1.5
parseColor
will return white
when the color is defined as transparent
(see #91) – thanks to @ig92
v2.1.4
- Fixed regression introduced in v2.1.3 (see #87)
v2.1.3
- Added support for
replaceText
option (see #86)