Skip to content

Releases: rcrowe/TwigBridge

v0.14.6

25 Aug 09:53
0798ee4

Choose a tag to compare

What's Changed

  • Work around deprecated "is_defined_test" attribute by @daniser in #460
  • Enable container-based runtime extension loader by @daniser in #461
  • Mark the 'vite' function as safe for HTML by @willrowe in #462

New Contributors

Full Changelog: v0.14.5...v0.14.6

v0.14.5

18 Apr 18:49
88c83c9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.4...v0.14.5

v0.14.4

25 Feb 15:46
4fddf45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.3...v0.14.4

v0.14.3

24 Apr 09:04
b8a5591

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

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

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

Choose a tag to compare

Fix view composing event (#422)

v0.13.1: Support Laravel 9 (#419)

10 Feb 13:53
ea5b2e1

Choose a tag to compare

Support Twig 3

23 Dec 12:54
a8a9386

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

Choose a tag to compare

Allow calls for Livewire