Skip to content

Releases: spipu/html2pdf

new version v5.2.8 of Html2Pdf

18 Jul 14:53
Compare
Choose a tag to compare

new version v5.2.7 of Html2Pdf

02 Feb 15:52
Compare
Choose a tag to compare

new version v5.2.6 of Html2Pdf

28 Jan 00:13
Compare
Choose a tag to compare

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

03 Apr 22:06
Compare
Choose a tag to compare
  • fix security on scheme of css and image paths for windows paths

new version v5.2.4 of Html2Pdf

16 Dec 15:25
Compare
Choose a tag to compare
  • 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

19 Oct 10:37
119d660
Compare
Choose a tag to compare
  • 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

22 Mar 16:31
Compare
Choose a tag to compare
  • 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

26 Oct 13:34
Compare
Choose a tag to compare
  • add cert tag - thanks to @LittleBigFox
  • add balloon example - issue #385
  • change the name of all the examples from exemple to example
  • 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

31 Jul 13:25
Compare
Choose a tag to compare
  • change the name of CoreExtension to Core\HtmlExtension
  • change the namespace of all the html tags from Tag\ to Tag\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 the createIndex method - issue #333
  • add xx-large to xx-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

23 Jan 13:35
Compare
Choose a tag to compare
  • add support of css page-break-before:always and page-break-after:always on DIV 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