Releases: rcrowe/TwigBridge
Releases ยท rcrowe/TwigBridge
v0.14.6
v0.14.5
v0.14.4
What's Changed
- Fix GetAttrNode deprecation warning by @bytestream in #447
- Use Escaper Runtime by @mbardelmeijer in #446
- Fixes Twig 3.15 new Node() deprecation in LaravelEventNodeVisitor by @rudiedirkx in #450
- Fix test suite by @bytestream in #453
- PHP 8.4 support by @bytestream in #454
- Add Vite function by @adrum in #435
- Laravel 12 by @mbardelmeijer in #456
New Contributors
- @rudiedirkx made their first contribution in #450
- @adrum made their first contribution in #435
Full Changelog: v0.14.3...v0.14.4
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 <barryvdh@gmail.com>
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,appand 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