Releases: mccarlosen/laravel-mpdf
Releases · mccarlosen/laravel-mpdf
v2.1.13
v2.1.12
v2.1.11
- Namespace change.
- Fix php versioning definition in
composer.json
. Previously the definition broke support for PHP 8.2. - Update readmed file.
- General improvements.
v2.1.10
- Change mpdf version to ^8.1. Constraint will be satisfied by versions matching >=8.1.0 <9.0.0-0.
v2.1.9
- Add support for the macroable trait
- Update readme file
v2.1.7
Updated composer file
- Added PHP 7.4 compatibility
- Add config variable to use active forms
v2.1.6
- Compatibility PSR-4 and PHP 8.0
- Fixed psr-4 autoload
v2.1.5
Add ability to chunk big HTML
v2.1.4
Additions and modifications
- Add support for Laravel Autoloading
- Handle fontdata same as fontDir handling