Releases: giorgiopogliani/twig-components
Releases · giorgiopogliani/twig-components
0.4.4
Fix get attribute value. This now works, no need to return a SlotBag
because the attributes class is already marked as safe and you probably want the actual value and not a wrapped thing.
{% set value = attributes.get('param') %}
0.4.3
Add except method to AttributesBag
0.4.2
0.4.1
Added new setup class
0.3.2
Add PHP 8.0
0.3.1
Add x-tags syntax
0.2.1
Add attributes.has('key')
0.2.0
Add named slots
0.1.1
Fix twig compatibilty