Releases: spipu/html2pdf
Releases · spipu/html2pdf
new version v5.2.8 of Html2Pdf
Full Changelog: v5.2.7...v5.2.8
new version v5.2.7 of Html2Pdf
Full Changelog: v5.2.6...v5.2.7
new version v5.2.6 of Html2Pdf
What's Changed
- Added compatibility with PHPUnit 9 by @jausions in #733
- Added support of PHP 8.1 and PHP 8.2
- Removed useless files
New Contributors
Full Changelog: v5.2.5...v5.2.6
new version v5.2.5 of Html2Pdf
- fix security on scheme of css and image paths for windows paths
new version v5.2.4 of Html2Pdf
- revert fix multibyte aware substr when setting newline position - it causes pbs on some specific cases
- add security on scheme of css and image paths - thanks to Clément Amic and Antoine Gicquel from Synacktiv
new version v5.2.3 of Html2Pdf
- add support for BASE64 encoded images also for backimg tag in page - thanks to @berengan
- fix issue on write2DBarcode parameters - thanks to @sarigue
- fix svg path parser - thanks to @CWBudde - issue #618
- fix html attribute parser - thanks to @Tofandel
- fix multibyte aware substr when setting newline position - thanks to @AndyTWF
- add php8 compatibility and fix tcpdf compatibilty - thanks to @humancopy
new version v5.2.2 of Html2Pdf
- allow usage of [[page_cu]] in css class names - thanks to @marbetschar - see example 15
- add support for BASE64 encoded images - thanks to @darius-heavy
- add Chinese local file - thanks to @Jaggle
- add powershell test script
- bump supported version from 5.4-7.2 to 5.6-7.4 - thanks to @coffeemedia
- fix issue on _drawRectangle where array offset was being accessed on value of type null - thanks to @coffeemedia
- fix issue on lower-roman style - thanks to @jigneshsolanki
- fix issue on composer autoload warning - thanks to @adrienfr
new version v5.2.1 of Html2Pdf
- add
cert
tag - thanks to @LittleBigFox - add
balloon
example - issue #385 - change the name of all the examples from
exemple
toexample
- fix tag parser - css style corruption
- fix issue on relative margin calculation
- fix issue on border radius calculation
- fix issue on page background image width - issue #394
- fix issue on qrcode value with multi lines - issue #390
- fix issue on colspan usage when all the columns don't really exist - issue #360
- fix documentation - thanks to @noxlux and @tpohchai
new version v5.2.0 of Html2Pdf
- change the name of
CoreExtension
toCore\HtmlExtension
- change the namespace of all the html tags from
Tag\
toTag\Html
- change all the svg tag from internal methods to new external tags
- add the extension
Core\SvgExtension
- add locale fi - thanks to @RWAP
- add
$marginTop
parameter on thecreateIndex
method - issue #333 - add
xx-large
toxx-small
font-size management - issue #320 - add
colgoup
html tag - issue #306 - fix locale pt - thanks to @marcoshenzel
- fix issue on testing the filename when asking for string output
- fix issue - clean locale before PDF generation - thanks to @quimcalpe
- fix issue on radio/checkbow width - thanks to @Ohda
- fix issue on line number when using style tag - issue #338
- fix issue on svg draw path - relative move was not implemented
- fix issue on svg draw path when Z directive is not separate from the next directive - issue #308
- fix issue on justify text with an inline html tag at the end of a line - issue #258
- fix better doc
new version v5.1.0 of Html2Pdf
- add support of css
page-break-before:always
andpage-break-after:always
onDIV
tag, based on PR #190 and PR #204 - add no-html mode for debug output
- add php 7.2 compatibility
- add some unit tests, better coverage
- fix lots of bad method names and minor improvements, from PR #147
- fix bad cleaning after output or exception
- fix bad format detecting on page` tag - issue #260
- fix changelog file