Skip to content

Releases: spipu/html2pdf

new version v5.3.1 of Html2Pdf

25 Apr 10:00
Compare
Choose a tag to compare

What's Changed

  • add readonly attribute support for input and textarea - thanks to @kkevinchoo
  • improve Security service to be able to allow specific hosts
  • update doc about Security service
  • fix security issue on css background-image validation - thanks to Aleksey Solovev and Nikita Sveshnikov (Positive Technologies)
  • fix security issue on image src validation - thanks to Aleksey Solovev and Nikita Sveshnikov (Positive Technologies)
  • fix on Index creation if no bookmark - thanks to @rhulha
  • fix tables getting moved to other pages and breaking styles by using specific class html2pdf-same-page on div container - thanks to @macr1408

New Contributors

Full Changelog: v5.3.1...v5.3.2

new version v5.3.1 of Html2Pdf

26 Feb 16:03
Compare
Choose a tag to compare

What's Changed

  • add new Security service, that can be overridden
  • add some doc about new Security service
  • fix security issue on scheme for cert html tag attributes - thanks to Aleksey Solovev (Positive Technologies)
  • fix UTF8 example

Full Changelog: v5.3.0...v5.3.1

new version v5.3.0 of Html2Pdf

08 Jan 09:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.8...v5.3.0

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