Releases: barryvdh/laravel-dompdf
v3.1.1
v3.1.0
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
New Contributors
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- Redirect rendering issues by adding
contact_links
by @erikn69 in #1057 - Test against php 8.4 by @sergiy-petrov in #1066
Full Changelog: v3.0.0...v3.0.1
v3.0.0
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 nowfalse
by default. Change with caution.allowedRemoteHosts
andartifactPathValidation
are added the the config.
Also, support for Laravel < 9 and PHP < 8.1 is dropped.
What's Changed
- Test against php 8.3 and laravel 10.x by @sergiy-petrov in #1005
- Fix workflow by @barryvdh in #1048
- Allow Dompdf3, add new options by @barryvdh in #1047
- Only support DomPDF 3 by @barryvdh in #1049
- Check filename, add fallback filename by @barryvdh in #1050
- Updating the codestyle of the configuration file with laravel/pint. by @maks-oleksyuk in #1051
- Fix badges by @erikn69 in #1062
New Contributors
- @sergiy-petrov made their first contribution in #1005
- @maks-oleksyuk made their first contribution in #1051
Full Changelog: v2.2.0...v3.0.0
v3.0.0-beta2
What's Changed
- Check filename, add fallback filename by @barryvdh in #1050
- Updating the codestyle of the configuration file with laravel/pint. by @maks-oleksyuk in #1051
New Contributors
- @maks-oleksyuk made their first contribution in #1051
Full Changelog: v3.0.0-beta1...v3.0.0-beta2
v3.0.0-beta1
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 nowfalse
by default. Change with caution.allowedRemoteHosts
andartifactPathValidation
are added the the config.
Also, support for Laravel < 9 and PHP < 8.1 is dropped.
What's Changed
- Test against php 8.3 and laravel 10.x by @sergiy-petrov in #1005
- Fix workflow by @barryvdh in #1048
- Allow Dompdf3, add new options by @barryvdh in #1047
- Only support DomPDF 3 by @barryvdh in #1049
New Contributors
- @sergiy-petrov made their first contribution in #1005
Full Changelog: v2.2.0...v3.0.0-beta1
v2.2.0
What's Changed
- Fix setOptions by @cesarreyes3 in #1040
- Bump dompdf minimum to 2.0.7 by @barryvdh
New Contributors
- @cesarreyes3 made their first contribution in #1040
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
What's Changed
- Convert phpunit by @barryvdh in #952
- ci: Use GitHub Actions V3 by @DannyvdSluijs in #990
- Fix named arguments when using facade by @erikn69 in #1002
- Update dompdf version as a dependancy by @AliSheikhDev in #967
- ci: Use GitHub Actions V4 by @erikn69 in #1003
- Fix phpstan analysis by @erikn69 in #972
- Fix setOptions method by @erikn69 in #974
- Small typo fix in dompdf config file by @ricklambrechts in #1004
- Upgrade to larastan/larastan by @parth391 in #1014
- Fixing "Upgrade to larastan/larastan" by @erikn69 in #1018
- Laravel 11 Support by @erikn69 in #1036
- Laravel 11.x Compatibility by @laravel-shift in #1037
New Contributors
- @DannyvdSluijs made their first contribution in #990
- @AliSheikhDev made their first contribution in #967
- @ricklambrechts made their first contribution in #1004
- @parth391 made their first contribution in #1014
- @laravel-shift made their first contribution in #1037
Full Changelog: v2.0.1...v2.0.2
Support Laravel 10
v2.0.1 Laravel 10.x support (#944)