Skip to content

Releases: rcrowe/TwigBridge

v0.14.3

24 Apr 09:04
b8a5591
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.14.3

v0.14.2

09 Mar 19:41
6bf5a8f
Compare
Choose a tag to compare

What's Changed

  • Fix deprecation messages for dynamic property creation with PHP 8.2+ by @kblais in #431
  • Support Laravel 11 by @barryvdh in #436

Full Changelog: v0.14.1...v0.14.2

Support Laravel 10

20 Feb 14:18
639345c
Compare
Choose a tag to compare
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

13 Mar 20:51
f4968ef
Compare
Choose a tag to compare
Fix view composing event (#422)

v0.13.1: Support Laravel 9 (#419)

10 Feb 13:53
ea5b2e1
Compare
Choose a tag to compare

Support Twig 3

23 Dec 12:54
a8a9386
Compare
Choose a tag to compare

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 variables errors, app and all other shared with View::share
  • add 'TwigBridge\Extension\Laravel\Event' in the configuration twigbridge.extensions.enabled. Or else, composing:{view name} and creating:{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

23 Dec 12:53
Compare
Choose a tag to compare
Allow calls for Livewire

v0.12.3

07 Nov 12:44
5d6dc0c
Compare
Choose a tag to compare
Remove optional arguments to fix max line characters (#408)

v0.12.2

17 Sep 09:35
a4faebb
Compare
Choose a tag to compare
Update composer.json

Revert sandbox PR

03 Jul 08:56
c7e4acd
Compare
Choose a tag to compare

Caused problems, reverting for now.