Releases: rcrowe/TwigBridge
Releases · rcrowe/TwigBridge
v0.14.3
v0.14.2
Support Laravel 10
Support for Laravel 10 (#427) * Add support for Laravel 10 * Add Laravel 10 test support * Add PHPUnit 10 config * remove PHPUnit 10 * wip * exclude PHP 8.1/8.2 for lower Laravel versions * wip * Update composer.json --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
v0.14.0
v0.13.1: Support Laravel 9 (#419)
Support Twig 3
Version greater than v0.13.x requires Twig3. There are some feature that were removed in Twig3, so we were forced to remove some features as well in TwigBridge
- add
'TwigBridge\Extension\Loader\Globals'
in the configuration twigbridge.extensions.enabled. Or else, you will loose global variableserrors
,app
and all other shared withView::share
- add
'TwigBridge\Extension\Laravel\Event'
in the configuration twigbridge.extensions.enabled. Or else,composing:{view name}
andcreating:{view name}
events will no longer be triggered. - Remove config 'base_template_class' in config/twigbridge.php. It is no longer possible to use a custom template class.
- Make sure you no longer support Twig2 deprecated features: https://twig.symfony.com/doc/2.x/deprecated.html
v0.12.4
v0.12.3
v0.12.2
Revert sandbox PR
Caused problems, reverting for now.