Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Bump spipu/html2pdf from 5.0.1 to 5.2.4 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 21, 2022

Bumps spipu/html2pdf from 5.0.1 to 5.2.4.

Release notes

Sourced from spipu/html2pdf's releases.

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 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

  • 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

... (truncated)

Changelog

Sourced from spipu/html2pdf's changelog.

5.2.4 - 2021-12-16

  • revert fix multibyte aware substr when setting newline position - it causes pbs on some specific cases
  • security #CVE-2021-45394 - add security on scheme of css and image paths - thanks to Clément Amic and Antoine Gicquel from Synacktiv

5.2.3 - 2021-10-19

  • 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

5.2.2 - 2020-03-22

  • 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

5.2.1 - 2018-10-26

  • 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

5.2.0 - 2018-07-31

  • 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

... (truncated)

Commits
  • dcb5671 prepare release 5.2.4
  • 2e6bab9 add security on scheme of css and image paths
  • 100a4d5 add security on scheme of css and image paths
  • 41cfdec better code quality
  • a087261 revert fix multibyte aware substr when setting newline position - it causes p...
  • 81d4006 Merge pull request #681 from punit5658/patch-1
  • 40c9d38 Update .travis.yml
  • 7405ac8 prepare the next release
  • 47dbf1a Update CHANGELOG.md
  • 119d660 prepare the next release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [spipu/html2pdf](https://github.com/spipu/html2pdf) from 5.0.1 to 5.2.4.
- [Release notes](https://github.com/spipu/html2pdf/releases)
- [Changelog](https://github.com/spipu/html2pdf/blob/master/CHANGELOG.md)
- [Commits](spipu/html2pdf@v5.0.1...v5.2.4)

---
updated-dependencies:
- dependency-name: spipu/html2pdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants