Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 9, 2024

This PR contains the following updates:

Package Change Age Confidence
barryvdh/laravel-dompdf ^0.8.5^3.0.0 age confidence

Release Notes

barryvdh/laravel-dompdf (barryvdh/laravel-dompdf)

v3.1.1

Compare Source

What's Changed

Full Changelog: barryvdh/laravel-dompdf@v3.1.0...v3.1.1

v3.1.0

Compare Source

This release updates the config for dompdf/dompdf v3.1.0 which contains the. following breaking URL:

Breaking Change
This release adds the "data://" scheme to the protocol validation rules. Installations that explicitly define the allowed protocols but do not include the "data://" protocol will no longer render data-URIs. This is a change from previous versions, where data-URIs were not processed through the validated rules. Installations that use the default validation rules included with Dompdf should see no impact.

The update for laravel-dompdf adds this to the default config, but if you have published the config, you need to add the data:// scheme.

What's Changed

  • Update allowed_protocols config for compatibility with Dompdf v3.1 by @​wout-o in #​1071

New Contributors

Full Changelog: barryvdh/laravel-dompdf@v3.0.1...v3.1.0

v3.0.1

Compare Source

What's Changed

Full Changelog: barryvdh/laravel-dompdf@v3.0.0...v3.0.1

v3.0.0

Compare Source

Version 3.x supports DomPDF version 3.x. See the changelog in https://github.com/dompdf/dompdf/releases/tag/v3.0.0

The most notable change in laravel-dompdf are the changed defaults, to be more secure;

  • enable_remote is now false by default. Change with caution.
  • allowedRemoteHosts and artifactPathValidation are added the the config.
    Also, support for Laravel < 9 and PHP < 8.1 is dropped.

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-dompdf@v2.2.0...v3.0.0

v2.2.0

Compare Source

What's Changed

v2.1.1

Compare Source

What's Changed

Full Changelog: barryvdh/laravel-dompdf@v2.1.0...v2.1.1

v2.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: barryvdh/laravel-dompdf@v2.0.1...v2.0.2

v2.0.1: Support Laravel 10

Compare Source

v2.0.0

Compare Source

Version 2 supports DomPDF 2.x

Changed
  • Remove the deprecated class 'Barryvdh\DomPDF\Facade' Facade in favor of Barryvdh\DomPDF\Facade\Pdf
  • Set default Facade to Pdf instead of PDF
  • HTML5 parser option is deprecated, because this is always on.
  • orientation option was never used. Removed in favor of options.default_paper_orientation
Added
  • Upgraded to use dompdf/dompdf 2.x
  • setOption to change only the specified option(s), instead of replace all options.
  • Magic methods to allow calls to Dompdf methods easier. (#​892)
  • default_paper_orientation option has been added to the defaults.
  • Add option to set public path (#​890)
Deprecated
  • setOptions is now deprecated. Use setOption instead.
  • Config dompdf.defines has been renamed to dompdf.options

v1.0.2

Compare Source

v1.0.1: Bump minimum dompdf version

Compare Source

v1.0.0: Support Laravel 9

Compare Source

  • Now Supports Laravel 9
  • The Facade is renamed from Barryvdh\DomPDF\Facade to Barryvdh\DomPDF\Facade\Pdf to provide more helpful auto-completion. The old Facade is still available, but will be removed in the future. No changes needed for the \Pdf facade because Laravel does this automatically.
  • Breaking change/fix: setEncryption now works as expected.

v0.9.0: Support DomPDF v1 / PHP8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants