Skip to content

Bump dompdf/dompdf from 1.1.1 to 1.2.0#12

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/dompdf/dompdf-1.2.0
Closed

Bump dompdf/dompdf from 1.1.1 to 1.2.0#12
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/dompdf/dompdf-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 1, 2022

Bumps dompdf/dompdf from 1.1.1 to 1.2.0.

Release notes

Sourced from dompdf/dompdf's releases.

Dompdf 1.2.0

Change highlights since 1.1.1

  • Addresses PHP 8.1 compatibility issues
  • Improves table parsing and layout
  • Adds support for space-separated RGB color syntax
  • Adds callback function support to Canvas::page_script
  • Fixes issue handling differing page margins
  • Fixes font issue caused by temporary file handling during concurrent execution
  • Fixes issues with metadata in protected PDFs

The list of addressed issues can be found in the 1.2.0 release milestone. View all changes since the previous release in the commit history.

We would like to extend our gratitude to the community members who helped make this release possible.

Requirements

Dompdf 1.2.0 requires the following:

  • PHP 7.1 or greater
  • MBString
  • php-font-lib v0.5.x
  • php-svg-lib v0.3.x

Note that some dependencies may have further dependencies (notably php-svg-lib requires sabberworm/php-css-parser).

Additionally, the following are recommended for optimal use:

  • GD (for image processing)
  • allow_url_fopen set to true or the curl PHP extension (for retrieving stylesheets, images, etc via http)

For full requirements and recommendations see the requirements page on the wiki.

Download Instructions

The dompdf team recommends that you use Composer for easier dependency management.

If you're not yet using Composer you can download a packaged release of dompdf which includes all the files you need to use the library. Click the link labeled "dompdf_1-2-0.zip" for the packaged release. The download options labeled "Source code" are auto-generated by github and do not include all the dependencies.

Commits
  • 60b7043 Bump version to 1.2.0
  • 271c651 Account for rounding errors when comparing float lengths
  • 63d0586 Add basic tests for page breaks/styles
  • 86df14e Fix page-break determination with differing page margins
  • 0ba53a9 Fix crash with empty table, table row group, or table row
  • 8535f91 Suppress errors when reading images
  • 9d0b448 Do not process floating frames which have been moved to the next page
  • 3ea4c32 Remove superfluous recalculation of float offsets
  • 544691f FrameListIterator: Account for changes to the current element
  • b32fdbf Take min/max-height into account in get_min_max_width for images
  • 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)

Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/dompdf/dompdf/releases)
- [Commits](dompdf/dompdf@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: dompdf/dompdf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 1, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 1, 2022

Superseded by #16.

@dependabot dependabot Bot closed this Apr 1, 2022
@dependabot dependabot Bot deleted the dependabot/composer/dompdf/dompdf-1.2.0 branch April 1, 2022 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants